Class ConfigurationServiceGeneration
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConfigurationServiceGeneration>
com.azure.resourcemanager.appplatform.models.ConfigurationServiceGeneration
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ConfigurationServiceGeneration
extends com.azure.core.util.ExpandableStringEnum<ConfigurationServiceGeneration>
The generation of the Application Configuration Service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigurationServiceGenerationStatic value Gen1 for ConfigurationServiceGeneration.static final ConfigurationServiceGenerationStatic value Gen2 for ConfigurationServiceGeneration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ConfigurationServiceGeneration from its string representation.values()Gets known ConfigurationServiceGeneration values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GEN1
Static value Gen1 for ConfigurationServiceGeneration. -
GEN2
Static value Gen2 for ConfigurationServiceGeneration.
-
-
Constructor Details
-
ConfigurationServiceGeneration
Deprecated.Use thefromString(String)factory method.Creates a new instance of ConfigurationServiceGeneration value.
-
-
Method Details
-
fromString
Creates or finds a ConfigurationServiceGeneration from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConfigurationServiceGeneration.
-
values
Gets known ConfigurationServiceGeneration values.- Returns:
- known ConfigurationServiceGeneration values.
-
fromString(String)factory method.