Interface OperationResource


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

    Modifier and Type
    Method
    Description
    Gets the endTime property: Operation start time.
    com.azure.core.management.exception.ManagementError
    Gets the error property: Errors from the operation.
    id()
    Gets the id property: Operation ID.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.OperationResourceInner object.
    Gets the name property: Operation name.
    Gets the percentComplete property: Completion percentage of the operation.
    Gets the properties property: Operation properties.
    Gets the startTime property: Operation start time.
    Gets the status property: Operation status.
  • Method Details

    • 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

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