AzureFileShareConfiguration interface
Azure Fileshare への接続に使用される情報。
プロパティ
account |
Azure Storage アカウント キー。 |
account |
Azure Storage のアカウント名。 |
azure |
これは 'https://{account}.file.core.windows.net/' の形式です。 |
mount |
これらは、Windows の "net use" オプションと Linux の "マウント" オプションです。 |
relative |
すべてのファイル システムは 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