NFSMountConfiguration Class

Definition

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