offers_metrics
Creates, updates, deletes, gets or lists a offers_metrics
resource.
Overview
Name | offers_metrics |
Type | Resource |
Id | azure_stack.subscriptions_admin.offers_metrics |
Fields
Name | Datatype | Description |
---|---|---|
endTime | string | End time of the metric. |
metricUnit | string | The resource metric unit. |
metricValues | array | List of metric values. |
startTime | string | Start time of the metric. |
timeGrain | string | Timespan of the metric. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | offer, resourceGroupName, subscriptionId | Get the offer metrics. |
SELECT
examples
Get the offer metrics.
SELECT
endTime,
metricUnit,
metricValues,
startTime,
timeGrain
FROM azure_stack.subscriptions_admin.offers_metrics
WHERE offer = '{{ offer }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';