Partager via


BatchAccountCreateParameters.PoolAllocationMode Propriété

Définition

Obtient ou définit le mode d’allocation à utiliser pour créer des pools dans le compte Batch.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.poolAllocationMode")]
public Microsoft.Azure.Management.Batch.Models.PoolAllocationMode? PoolAllocationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.poolAllocationMode")>]
member this.PoolAllocationMode : Nullable<Microsoft.Azure.Management.Batch.Models.PoolAllocationMode> with get, set
Public Property PoolAllocationMode As Nullable(Of PoolAllocationMode)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Le mode d’allocation de pool affecte également la façon dont les clients peuvent s’authentifier auprès de l’API Batch Service. Si le mode est BatchService, les clients peuvent s’authentifier à l’aide de clés d’accès ou d’Azure Active Directory. Si le mode est UserSubscription, les clients doivent utiliser Azure Active Directory. La valeur par défaut est BatchService. Les valeurs possibles sont les suivantes : 'BatchService', 'UserSubscription'

S’applique à