Interface LinkedServiceResource.UpdateStages.WithIfMatch

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

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

    • withIfMatch

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