Partager via


BatchAccount.DedicatedCoreQuota Propriété

Définition

Obtient le quota de cœurs dédiés pour le compte Batch.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuota")]
public int? DedicatedCoreQuota { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dedicatedCoreQuota")>]
member this.DedicatedCoreQuota : Nullable<int>
Public ReadOnly Property DedicatedCoreQuota As Nullable(Of Integer)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Pour les comptes avec PoolAllocationMode défini sur UserSubscription, le quota est géré sur l’abonnement. Cette valeur n’est donc pas retournée.

S’applique à