Uses of Class
com.azure.resourcemanager.datafactory.models.QueryDataFlowDebugSessionsResponse
-
Packages that use QueryDataFlowDebugSessionsResponse Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of QueryDataFlowDebugSessionsResponse in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return QueryDataFlowDebugSessionsResponse Modifier and Type Method Description QueryDataFlowDebugSessionsResponse
QueryDataFlowDebugSessionsResponse. withNextLink(String nextLink)
Set the nextLink property: The link to the next page of results, if any remaining results exist.QueryDataFlowDebugSessionsResponse
QueryDataFlowDebugSessionsResponse. withValue(List<DataFlowDebugSessionInfoInner> value)
Set the value property: Array with all active debug sessions.
-