次の方法で共有


DiskUpdate.BurstingEnabled プロパティ

定義

ディスクのプロビジョニング済みパフォーマンス ターゲットを超えるバーストを有効にするには、true に設定された値を取得または設定します。 バーストは既定で無効になっています。 Ultra ディスクには適用されません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.burstingEnabled")]
public bool? BurstingEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.burstingEnabled")>]
member this.BurstingEnabled : Nullable<bool> with get, set
Public Property BurstingEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象