BatchPoolIdentity.UserAssignedIdentities Property

Definition

Gets or sets the list of user identities associated with the Batch account.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.UserAssignedIdentity> UserAssignedIdentities { get; set; }
member this.UserAssignedIdentities : System.Collections.Generic.IList<Microsoft.Azure.Batch.UserAssignedIdentity> with get, set
Public Property UserAssignedIdentities As IList(Of UserAssignedIdentity)

Property Value

Remarks

The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

Applies to