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
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python