charges
Creates, updates, deletes, gets or lists a charges
resource.
Overview
Name | charges |
Type | Resource |
Id | azure.consumption.charges |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource name. |
eTag | string | eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. |
kind | string | Specifies the kind of charge summary. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | scope | Lists the charges based for the defined scope. |
SELECT
examples
Lists the charges based for the defined scope.
SELECT
id,
name,
eTag,
kind,
type
FROM azure.consumption.charges
WHERE scope = '{{ scope }}';