Interface VirtualNetworkLink.UpdateStages.WithIfMatch

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

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

    • withIfMatch

      VirtualNetworkLink.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes..
      Parameters:
      ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
      Returns:
      the next definition stage.