Class DataStoreTypes


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

      • OPERATIONAL_STORE

        public static final DataStoreTypes OPERATIONAL_STORE
        Static value OperationalStore for DataStoreTypes.
      • VAULT_STORE

        public static final DataStoreTypes VAULT_STORE
        Static value VaultStore for DataStoreTypes.
      • ARCHIVE_STORE

        public static final DataStoreTypes ARCHIVE_STORE
        Static value ArchiveStore for DataStoreTypes.
    • Constructor Detail

      • DataStoreTypes

        public DataStoreTypes()
    • Method Detail

      • fromString

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