次の方法で共有


MountConfiguration コンストラクター

定義

オーバーロード

MountConfiguration(AzureBlobFileSystemConfiguration)

MountConfiguration を指定して、AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。

MountConfiguration(AzureFileShareConfiguration)

MountConfiguration を指定して、AzureFileShareConfiguration クラスの新しいインスタンスを初期化します。

MountConfiguration(CifsMountConfiguration)

MountConfiguration を指定して、CifsMountConfiguration クラスの新しいインスタンスを初期化します。

MountConfiguration(NfsMountConfiguration)

MountConfiguration を指定して、NfsMountConfiguration クラスの新しいインスタンスを初期化します。

MountConfiguration(AzureBlobFileSystemConfiguration)

ソース:
MountConfiguration.cs

MountConfiguration を指定して、AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。

public MountConfiguration (Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As AzureBlobFileSystemConfiguration)

パラメーター

適用対象

MountConfiguration(AzureFileShareConfiguration)

ソース:
MountConfiguration.cs

MountConfiguration を指定して、AzureFileShareConfiguration クラスの新しいインスタンスを初期化します。

public MountConfiguration (Microsoft.Azure.Batch.AzureFileShareConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.AzureFileShareConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As AzureFileShareConfiguration)

パラメーター

適用対象

MountConfiguration(CifsMountConfiguration)

ソース:
MountConfiguration.cs

MountConfiguration を指定して、CifsMountConfiguration クラスの新しいインスタンスを初期化します。

public MountConfiguration (Microsoft.Azure.Batch.CifsMountConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.CifsMountConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As CifsMountConfiguration)

パラメーター

configuration
CifsMountConfiguration

適用対象

MountConfiguration(NfsMountConfiguration)

ソース:
MountConfiguration.cs

MountConfiguration を指定して、NfsMountConfiguration クラスの新しいインスタンスを初期化します。

public MountConfiguration (Microsoft.Azure.Batch.NfsMountConfiguration configuration);
new Microsoft.Azure.Batch.MountConfiguration : Microsoft.Azure.Batch.NfsMountConfiguration -> Microsoft.Azure.Batch.MountConfiguration
Public Sub New (configuration As NfsMountConfiguration)

パラメーター

configuration
NfsMountConfiguration

適用対象