CifsMountConfiguration Class

Definition

Information used to connect to a CIFS file system.

public class CifsMountConfiguration
type CifsMountConfiguration = class
Public Class CifsMountConfiguration
Inheritance
CifsMountConfiguration

Constructors

CifsMountConfiguration(String, String, String, String, String)

Initializes a new instance of the CifsMountConfiguration class.

Properties

MountOptions

Gets additional command line options to pass to the mount command.

Password

Gets the password to use for authentication against the CIFS file system.

RelativeMountPath

Gets the relative path on the compute node where the file system will be mounted.

Source

Gets the URI of the file system to mount.

Username

Gets the user to use for authentication against the CIFS file system.

Applies to