Package version:

Interface VirtualMachineScaleSetSku

Describes an available virtual machine scale set sku.

interface VirtualMachineScaleSetSku {
    capacity?: VirtualMachineScaleSetSkuCapacity;
    resourceType?: string;
    sku?: Sku;
}

Properties

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.

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?: Sku

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