GraphQueryResource.DefinitionStages.WithQuery Interface
public static interface GraphQueryResource.DefinitionStages.WithQuery
The stage of the GraphQueryResource definition allowing to specify query.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withQuery(String query)
Specifies the query property: KQL query that will be graph.. |
Method Details
withQuery
public abstract GraphQueryResource.DefinitionStages.WithCreate withQuery(String query)
Specifies the query property: KQL query that will be graph..
Parameters:
Returns: