-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.sql.models.CopyLongTermRetentionBackupParameters.yml
64 lines (62 loc) · 2.19 KB
/
azure.mgmt.sql.models.CopyLongTermRetentionBackupParameters.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### YamlMime:PythonClass
uid: azure.mgmt.sql.models.CopyLongTermRetentionBackupParameters
name: CopyLongTermRetentionBackupParameters
fullName: azure.mgmt.sql.models.CopyLongTermRetentionBackupParameters
module: azure.mgmt.sql.models
inheritances:
- msrest.serialization.Model
summary: Contains the information necessary to perform long term retention backup
copy operation.
constructor:
syntax: '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: target_subscription_id
description: The subscription that owns the target server.
isRequired: true
types:
- <xref:str>
- name: target_resource_group
description: The resource group that owns the target server.
isRequired: true
types:
- <xref:str>
- name: target_server_resource_id
description: The resource Id of the target server that owns the database.
isRequired: true
types:
- <xref:str>
- name: target_server_fully_qualified_domain_name
description: 'The fully qualified domain name of the target
server.'
isRequired: true
types:
- <xref:str>
- name: target_database_name
description: The name of the database owns the copied backup.
isRequired: true
types:
- <xref:str>
- name: target_backup_storage_redundancy
description: 'The storage redundancy type of the copied backup.
Possible values include: "Geo", "Local", "Zone".'
isRequired: true
types:
- <xref:str>
- <xref:azure.mgmt.sql.models.TargetBackupStorageRedundancy>
keywordOnlyParameters:
- name: target_subscription_id
isRequired: true
- name: target_resource_group
isRequired: true
- name: target_server_resource_id
isRequired: true
- name: target_server_fully_qualified_domain_name
isRequired: true
- name: target_database_name
isRequired: true
- name: target_backup_storage_redundancy
isRequired: true