次の方法で共有


AzureFileShareConfiguration クラス

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

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.batch._serialization.Model
AzureFileShareConfiguration

コンストラクター

AzureFileShareConfiguration(*, account_name: str, azure_file_url: str, account_key: str, relative_mount_path: str, mount_options: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
account_name
str

Azure Storage のアカウント名。 必須。

azure_file_url
str

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

account_key
str

Azure Storage アカウント キー。 必須。

relative_mount_path
str

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

mount_options
str

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

変数

名前 説明
account_name
str

Azure Storage のアカウント名。 必須です。

azure_file_url
str

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

account_key
str

Azure Storage アカウント キー。 必須。

relative_mount_path
str

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

mount_options
str

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