StorageMount Class
Server farm storage mount configuration.
Constructor
StorageMount(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the storage mount. |
|
type
|
Type of the storage mount. Known values are: "AzureFiles", "LocalStorage", and "FileShare". |
|
source
|
Source of the fileshare/storage. |
|
destination_path
|
Path on worker where storage will be mounted. |
|
credentials_key_vault_reference
|
KV reference to the credentials to connect to the share. |
Attributes
credentials_key_vault_reference
KV reference to the credentials to connect to the share.
credentials_key_vault_reference: _models.KeyVaultReferenceWithStatus | None
destination_path
Path on worker where storage will be mounted.
destination_path: str | None
name
Name of the storage mount.
name: str | None
source
Source of the fileshare/storage.
source: str | None
type
"AzureFiles", "LocalStorage", and "FileShare".
type: str | _models.StorageMountType | None