Interface PipelineResource.DefinitionStages.WithIfMatch

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

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

    • withIfMatch

      Specifies the ifMatch property: ETag of the pipeline entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update..
      Parameters:
      ifMatch - ETag of the pipeline entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
      Returns:
      the next definition stage.