VirtualMachineInstanceView Class
The instance view of a virtual machine.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineInstanceView
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, hyper_v_generation: str | _models.HyperVGenerationType | 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
Name | Description |
---|---|
platform_update_domain
|
Specifies the update domain of the virtual machine. |
platform_fault_domain
|
Specifies the fault domain of the virtual machine. |
computer_name
|
The computer name assigned to the virtual machine. |
os_name
|
The Operating System running on the virtual machine. |
os_version
|
The version of Operating System running on the virtual machine. |
hyper_v_generation
|
Specifies the HyperVGeneration Type associated with a resource. Known values are: "V1" and "V2". |
rdp_thumb_print
|
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 virtual machine disk 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. |
statuses
|
The resource status information. |
Variables
Name | Description |
---|---|
platform_update_domain
|
Specifies the update domain of the virtual machine. |
platform_fault_domain
|
Specifies the fault domain of the virtual machine. |
computer_name
|
The computer name assigned to the virtual machine. |
os_name
|
The Operating System running on the virtual machine. |
os_version
|
The version of Operating System running on the virtual machine. |
hyper_v_generation
|
Specifies the HyperVGeneration Type associated with a resource. Known values are: "V1" and "V2". |
rdp_thumb_print
|
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 virtual machine disk 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. |
statuses
|
The resource status information. |
Azure SDK for Python