NFSMountConfiguration 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.
Information used to connect to an NFS file system.
public class NFSMountConfiguration
type NFSMountConfiguration = class
Public Class NFSMountConfiguration
- Inheritance
-
NFSMountConfiguration
Constructors
NFSMountConfiguration() |
Initializes a new instance of the NFSMountConfiguration class. |
NFSMountConfiguration(String, String, String) |
Initializes a new instance of the NFSMountConfiguration class. |
Properties
MountOptions |
Gets or sets additional command line options to pass to the mount command. |
RelativeMountPath |
Gets or sets the relative path on the compute node where the file system will be mounted |
Source |
Gets or sets the URI of the file system to mount. |
Applies to
Azure SDK for .NET