VirtualMachineScaleSetVMInstanceView Class

The instance view of a virtual machine scale set VM.

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

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetVMInstanceView

Constructor

VirtualMachineScaleSetVMInstanceView(*, platform_update_domain: int | None = None, platform_fault_domain: int | None = None, rdp_thumb_print: str | None = None, vm_agent: _models.VirtualMachineAgentInstanceView | None = None, maintenance_redeploy_status: _models.MaintenanceRedeployStatus | None = None, disks: List[_models.DiskInstanceView] | None = None, extensions: List[_models.VirtualMachineExtensionInstanceView] | None = None, boot_diagnostics: _models.BootDiagnosticsInstanceView | None = None, statuses: List[_models.InstanceViewStatus] | None = None, placement_group_id: str | None = None, computer_name: str | None = None, os_name: str | None = None, os_version: str | None = None, hyper_v_generation: str | _models.HyperVGeneration | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
platform_update_domain
int

The Update Domain count.

platform_fault_domain
int

The Fault Domain count.

rdp_thumb_print
str

The Remote desktop certificate thumbprint.

vm_agent

The VM Agent running on the virtual machine.

maintenance_redeploy_status

The Maintenance Operation status on the virtual machine.

disks

The disks information.

extensions

The extensions information.

boot_diagnostics

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.

statuses

The resource status information.

placement_group_id
str

The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.

computer_name
str

Specifies the host OS name of the virtual machine. <br>``<br> This name cannot be updated after the VM is created. <br>``<br> Max-length (Windows): 15 characters <br>``<br> Max-length (Linux): 64 characters. <br>``<br> For naming conventions and restrictions see Azure infrastructure services implementation guidelines. # pylint: disable=line-too-long

os_name
str

The Operating System running on the hybrid machine.

os_version
str

The version of Operating System running on the hybrid machine.

hyper_v_generation

The hypervisor generation of the Virtual Machine [V1, V2]. Known values are: "V1" and "V2".

Variables

Name Description
platform_update_domain
int

The Update Domain count.

platform_fault_domain
int

The Fault Domain count.

rdp_thumb_print
str

The Remote desktop certificate thumbprint.

vm_agent

The VM Agent running on the virtual machine.

maintenance_redeploy_status

The Maintenance Operation status on the virtual machine.

disks

The disks information.

extensions

The extensions information.

vm_health

The health status for the VM.

boot_diagnostics

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.

statuses

The resource status information.

assigned_host
str

Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled. Minimum api-version: 2020-06-01.

placement_group_id
str

The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId.

computer_name
str

Specifies the host OS name of the virtual machine. <br>``<br> This name cannot be updated after the VM is created. <br>``<br> Max-length (Windows): 15 characters <br>``<br> Max-length (Linux): 64 characters. <br>``<br> For naming conventions and restrictions see Azure infrastructure services implementation guidelines. # pylint: disable=line-too-long

os_name
str

The Operating System running on the hybrid machine.

os_version
str

The version of Operating System running on the hybrid machine.

hyper_v_generation

The hypervisor generation of the Virtual Machine [V1, V2]. Known values are: "V1" and "V2".