Bagikan melalui


BatchAccount.LowPriorityCoreQuota Property

Definition

Gets the Spot/low-priority core quota for the Batch account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lowPriorityCoreQuota")]
public int? LowPriorityCoreQuota { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lowPriorityCoreQuota")>]
member this.LowPriorityCoreQuota : Nullable<int>
Public ReadOnly Property LowPriorityCoreQuota As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

Applies to