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(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
Azure SDK for .NET