Share via


BlobReference Class

Definition

Blob reference details.

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

Properties

BlobUri

Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path.

Credential

Credential info to access the storage account.

StorageAccountArmId

ARM ID of the storage account to use.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BlobReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BlobReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to