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

CloudPool.Identity 属性

定义

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

public Microsoft.Azure.Batch.BatchPoolIdentity Identity { get; set; }
member this.Identity : Microsoft.Azure.Batch.BatchPoolIdentity with get, set
Public Property Identity As BatchPoolIdentity

属性值

注解

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

适用于