Uses of Class
com.azure.resourcemanager.compute.models.PowerState
Packages that use PowerState
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PowerState in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type PowerState in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classPossible power states of a virtual machine.Fields in com.azure.resourcemanager.compute.models 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.azure.resourcemanager.compute.models 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()Gets the power state of the virtual machine.VirtualMachineScaleSetVM.powerState()Gets the power state of the virtual machine instance.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PowerStateModifier and TypeMethodDescriptionstatic Collection<PowerState> PowerState.values()Gets all known power states.