Azure VM Scale Sets

List SKUs

Gets a list of SKUs available for your VM scale set.

Inputs

Field

Type

Description

resourceGroupName [required]

string

subscriptionId [required]

string

vmScaleSetName [required]

string

Outputs

Expand All

Field

Type

Description

skus [required]

[object]

resourceType

string

The type of resource the sku applies to. NOTE: This property will not be serialized. It can only be populated by the server.

sku

object

The Sku. NOTE: This property will not be serialized. It can only be populated by the server.

name

string

The sku name.

tier

string

Specifies the tier of virtual machines in a scale set.

Possible Values:

Standard

Basic

capacity

number

Specifies the number of virtual machines in the scale set.

capacity

object

Specifies the number of virtual machines in the scale set. NOTE: This property will not be serialized. It can only be populated by the server.

minimum

number

The minimum capacity. NOTE: This property will not be serialized. It can only be populated by the server.

maximum

number

The maximum capacity that can be set. NOTE: This property will not be serialized. It can only be populated by the server.

defaultCapacity

number

The default capacity. NOTE: This property will not be serialized. It can only be populated by the server.

scaleType

enum

The scale type applicable to the sku. NOTE: This property will not be serialized. It can only be populated by the server. Allowed enum values: Automatic,None