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 | TargetBackupStorageRedundancy | None = None, **kwargs)
Parameters
Name | Description |
---|---|
target_subscription_id
Required
|
The subscription that owns the target server. |
target_resource_group
Required
|
The resource group that owns the target server. |
target_server_resource_id
Required
|
The resource Id of the target server that owns the database. |
target_server_fully_qualified_domain_name
Required
|
The fully qualified domain name of the target server. |
target_database_name
Required
|
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
|
Default value: None
|
target_resource_group
|
Default value: None
|
target_server_resource_id
|
Default value: None
|
target_server_fully_qualified_domain_name
|
Default value: None
|
target_database_name
|
Default value: None
|
target_backup_storage_redundancy
|
Default value: None
|
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python