Uses of Interface
com.azure.resourcemanager.datafactory.models.PipelineRun
-
Packages that use PipelineRun Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PipelineRun in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PipelineRun Modifier and Type Method Description PipelineRun
PipelineRuns. get(String resourceGroupName, String factoryName, String runId)
Get a pipeline run by its run ID.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PipelineRun Modifier and Type Method Description com.azure.core.http.rest.Response<PipelineRun>
PipelineRuns. getWithResponse(String resourceGroupName, String factoryName, String runId, com.azure.core.util.Context context)
Get a pipeline run by its run ID.List<PipelineRun>
PipelineRunsQueryResponse. value()
Gets the value property: List of pipeline runs.
-