file_shares_metric_definitions
Creates, updates, deletes, gets or lists a file_shares_metric_definitions
resource.
Overview
Name | file_shares_metric_definitions |
Type | Resource |
Id | azure_extras.storsimple_1200_series.file_shares_metric_definitions |
Fields
Name | Datatype | Description |
---|---|---|
name | object | The name of the metric |
dimensions | array | The supported dimensions |
metricAvailabilities | array | The available metric granularities |
primaryAggregationType | string | The metric aggregation type |
resourceId | string | The metric source id |
type | string | The metric definition type |
unit | string | The metric unit |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | deviceName, fileServerName, managerName, resourceGroupName, shareName, subscriptionId | Retrieves metric definitions of all metrics aggregated at the file share. |
SELECT
examples
Retrieves metric definitions of all metrics aggregated at the file share.
SELECT
name,
dimensions,
metricAvailabilities,
primaryAggregationType,
resourceId,
type,
unit
FROM azure_extras.storsimple_1200_series.file_shares_metric_definitions
WHERE deviceName = '{{ deviceName }}'
AND fileServerName = '{{ fileServerName }}'
AND managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND shareName = '{{ shareName }}'
AND subscriptionId = '{{ subscriptionId }}';