billing_meters
Creates, updates, deletes, gets or lists a billing_meters
resource.
Overview
Name | billing_meters |
Type | Resource |
Id | azure.app_service.billing_meters |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | BillingMeter resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Description 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 }}';