CopyLongTermRetentionBackupParameters Class

Contains the information necessary to perform long term retention backup copy operation.

Inheritance
msrest.serialization.Model
CopyLongTermRetentionBackupParameters

Constructor

CopyLongTermRetentionBackupParameters(*, target_subscription_id: str | None = None, target_resource_group: str | None = None, target_server_resource_id: str | None = None, target_server_fully_qualified_domain_name: str | None = None, target_database_name: str | None = None, target_backup_storage_redundancy: str | TargetBackupStorageRedundancy | None = None, **kwargs)

Parameters

Name Description
target_subscription_id
Required
str

The subscription that owns the target server.

target_resource_group
Required
str

The resource group that owns the target server.

target_server_resource_id
Required
str

The resource Id of the target server that owns the database.

target_server_fully_qualified_domain_name
Required
str

The fully qualified domain name of the target server.

target_database_name
Required
str

The name of the database owns the copied backup.

target_backup_storage_redundancy
Required

The storage redundancy type of the copied backup. Possible values include: "Geo", "Local", "Zone".

Keyword-Only Parameters

Name Description
target_subscription_id
Required
target_resource_group
Required
target_server_resource_id
Required
target_server_fully_qualified_domain_name
Required
target_database_name
Required
target_backup_storage_redundancy
Required