PipelineOperationsExtensions.SetActivePeriodAsync 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 static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> SetActivePeriodAsync (this Microsoft.Azure.Management.DataFactories.IPipelineOperations operations, string resourceGroupName, string dataFactoryName, string dataPipelineName, Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters parameters);
static member SetActivePeriodAsync : Microsoft.Azure.Management.DataFactories.IPipelineOperations * string * string * string * Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function SetActivePeriodAsync (operations As IPipelineOperations, resourceGroupName As String, dataFactoryName As String, dataPipelineName As String, parameters As PipelineSetActivePeriodParameters) As Task(Of AzureOperationResponse)
Parameters
- operations
- IPipelineOperations
- resourceGroupName
- String
- dataFactoryName
- String
- dataPipelineName
- String
- parameters
- PipelineSetActivePeriodParameters
Returns
Task<Microsoft.Azure.AzureOperationResponse>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET