VirtualMachineReimageParameters.TempDisk プロパティ

定義

一時ディスクを再イメージ化するかどうかを取得または設定します。 既定値: false 注: この一時ディスク再イメージ化パラメーターは、エフェメラル OS ディスクを使用した VM/VMSS でのみサポートされます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象