CreationData.PerformancePlus プロパティ

定義

デプロイされたディスクのパフォーマンス ターゲットのブーストを取得するには、このフラグを true に設定します。それぞれのパフォーマンス ターゲットについては、こちらを参照してください。 このフラグは、ディスク作成時にのみ設定でき、有効にした後に無効にすることはできません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象