共用方式為


MountConfiguration 類別

定義

要掛接在每個節點上的檔案系統。

public class MountConfiguration
type MountConfiguration = class
Public Class MountConfiguration
繼承
MountConfiguration

建構函式

MountConfiguration()

初始化 MountConfiguration 類別的新實例。

MountConfiguration(AzureBlobFileSystemConfiguration, NFSMountConfiguration, CIFSMountConfiguration, AzureFileShareConfiguration)

初始化 MountConfiguration 類別的新實例。

屬性

AzureBlobFileSystemConfiguration

取得或設定要在每個節點上使用 Blob FUSE 掛接的 Azure 儲存體容器。

AzureFileShareConfiguration

取得或設定要掛接在每個節點上的 Azure 檔案共用。

CifsMountConfiguration

取得或設定要掛接在每個節點上的 CIFS/SMB 檔案系統。

NfsMountConfiguration

取得或設定要掛接在每個節點上的 NFS 檔案系統。

方法

Validate()

驗證 物件。

適用於