Capacity - Fetch list of available capacities in own resource group

Fetch list of available capacities in own resource group.

get

This API call may take some more time as compared to other API calls

Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Indicates successful retrieval of list of available capacities
get
GET /resourceGroupCapacities HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "capacityName": "text",
    "capacityState": "text",
    "sku": "text"
  }
]

Last updated