VirtualMachineScaleSetVM Class

Describes a virtual machine scale set virtual machine.

Constructor

VirtualMachineScaleSetVM()

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data
<xref:<xref:"SystemData">>

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

location
str

The geo-location where the resource lives. Required.

properties
<xref:<xref:"VirtualMachineScaleSetVMProperties">>

Describes the properties of a virtual machine scale set virtual machine.

instance_id
str

The virtual machine instance ID.

sku
<xref:<xref:"Sku">>

The virtual machine SKU.

plan
<xref:<xref:"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.

resources
list[<xref:"VirtualMachineExtension">]

The virtual machine child extension resources.

zones

The virtual machine zones.

identity
<xref:<xref:"VirtualMachineIdentity">>

The identity of the virtual machine, if configured.

etag
str

Etag is property returned in Update/Get response of the VMSS VM, so that customer can supply it in the header to ensure optimistic updates.

Attributes

etag

Etag is property returned in Update/Get response of the VMSS VM, so that customer can supply it in the header to ensure optimistic updates.

etag: str

identity

The identity of the virtual machine, if configured.

identity: VirtualMachineIdentity

instanceId

The virtual machine instance ID.

instanceId: str

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

properties

Describes the properties of a virtual machine scale set virtual machine.

properties: VirtualMachineScaleSetVMProperties

resources

The virtual machine child extension resources.

resources: list[azure.mgmt.compute.types.VirtualMachineExtension]

sku

The virtual machine SKU.

sku: Sku

zones

The virtual machine zones.

zones: list[str]

id

id: str

location

location: str

name

name: str

systemData

systemData: SystemData

tags

tags: dict[str, str]

type

type: str