IVirtualMachineInstanceView Interface
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.
An immutable client-side representation of an Azure Virtual Machine Instance View.
public interface IVirtualMachineInstanceView : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInstanceView>
type IVirtualMachineInstanceView = interface
interface IHasInner<VirtualMachineInstanceView>
Public Interface IVirtualMachineInstanceView
Implements IHasInner(Of VirtualMachineInstanceView)
- Implements
Properties
BootDiagnostics |
Gets or sets boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor. |
ComputerName |
Gets or sets the computer name assigned to the virtual machine. |
Disks |
Gets or sets the virtual machine disk information. |
Extensions |
Gets or sets the extensions information. |
Inner | (Inherited from IHasInner<T>) |
MaintenanceRedeployStatus |
Gets or sets the Maintenance Operation status on the virtual machine. |
OsName |
Gets or sets the Operating System running on the virtual machine. |
OsVersion |
Gets or sets the version of Operating System running on the virtual machine. |
PlatformFaultDomain |
Gets or sets specifies the fault domain of the virtual machine. |
PlatformUpdateDomain |
Gets or sets specifies the update domain of the virtual machine. |
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. |
Applies to
Azure SDK for .NET