GraphQueryResource.UpdateStages.WithEtag Interface
public static interface GraphQueryResource.UpdateStages.WithEtag
The stage of the GraphQueryResource update allowing to specify etag.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEtag(String etag)
Specifies the etag property: This will be used to handle Optimistic Concurrency. |
Method Details
withEtag
public abstract GraphQueryResource.Update withEtag(String etag)
Specifies the etag property: This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict..
Parameters:
etag
- This will be used to handle Optimistic Concurrency. If not present, it will always overwrite
the existing resource without checking conflict.
Returns:
the next definition stage.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java