NFSMountConfiguration Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Azure SDK for .NET