BillingMeters interface
Interface representing a BillingMeters.
Methods
get(string, Billing |
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
Promise<BillingMeterCollection>