Interface OperationResultsDescription


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

      • id

        String id()
        Gets the id property: The ID of the operation returned.
        Returns:
        the id value.
      • name

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

        OperationResultStatus status()
        Gets the status property: The status of the operation being performed.
        Returns:
        the status value.
      • startTime

        OffsetDateTime startTime()
        Gets the startTime property: The time that the operation was started.
        Returns:
        the startTime value.
      • innerModel

        OperationResultsDescriptionInner innerModel()
        Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner object.
        Returns:
        the inner object.