VirtualMachineScaleSetVmInstanceView Class

Definition

The instance view of a virtual machine scale set VM.

public class VirtualMachineScaleSetVmInstanceView : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmInstanceView>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmInstanceView>
type VirtualMachineScaleSetVmInstanceView = class
    interface IJsonModel<VirtualMachineScaleSetVmInstanceView>
    interface IPersistableModel<VirtualMachineScaleSetVmInstanceView>
Public Class VirtualMachineScaleSetVmInstanceView
Implements IJsonModel(Of VirtualMachineScaleSetVmInstanceView), IPersistableModel(Of VirtualMachineScaleSetVmInstanceView)
Inheritance
VirtualMachineScaleSetVmInstanceView
Implements

Properties

AssignedHost

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.

BootDiagnostics

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

Specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> Max-length (Windows): 15 characters <br><br> Max-length (Linux): 64 characters. <br><br> For naming conventions and restrictions see Azure infrastructure services implementation guidelines.

Disks

The disks information.

Extensions

The extensions information.

HyperVGeneration

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

MaintenanceRedeployStatus

The Maintenance Operation status on the virtual machine.

OSName

The Operating System running on the hybrid machine.

OSVersion

The version of Operating System running on the hybrid machine.

PlacementGroupId

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

PlatformFaultDomain

The Fault Domain count.

PlatformUpdateDomain

The Update Domain count.

RdpThumbPrint

The Remote desktop certificate thumbprint.

Statuses

The resource status information.

VmAgent

The VM Agent running on the virtual machine.

VmHealthStatus

The health status information for the VM.

Explicit Interface Implementations

IJsonModel<VirtualMachineScaleSetVmInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualMachineScaleSetVmInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineScaleSetVmInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetVmInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualMachineScaleSetVmInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to