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

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

        String endTime()
        Gets the endTime property: The time that the operation finished.
        Returns:
        the endTime value.
      • properties

        Object properties()
        Gets the properties property: Additional properties of the operation result.
        Returns:
        the properties value.
      • innerModel

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