Uses of Class
com.azure.resourcemanager.appplatform.models.PredefinedAcceleratorState
Packages that use PredefinedAcceleratorState
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of PredefinedAcceleratorState in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as PredefinedAcceleratorStateModifier and TypeFieldDescriptionstatic final PredefinedAcceleratorStatePredefinedAcceleratorState.DISABLEDStatic value Disabled for PredefinedAcceleratorState.static final PredefinedAcceleratorStatePredefinedAcceleratorState.ENABLEDStatic value Enabled for PredefinedAcceleratorState.Methods in com.azure.resourcemanager.appplatform.models that return PredefinedAcceleratorStateModifier and TypeMethodDescriptionstatic PredefinedAcceleratorStatePredefinedAcceleratorState.fromString(String name) Creates or finds a PredefinedAcceleratorState from its string representation.PredefinedAcceleratorProperties.state()Get the state property: State of the predefined accelerator.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type PredefinedAcceleratorStateModifier and TypeMethodDescriptionstatic Collection<PredefinedAcceleratorState>PredefinedAcceleratorState.values()Gets known PredefinedAcceleratorState values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type PredefinedAcceleratorStateModifier and TypeMethodDescriptionPredefinedAcceleratorProperties.withState(PredefinedAcceleratorState state) Set the state property: State of the predefined accelerator.