次の方法で共有


AzureFileShareConfiguration interface

Azure ファイル共有への接続に使用される情報。

プロパティ

accountKey

Azure Storage アカウント キー。

accountName

Azure Storage アカウント名。

azureFileUrl

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

mountOptions

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

relativeMountPath

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

プロパティの詳細

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

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

relativeMountPath: string

プロパティ値

string