BatchAccountCreateOrUpdateContent.PoolAllocationMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
public Azure.ResourceManager.Batch.Models.BatchAccountPoolAllocationMode? PoolAllocationMode { get; set; }
member this.PoolAllocationMode : Nullable<Azure.ResourceManager.Batch.Models.BatchAccountPoolAllocationMode> with get, set
Public Property PoolAllocationMode As Nullable(Of BatchAccountPoolAllocationMode)
Valeur de propriété
S’applique à
Azure SDK for .NET