Class FeatureSupportStatus

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

public final class FeatureSupportStatus extends com.azure.core.util.ExpandableStringEnum<FeatureSupportStatus>
feature support status.
  • Field Details

    • INVALID

      public static final FeatureSupportStatus INVALID
      Static value Invalid for FeatureSupportStatus.
    • NOT_SUPPORTED

      public static final FeatureSupportStatus NOT_SUPPORTED
      Static value NotSupported for FeatureSupportStatus.
    • ALPHA_PREVIEW

      public static final FeatureSupportStatus ALPHA_PREVIEW
      Static value AlphaPreview for FeatureSupportStatus.
    • PRIVATE_PREVIEW

      public static final FeatureSupportStatus PRIVATE_PREVIEW
      Static value PrivatePreview for FeatureSupportStatus.
    • PUBLIC_PREVIEW

      public static final FeatureSupportStatus PUBLIC_PREVIEW
      Static value PublicPreview for FeatureSupportStatus.
    • GENERALLY_AVAILABLE

      public static final FeatureSupportStatus GENERALLY_AVAILABLE
      Static value GenerallyAvailable for FeatureSupportStatus.
  • Constructor Details

    • FeatureSupportStatus

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

    • fromString

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

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