Partilhar via


BatchAccountCreateParameters.PoolAllocationMode Propriedade

Definição

Obtém ou define 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; 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)

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

O modo de alocação de conjuntos também afeta a forma como os clientes podem autenticar-se na API do Serviço Batch. Se o modo for BatchService, os clientes poderão autenticar-se através de chaves de acesso ou do Azure Active Directory. Se o modo for UserSubscription, os clientes têm de utilizar o Azure Active Directory. A predefinição é BatchService. Os valores possíveis incluem: "BatchService", "UserSubscription"

Aplica-se a