CopyLongTermRetentionBackupParameters Class
Contains the information necessary to perform long term retention backup copy operation.
- Inheritance
-
msrest.serialization.ModelCopyLongTermRetentionBackupParameters
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
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
|
|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python