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

MountConfiguration Class

Definition

The file system to mount on each node.

public class MountConfiguration
type MountConfiguration = class
Public Class MountConfiguration
Inheritance
MountConfiguration

Constructors

Name Description
MountConfiguration(AzureBlobFileSystemConfiguration)

Initializes a new instance of the MountConfiguration class with an AzureBlobFileSystemConfiguration.

MountConfiguration(AzureFileShareConfiguration)

Initializes a new instance of the MountConfiguration class with an AzureFileShareConfiguration.

MountConfiguration(CifsMountConfiguration)

Initializes a new instance of the MountConfiguration class with an CifsMountConfiguration.

MountConfiguration(NfsMountConfiguration)

Initializes a new instance of the MountConfiguration class with an NfsMountConfiguration.

Properties

Name Description
AzureBlobFileSystemConfiguration

Gets the Azure Storage Container to mount using blob FUSE on each node.

AzureFileShareConfiguration

Gets the Azure File Share to mount on each node.

CifsMountConfiguration

Gets the CIFS/SMB file system to mount on each node.

NfsMountConfiguration

Gets the NFS file system to mount on each node.

Applies to