Share via


VolumeGroupVolumeProperties.IsRestoring Property

Definition

Gets or sets restoring

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to