Sdílet prostřednictvím


NFSMountConfiguration Konstruktory

Definice

Přetížení

NFSMountConfiguration()

Inicializuje novou instanci NFSMountConfiguration třídy.

NFSMountConfiguration(String, String, String)

Inicializuje novou instanci NFSMountConfiguration třídy.

NFSMountConfiguration()

Inicializuje novou instanci NFSMountConfiguration třídy.

public NFSMountConfiguration ();
Public Sub New ()

Platí pro

NFSMountConfiguration(String, String, String)

Inicializuje novou instanci NFSMountConfiguration třídy.

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)

Parametry

source
String

Identifikátor URI systému souborů, který chcete připojit.

relativeMountPath
String

Relativní cesta na výpočetním uzlu, ke které se připojí systém souborů

mountOptions
String

Další možnosti příkazového řádku, které se mají předat příkazu mount.

Platí pro