Interface PipelineResource.DefinitionStages.WithConcurrency

All Known Subinterfaces:
PipelineResource.Definition, PipelineResource.DefinitionStages.WithCreate
Enclosing interface:
PipelineResource.DefinitionStages

public static interface PipelineResource.DefinitionStages.WithConcurrency
The stage of the PipelineResource definition allowing to specify concurrency.
  • Method Details

    • withConcurrency

      Specifies the concurrency property: The max number of concurrent runs for the pipeline..
      Parameters:
      concurrency - The max number of concurrent runs for the pipeline.
      Returns:
      the next definition stage.