次の方法で共有


AzureBlobFileSystemConfiguration コンストラクター

定義

オーバーロード

AzureBlobFileSystemConfiguration()

クラスのモックをサポートする既定の AzureBlobFileSystemConfiguration コンストラクター。

AzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)

AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。

AzureBlobFileSystemConfiguration(String, String, String, ComputeNodeIdentityReference, String)

AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。

AzureBlobFileSystemConfiguration()

ソース:
AzureBlobFileSystemConfiguration.cs

クラスのモックをサポートする既定の AzureBlobFileSystemConfiguration コンストラクター。

protected AzureBlobFileSystemConfiguration ();
Protected Sub New ()

適用対象

AzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)

ソース:
AzureBlobFileSystemConfiguration.cs

AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。

public AzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, Microsoft.Azure.Batch.AzureStorageAuthenticationKey key, string blobfuseOptions = default);
new Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration : string * string * string * Microsoft.Azure.Batch.AzureStorageAuthenticationKey * string -> Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, key As AzureStorageAuthenticationKey, Optional blobfuseOptions As String = Nothing)

パラメーター

accountName
String

Azure Storage のアカウント名。

containerName
String

Azure Blob Storage コンテナー名。

relativeMountPath
String

ファイル システムがマウントされるコンピューティング ノード上の相対パス。

key
AzureStorageAuthenticationKey

Azure Storage での認証に使用するキー。 これは、SAS キーまたはストレージ アカウント キーのいずれかです。

blobfuseOptions
String

mount コマンドに渡す追加のコマンド ライン オプション。

適用対象

AzureBlobFileSystemConfiguration(String, String, String, ComputeNodeIdentityReference, String)

ソース:
AzureBlobFileSystemConfiguration.cs

AzureBlobFileSystemConfiguration クラスの新しいインスタンスを初期化します。

public AzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, Microsoft.Azure.Batch.ComputeNodeIdentityReference identityReference, string blobfuseOptions = default);
new Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration : string * string * string * Microsoft.Azure.Batch.ComputeNodeIdentityReference * string -> Microsoft.Azure.Batch.AzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, identityReference As ComputeNodeIdentityReference, Optional blobfuseOptions As String = Nothing)

パラメーター

accountName
String

Azure Storage のアカウント名。

containerName
String

Azure Blob Storage コンテナー名。

relativeMountPath
String

ファイル システムがマウントされるコンピューティング ノード上の相対パス。

identityReference
ComputeNodeIdentityReference

Azure Storage での認証に使用するマネージド ID。

blobfuseOptions
String

mount コマンドに渡す追加のコマンド ライン オプション。

適用対象