次の方法で共有


AzureBlobFileSystemConfiguration interface

Blobfuse を使用して Azure Storage コンテナーに接続するために使用される情報。

プロパティ

accountKey

Azure ストレージ アカウント キー。 このプロパティは、sasKey と ID の両方と相互に排他的です。正確に 1 つを指定する必要があります。

accountName

Azure ストレージ アカウント名。

blobfuseOptions

mount コマンドに渡す追加のコマンド ライン オプション。 これらは、Windows の "net use" オプションと Linux の "マウント" オプションです。

containerName

Azure Blob Storage コンテナー名。

identityReference

containerNameにアクセスするために使うユーザー割り当てのアイデンティティを参照します。 このプロパティは、accountKey と sasKey の両方と相互に排他的です。正確に 1 つを指定する必要があります。

relativeMountPath

ファイルシステムがマウントされる計算ノード上の相対パスです。 すべてのファイル システムは、AZ_BATCH_NODE_MOUNTS_DIR環境変数を介してアクセスできる Batch マウント ディレクトリに対して相対的にマウントされます。

sasKey

Azure Storage SAS トークン。 このプロパティは accountKey と ID の両方と相互に排他的です。正確に 1 つを指定する必要があります。

プロパティの詳細

accountKey

Azure ストレージ アカウント キー。 このプロパティは、sasKey と ID の両方と相互に排他的です。正確に 1 つを指定する必要があります。

accountKey?: string

プロパティ値

string

accountName

Azure ストレージ アカウント名。

accountName: string

プロパティ値

string

blobfuseOptions

mount コマンドに渡す追加のコマンド ライン オプション。 これらは、Windows の "net use" オプションと Linux の "マウント" オプションです。

blobfuseOptions?: string

プロパティ値

string

containerName

Azure Blob Storage コンテナー名。

containerName: string

プロパティ値

string

identityReference

containerNameにアクセスするために使うユーザー割り当てのアイデンティティを参照します。 このプロパティは、accountKey と sasKey の両方と相互に排他的です。正確に 1 つを指定する必要があります。

identityReference?: BatchNodeIdentityReference

プロパティ値

relativeMountPath

ファイルシステムがマウントされる計算ノード上の相対パスです。 すべてのファイル システムは、AZ_BATCH_NODE_MOUNTS_DIR環境変数を介してアクセスできる Batch マウント ディレクトリに対して相対的にマウントされます。

relativeMountPath: string

プロパティ値

string

sasKey

Azure Storage SAS トークン。 このプロパティは accountKey と ID の両方と相互に排他的です。正確に 1 つを指定する必要があります。

sasKey?: string

プロパティ値

string