Interface OperationStatus


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String endTime()
      Gets the endTime property: The end time of the operation.
      com.azure.core.management.exception.ManagementError error()
      Gets the error property: Error response Error response describing why the operation failed.
      String id()
      Gets the id property: The operation's unique id.
      OperationStatusInner innerModel()
      Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner object.
      String name()
      Gets the name property: The operation's name.
      String startTime()
      Gets the startTime property: The start time of the operation.
      String status()
      Gets the status property: The current status of the operation.
    • Method Detail

      • id

        String id()
        Gets the id property: The operation's unique id.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The operation's 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 current status of the operation.
        Returns:
        the status value.
      • error

        com.azure.core.management.exception.ManagementError error()
        Gets the error property: Error response Error response describing why the operation failed.
        Returns:
        the error value.
      • innerModel

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