BatchAccountCreateParameters.PoolAllocationMode Property

Definition

Gets or sets the allocation mode to use for creating pools in the Batch account.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Azure Active Directory. If the mode is UserSubscription, clients must use Azure Active Directory. The default is BatchService. Possible values include: 'BatchService', 'UserSubscription'

Applies to