Dela via


StorageAccount.EnableNfsV3 Property

Definition

Gets or sets NFS 3.0 protocol support enabled if set to true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to