Share via


VirtualMachineScaleSet interface

Describes a Virtual Machine Scale Set.

Extends

Properties

extendedLocation

The extended location of the Virtual Machine Scale Set.

identity

The identity of the virtual machine scale set, if configured.

plan

Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.

properties

Describes the properties of a Virtual Machine Scale Set.

sku

The virtual machine scale set sku.

zones

The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set

Inherited Properties

location

Resource location

tags

Resource tags

Property Details

extendedLocation

The extended location of the Virtual Machine Scale Set.

extendedLocation?: ExtendedLocation

Property Value

identity

The identity of the virtual machine scale set, if configured.

identity?: VirtualMachineScaleSetIdentity

Property Value

plan

Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.

plan?: Plan

Property Value

properties

Describes the properties of a Virtual Machine Scale Set.

properties?: VirtualMachineScaleSetProperties

Property Value

sku

The virtual machine scale set sku.

sku?: Sku

Property Value

Sku

zones

The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set

zones?: string[]

Property Value

string[]

Inherited Property Details

location

Resource location

location: string

Property Value

string

Inherited From Resource.location

tags

Resource tags

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags