SkuProfile interface

Specifies the sku profile for the virtual machine scale set. With this property the customer is able to specify a list of VM sizes and an allocation strategy.

Properties

allocationStrategy

Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated.

vmSizes

Specifies the VM sizes for the virtual machine scale set.

Property Details

allocationStrategy

Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated.

allocationStrategy?: string

Property Value

string

vmSizes

Specifies the VM sizes for the virtual machine scale set.

vmSizes?: SkuProfileVMSize[]

Property Value