Interface OperationResource


  • public interface OperationResource
    An immutable client-side representation of OperationResource.
    • Method Detail

      • id

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

        String name()
        Gets the name property: Operation name.
        Returns:
        the name value.
      • status

        OperationStatus status()
        Gets the status property: Operation status.
        Returns:
        the status value.
      • properties

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

        com.azure.core.management.exception.ManagementError error()
        Gets the error property: Errors from the operation.
        Returns:
        the error value.
      • startTime

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

        OffsetDateTime endTime()
        Gets the endTime property: Operation start time.
        Returns:
        the endTime value.
      • percentComplete

        Float percentComplete()
        Gets the percentComplete property: Completion percentage of the operation.
        Returns:
        the percentComplete value.
      • innerModel

        OperationResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.OperationResourceInner object.
        Returns:
        the inner object.