Interface ResourceTestStatus


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

      • status

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

        ErrorResponse error()
        Gets the error property: Describes the error that occurred.
        Returns:
        the error value.
      • innerModel

        ResourceTestStatusInner innerModel()
        Gets the inner com.azure.resourcemanager.streamanalytics.fluent.models.ResourceTestStatusInner object.
        Returns:
        the inner object.