BatchAccount.DedicatedCoreQuota Property

Definition

Gets the dedicated core quota for the Batch account.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuota")]
public int? DedicatedCoreQuota { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuota")>]
member this.DedicatedCoreQuota : Nullable<int>
Public ReadOnly Property DedicatedCoreQuota 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