DataDisk.ToBeDetached プロパティ

定義

データ ディスクが VirtualMachine/VirtualMachineScaleset からデタッチされているかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象