@azure/arm-resourcegraph package

Classes

ResourceGraphClient

Interfaces

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

Error details.

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

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.

Operations

Interface representing a Operations.

OperationsListOptionalParams

Optional parameters.

QueryRequest

Describes a query to be executed.

QueryRequestOptions

The options for query evaluation

QueryResponse

Query result.

ResourceGraphClientOptionalParams

Optional parameters.

ResourcesHistoryOptionalParams

Optional parameters.

ResourcesHistoryRequest

Describes a history request to be executed.

ResourcesHistoryRequestOptions

The options for history request evaluation

ResourcesOptionalParams

Optional parameters.

Table

Query output in tabular format.

Type Aliases

AuthorizationScopeFilter

Defines values for AuthorizationScopeFilter.

ColumnDataType

Defines values for ColumnDataType.

FacetSortOrder

Defines values for FacetSortOrder.

FacetUnion
OperationsListResponse

Contains response data for the list operation.

ResourcesHistoryResponse

Contains response data for the resourcesHistory operation.

ResourcesResponse

Contains response data for the resources operation.

ResultFormat

Defines values for ResultFormat.

ResultTruncated

Defines values for ResultTruncated.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.