usage_details
Creates, updates, deletes, gets or lists a usage_details
resource.
Overview
Name | usage_details |
Type | Resource |
Id | azure.consumption.usage_details |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The full qualified ARM ID of an event. |
name | string | The ID that uniquely identifies an event. |
etag | string | The etag for the resource. |
kind | string | Specifies the kind of usage details. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | scope | Lists the usage details for the defined scope. Usage details are available via this API only for May 1, 2014 or later. |
Note:Microsoft will be retiring the Consumption Usage Details API at some point in the future. We do not recommend that you take a new dependency on this API. Please use the Cost Details API instead. We will notify customers once a date for retirement has been determined.For Learn more,see Generate Cost Details Report - Create Operation |
SELECT
examples
Lists the usage details for the defined scope. Usage details are available via this API only for May 1, 2014 or later.
Note:Microsoft will be retiring the Consumption Usage Details API at some point in the future. We do not recommend that you take a new dependency on this API. Please use the Cost Details API instead. We will notify customers once a date for retirement has been determined.For Learn more,see Generate Cost Details Report - Create Operation
SELECT
id,
name,
etag,
kind,
tags,
type
FROM azure.consumption.usage_details
WHERE scope = '{{ scope }}';