Interface OperationResult


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

    • id

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

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

      Status status()
      Gets the status property: The status of operation.
      Returns:
      the status value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: The operation start time (ISO 8601 UTC standard).
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: The operation end time (ISO 8601 UTC standard).
      Returns:
      the endTime value.
    • percentComplete

      Double percentComplete()
      Gets the percentComplete property: Percentage completed.
      Returns:
      the percentComplete value.
    • properties

      Object properties()
      Gets the properties property: Operation result properties.
      Returns:
      the properties value.
    • error

      Gets the error property: Operation result error properties.
      Returns:
      the error value.
    • innerModel

      OperationResultInner innerModel()
      Gets the inner com.azure.resourcemanager.orbital.fluent.models.OperationResultInner object.
      Returns:
      the inner object.