Skip to main content

charges

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

Overview

Namecharges
TypeResource
Idazure.consumption.charges

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource name.
eTagstringeTag 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.
kindstringSpecifies the kind of charge summary.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTscopeLists 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 }}';