DataDisk.ToBeDetached Property

Definition

Gets or sets specifies whether the data disk is in process of detachment from the 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to