BillingMeters interface

Interface representing a BillingMeters.

Methods

get(string, BillingMetersGetOptionalParams)

Get all billingMeters for a location.

Method Details

get(string, BillingMetersGetOptionalParams)

Get all billingMeters for a location.

function get(location: string, options?: BillingMetersGetOptionalParams): Promise<BillingMeterCollection>

Parameters

location

string

The name of Azure region.

options
BillingMetersGetOptionalParams

The options parameters.

Returns