Condividi tramite


BatchAccount.PoolAllocationMode Proprietà

Definizione

Ottiene la modalità di allocazione da usare per la creazione di pool nell'account Batch.

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

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

I valori possibili includono: 'BatchService', 'UserSubscription'

Si applica a