NodeTypeSku interface

Describes a node type sku.

Properties

capacity

The number of nodes in the node type.

If present in request it will override properties.vmInstanceCount.

name

The sku name.

Name is internally generated and is used in auto-scale scenarios.
Property does not allow to be changed to other values than generated.
To avoid deployment errors please omit the property.

tier

Specifies the tier of the node type.

Possible Values:
Standard

Property Details

capacity

The number of nodes in the node type.

If present in request it will override properties.vmInstanceCount.

capacity: number

Property Value

number

name

The sku name.

Name is internally generated and is used in auto-scale scenarios.
Property does not allow to be changed to other values than generated.
To avoid deployment errors please omit the property.

name?: string

Property Value

string

tier

Specifies the tier of the node type.

Possible Values:
Standard

tier?: string

Property Value

string