Interface CreateDataFlowDebugSessionResponse


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner object.
    Gets the sessionId property: The ID of data flow debug session.
    Gets the status property: The state of the debug session.
  • Method Details

    • 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

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