VirtualMachineUpdate Class

Describes a Virtual Machine Update.

Constructor

VirtualMachineUpdate(*args: Any, **kwargs: Any)

Variables

Name Description
tags

Resource tags.

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.

identity

The identity of the virtual machine, if configured.

zones

The virtual machine zones.

Attributes

identity

The identity of the virtual machine, if configured.

identity: _models.VirtualMachineIdentity | None

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: _models.Plan | None

properties

Describes the properties of a Virtual Machine.

properties: _models.VirtualMachineProperties | None

zones

The virtual machine zones.

zones: list[str] | None