AzureBlobBackupStorageDescription
Describes the parameters for Azure blob store used for storing and enumerating backups.
Properties
Name | Type | Required |
---|---|---|
FriendlyName |
string | No |
ConnectionString |
string | Yes |
ContainerName |
string | Yes |
FriendlyName
Type: string
Required: No
Friendly name for this backup storage.
ConnectionString
Type: string
Required: Yes
The connection string to connect to the Azure blob store.
ContainerName
Type: string
Required: Yes
The name of the container in the blob store to store and enumerate backups from.