MountConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET