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

public final class Status extends com.azure.core.util.ExpandableStringEnum<Status>
Specifies the protection status of the resource.
  • Field Details

    • CONFIGURING_PROTECTION

      public static final Status CONFIGURING_PROTECTION
      Static value ConfiguringProtection for Status.
    • CONFIGURING_PROTECTION_FAILED

      public static final Status CONFIGURING_PROTECTION_FAILED
      Static value ConfiguringProtectionFailed for Status.
    • PROTECTION_CONFIGURED

      public static final Status PROTECTION_CONFIGURED
      Static value ProtectionConfigured for Status.
    • PROTECTION_STOPPED

      public static final Status PROTECTION_STOPPED
      Static value ProtectionStopped for Status.
    • SOFT_DELETED

      public static final Status SOFT_DELETED
      Static value SoftDeleted for Status.
    • SOFT_DELETING

      public static final Status SOFT_DELETING
      Static value SoftDeleting for Status.
  • Constructor Details

  • Method Details

    • fromString

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

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