你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchAccountIdentity interface
Batch 帐户的标识(如果已配置)。 当用户指定“Microsoft.KeyVault”作为其 Batch 帐户加密配置或选择作为自动存储身份验证模式时 ManagedIdentity
,会使用此选项。
属性
principal |
Batch 帐户的主体 ID。 仅为系统分配的标识提供此属性。 注意:此属性不会被序列化。 它只能由服务器填充。 |
tenant |
与 Batch 帐户关联的租户 ID。 仅为系统分配的标识提供此属性。 注意:此属性不会被序列化。 它只能由服务器填充。 |
type | 用于 Batch 帐户的标识类型。 |
user |
与 Batch 帐户关联的用户标识列表。 |
属性详细信息
principalId
Batch 帐户的主体 ID。 仅为系统分配的标识提供此属性。 注意:此属性不会被序列化。 它只能由服务器填充。
principalId?: string
属性值
string
tenantId
与 Batch 帐户关联的租户 ID。 仅为系统分配的标识提供此属性。 注意:此属性不会被序列化。 它只能由服务器填充。
tenantId?: string
属性值
string
type
userAssignedIdentities
与 Batch 帐户关联的用户标识列表。
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentities}
属性值
{[propertyName: string]: UserAssignedIdentities}