UsageAggregates interface

Interface representing a UsageAggregates.

Methods

list(Date, Date, UsageAggregatesListOptionalParams)

Query aggregated Azure subscription consumption data for a date range.

Method Details

list(Date, Date, UsageAggregatesListOptionalParams)

Query aggregated Azure subscription consumption data for a date range.

function list(reportedStartTime: Date, reportedEndTime: Date, options?: UsageAggregatesListOptionalParams): PagedAsyncIterableIterator<UsageAggregation, UsageAggregation[], PageSettings>

Parameters

reportedStartTime

Date

The start of the time range to retrieve data for.

reportedEndTime

Date

The end of the time range to retrieve data for.

options
UsageAggregatesListOptionalParams

The options parameters.

Returns