@azure/arm-resourcegraph package

Classes

Operations

Class representing a Operations.

ResourceGraphClient
ResourceGraphClientContext

Interfaces

BaseResource
CloudError
Column

Query result column descriptor.

DateTimeInterval

An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. [start, end).

ErrorDetails

An interface representing ErrorDetails.

ErrorModel

Error details.

ErrorResponse

An error response from the API.

Facet

A facet containing additional statistics on the response of a query. Can be either FacetResult or FacetError.

FacetError

A facet whose execution resulted in an error.

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.

Operation

Resource Graph REST API operation definition.

OperationDisplay

Display metadata associated with the operation.

OperationListResult
QueryRequest

Describes a query to be executed.

QueryRequestOptions

The options for query evaluation

QueryResponse

Query result.

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.

ResourceGraphClientOptions

An interface representing ResourceGraphClientOptions.

ResourcePropertyChange

The resource property change

ResourcesHistoryRequest

An interface representing ResourcesHistoryRequest.

ResourcesHistoryRequestOptions

An interface representing ResourcesHistoryRequestOptions.

ResourceSnapshotData

Data on a specific resource snapshot.

Table

Query output in tabular format.

Type Aliases

ChangeCategory

Defines values for ChangeCategory. Possible values include: 'User', 'System'

ChangeType

Defines values for ChangeType. Possible values include: 'Create', 'Update', 'Delete'

ColumnDataType

Defines values for ColumnDataType. Possible values include: 'string', 'integer', 'number', 'boolean', 'object'

FacetSortOrder

Defines values for FacetSortOrder. Possible values include: 'asc', 'desc'

FacetUnion

Contains the possible cases for Facet.

OperationsListResponse

Contains response data for the list operation.

PropertyChangeType

Defines values for PropertyChangeType. Possible values include: 'Insert', 'Update', 'Remove'

ResourceChangeDetailsResponse

Contains response data for the resourceChangeDetails operation.

ResourceChangesResponse

Contains response data for the resourceChanges operation.

ResourcesHistoryResponse

Contains response data for the resourcesHistory operation.

ResourcesResponse

Contains response data for the resources operation.

ResultFormat

Defines values for ResultFormat. Possible values include: 'table', 'objectArray'

ResultFormat1

Defines values for ResultFormat1. Possible values include: 'table', 'objectArray'

ResultTruncated

Defines values for ResultTruncated. Possible values include: 'true', 'false'