Interface ApiVersionSetContract.DefinitionStages.WithIfMatch
-
- All Known Subinterfaces:
ApiVersionSetContract.Definition
,ApiVersionSetContract.DefinitionStages.WithCreate
- Enclosing interface:
- ApiVersionSetContract.DefinitionStages
public static interface ApiVersionSetContract.DefinitionStages.WithIfMatch
The stage of the ApiVersionSetContract definition allowing to specify ifMatch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiVersionSetContract.DefinitionStages.WithCreate
withIfMatch(String ifMatch)
Specifies the ifMatch property: ETag of the Entity.
-
-
-
Method Detail
-
withIfMatch
ApiVersionSetContract.DefinitionStages.WithCreate withIfMatch(String ifMatch)
Specifies the ifMatch property: ETag of the Entity. Not required when creating an entity, but required when updating an entity..- Parameters:
ifMatch
- ETag of the Entity. Not required when creating an entity, but required when updating an entity.- Returns:
- the next definition stage.
-
-