Azure VM Scale Sets

List SKUs

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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

Inputs

Champ

Type

Description

resourceGroupName [required]

string

subscriptionId [required]

string

vmScaleSetName [required]

string

Outputs

Expand All

Champ

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