共用方式為


BatchAccount.DedicatedCoreQuotaPerVMFamily 屬性

定義

取得 Batch 帳戶的每個虛擬機器系列專用核心配額清單。 對於將 PoolAllocationMode 設定為 UserSubscription 的帳戶,系統會在訂用帳戶上管理配額,因此不會傳回此值。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於