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

AutoStorageProperties interface

包含有关与 Batch 帐户关联的自动存储帐户的信息。

扩展

属性

lastKeySync

存储密钥上次与 Batch 帐户同步的 UTC 时间。

继承属性

authenticationMode

Batch 服务将用于管理自动存储帐户的身份验证模式。

nodeIdentityReference

此处引用的标识必须分配给具有需要访问自动存储的计算节点的池。

storageAccountId

要用于自动存储帐户的存储帐户的资源 ID。

属性详细信息

lastKeySync

存储密钥上次与 Batch 帐户同步的 UTC 时间。

lastKeySync: Date

属性值

Date

继承属性详细信息

authenticationMode

Batch 服务将用于管理自动存储帐户的身份验证模式。

authenticationMode?: AutoStorageAuthenticationMode

属性值

继承自AutoStorageBaseProperties.authenticationMode

nodeIdentityReference

此处引用的标识必须分配给具有需要访问自动存储的计算节点的池。

nodeIdentityReference?: ComputeNodeIdentityReference

属性值

继承自AutoStorageBaseProperties.nodeIdentityReference

storageAccountId

要用于自动存储帐户的存储帐户的资源 ID。

storageAccountId: string

属性值

string

继承自AutoStorageBaseProperties.storageAccountId