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
VirtualMachineScaleSetVMInstanceView

Constructor

VirtualMachineScaleSetVMInstanceView(*, platform_update_domain: Optional[int] = None, platform_fault_domain: Optional[int] = None, rdp_thumb_print: Optional[str] = None, vm_agent: Optional[azure.mgmt.compute.v2021_04_01.models._models_py3.VirtualMachineAgentInstanceView] = None, maintenance_redeploy_status: Optional[azure.mgmt.compute.v2021_04_01.models._models_py3.MaintenanceRedeployStatus] = None, disks: Optional[List[azure.mgmt.compute.v2021_04_01.models._models_py3.DiskInstanceView]] = None, extensions: Optional[List[azure.mgmt.compute.v2021_04_01.models._models_py3.VirtualMachineExtensionInstanceView]] = None, boot_diagnostics: Optional[azure.mgmt.compute.v2021_04_01.models._models_py3.BootDiagnosticsInstanceView] = None, statuses: Optional[List[azure.mgmt.compute.v2021_04_01.models._models_py3.InstanceViewStatus]] = None, placement_group_id: Optional[str] = None, **kwargs)

Parameters

platform_update_domain
int
Required

The Update Domain count.

platform_fault_domain
int
Required

The Fault Domain count.

rdp_thumb_print
str
Required

The Remote desktop certificate thumbprint.

vm_agent
VirtualMachineAgentInstanceView
Required

The VM Agent running on the virtual machine.

maintenance_redeploy_status
MaintenanceRedeployStatus
Required

The Maintenance Operation status on the virtual machine.

disks
list[DiskInstanceView]
Required

The disks information.

extensions
list[VirtualMachineExtensionInstanceView]
Required

The extensions information.

boot_diagnostics
BootDiagnosticsInstanceView
Required

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

statuses
list[InstanceViewStatus]
Required

The resource status information.

placement_group_id
str
Required

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

Variables

vm_health
VirtualMachineHealthStatus

The health status for the VM.

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. <br>:code:>><<<br>Minimum api-version: 2020-06-01.