다음을 통해 공유


Identity.UserAssignedIdentities 속성

정의

리소스와 연결된 사용자 ID 목록을 가져오거나 설정합니다. 사용자 ID 사전 키 참조는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' 형식의 ARM 리소스 ID입니다.

[Newtonsoft.Json.JsonProperty(PropertyName="userAssignedIdentities")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue> UserAssignedIdentities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userAssignedIdentities")>]
member this.UserAssignedIdentities : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Automation.Models.IdentityUserAssignedIdentitiesValue> with get, set
Public Property UserAssignedIdentities As IDictionary(Of String, IdentityUserAssignedIdentitiesValue)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상