Delen via


NFSMountConfiguration Constructors

Definitie

Overloads

NFSMountConfiguration()

Initialiseert een nieuw exemplaar van de klasse NFSMountConfiguration.

NFSMountConfiguration(String, String, String)

Initialiseert een nieuw exemplaar van de klasse NFSMountConfiguration.

NFSMountConfiguration()

Initialiseert een nieuw exemplaar van de klasse NFSMountConfiguration.

public NFSMountConfiguration ();
Public Sub New ()

Van toepassing op

NFSMountConfiguration(String, String, String)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

source
String

De URI van het bestandssysteem dat moet worden gekoppeld.

relativeMountPath
String

Het relatieve pad op het rekenknooppunt waar het bestandssysteem wordt gekoppeld

mountOptions
String

Aanvullende opdrachtregelopties die moeten worden doorgegeven aan de koppelingsopdracht.

Van toepassing op