次の方法で共有


BatchAccount.DedicatedCoreQuota プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

PoolAllocationMode が UserSubscription に設定されているアカウントの場合、クォータはサブスクリプションで管理されるため、この値は返されません。

適用対象