다음을 통해 공유


ManagedServiceIdentity.UserAssignedIdentities 속성

정의

리소스와 연결된 사용자 할당 관리 ID 목록을 가져오거나 설정합니다. 키는 관리 ID의 Azure 리소스 ID입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상