models Package
Classes
| Column |
Query result column descriptor. All required parameters must be populated in order to send to Azure. |
| Error |
Error details. All required parameters must be populated in order to send to Azure. |
| ErrorDetails |
Error details. All required parameters must be populated in order to send to Azure. |
| ErrorResponse |
An error response from the API. All required parameters must be populated in order to send to Azure. |
| Facet |
A facet containing additional statistics on the response of a query. Can be either FacetResult or FacetError. You probably want to use the sub-classes and not this class directly. Known sub-classes are: FacetError, FacetResult. All required parameters must be populated in order to send to Azure. |
| FacetError |
A facet whose execution resulted in an error. All required parameters must be populated in order to send to Azure. |
| FacetRequest |
A request to compute additional statistics (facets) over the query results. All required parameters must be populated in order to send to Azure. |
| FacetRequestOptions |
The options for facet evaluation. |
| FacetResult |
Successfully executed facet containing additional statistics on the response of a query. All required parameters must be populated in order to send to Azure. |
| Operation |
Resource Graph REST API operation definition. |
| OperationDisplay |
Display metadata associated with the operation. |
| OperationListResult |
Result of the request to list Resource Graph operations. It contains a list of operations and a URL link to get the next set of results. |
| QueryRequest |
Describes a query to be executed. All required parameters must be populated in order to send to Azure. |
| QueryRequestOptions |
The options for query evaluation. |
| QueryResponse |
Query result. All required parameters must be populated in order to send to Azure. |
| Table |
Query output in tabular format. All required parameters must be populated in order to send to Azure. |
Enums
| ColumnDataType |
Data type of a column in a table. |
| FacetSortOrder |
The sorting order by the selected column (count by default). |
| ResultFormat |
Defines in which format query result returned. |
| ResultTruncated |
Indicates whether the query results are truncated. |