次の方法で共有


AzureFileShareConfiguration interface

Azure Fileshare への接続に使用される情報。

プロパティ

accountKey

Azure Storage アカウント キー。

accountName

Azure Storage のアカウント名。

azureFileUrl

これは 'https://{account}.file.core.windows.net/' の形式です。

mountOptions

これらは、Windows の "net use" オプションと Linux の "マウント" オプションです。

relativeMountPath

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

プロパティの詳細

accountKey

Azure Storage アカウント キー。

accountKey: string

プロパティ値

string

accountName

Azure Storage のアカウント名。

accountName: string

プロパティ値

string

azureFileUrl

これは 'https://{account}.file.core.windows.net/' の形式です。

azureFileUrl: string

プロパティ値

string

mountOptions

これらは、Windows の "net use" オプションと Linux の "マウント" オプションです。

mountOptions?: string

プロパティ値

string

relativeMountPath

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

relativeMountPath: string

プロパティ値

string