Interface CreateDataFlowDebugSessionResponse
-
public interface CreateDataFlowDebugSessionResponse
An immutable client-side representation of CreateDataFlowDebugSessionResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataFlowDebugSessionResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner object.String
sessionId()
Gets the sessionId property: The ID of data flow debug session.String
status()
Gets the status property: The state of the debug session.
-
-
-
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.
-
-