AzureFileShareConfiguration Class
Information used to connect to an Azure Fileshare.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelAzureFileShareConfiguration
Constructor
AzureFileShareConfiguration(*, account_name: str, azure_file_url: str, account_key: str, relative_mount_path: str, mount_options: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
account_name
|
The Azure Storage account name. Required. |
azure_file_url
|
This is of the form 'https://{account}.file.core.windows.net/'. Required. |
account_key
|
The Azure Storage account key. Required. |
relative_mount_path
|
All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. Required. |
mount_options
|
These are 'net use' options in Windows and 'mount' options in Linux. |
Variables
Name | Description |
---|---|
account_name
|
The Azure Storage account name. Required. |
azure_file_url
|
This is of the form 'https://{account}.file.core.windows.net/'. Required. |
account_key
|
The Azure Storage account key. Required. |
relative_mount_path
|
All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. Required. |
mount_options
|
These are 'net use' options in Windows and 'mount' options in Linux. |
Azure SDK for Python