Share via


VolumeGroupVolumeProperties.SmbContinuouslyAvailable Property

Definition

Gets or sets enables continuously available share property for smb volume. Only applicable for SMB volume

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to