DataDisk.ToBeDetached Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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