Share via


VolumeGroupVolumeProperties.EnableSubvolumes Property

Definition

Gets or sets flag indicating whether subvolume operations are enabled on the volume Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableSubvolumes")]
public string EnableSubvolumes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableSubvolumes")>]
member this.EnableSubvolumes : string with get, set
Public Property EnableSubvolumes As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to