Class StorageSettingStoreTypes


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

      • ARCHIVE_STORE

        public static final StorageSettingStoreTypes ARCHIVE_STORE
        Static value ArchiveStore for StorageSettingStoreTypes.
      • SNAPSHOT_STORE

        public static final StorageSettingStoreTypes SNAPSHOT_STORE
        Static value SnapshotStore for StorageSettingStoreTypes.
      • VAULT_STORE

        public static final StorageSettingStoreTypes VAULT_STORE
        Static value VaultStore for StorageSettingStoreTypes.
    • Constructor Detail

      • StorageSettingStoreTypes

        public StorageSettingStoreTypes()
    • Method Detail

      • fromString

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