Package version:

Interface VirtualMachineScaleSetHardwareProfile

Specifies the hardware settings for the virtual machine scale set.

interface VirtualMachineScaleSetHardwareProfile {
    vmSizeProperties?: VMSizeProperties;
}

Properties

vmSizeProperties?: VMSizeProperties

Specifies the properties for customizing the size of the virtual machine. Minimum api-version: 2021-11-01. Please follow the instructions in VM Customization for more details.