VirtualMachineInstanceView Interface
Implements
public interface VirtualMachineInstanceView
extends HasInnerModel<VirtualMachineInstanceViewInner>
An immutable client-side representation of an Azure VM Instance View object.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Boot |
bootDiagnostics()
Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. |
abstract String |
computerName()
Get the computer name assigned to the virtual machine. |
abstract
List<Disk |
disks()
Get the virtual machine disk information. |
abstract
List<Virtual |
extensions()
Get the extensions information. |
abstract
Maintenance |
maintenanceRedeployStatus()
Get the Maintenance Operation status on the virtual machine. |
abstract String |
osName()
Get the Operating System running on the virtual machine. |
abstract String |
osVersion()
Get the version of Operating System running on the virtual machine. |
abstract int |
platformFaultDomain()
Get specifies the fault domain of the virtual machine. |
abstract int |
platformUpdateDomain()
Get specifies the update domain of the virtual machine. |
abstract String |
rdpThumbPrint()
Get the Remote desktop certificate thumbprint. |
abstract
List<Instance |
statuses()
Get the resource status information. |
abstract
Virtual |
vmAgent()
Get the VM Agent running on the virtual machine. |
Method Details
bootDiagnostics
public abstract BootDiagnosticsInstanceView bootDiagnostics()
Get 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.
Returns:
computerName
public abstract String computerName()
Get the computer name assigned to the virtual machine.
Returns:
disks
public abstract List
Get the virtual machine disk information.
Returns:
extensions
public abstract List
Get the extensions information.
Returns:
maintenanceRedeployStatus
public abstract MaintenanceRedeployStatus maintenanceRedeployStatus()
Get the Maintenance Operation status on the virtual machine.
Returns:
osName
public abstract String osName()
Get the Operating System running on the virtual machine.
Returns:
osVersion
public abstract String osVersion()
Get the version of Operating System running on the virtual machine.
Returns:
platformFaultDomain
public abstract int platformFaultDomain()
Get specifies the fault domain of the virtual machine.
Returns:
platformUpdateDomain
public abstract int platformUpdateDomain()
Get specifies the update domain of the virtual machine.
Returns:
rdpThumbPrint
public abstract String rdpThumbPrint()
Get the Remote desktop certificate thumbprint.
Returns:
statuses
public abstract List
Get the resource status information.
Returns:
vmAgent
public abstract VirtualMachineAgentInstanceView vmAgent()
Get the VM Agent running on the virtual machine.
Returns:
Applies to
Azure SDK for Java