az monitor metrics alert dimension
Manage near-realtime metric alert rule dimensions.
Commands
Name | Description | Type | Status |
---|---|---|---|
az monitor metrics alert dimension create |
Build a metric alert rule dimension. |
Core | Preview |
az monitor metrics alert dimension create
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Build a metric alert rule dimension.
az monitor metrics alert dimension create --name
--value
[--op {Exclude, Include}]
Examples
Build a metric alert rule dimension.
$dim = az monitor metrics alert dimension create -n dimName --op Include -v GetBlob PutBlob
Required Parameters
Name of the dimension.
The values to apply on the operation.
Optional Parameters
Dimension operator.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.