Delen via


BatchAccount.PoolAllocationMode Eigenschap

Definitie

Hiermee haalt u de toewijzingsmodus op die moet worden gebruikt voor het maken van pools in het Batch-account.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Opmerkingen

Mogelijke waarden zijn: 'BatchService', 'UserSubscription'

Van toepassing op