Share via


BatchPoolIdentity.Type Property

Definition

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

public Microsoft.Azure.Batch.Common.PoolIdentityType Type { get; set; }
member this.Type : Microsoft.Azure.Batch.Common.PoolIdentityType with get, set
Public Property Type As PoolIdentityType

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