CloudPool.Identity Property

Definition

Gets or sets the identity of the Batch pool, if configured.

public Microsoft.Azure.Batch.BatchPoolIdentity Identity { get; set; }
member this.Identity : Microsoft.Azure.Batch.BatchPoolIdentity with get, set
Public 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