Delen via


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.Model
AzureFileShareConfiguration

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
str

De naam van het Azure Storage-account. Vereist.

azure_file_url
str

Dit heeft de vorm https://{account}.file.core.windows.net/. Vereist.

account_key
str

De Azure Storage-accountsleutel. Vereist.

relative_mount_path
str

Alle bestandssystemen worden gekoppeld ten opzichte van de map Batch-koppels, toegankelijk via de omgevingsvariabele AZ_BATCH_NODE_MOUNTS_DIR. Vereist.

mount_options
str

Dit zijn opties voor 'net use' in Windows en 'koppelingsopties' in Linux.

Variabelen

Name Description
account_name
str

De naam van het Azure Storage-account. Vereist.

azure_file_url
str

Dit heeft de vorm https://{account}.file.core.windows.net/. Vereist.

account_key
str

De Azure Storage-accountsleutel. Vereist.

relative_mount_path
str

Alle bestandssystemen worden gekoppeld ten opzichte van de map Batch-koppels, toegankelijk via de omgevingsvariabele AZ_BATCH_NODE_MOUNTS_DIR. Vereist.

mount_options
str

Dit zijn opties voor 'net use' in Windows en 'koppelingsopties' in Linux.