Share via


VolumeRelocationProperties.RelocationRequested Property

Definition

Gets or sets has relocation been requested for this volume

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to