PSVirtualMachineInstanceView Class

Definition

public class PSVirtualMachineInstanceView
public class PSVirtualMachineInstanceView : Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView
type PSVirtualMachineInstanceView = class
type PSVirtualMachineInstanceView = class
    inherit VirtualMachineInstanceView
Public Class PSVirtualMachineInstanceView
Public Class PSVirtualMachineInstanceView
Inherits VirtualMachineInstanceView
Inheritance
PSVirtualMachineInstanceView
Inheritance
PSVirtualMachineInstanceView

Constructors

PSVirtualMachineInstanceView()

Properties

AssignedHost
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. Minimum api-version: 2020-06-01.

(Inherited from VirtualMachineInstanceView)
BootDiagnostics
BootDiagnostics

Gets or sets 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.

(Inherited from VirtualMachineInstanceView)
ComputerName
ComputerName

Gets or sets the computer name assigned to the virtual machine.

(Inherited from VirtualMachineInstanceView)
Disks
Disks

Gets or sets the virtual machine disk information.

(Inherited from VirtualMachineInstanceView)
Extensions
Extensions

Gets or sets the extensions information.

(Inherited from VirtualMachineInstanceView)
HyperVGeneration
HyperVGeneration

Gets or sets specifies the HyperVGeneration Type associated with a resource. Possible values include: 'V1', 'V2'

(Inherited from VirtualMachineInstanceView)
IsVMInStandbyPool

Gets [Preview Feature] Specifies whether the VM is currently in or out of the Standby Pool.

(Inherited from VirtualMachineInstanceView)
MaintenanceRedeployStatus
MaintenanceRedeployStatus

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

(Inherited from VirtualMachineInstanceView)
OsName
OsName

Gets or sets the Operating System running on the virtual machine.

(Inherited from VirtualMachineInstanceView)
OsVersion
OsVersion

Gets or sets the version of Operating System running on the virtual machine.

(Inherited from VirtualMachineInstanceView)
PatchStatus
PatchStatus

Gets or sets [Preview Feature] The status of virtual machine patch operations.

(Inherited from VirtualMachineInstanceView)
PlatformFaultDomain
PlatformFaultDomain

Gets or sets specifies the fault domain of the virtual machine.

(Inherited from VirtualMachineInstanceView)
PlatformUpdateDomain
PlatformUpdateDomain

Gets or sets specifies the update domain of the virtual machine.

(Inherited from VirtualMachineInstanceView)
RdpThumbPrint
RdpThumbPrint

Gets or sets the Remote desktop certificate thumbprint.

(Inherited from VirtualMachineInstanceView)
Statuses
Statuses

Gets or sets the resource status information.

(Inherited from VirtualMachineInstanceView)
VmAgent
VmAgent

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

(Inherited from VirtualMachineInstanceView)
VmHealth
VmHealth

Gets the health status for the VM.

(Inherited from VirtualMachineInstanceView)

Extension Methods

ToPSVirtualMachineInstanceView(VirtualMachineInstanceView, String, String)

Applies to