共用方式為


NFSMountConfiguration 建構函式

定義

多載

NFSMountConfiguration()

初始化 NFSMountConfiguration 類別的新實例。

NFSMountConfiguration(String, String, String)

初始化 NFSMountConfiguration 類別的新實例。

NFSMountConfiguration()

初始化 NFSMountConfiguration 類別的新實例。

public NFSMountConfiguration ();
Public Sub New ()

適用於

NFSMountConfiguration(String, String, String)

初始化 NFSMountConfiguration 類別的新實例。

public NFSMountConfiguration (string source, string relativeMountPath, string mountOptions = default);
new Microsoft.Azure.Management.Batch.Models.NFSMountConfiguration : string * string * string -> Microsoft.Azure.Management.Batch.Models.NFSMountConfiguration
Public Sub New (source As String, relativeMountPath As String, Optional mountOptions As String = Nothing)

參數

source
String

要掛接之檔案系統的 URI。

relativeMountPath
String

將掛接檔案系統之計算節點上的相對路徑

mountOptions
String

要傳遞至掛接命令的其他命令列選項。

適用於