AutoStorageProperties interface
包含有关与 Batch 帐户关联的自动存储帐户的信息。
属性
| last |
上次与 Batch 帐户同步存储密钥的 UTC 时间。 |
继承属性
| authentication |
Batch 服务用于管理自动存储帐户的身份验证模式。 |
| node |
此处引用的标识必须分配给具有需要访问自动存储的计算节点的池。 |
| storage |
要用于自动存储帐户的存储帐户的资源 ID。 |
属性详细信息
lastKeySync
上次与 Batch 帐户同步存储密钥的 UTC 时间。
lastKeySync: Date
属性值
Date
继承属性详细信息
authenticationMode
Batch 服务用于管理自动存储帐户的身份验证模式。
authenticationMode?: AutoStorageAuthenticationMode
属性值
nodeIdentityReference
此处引用的标识必须分配给具有需要访问自动存储的计算节点的池。
nodeIdentityReference?: ComputeNodeIdentityReference
属性值
storageAccountId
要用于自动存储帐户的存储帐户的资源 ID。
storageAccountId: string
属性值
string