-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
PauseSqlPool.json
34 lines (34 loc) · 1.01 KB
/
PauseSqlPool.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
{
"parameters": {
"subscriptionId": "01234567-89ab-4def-0123-456789abcdef",
"resourceGroupName": "Default-SQL-SouthEastAsia",
"workspaceName": "testsvr",
"sqlPoolName": "testdwdb",
"api-version": "2020-12-01"
},
"responses": {
"200": {
"body": {
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default-SQL-SouthEastAsia/providers/Microsoft.Synapse/workspaces/testsvr/sqlPools/testdwdb",
"name": "testdwdb",
"type": "Microsoft.Synapse/workspaces/sqlPools",
"location": "Japan East",
"properties": {
"status": "Online",
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 268435456000,
"creationDate": "2017-02-10T00:56:19.2Z",
"provisioningState": "Succeeded",
"restorePointInTime": "0001-01-01T00:00:00Z"
},
"sku": {
"name": "DW100c"
}
}
},
"202": {}
}
}