Interface OperationStatus


public interface OperationStatus
An immutable client-side representation of OperationStatus.
  • Method Details

    • id

      String id()
      Gets the id property: ID of the operation.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Name of the operation.
      Returns:
      the name value.
    • status

      Gets the status property: Operation status.
      Returns:
      the status value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: Operation start time. Format: ISO-8601.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: Operation end time. Format: ISO-8601.
      Returns:
      the endTime value.
    • error

      Gets the error property: Error information related to this operation.
      Returns:
      the error value.
    • properties

      Gets the properties property: Additional information associated with this operation.
      Returns:
      the properties value.
    • innerModel

      OperationStatusInner innerModel()
      Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationStatusInner object.
      Returns:
      the inner object.