ApiDiagnosticContract.UpdateStages.WithIfMatch Interface

public static interface ApiDiagnosticContract.UpdateStages.WithIfMatch

The stage of the apidiagnosticcontract update allowing to specify IfMatch.

Method Summary

Modifier and Type Method and Description
abstract Update withIfMatch(String ifMatch)

Specifies ifMatch.

Method Details

withIfMatch

public abstract ApiDiagnosticContract.Update withIfMatch(String ifMatch)

Specifies ifMatch.

Parameters:

ifMatch - ETag of the Entity. Not required when creating an entity, but required when updating an entity

Returns:

the next update stage

Applies to