StorageMount interface
Server farm storage mount configuration.
Properties
| credentials |
KV reference to the credentials to connect to the share. |
| destination |
Path on worker where storage will be mounted. |
| name | Name of the storage mount. |
| source | Source of the fileshare/storage. |
| type | Type of the storage mount. |
Property Details
credentialsKeyVaultReference
KV reference to the credentials to connect to the share.
credentialsKeyVaultReference?: KeyVaultReferenceWithStatus
Property Value
destinationPath
Path on worker where storage will be mounted.
destinationPath?: string
Property Value
string
name
Name of the storage mount.
name?: string
Property Value
string
source
Source of the fileshare/storage.
source?: string
Property Value
string
type
Type of the storage mount.
type?: string
Property Value
string