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.ModelVirtualMachineScaleSetVMInstanceView
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, 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, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
platform_update_domain
|
The Update Domain count. |
platform_fault_domain
|
The Fault Domain count. |
rdp_thumb_print
|
The Remote desktop certificate thumbprint. |
vm_agent
|
The VM Agent running 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. |
statuses
|
The resource status information. |
placement_group_id
|
The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. |
Variables
Name | Description |
---|---|
platform_update_domain
|
The Update Domain count. |
platform_fault_domain
|
The Fault Domain count. |
rdp_thumb_print
|
The Remote desktop certificate thumbprint. |
vm_agent
|
The VM Agent running 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. |
statuses
|
The resource status information. |
placement_group_id
|
The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. |
Azure SDK for Python