VirtualMachineScaleSet Class

Describes a Virtual Machine Scale Set.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.compute.v2016_04_30_preview.models._models_py3.Resource
VirtualMachineScaleSet

Constructor

VirtualMachineScaleSet(*, location: str, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, plan: _models.Plan | None = None, identity: _models.VirtualMachineScaleSetIdentity | None = None, upgrade_policy: _models.UpgradePolicy | None = None, virtual_machine_profile: _models.VirtualMachineScaleSetVMProfile | None = None, over_provision: bool | None = None, single_placement_group: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

Resource location. Required.

tags

Resource tags.

sku
Sku

The virtual machine scale set sku.

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.

identity

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

upgrade_policy

The upgrade policy.

virtual_machine_profile

The virtual machine profile.

over_provision

Specifies whether the Virtual Machine Scale Set should be overprovisioned.

single_placement_group

When true this limits the scale set to a single placement group, of max size 100 virtual machines.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location. Required.

tags

Resource tags.

sku
Sku

The virtual machine scale set sku.

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.

identity

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

upgrade_policy

The upgrade policy.

virtual_machine_profile

The virtual machine profile.

provisioning_state
str

The provisioning state, which only appears in the response.

over_provision

Specifies whether the Virtual Machine Scale Set should be overprovisioned.

single_placement_group

When true this limits the scale set to a single placement group, of max size 100 virtual machines.