Partager via


PoolAllocationMode Énumération

Définition

Définit des valeurs pour 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
Héritage
PoolAllocationMode
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

BatchService 0

Les pools seront alloués dans les abonnements appartenant au service Batch.

UserSubscription 1

Les pools seront alloués dans un abonnement appartenant à l’utilisateur.

S’applique à