PoolAllocationMode Enum

Definition

Defines values for PoolAllocationMode.

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

Fields

BatchService 0

Pools will be allocated in subscriptions owned by the Batch service.

UserSubscription 1

Pools will be allocated in a subscription owned by the user.

Applies to