Share via


BatchAccount.PoolAllocationMode Propriedade

Definição

Obtém o modo de alocação a utilizar para criar conjuntos na conta do 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)

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

Os valores possíveis incluem: "BatchService", "UserSubscription"

Aplica-se a