-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathpatchComputeQuotaRequest.json
More file actions
60 lines (60 loc) · 1.79 KB
/
patchComputeQuotaRequest.json
File metadata and controls
60 lines (60 loc) · 1.79 KB
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
{
"parameters": {
"subscriptionId": "D7EC67B3-7657-4966-BFFC-41EFD36BAAB3",
"providerId": "Microsoft.Compute",
"location": "eastus",
"resourceName": "standardFSv2Family",
"api-version": "2019-07-19-preview",
"If-Match": "*",
"createQuotaRequest": {
"properties":{
"limit": 200,
"unit": "Count",
"name": {
"value": "standardFSv2Family",
"localizedValue": "Standard FSv2 Family vCPUs"
}
}
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptons/D7EC67B3-7657-4966-BFFC-41EFD36BAAB3/providers/Microsoft.Capacity/Providers/Microsoft.Compute/locations/eastus/serviceLimitsRequests/2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"name": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"type": "Microsoft.Capacity/ServiceLimits",
"properties": {
"provisioningState": "InProgress",
"message": "Quota request is accepted and being processed.",
"requestSubmitTime": "2019-08-19T19:23:17.904Z",
"limit": 200,
"unit": "Count",
"currentValue": 80,
"name": {
"value": "standardFSv2Family",
"localizedValue": "Standard FSv2 Family vCPUs"
}
}
}
},
"200": {
"body": {
"id": "/subscriptons/D7EC67B3-7657-4966-BFFC-41EFD36BAAB3/providers/Microsoft.Capacity/Providers/Microsoft.Compute/locations/eastus/serviceLimitsRequests/2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"name": "2B5C8515-37D8-4B6A-879B-CD641A2CF605",
"type": "Microsoft.Capacity/serviceLimits",
"properties": {
"provisioningState": "Succeeded",
"message": "Quota request successfully completed",
"requestSubmitTime": "2019-08-19T19:23:17.904Z",
"limit": 200,
"unit": "Count",
"currentValue": 80,
"name": {
"value": "standardFSv2Family",
"localizedValue": "Standard FSv2 Family vCPUs"
}
}
}
}
}
}