CloudPool.Identity Property

Definition

Gets the identity of the Batch pool, if configured.

public Microsoft.Azure.Batch.BatchPoolIdentity Identity { get; }
member this.Identity : Microsoft.Azure.Batch.BatchPoolIdentity
Public ReadOnly Property Identity As BatchPoolIdentity

Property Value

Remarks

The list of user identities associated with the Batch pool. 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