PoolIdentityType Enum

Definition

Defines values for PoolIdentityType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PoolIdentityType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PoolIdentityType = 
Public Enum PoolIdentityType
Inheritance
PoolIdentityType
Attributes
Newtonsoft.Json.JsonConverterAttribute

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