次の方法で共有


Capacity.TotalThroughputLimit プロパティ

定義

アカウントに課される合計スループット制限を取得または設定します。 totalThroughputLimit が 2000 の場合、そのアカウントでプロビジョニングできる最大スループットの厳密な制限は 2000 になります。 totalThroughputLimit の -1 は、スループットのプロビジョニングに制限がないことを示します。

[Newtonsoft.Json.JsonProperty(PropertyName="totalThroughputLimit")]
public int? TotalThroughputLimit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalThroughputLimit")>]
member this.TotalThroughputLimit : Nullable<int> with get, set
Public Property TotalThroughputLimit As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象