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

BatchPoolIdentity.Type 属性

定义

获取或设置 Batch 池的标识(如果已配置)。

public Microsoft.Azure.Batch.Common.PoolIdentityType Type { get; set; }
member this.Type : Microsoft.Azure.Batch.Common.PoolIdentityType with get, set
Public Property Type As PoolIdentityType

属性值

注解

与 Batch 池关联的用户标识列表。 用户标识字典键引用将是 ARM 资源 ID,格式为:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。

适用于