Share via


BatchAccount.DedicatedCoreQuotaPerVMFamily Property

Definition

Gets a list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuotaPerVMFamily")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.VirtualMachineFamilyCoreQuota> DedicatedCoreQuotaPerVMFamily { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuotaPerVMFamily")>]
member this.DedicatedCoreQuotaPerVMFamily : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.VirtualMachineFamilyCoreQuota>
Public ReadOnly Property DedicatedCoreQuotaPerVMFamily As IList(Of VirtualMachineFamilyCoreQuota)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to