你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NFSMountConfiguration Class

Definition

Information used to connect to an NFS file system.

public class NFSMountConfiguration
type NFSMountConfiguration = class
Public Class NFSMountConfiguration
Inheritance
NFSMountConfiguration

Constructors

Name Description
NFSMountConfiguration()

Initializes a new instance of the NFSMountConfiguration class.

NFSMountConfiguration(String, String, String)

Initializes a new instance of the NFSMountConfiguration class.

Properties

Name Description
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