NFSMountConfiguration 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
要傳遞至掛接命令的其他命令列選項。