VirtualMachineInstanceView Class

The instance view of a virtual machine.

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineInstanceView

Constructor

VirtualMachineInstanceView(*, platform_update_domain: int | None = None, platform_fault_domain: int | None = None, computer_name: str | None = None, os_name: str | None = None, os_version: str | 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, **kwargs: Any)

Keyword-Only Parameters

platform_update_domain
int

Specifies the update domain of the virtual machine.

platform_fault_domain
int

Specifies the fault domain of the virtual machine.

computer_name
str

The computer name assigned to the virtual machine.

os_name
str

The Operating System running on the virtual machine.

os_version
str

The version of Operating System running on the virtual machine.

rdp_thumb_print
str

The Remote desktop certificate thumbprint.

vm_agent
VirtualMachineAgentInstanceView

The VM Agent running on the virtual machine.

maintenance_redeploy_status
MaintenanceRedeployStatus

The Maintenance Operation status on the virtual machine.

disks
list[DiskInstanceView]

The virtual machine disk information.

extensions
list[VirtualMachineExtensionInstanceView]

The extensions information.

boot_diagnostics
BootDiagnosticsInstanceView

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]

The resource status information.

Variables

platform_update_domain
int

Specifies the update domain of the virtual machine.

platform_fault_domain
int

Specifies the fault domain of the virtual machine.

computer_name
str

The computer name assigned to the virtual machine.

os_name
str

The Operating System running on the virtual machine.

os_version
str

The version of Operating System running on the virtual machine.

rdp_thumb_print
str

The Remote desktop certificate thumbprint.

vm_agent
VirtualMachineAgentInstanceView

The VM Agent running on the virtual machine.

maintenance_redeploy_status
MaintenanceRedeployStatus

The Maintenance Operation status on the virtual machine.

disks
list[DiskInstanceView]

The virtual machine disk information.

extensions
list[VirtualMachineExtensionInstanceView]

The extensions information.

boot_diagnostics
BootDiagnosticsInstanceView

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]

The resource status information.