Compartir a través de


BatchAccount.PoolAllocationMode Propiedad

Definición

Obtiene el modo de asignación que se va a usar para crear grupos en la cuenta de 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 propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "BatchService", "UserSubscription".

Se aplica a