Uses of Class
com.microsoft.azure.management.compute.PowerState
Packages that use PowerState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PowerState in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as PowerStateModifier and TypeFieldDescriptionstatic final PowerStatePowerState.DEALLOCATEDStatic value PowerState/deallocated for PowerState.static final PowerStatePowerState.DEALLOCATINGStatic value PowerState/deallocating for PowerState.static final PowerStatePowerState.RUNNINGStatic value PowerState/running for PowerState.static final PowerStatePowerState.STARTINGStatic value PowerState/starting for PowerState.static final PowerStatePowerState.STOPPEDStatic value PowerState/stopped for PowerState.static final PowerStatePowerState.STOPPINGStatic value PowerState/stopping for PowerState.static final PowerStatePowerState.UNKNOWNStatic value PowerState/unknown for PowerState.Methods in com.microsoft.azure.management.compute that return PowerStateModifier and TypeMethodDescriptionstatic PowerStatePowerState.fromInstanceView(VirtualMachineInstanceView virtualMachineInstanceView) Creates an instance of PowerState from the virtual machine instance view status entry corresponding to the power state.static PowerStatePowerState.fromString(String name) Finds or creates a PowerState value.VirtualMachine.powerState()VirtualMachineScaleSetVM.powerState()Methods in com.microsoft.azure.management.compute that return types with arguments of type PowerState