Uses of Interface
com.azure.resourcemanager.datafactory.models.CreateRunResponse
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of CreateRunResponse in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPipelineResource.createRun()
Creates a run of a pipeline.Creates a run of a pipeline.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<CreateRunResponse>
PipelineResource.createRunWithResponse
(String referencePipelineRunId, Boolean isRecovery, String startActivityName, Boolean startFromFailure, Map<String, Object> parameters, com.azure.core.util.Context context) Creates a run of a pipeline.com.azure.core.http.rest.Response<CreateRunResponse>
Pipelines.createRunWithResponse
(String resourceGroupName, String factoryName, String pipelineName, String referencePipelineRunId, Boolean isRecovery, String startActivityName, Boolean startFromFailure, Map<String, Object> parameters, com.azure.core.util.Context context) Creates a run of a pipeline.