Uses of Interface
com.azure.resourcemanager.datafactory.models.DataFlowDebugSessionInfo
-
Packages that use DataFlowDebugSessionInfo Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowDebugSessionInfo in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowDebugSessionInfo Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<DataFlowDebugSessionInfo>
DataFlowDebugSessions. queryByFactory(String resourceGroupName, String factoryName)
Query all active data flow debug sessions.com.azure.core.http.rest.PagedIterable<DataFlowDebugSessionInfo>
DataFlowDebugSessions. queryByFactory(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Query all active data flow debug sessions.
-