Capacity - Starts a paused capacity

Initiates the startup process for a paused capacity within the Azure portal.

post

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

Authorizations
HTTPRequired

Please enter a valid token

Query parameters
capacityNamestringRequired

Enter the name of the capacity that needs to be started. (Type: String)

tierstringOptional

Enter the tier of the capacity that needs to be started. (Type: String)

versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Success: Capacity started successfully, acknowledgment received.

Class for representing response.

messagestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Message property.

Default: Success Message
statusCodeinteger · int32Optional

A public property of type integer that has both a getter and a setter method, which allows for getting and setting the value of the StatusCode property.

Default: 200
post
/capacities/startCapacity

Last updated