java.lang.Object
java.lang.Enum<StageName>
com.azure.resourcemanager.databox.models.StageName
All Implemented Interfaces:
Serializable, Comparable<StageName>, java.lang.constant.Constable

public enum StageName extends Enum<StageName>
Name of the stage which is in progress.
  • Enum Constant Details

    • DEVICE_ORDERED

      public static final StageName DEVICE_ORDERED
      Enum value DeviceOrdered.
    • DEVICE_PREPARED

      public static final StageName DEVICE_PREPARED
      Enum value DevicePrepared.
    • DISPATCHED

      public static final StageName DISPATCHED
      Enum value Dispatched.
    • DELIVERED

      public static final StageName DELIVERED
      Enum value Delivered.
    • PICKED_UP

      public static final StageName PICKED_UP
      Enum value PickedUp.
    • AT_AZURE_DC

      public static final StageName AT_AZURE_DC
      Enum value AtAzureDC.
    • DATA_COPY

      public static final StageName DATA_COPY
      Enum value DataCopy.
    • COMPLETED

      public static final StageName COMPLETED
      Enum value Completed.
    • COMPLETED_WITH_ERRORS

      public static final StageName COMPLETED_WITH_ERRORS
      Enum value CompletedWithErrors.
    • CANCELLED

      public static final StageName CANCELLED
      Enum value Cancelled.
    • FAILED_ISSUE_REPORTED_AT_CUSTOMER

      public static final StageName FAILED_ISSUE_REPORTED_AT_CUSTOMER
      Enum value Failed_IssueReportedAtCustomer.
    • FAILED_ISSUE_DETECTED_AT_AZURE_DC

      public static final StageName FAILED_ISSUE_DETECTED_AT_AZURE_DC
      Enum value Failed_IssueDetectedAtAzureDC.
    • ABORTED

      public static final StageName ABORTED
      Enum value Aborted.
    • COMPLETED_WITH_WARNINGS

      public static final StageName COMPLETED_WITH_WARNINGS
      Enum value CompletedWithWarnings.
    • READY_TO_DISPATCH_FROM_AZURE_DC

      public static final StageName READY_TO_DISPATCH_FROM_AZURE_DC
      Enum value ReadyToDispatchFromAzureDC.
    • READY_TO_RECEIVE_AT_AZURE_DC

      public static final StageName READY_TO_RECEIVE_AT_AZURE_DC
      Enum value ReadyToReceiveAtAzureDC.
  • Method Details

    • values

      public static StageName[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static StageName valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static StageName fromString(String value)
      Parses a serialized value to a StageName instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed StageName object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<StageName>