次の方法で共有


FileShare.RootSquash プロパティ

定義

プロパティが NFS 共有専用であることを取得または設定します。 既定値は NoRootSquash です。 使用できる値は、'NoRootSquash'、'RootSquash'、'AllSquash' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象