Interface PipelineResource.UpdateStages.WithIfMatch

All Known Subinterfaces:
PipelineResource.Update
Enclosing interface:
PipelineResource.UpdateStages

public static interface PipelineResource.UpdateStages.WithIfMatch
The stage of the PipelineResource update allowing to specify ifMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: ETag of the pipeline entity.
  • Method Details

    • withIfMatch

      PipelineResource.Update withIfMatch(String ifMatch)
      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.