GraphQueryResource.UpdateStages.WithQuery Interface
public static interface GraphQueryResource.UpdateStages.WithQuery
The stage of the GraphQueryResource update allowing to specify query.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withQuery(String query)
Specifies the query property: KQL query that will be graph.. |
Method Details
withQuery
public abstract GraphQueryResource.Update withQuery(String query)
Specifies the query property: KQL query that will be graph..
Parameters:
query
- KQL query that will be graph.
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