AzureBlobFileSystemConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureBlobFileSystemConfiguration()
クラスのモックをサポートする既定の AzureBlobFileSystemConfiguration コンストラクター。
protected AzureBlobFileSystemConfiguration ();
Protected Sub New ()
適用対象
AzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)
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
ファイル システムがマウントされるコンピューティング ノード上の相対パス。
Azure Storage での認証に使用するキー。 これは、SAS キーまたはストレージ アカウント キーのいずれかです。
- blobfuseOptions
- String
mount コマンドに渡す追加のコマンド ライン オプション。
適用対象
AzureBlobFileSystemConfiguration(String, String, String, ComputeNodeIdentityReference, String)
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 コマンドに渡す追加のコマンド ライン オプション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET