다음을 통해 공유


FactoryIdentity.UserAssignedIdentities Property

Definition

Gets or sets list of user assigned identities for the factory.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to