Interface AsyncOperationStatus


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

    Modifier and Type
    Method
    Description
    Gets the endTime property: The end time of the operation.
    com.azure.core.management.exception.ManagementError
    Gets the error property: If present, details of the operation error.
    id()
    Gets the id property: Fully qualified ID for the async operation.
    Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner object.
    Gets the name property: Name of the async operation.
    Gets the percentComplete property: Percentage of the operation that is complete.
    Gets the properties property: Properties returned by the resource provider on a successful operation.
    Gets the resourceId property: Fully qualified ID for the resource that this async operation status relates to.
    Gets the startTime property: The start time of the operation.
    Gets the status property: The operation status.
  • Method Details

    • id

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

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

      String status()
      Gets the status property: The operation status.
      Returns:
      the status value.
    • resourceId

      String resourceId()
      Gets the resourceId property: Fully qualified ID for the resource that this async operation status relates to.
      Returns:
      the resourceId value.
    • startTime

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

      OffsetDateTime endTime()
      Gets the endTime property: The end time of the operation.
      Returns:
      the endTime value.
    • percentComplete

      Double percentComplete()
      Gets the percentComplete property: Percentage of the operation that is complete.
      Returns:
      the percentComplete value.
    • properties

      Object properties()
      Gets the properties property: Properties returned by the resource provider on a successful operation.
      Returns:
      the properties value.
    • error

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

      Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.AsyncOperationStatusInner object.
      Returns:
      the inner object.