public interface VirtualMachineInstanceView extends HasInner<com.microsoft.azure.management.compute.implementation.VirtualMachineInstanceViewInner>
Modifier and Type | Method and Description |
---|---|
BootDiagnosticsInstanceView |
bootDiagnostics()
Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
|
String |
computerName()
Get the computer name assigned to the virtual machine.
|
List<DiskInstanceView> |
disks()
Get the virtual machine disk information.
|
List<VirtualMachineExtensionInstanceView> |
extensions()
Get the extensions information.
|
MaintenanceRedeployStatus |
maintenanceRedeployStatus()
Get the Maintenance Operation status on the virtual machine.
|
String |
osName()
Get the Operating System running on the virtual machine.
|
String |
osVersion()
Get the version of Operating System running on the virtual machine.
|
int |
platformFaultDomain()
Get specifies the fault domain of the virtual machine.
|
int |
platformUpdateDomain()
Get specifies the update domain of the virtual machine.
|
String |
rdpThumbPrint()
Get the Remote desktop certificate thumbprint.
|
List<InstanceViewStatus> |
statuses()
Get the resource status information.
|
VirtualMachineAgentInstanceView |
vmAgent()
Get the VM Agent running on the virtual machine.
|
int platformUpdateDomain()
int platformFaultDomain()
String computerName()
String osName()
String osVersion()
String rdpThumbPrint()
VirtualMachineAgentInstanceView vmAgent()
MaintenanceRedeployStatus maintenanceRedeployStatus()
List<DiskInstanceView> disks()
List<VirtualMachineExtensionInstanceView> extensions()
BootDiagnosticsInstanceView bootDiagnostics()
List<InstanceViewStatus> statuses()
Copyright © 2019. All rights reserved.