MountSettings 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MountSettings() |
初始化 MountSettings 類別的新實例。 |
MountSettings(String, String, String) |
初始化 MountSettings 類別的新實例。 |
MountSettings()
初始化 MountSettings 類別的新實例。
public MountSettings();
Public Sub New ()
適用於
MountSettings(String, String, String)
初始化 MountSettings 類別的新實例。
public MountSettings(string mountPoint = default, string fileServerPublicIP = default, string fileServerInternalIP = default);
new Microsoft.Azure.Management.BatchAI.Models.MountSettings : string * string * string -> Microsoft.Azure.Management.BatchAI.Models.MountSettings
Public Sub New (Optional mountPoint As String = Nothing, Optional fileServerPublicIP As String = Nothing, Optional fileServerInternalIP As String = Nothing)
參數
- mountPoint
- String
掛接點。
- fileServerPublicIP
- String
公用 IP。
- fileServerInternalIP
- String
內部 IP。