Interface DataFlowResource.UpdateStages.WithIfMatch

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

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

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

    • withIfMatch

      DataFlowResource.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the data flow 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 data flow 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.