Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner
-
Packages that use DataFlowDebugCommandResponseInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowDebugCommandResponseInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return DataFlowDebugCommandResponseInner Modifier and Type Method Description 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.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type DataFlowDebugCommandResponseInner 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)
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.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. -
Uses of DataFlowDebugCommandResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return DataFlowDebugCommandResponseInner Modifier and Type Method Description DataFlowDebugCommandResponseInner
DataFlowDebugCommandResponseInner. withData(String data)
Set the data property: The result data of data preview, statistics or expression preview.DataFlowDebugCommandResponseInner
DataFlowDebugCommandResponseInner. withStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview. -
Uses of DataFlowDebugCommandResponseInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowDebugCommandResponseInner Modifier and Type Method Description DataFlowDebugCommandResponseInner
DataFlowDebugCommandResponse. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.
-