GraphQueryResource.DefinitionStages.WithEtag Interface
public static interface GraphQueryResource.DefinitionStages.WithEtag
The stage of the GraphQueryResource definition allowing to specify etag.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withEtag(String etag)
Specifies the etag property: This will be used to handle Optimistic Concurrency. |
Method Details
withEtag
public abstract GraphQueryResource.DefinitionStages.WithCreate 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
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