Uses of Class
com.azure.resourcemanager.appplatform.models.PowerState
Packages that use PowerState
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of PowerState in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as PowerStateModifier and TypeFieldDescriptionstatic final PowerStatePowerState.RUNNINGStatic value Running for PowerState.static final PowerStatePowerState.STOPPEDStatic value Stopped for PowerState.Methods in com.azure.resourcemanager.appplatform.models that return PowerStateModifier and TypeMethodDescriptionstatic PowerStatePowerState.fromString(String name) Creates or finds a PowerState from its string representation.ClusterResourceProperties.powerState()Get the powerState property: Power state of the Service.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type PowerStateModifier and TypeMethodDescriptionstatic Collection<PowerState> PowerState.values()Gets known PowerState values.