PoolIdentityType Enum

Definition

The type of identity associated with a Batch pool.

public enum PoolIdentityType
type PoolIdentityType = 
Public Enum PoolIdentityType
Inheritance
PoolIdentityType

Fields

None 1

Batch pool has no identity associated with it. Setting None in update pool will remove existing identities.

UserAssigned 0

Batch pool has user assigned identities with it.

Applies to