BatchAccount.PoolAllocationMode Propriedade

Definição

Obtém o modo de alocação a ser usado para criar pools na conta do Lote.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

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

Aplica-se a