Uses of Class
com.microsoft.azure.management.compute.PowerState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PowerState in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final PowerState
PowerState.DEALLOCATED
Static value PowerState/deallocated for PowerState.static final PowerState
PowerState.DEALLOCATING
Static value PowerState/deallocating for PowerState.static final PowerState
PowerState.RUNNING
Static value PowerState/running for PowerState.static final PowerState
PowerState.STARTING
Static value PowerState/starting for PowerState.static final PowerState
PowerState.STOPPED
Static value PowerState/stopped for PowerState.static final PowerState
PowerState.STOPPING
Static value PowerState/stopping for PowerState.static final PowerState
PowerState.UNKNOWN
Static value PowerState/unknown for PowerState.Modifier and TypeMethodDescriptionstatic PowerState
PowerState.fromInstanceView
(VirtualMachineInstanceView virtualMachineInstanceView) Creates an instance of PowerState from the virtual machine instance view status entry corresponding to the power state.static PowerState
PowerState.fromString
(String name) Finds or creates a PowerState value.VirtualMachine.powerState()
VirtualMachineScaleSetVM.powerState()