Package version:

Interface VirtualMachineScaleSetVMInstanceView

The instance view of a virtual machine scale set VM.

interface VirtualMachineScaleSetVMInstanceView {
    assignedHost?: string;
    bootDiagnostics?: BootDiagnosticsInstanceView;
    computerName?: string;
    disks?: DiskInstanceView[];
    extensions?: VirtualMachineExtensionInstanceView[];
    hyperVGeneration?: string;
    maintenanceRedeployStatus?: MaintenanceRedeployStatus;
    osName?: string;
    osVersion?: string;
    placementGroupId?: string;
    platformFaultDomain?: number;
    platformUpdateDomain?: number;
    rdpThumbPrint?: string;
    statuses?: InstanceViewStatus[];
    vmAgent?: VirtualMachineAgentInstanceView;
    vmHealth?: VirtualMachineHealthStatus;
}

Properties

assignedHost?: string

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. Minimum api-version: 2020-06-01. NOTE: This property will not be serialized. It can only be populated by the server.

bootDiagnostics?: BootDiagnosticsInstanceView

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.

computerName?: string

Specifies the host OS name of the virtual machine.

This name cannot be updated after the VM is created.

Max-length (Windows): 15 characters

Max-length (Linux): 64 characters.

For naming conventions and restrictions see Azure infrastructure services implementation guidelines.

The disks information.

The extensions information.

hyperVGeneration?: string

The hypervisor generation of the Virtual Machine [V1, V2]

maintenanceRedeployStatus?: MaintenanceRedeployStatus

The Maintenance Operation status on the virtual machine.

osName?: string

The Operating System running on the hybrid machine.

osVersion?: string

The version of Operating System running on the hybrid machine.

placementGroupId?: string

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

platformFaultDomain?: number

The Fault Domain count.

platformUpdateDomain?: number

The Update Domain count.

rdpThumbPrint?: string

The Remote desktop certificate thumbprint.

statuses?: InstanceViewStatus[]

The resource status information.

The VM Agent running on the virtual machine.

The application health status for the VM, provided through Application Health Extension or Load Balancer Health Probes. NOTE: This property will not be serialized. It can only be populated by the server.