Uses of Interface
com.azure.resourcemanager.datafactory.models.PipelineRunsQueryResponse
-
Packages that use PipelineRunsQueryResponse Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PipelineRunsQueryResponse in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PipelineRunsQueryResponse Modifier and Type Method Description PipelineRunsQueryResponse
PipelineRuns. queryByFactory(String resourceGroupName, String factoryName, RunFilterParameters filterParameters)
Query pipeline runs in the factory based on input filter conditions.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PipelineRunsQueryResponse Modifier and Type Method Description com.azure.core.http.rest.Response<PipelineRunsQueryResponse>
PipelineRuns. queryByFactoryWithResponse(String resourceGroupName, String factoryName, RunFilterParameters filterParameters, com.azure.core.util.Context context)
Query pipeline runs in the factory based on input filter conditions.
-