PoolProvisioningState Enum

Definition

Defines values for PoolProvisioningState.

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

Fields

Deleting 1

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

Succeeded 0

The pool is available to run tasks subject to the availability of compute nodes.

Applies to