Share via


VolumePatch_2022_11_01.SnapshotDirectoryVisible Property

Definition

Gets or sets if enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to