AzureFileShareConfiguration Class
Information used to connect to an Azure Fileshare.
Constructor
AzureFileShareConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_name
|
The Azure Storage account name. Required. |
|
azure_file_url
|
The Azure Files URL. Required. |
|
account_key
|
The Azure Storage account key. Required. |
|
relative_mount_path
|
The relative path on the compute node where the file system will be mounted. Required. |
|
mount_options
|
Additional command line options to pass to the mount command. |
Attributes
account_key
The Azure Storage account key. Required.
account_key: str
account_name
The Azure Storage account name. Required.
account_name: str
azure_file_url
The Azure Files URL. Required.
azure_file_url: str
mount_options
Additional command line options to pass to the mount command.
mount_options: str | None
relative_mount_path
The relative path on the compute node where the file system will be mounted. Required.
relative_mount_path: str