VirtualMachineScaleSetVMInstanceView Class

Definition

The instance view of a virtual machine scale set VM.

public class VirtualMachineScaleSetVMInstanceView
type VirtualMachineScaleSetVMInstanceView = class
Public Class VirtualMachineScaleSetVMInstanceView
Inheritance
VirtualMachineScaleSetVMInstanceView

Constructors

VirtualMachineScaleSetVMInstanceView()

Initializes a new instance of the VirtualMachineScaleSetVMInstanceView class.

VirtualMachineScaleSetVMInstanceView(Nullable<Int32>, Nullable<Int32>, String, VirtualMachineAgentInstanceView, MaintenanceRedeployStatus, IList<DiskInstanceView>, IList<VirtualMachineExtensionInstanceView>, VirtualMachineHealthStatus, BootDiagnosticsInstanceView, IList<InstanceViewStatus>, String, String)

Initializes a new instance of the VirtualMachineScaleSetVMInstanceView class.

Properties

AssignedHost

Gets 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. &lt;br&gt;&lt;br&gt;Minimum api-version: 2020-06-01.

BootDiagnostics

Gets or sets boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.

Disks

Gets or sets the disks information.

Extensions

Gets or sets the extensions information.

MaintenanceRedeployStatus

Gets or sets the Maintenance Operation status on the virtual machine.

PlacementGroupId

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

PlatformFaultDomain

Gets or sets the Fault Domain count.

PlatformUpdateDomain

Gets or sets the Update Domain count.

RdpThumbPrint

Gets or sets the Remote desktop certificate thumbprint.

Statuses

Gets or sets the resource status information.

VmAgent

Gets or sets the VM Agent running on the virtual machine.

VmHealth

Gets the health status for the VM.

Applies to