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

public final class FeatureType extends com.azure.core.util.ExpandableStringEnum<FeatureType>
backup support feature type.
  • Field Details

    • INVALID

      public static final FeatureType INVALID
      Static value Invalid for FeatureType.
    • DATA_SOURCE_TYPE

      public static final FeatureType DATA_SOURCE_TYPE
      Static value DataSourceType for FeatureType.
  • Constructor Details

    • FeatureType

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

    • fromString

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

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