MountConfiguration Class

Definition

The file system to mount on each node.

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

Constructors

MountConfiguration()

Initializes a new instance of the MountConfiguration class.

MountConfiguration(AzureBlobFileSystemConfiguration, NFSMountConfiguration, CIFSMountConfiguration, AzureFileShareConfiguration)

Initializes a new instance of the MountConfiguration class.

Properties

AzureBlobFileSystemConfiguration

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

AzureFileShareConfiguration

Gets or sets the Azure File Share to mount on each node.

CifsMountConfiguration

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

NfsMountConfiguration

Gets or sets the NFS file system to mount on each node.

Applies to