Capacity - Fetch list of available capacities in own resource group
This API call may take some more time as compared to other API calls
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Indicates successful retrieval of list of available capacities
400
Bad request received
500
Server related error
get
GET /resourceGroupCapacities HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"capacityName": "text",
"capacityState": "text",
"sku": "text"
}
]
Last updated