StorageAccount.EnableNfsV3 プロパティ

定義

true に設定されている場合、NFS 3.0 プロトコルのサポートが有効になっているかどうかを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象