java.lang.Object
com.azure.core.util.ExpandableStringEnum<IsDynamicConfig>
com.azure.resourcemanager.mysqlflexibleserver.models.IsDynamicConfig

public final class IsDynamicConfig extends com.azure.core.util.ExpandableStringEnum<IsDynamicConfig>
If is the configuration dynamic.
  • Field Details

    • TRUE

      public static final IsDynamicConfig TRUE
      Static value True for IsDynamicConfig.
    • FALSE

      public static final IsDynamicConfig FALSE
      Static value False for IsDynamicConfig.
  • Constructor Details

    • IsDynamicConfig

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

    • fromString

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

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