Capacity - Pause already running capacity in Azure portal

Pause already running capacity in azure portal.

post

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

Authorizations
Query parameters
capacityNamestringRequired

CapacityName which needs to be paused(Type: String)

versionstringOptional

The requested API version

Default: 1.0
Responses
200
Acknowledgment for successful pausing of capacity
post
POST /capacities/pauseCapacity?capacityName=text HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated