Aracılığıyla paylaş


ResourceIdentity.UserAssignedIdentities Property

Definition

Gets or sets the Azure Active Directory tenant ID that contains the assigned identity.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)]
public System.Collections.Generic.Dictionary<string,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.UserAssignedIdentityResource> UserAssignedIdentities { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Default)>]
member this.UserAssignedIdentities : System.Collections.Generic.Dictionary<string, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Resources.UserAssignedIdentityResource> with get, set
Public Property UserAssignedIdentities As Dictionary(Of String, UserAssignedIdentityResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to