Skip to main content

billing_meters

Creates, updates, deletes, gets or lists a billing_meters resource.

Overview

Namebilling_meters
TypeResource
Idazure.app_service.billing_meters

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectBillingMeter resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdDescription for Gets a list of meters for a given location.

SELECT examples

Description for Gets a list of meters for a given location.

SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.billing_meters
WHERE subscriptionId = '{{ subscriptionId }}';