Uses of Class
com.azure.resourcemanager.compute.models.PowerState
-
Packages that use PowerState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of PowerState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as PowerState Modifier and Type Field Description static PowerStatePowerState. DEALLOCATEDStatic value PowerState/deallocated for PowerState.static PowerStatePowerState. DEALLOCATINGStatic value PowerState/deallocating for PowerState.static PowerStatePowerState. RUNNINGStatic value PowerState/running for PowerState.static PowerStatePowerState. STARTINGStatic value PowerState/starting for PowerState.static PowerStatePowerState. STOPPEDStatic value PowerState/stopped for PowerState.static PowerStatePowerState. STOPPINGStatic value PowerState/stopping for PowerState.static PowerStatePowerState. UNKNOWNStatic value PowerState/unknown for PowerState.Methods in com.azure.resourcemanager.compute.models that return PowerState Modifier and Type Method Description static 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.PowerStateVirtualMachine. powerState()PowerStateVirtualMachineScaleSetVM. powerState()Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PowerState Modifier and Type Method Description static Collection<PowerState>PowerState. values()
-