Azure.ResourceManager.ResourceGraph.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| ArmResourceGraphModelFactory |
A factory class for creating instances of the models for mocking. |
| DateTimeInterval |
An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. |
| Facet |
A facet containing additional statistics on the response of a query. Can be either FacetResult or FacetError. Please note this is the abstract base class. The derived classes available for instantiation are: FacetResult and FacetError. |
| FacetError |
A facet whose execution resulted in an error. |
| FacetErrorDetails |
Error details. |
| FacetRequest |
A request to compute additional statistics (facets) over the query results. |
| FacetRequestOptions |
The options for facet evaluation. |
| FacetResult |
Successfully executed facet containing additional statistics on the response of a query. |
| ResourceChangeData |
Data on a specific change, represented by a pair of before and after resource snapshots. |
| ResourceChangeDataAfterSnapshot |
The snapshot after the change. |
| ResourceChangeDataBeforeSnapshot |
The snapshot before the change. |
| ResourceChangeDetailsRequestParameters |
The parameters for a specific change details request. |
| ResourceChangeList |
A list of changes associated with a resource over a specific time interval. |
| ResourceChangesRequestParameters |
The parameters for a specific changes request. |
| ResourceChangesRequestParametersInterval |
Specifies the date and time interval for a changes request. |
| ResourceGraphQueryPatch |
The parameters that can be provided when updating workbook properties properties. |
| ResourcePropertyChange |
The resource property change. |
| ResourceQueryContent |
Describes a query to be executed. |
| ResourceQueryRequestOptions |
The options for query evaluation. |
| ResourceQueryResult |
Query result. |
| ResourcesHistoryContent |
Describes a history request to be executed. |
| ResourcesHistoryRequest |
Describes a history request to be executed. |
| ResourcesHistoryRequestOptions |
The options for history request evaluation. |
| ResourceSnapshotData |
Data on a specific resource snapshot. |
Structs
| Name | Description |
|---|---|
| ResultKind |
Enum indicating a type of graph query. |
Enums
| Name | Description |
|---|---|
| AuthorizationScopeFilter |
Defines what level of authorization resources should be returned based on the which subscriptions and management groups are passed as scopes. |
| ChangeCategory |
The change category. |
| ChangeType |
The change type for snapshot. PropertyChanges will be provided in case of Update change type. |
| FacetSortOrder |
The sorting order by the selected column (count by default). |
| PropertyChangeType |
The property change Type. |
| ResultFormat |
Defines in which format query result returned. |
| ResultTruncated |
Indicates whether the query results are truncated. |