Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineScaleSetSkuCapacity

Package version

Describes scaling information of a sku.

Hierarchy

  • VirtualMachineScaleSetSkuCapacity

Index

Properties

Optional defaultCapacity

defaultCapacity: undefined | number

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

Optional maximum

maximum: undefined | number

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

Optional minimum

minimum: undefined | number

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

Optional scaleType

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

Generated using TypeDoc