Condividi tramite


CopyLongTermRetentionBackupParameters Class

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

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 | _models.BackupStorageRedundancy | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_subscription_id
str

The subscription that owns the target server.

Default value: None
target_resource_group
str

The resource group that owns the target server.

Default value: None
target_server_resource_id
str

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

Default value: None
target_server_fully_qualified_domain_name
str

The fully qualified domain name of the target server.

Default value: None
target_database_name
str

The name of the database owns the copied backup.

Default value: None
target_backup_storage_redundancy

The storage redundancy type of the copied backup. Known values are: "Geo", "Local", "Zone", and "GeoZone".

Default value: None

Variables

Name Description
target_subscription_id
str

The subscription that owns the target server.

target_resource_group
str

The resource group that owns the target server.

target_server_resource_id
str

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

target_server_fully_qualified_domain_name
str

The fully qualified domain name of the target server.

target_database_name
str

The name of the database owns the copied backup.

target_backup_storage_redundancy

The storage redundancy type of the copied backup. Known values are: "Geo", "Local", "Zone", and "GeoZone".