AzureFileShareConfiguration Klas
Informatie die wordt gebruikt om verbinding te maken met een Azure-bestandsshare.
Alle vereiste parameters moeten worden ingevuld om naar Azure te kunnen worden verzonden.
- Overname
-
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
|
De naam van het Azure Storage-account. Vereist. |
azure_file_url
|
Dit heeft de vorm https://{account}.file.core.windows.net/. Vereist. |
account_key
|
De Azure Storage-accountsleutel. Vereist. |
relative_mount_path
|
Alle bestandssystemen worden gekoppeld ten opzichte van de map Batch-koppels, toegankelijk via de omgevingsvariabele AZ_BATCH_NODE_MOUNTS_DIR. Vereist. |
mount_options
|
Dit zijn opties voor 'net use' in Windows en 'koppelingsopties' in Linux. |
Variabelen
Name | Description |
---|---|
account_name
|
De naam van het Azure Storage-account. Vereist. |
azure_file_url
|
Dit heeft de vorm https://{account}.file.core.windows.net/. Vereist. |
account_key
|
De Azure Storage-accountsleutel. Vereist. |
relative_mount_path
|
Alle bestandssystemen worden gekoppeld ten opzichte van de map Batch-koppels, toegankelijk via de omgevingsvariabele AZ_BATCH_NODE_MOUNTS_DIR. Vereist. |
mount_options
|
Dit zijn opties voor 'net use' in Windows en 'koppelingsopties' in Linux. |
Azure SDK for Python