Class SourceDataStoreType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SourceDataStoreType>
com.azure.resourcemanager.dataprotection.models.SourceDataStoreType

public final class SourceDataStoreType extends com.azure.core.util.ExpandableStringEnum<SourceDataStoreType>
Gets or sets the type of the source data store.
  • Field Details

    • ARCHIVE_STORE

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

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

      public static final SourceDataStoreType VAULT_STORE
      Static value VaultStore for SourceDataStoreType.
  • Constructor Details

    • SourceDataStoreType

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

    • fromString

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

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