AzureBlobBackupStorageDescription Class

Describes the parameters for Azure blob store used for storing and enumerating backups.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.BackupStorageDescription
AzureBlobBackupStorageDescription

Constructor

AzureBlobBackupStorageDescription(*, connection_string: str, container_name: str, friendly_name: Optional[str] = None, **kwargs)

Parameters

friendly_name
str
Required

Friendly name for this backup storage.

storage_kind
str
Required

Required. Constant filled by server.

connection_string
str
Required

Required. The connection string to connect to the Azure blob store.

container_name
str
Required

Required. The name of the container in the blob store to store and enumerate backups from.