CIFSMountConfiguration 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 a CIFS file system.
public class CIFSMountConfiguration
type CIFSMountConfiguration = class
Public Class CIFSMountConfiguration
- Inheritance
-
CIFSMountConfiguration
Constructors
CIFSMountConfiguration() |
Initializes a new instance of the CIFSMountConfiguration class. |
CIFSMountConfiguration(String, String, String, String, String) |
Initializes a new instance of the CIFSMountConfiguration class. |
Properties
MountOptions |
Gets or sets additional command line options to pass to the mount command. |
Password |
Gets or sets the password to use for authentication against the CIFS file system. |
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. |
Username |
Gets or sets the user to use for authentication against the CIFS file system. |
Applies to
Azure SDK for .NET