次の方法で共有


AzureFileShareReference.FileMode プロパティ

定義

ファイル モードを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

マウントされたファイル共有上のファイルのファイル モード。 既定値: 0777。

適用対象