你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AIProjectBlobReference Class

Definition

Blob reference details.

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

Properties

Name Description
BlobUri
Credential

Credential info to access the storage account.

StorageAccountArmId

ARM ID of the storage account to use.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AIProjectBlobReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AIProjectBlobReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AIProjectBlobReference>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AIProjectBlobReference>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AIProjectBlobReference>.Write(ModelReaderWriterOptions)

Applies to