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

AzureBlob interface

Azure Blob 详细信息

属性

accountKey

存储帐户密钥。

authType

用于访问 Azure Blob 存储的身份验证类型。

blobContainerName

存储备份的 Blob 容器名称。

identity

使用托管标识进行身份验证的标识详细信息。

storageAccountResourceId

存储备份的存储帐户的资源 ID。

属性详细信息

accountKey

存储帐户密钥。

accountKey?: string

属性值

string

authType

用于访问 Azure Blob 存储的身份验证类型。

authType?: AuthType

属性值

blobContainerName

存储备份的 Blob 容器名称。

blobContainerName?: string

属性值

string

identity

使用托管标识进行身份验证的标识详细信息。

identity?: ManagedServiceIdentity

属性值

storageAccountResourceId

存储备份的存储帐户的资源 ID。

storageAccountResourceId?: string

属性值

string