다음을 통해 공유


BatchAccount.DedicatedCoreQuotaPerVMFamily 속성

정의

Batch 계정에 대한 Virtual Machine 제품군당 전용 코어 할당량 목록을 가져옵니다. 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

적용 대상