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 Details

  • Constructor Details

    • ConfigurationServiceGeneration

      @Deprecated public ConfigurationServiceGeneration()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ConfigurationServiceGeneration value.
  • Method Details

    • fromString

      public static ConfigurationServiceGeneration fromString(String name)
      Creates or finds a ConfigurationServiceGeneration from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ConfigurationServiceGeneration.
    • values

      public static Collection<ConfigurationServiceGeneration> values()
      Gets known ConfigurationServiceGeneration values.
      Returns:
      known ConfigurationServiceGeneration values.