VirtualMachineInstanceView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The instance view of a virtual machine.
public class VirtualMachineInstanceView : Azure.Provisioning.Primitives.ProvisionableConstruct
type VirtualMachineInstanceView = class
inherit ProvisionableConstruct
Public Class VirtualMachineInstanceView
Inherits ProvisionableConstruct
- Inheritance
Constructors
| Name | Description |
|---|---|
| VirtualMachineInstanceView() |
Creates a new VirtualMachineInstanceView. |
Properties
| Name | Description |
|---|---|
| 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 |
The computer name assigned to the virtual machine. |
| Disks |
The virtual machine disk information. |
| Extensions |
The extensions information. |
| HyperVGeneration |
Specifies the HyperVGeneration Type associated with a resource. |
| IsVmInStandbyPool |
[Preview Feature] Specifies whether the VM is currently in or out of the Standby Pool. |
| MaintenanceRedeployStatus |
The Maintenance Operation status on the virtual machine. |
| OSName |
The Operating System running on the virtual machine. |
| OSVersion |
The version of Operating System running on the virtual machine. |
| PatchStatus |
[Preview Feature] The status of virtual machine patch operations. |
| PlatformFaultDomain |
Specifies the fault domain of the virtual machine. |
| PlatformUpdateDomain |
Specifies the update domain of the virtual machine. |
| 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. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IBicepValue.Assign(IBicepValue) |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
| IBicepValue.Compile() |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
| IBicepValue.Expression |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsEmpty |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsOutput |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsRequired |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
| IBicepValue.IsSecure |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
| IBicepValue.Kind |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
| IBicepValue.LiteralValue |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
| IBicepValue.Self |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
| IBicepValue.SetReadOnly() |
Make this value readonly. (Inherited from ProvisionableConstruct) |
| IBicepValue.Source |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |
Extension Methods
| Name | Description |
|---|---|
| ToBicepExpression(IBicepValue) |
Convert a IBicepValue into a BicepExpression by its reference to represent its hierarchy. |