Input.UpdateStages.WithIfMatch Interface
public static interface Input.UpdateStages.WithIfMatch
The stage of the Input update allowing to specify ifMatch.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withIfMatch(String ifMatch)
Specifies the if |
Method Details
withIfMatch
public abstract Input.Update withIfMatch(String ifMatch)
Specifies the ifMatch property: The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes..
Parameters:
ifMatch
- The ETag of the input. Omit this value to always overwrite the current input. Specify the
last-seen ETag value to prevent accidentally overwriting concurrent changes.
Returns:
the next definition stage.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java