Freigeben über


BatchAccountCreateParameters.PoolAllocationMode Eigenschaft

Definition

Ruft den Zuordnungsmodus ab, der zum Erstellen von Pools im Batch-Konto verwendet werden soll, oder legt diesen fest.

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Der Poolzuordnungsmodus wirkt sich auch darauf aus, wie sich Clients bei der Batch-Dienst-API authentifizieren können. Wenn der Modus BatchService ist, können sich Clients mithilfe von Zugriffsschlüsseln oder Azure Active Directory authentifizieren. Wenn der Modus UserSubscription ist, müssen Clients Azure Active Directory verwenden. Der Standardwert ist BatchService. Mögliche Werte: "BatchService", "UserSubscription"

Gilt für: