Bagikan melalui


BatchAccount.DedicatedCoreQuotaPerVMFamilyEnforced Property

Definition

Gets a value indicating whether core quotas per Virtual Machine family are enforced for this account

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuotaPerVMFamilyEnforced")]
public bool DedicatedCoreQuotaPerVMFamilyEnforced { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuotaPerVMFamilyEnforced")>]
member this.DedicatedCoreQuotaPerVMFamilyEnforced : bool
Public ReadOnly Property DedicatedCoreQuotaPerVMFamilyEnforced As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If this flag is true, dedicated core quota is enforced via both the dedicatedCoreQuotaPerVMFamily and dedicatedCoreQuota properties on the account. If this flag is false, dedicated core quota is enforced only via the dedicatedCoreQuota property on the account and does not consider Virtual Machine family.

Applies to