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

PSManagedClusterIdentity.UserAssignedIdentities Property

Definition

Gets or sets the user identity associated with the managed cluster. This identity will be used in control plane. Only one user assigned identity is allowed.

The keys must be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue> UserAssignedIdentities { get; set; }
member this.UserAssignedIdentities : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Commands.Aks.Models.PSManagedClusterIdentityUserAssignedIdentitiesValue> with get, set
Public Property UserAssignedIdentities As IDictionary(Of String, PSManagedClusterIdentityUserAssignedIdentitiesValue)

Property Value

Applies to