次の方法で共有


AzureFileShareConfiguration.MountOptions プロパティ

定義

mount コマンドに渡す追加のコマンド ライン オプションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

これらは、Windows の "net use" オプションと Linux の "マウント" オプションです。

適用対象