Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowDebugCommandRequest
-
Packages that use DataFlowDebugCommandRequest Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowDebugCommandRequest in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type DataFlowDebugCommandRequest Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DataFlowDebugCommandResponseInner>,DataFlowDebugCommandResponseInner>
DataFlowDebugSessionsClient. beginExecuteCommand(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request)
Execute a data flow debug command.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DataFlowDebugCommandResponseInner>,DataFlowDebugCommandResponseInner>
DataFlowDebugSessionsClient. beginExecuteCommand(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request, com.azure.core.util.Context context)
Execute a data flow debug command.DataFlowDebugCommandResponseInner
DataFlowDebugSessionsClient. executeCommand(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request)
Execute a data flow debug command.DataFlowDebugCommandResponseInner
DataFlowDebugSessionsClient. executeCommand(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request, com.azure.core.util.Context context)
Execute a data flow debug command. -
Uses of DataFlowDebugCommandRequest in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowDebugCommandRequest Modifier and Type Method Description DataFlowDebugCommandRequest
DataFlowDebugCommandRequest. withCommand(DataFlowDebugCommandType command)
Set the command property: The command type.DataFlowDebugCommandRequest
DataFlowDebugCommandRequest. withCommandPayload(DataFlowDebugCommandPayload commandPayload)
Set the commandPayload property: The command payload object.DataFlowDebugCommandRequest
DataFlowDebugCommandRequest. withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DataFlowDebugCommandRequest Modifier and Type Method Description DataFlowDebugCommandResponse
DataFlowDebugSessions. executeCommand(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request)
Execute a data flow debug command.DataFlowDebugCommandResponse
DataFlowDebugSessions. executeCommand(String resourceGroupName, String factoryName, DataFlowDebugCommandRequest request, com.azure.core.util.Context context)
Execute a data flow debug command.
-