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

BatchPoolIdentity.UserAssignedIdentities 属性

定义

获取或设置与 Batch 帐户关联的用户标识列表。

public System.Collections.Generic.IList<Microsoft.Azure.Batch.UserAssignedIdentity> UserAssignedIdentities { get; set; }
member this.UserAssignedIdentities : System.Collections.Generic.IList<Microsoft.Azure.Batch.UserAssignedIdentity> with get, set
Public Property UserAssignedIdentities As IList(Of UserAssignedIdentity)

属性值

注解

用户标识字典密钥引用将是 ARM 资源 ID,格式为:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。

适用于