Uses of Interface
com.azure.resourcemanager.datafactory.models.PipelineResource.Update
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of PipelineResource.Update in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPipelineResource.update()
Begins update for the PipelineResource resource.PipelineResource.UpdateStages.WithActivities.withActivities
(List<Activity> activities) Specifies the activities property: List of activities in pipeline..PipelineResource.UpdateStages.WithAdditionalProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Specifies the additionalProperties property: Pipeline resource type..PipelineResource.UpdateStages.WithAnnotations.withAnnotations
(List<Object> annotations) Specifies the annotations property: List of tags that can be used for describing the Pipeline..PipelineResource.UpdateStages.WithConcurrency.withConcurrency
(Integer concurrency) Specifies the concurrency property: The max number of concurrent runs for the pipeline..PipelineResource.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: The description of the pipeline..PipelineResource.UpdateStages.WithFolder.withFolder
(PipelineFolder folder) Specifies the folder property: The folder that this Pipeline is in.PipelineResource.UpdateStages.WithIfMatch.withIfMatch
(String ifMatch) Specifies the ifMatch property: ETag of the pipeline entity.PipelineResource.UpdateStages.WithParameters.withParameters
(Map<String, ParameterSpecification> parameters) Specifies the parameters property: List of parameters for pipeline..PipelineResource.UpdateStages.WithPolicy.withPolicy
(PipelinePolicy policy) Specifies the policy property: Pipeline Policy..PipelineResource.UpdateStages.WithRunDimensions.withRunDimensions
(Map<String, Object> runDimensions) Specifies the runDimensions property: Dimensions emitted by Pipeline..PipelineResource.UpdateStages.WithVariables.withVariables
(Map<String, VariableSpecification> variables) Specifies the variables property: List of variables for pipeline..