QueryRequest Class
- java.lang.Object
- com.microsoft.azure.management.resourcegraph.v2019_04_01.QueryRequest
public class QueryRequest
Describes a query to be executed.
Constructors
| QueryRequest() | ||
Methods
| facets() |
Get an array of facet requests to be computed against the query result. |
| options() |
Get the query evaluation options. |
| query() |
Get the resources query. |
| subscriptions() |
Get azure subscriptions against which to execute the query. |
| withFacets(List<FacetRequest> facets) |
Set an array of facet requests to be computed against the query result. |
| withOptions(QueryRequestOptions options) |
Set the query evaluation options. |
| withQuery(String query) |
Set the resources query. |
| withSubscriptions(List<String> subscriptions) |
Set azure subscriptions against which to execute the query. |
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)