Azure VM Scale Sets

Set desired capacity

Set the capacity of the specified VM scale set.

Inputs

Field

Type

Description

resourceGroupName [required]

string

subscriptionId [required]

string

vmScaleSetName [required]

string

capacity [required]

number

The number of virtual machines in the scale set.

Outputs

Field

Type

Description

status [required]

enum

The status of the requested asynchronous operation. Allowed enum values: notStarted,running,succeeded,canceled,failed

location

string

The location URL. This can be used in GET requests to track the status of the requested asynchronous operation.