DataFactoryClient.SetPipelineActivePeriod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual void SetPipelineActivePeriod (string resourceGroupName, string dataFactoryName, string pipelineName, DateTime startTime, DateTime endTime, bool autoResolve, bool forceRecalc);
abstract member SetPipelineActivePeriod : string * string * string * DateTime * DateTime * bool * bool -> unit
override this.SetPipelineActivePeriod : string * string * string * DateTime * DateTime * bool * bool -> unit
Public Overridable Sub SetPipelineActivePeriod (resourceGroupName As String, dataFactoryName As String, pipelineName As String, startTime As DateTime, endTime As DateTime, autoResolve As Boolean, forceRecalc As Boolean)
Parameters
- resourceGroupName
- String
- dataFactoryName
- String
- pipelineName
- String
- startTime
- DateTime
- endTime
- DateTime
- autoResolve
- Boolean
- forceRecalc
- Boolean