Share via


VmManagedIdentity.UserAssignedIdentities Property

Definition

Gets or sets the list of user identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to