Share via


AssetCredentialResponse Class

Definition

Represents a reference to a blob for consumption.

public class AssetCredentialResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AssetCredentialResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AssetCredentialResponse>
type AssetCredentialResponse = class
    interface IJsonModel<AssetCredentialResponse>
    interface IPersistableModel<AssetCredentialResponse>
Public Class AssetCredentialResponse
Implements IJsonModel(Of AssetCredentialResponse), IPersistableModel(Of AssetCredentialResponse)
Inheritance
AssetCredentialResponse
Implements

Properties

BlobReference

Credential info to access the storage account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AssetCredentialResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AssetCredentialResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AssetCredentialResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssetCredentialResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AssetCredentialResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to