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_07_01.models._models_py3.VirtualMachineAgentInstanceView] = None, maintenance_redeploy_status: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.MaintenanceRedeployStatus] = None, disks: Optional[List[azure.mgmt.compute.v2021_07_01.models._models_py3.DiskInstanceView]] = None, extensions: Optional[List[azure.mgmt.compute.v2021_07_01.models._models_py3.VirtualMachineExtensionInstanceView]] = None, boot_diagnostics: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.BootDiagnosticsInstanceView] = None, statuses: Optional[List[azure.mgmt.compute.v2021_07_01.models._models_py3.InstanceViewStatus]] = None, placement_group_id: Optional[str] = None, **kwargs)
Parameters
- maintenance_redeploy_status
- MaintenanceRedeployStatus
The Maintenance Operation status on the virtual machine.
- 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.
- placement_group_id
- str
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.
Feedback
Submit and view feedback for