Interface CreateDataFlowDebugSessionResponse


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

      • status

        String status()
        Gets the status property: The state of the debug session.
        Returns:
        the status value.
      • sessionId

        String sessionId()
        Gets the sessionId property: The ID of data flow debug session.
        Returns:
        the sessionId value.
      • innerModel

        CreateDataFlowDebugSessionResponseInner innerModel()
        Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner object.
        Returns:
        the inner object.