Compartir a través de


BatchAccount.DedicatedCoreQuotaPerVMFamily Propiedad

Definición

Obtiene una lista de la cuota de núcleos dedicada por familia de máquinas virtuales para la cuenta de Batch. Para las cuentas con PoolAllocationMode establecida en UserSubscription, la cuota se administra en la suscripción, por lo que no se devuelve este valor.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a