Interface AddDataFlowToDebugSessionResponse
-
public interface AddDataFlowToDebugSessionResponse
An immutable client-side representation of AddDataFlowToDebugSessionResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddDataFlowToDebugSessionResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner object.String
jobVersion()
Gets the jobVersion property: The ID of data flow debug job version.
-
-
-
Method Detail
-
jobVersion
String jobVersion()
Gets the jobVersion property: The ID of data flow debug job version.- Returns:
- the jobVersion value.
-
innerModel
AddDataFlowToDebugSessionResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner object.- Returns:
- the inner object.
-
-