Interface VirtualMachineInstanceView

All Superinterfaces:
HasInner<com.microsoft.azure.management.compute.implementation.VirtualMachineInstanceViewInner>

public interface VirtualMachineInstanceView extends HasInner<com.microsoft.azure.management.compute.implementation.VirtualMachineInstanceViewInner>
An immutable client-side representation of an Azure VM Instance View object.
  • Method Details

    • platformUpdateDomain

      int platformUpdateDomain()
      Get specifies the update domain of the virtual machine.
      Returns:
      the platformUpdateDomain value
    • platformFaultDomain

      int platformFaultDomain()
      Get specifies the fault domain of the virtual machine.
      Returns:
      the platformFaultDomain value
    • computerName

      String computerName()
      Get the computer name assigned to the virtual machine.
      Returns:
      the computerName value
    • osName

      String osName()
      Get the Operating System running on the virtual machine.
      Returns:
      the osName value
    • osVersion

      String osVersion()
      Get the version of Operating System running on the virtual machine.
      Returns:
      the osVersion value
    • rdpThumbPrint

      String rdpThumbPrint()
      Get the Remote desktop certificate thumbprint.
      Returns:
      the rdpThumbPrint value
    • vmAgent

      Get the VM Agent running on the virtual machine.
      Returns:
      the vmAgent value
    • maintenanceRedeployStatus

      MaintenanceRedeployStatus maintenanceRedeployStatus()
      Get the Maintenance Operation status on the virtual machine.
      Returns:
      the maintenanceRedeployStatus value
    • disks

      Get the virtual machine disk information.
      Returns:
      the disks value
    • extensions

      Get the extensions information.
      Returns:
      the extensions value
    • bootDiagnostics

      BootDiagnosticsInstanceView bootDiagnostics()
      Get 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.
      Returns:
      the bootDiagnostics value
    • statuses

      Get the resource status information.
      Returns:
      the statuses value