次の方法で共有


EHNamespace.MaximumThroughputUnits プロパティ

定義

AutoInflate が有効になっている場合のスループット ユニットの上限を取得または設定します。値は 0 から 20 のスループット ユニット以内にする必要があります。 ( AutoInflateEnabled = true の場合は '0')

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象