PoolState Enum

Definition

Defines values for PoolState.

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

Fields

Active 0

The Pool is available to run Tasks subject to the availability of Compute Nodes.

Deleting 1

The user has requested that the Pool be deleted, but the delete operation has not yet completed.

Applies to