Class StorageAutogrow

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageAutogrow>
com.azure.resourcemanager.mariadb.models.StorageAutogrow

public final class StorageAutogrow extends com.azure.core.util.ExpandableStringEnum<StorageAutogrow>
Enable Storage Auto Grow.
  • Field Details

    • ENABLED

      public static final StorageAutogrow ENABLED
      Static value Enabled for StorageAutogrow.
    • DISABLED

      public static final StorageAutogrow DISABLED
      Static value Disabled for StorageAutogrow.
  • Constructor Details

    • StorageAutogrow

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

    • fromString

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

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