MountConfiguration Constructors

Definition

Overloads

MountConfiguration(AzureBlobFileSystemConfiguration)

Initializes a new instance of the MountConfiguration class with an AzureBlobFileSystemConfiguration.

MountConfiguration(AzureFileShareConfiguration)

Initializes a new instance of the MountConfiguration class with an AzureFileShareConfiguration.

MountConfiguration(CifsMountConfiguration)

Initializes a new instance of the MountConfiguration class with an CifsMountConfiguration.

MountConfiguration(NfsMountConfiguration)

Initializes a new instance of the MountConfiguration class with an NfsMountConfiguration.

MountConfiguration(AzureBlobFileSystemConfiguration)

Source:
MountConfiguration.cs

Initializes a new instance of the MountConfiguration class with an AzureBlobFileSystemConfiguration.

public MountConfiguration (Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As AzureBlobFileSystemConfiguration)

Parameters

Applies to

MountConfiguration(AzureFileShareConfiguration)

Source:
MountConfiguration.cs

Initializes a new instance of the MountConfiguration class with an AzureFileShareConfiguration.

public MountConfiguration (Microsoft.Azure.Batch.AzureFileShareConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.AzureFileShareConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As AzureFileShareConfiguration)

Parameters

Applies to

MountConfiguration(CifsMountConfiguration)

Source:
MountConfiguration.cs

Initializes a new instance of the MountConfiguration class with an CifsMountConfiguration.

public MountConfiguration (Microsoft.Azure.Batch.CifsMountConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.CifsMountConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As CifsMountConfiguration)

Parameters

configuration
CifsMountConfiguration

Applies to

MountConfiguration(NfsMountConfiguration)

Source:
MountConfiguration.cs

Initializes a new instance of the MountConfiguration class with an NfsMountConfiguration.

public MountConfiguration (Microsoft.Azure.Batch.NfsMountConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.NfsMountConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As NfsMountConfiguration)

Parameters

configuration
NfsMountConfiguration

Applies to