Class OperationStatusResultInner

java.lang.Object
com.azure.resourcemanager.deviceregistry.fluent.models.OperationStatusResultInner

public final class OperationStatusResultInner extends Object
The current status of an async operation.
  • Method Details

    • id

      public String id()
      Get the id property: Fully qualified ID for the async operation.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Name of the async operation.
      Returns:
      the name value.
    • status

      public String status()
      Get the status property: Operation status.
      Returns:
      the status value.
    • percentComplete

      public Integer percentComplete()
      Get the percentComplete property: Percent of the operation that is complete.
      Returns:
      the percentComplete value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The start time of the operation.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The end time of the operation.
      Returns:
      the endTime value.
    • operations

      public List<OperationStatusResultInner> operations()
      Get the operations property: The operations list.
      Returns:
      the operations value.
    • error

      public com.azure.core.management.exception.ManagementError error()
      Get the error property: If present, details of the operation error.
      Returns:
      the error value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.