MountConfiguration Class

Definition

The file system to mount on each node.

public class MountConfiguration
type MountConfiguration = class
Public Class MountConfiguration
Inheritance
MountConfiguration

Constructors

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.

Properties

AzureBlobFileSystemConfiguration

Gets the Azure Storage Container to mount using blob FUSE on each node.

AzureFileShareConfiguration

Gets the Azure File Share to mount on each node.

CifsMountConfiguration

Gets the CIFS/SMB file system to mount on each node.

NfsMountConfiguration

Gets the NFS file system to mount on each node.

Applies to