Class StorageAutogrow


  • public final class StorageAutogrow
    extends com.azure.core.util.ExpandableStringEnum<StorageAutogrow>
    Defines values for StorageAutogrow.
    • Field Detail

      • ENABLED

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

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

      • StorageAutogrow

        public StorageAutogrow()
    • Method Detail

      • 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.