-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
CreateOrUpdateGeoBackupPolicies.json
43 lines (43 loc) · 1.27 KB
/
CreateOrUpdateGeoBackupPolicies.json
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
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "testrg",
"workspaceName": "testws",
"sqlPoolName": "testdw",
"geoBackupPolicyName": "Default",
"api-version": "2021-04-01-preview",
"parameters": {
"properties": {
"state": "Enabled"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Synapse/workspaces/testws/databases/testdw/geoBackupPolicies/Default",
"name": "Default",
"type": "Microsoft.Synapse/workspaces/sqlpools/geoBackupPolicies",
"location": null,
"kind": null,
"properties": {
"state": "Enabled",
"storageType": null
}
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Synapse/workspaces/testws/databases/testdw/geoBackupPolicies/Default",
"name": "Default",
"type": "Microsoft.Synapse/workspaces/sqlpools/geoBackupPolicies",
"location": null,
"kind": null,
"properties": {
"state": "Enabled",
"storageType": null
}
}
}
}
}