Interface OperationStatus


public interface OperationStatus
An immutable client-side representation of OperationStatus.
  • 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: Error response The error detail of the operation if any.
    id()
    Gets the id property: The operation Id.
    Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.OperationStatusInner object.
    Gets the name property: The operation name.
    Gets the startTime property: The start time of the operation.
    Gets the status property: The status of the operation.
  • Method Details

    • id

      String id()
      Gets the id property: The operation Id.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The operation name.
      Returns:
      the name value.
    • startTime

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

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

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

      com.azure.core.management.exception.ManagementError error()
      Gets the error property: Error response The error detail of the operation if any.
      Returns:
      the error value.
    • innerModel

      OperationStatusInner innerModel()
      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.OperationStatusInner object.
      Returns:
      the inner object.