Add-AzMetricAlertRule PowerShell命令中缺少信号类型参数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Add-AzMetricAlertRule PowerShell命令中缺少信号类型参数相关的知识,希望对你有一定的参考价值。

我想通过powershell添加新的度量标准警报规则,但缺少命令中的某些参数。例如,如果我想配置信号类型,如何传递参数?

Add-AzMetricAlertRule -Name -地点 -ResourceGroup - 运算符 -TargetResourceId -MetricName -TimeAggregationOperator Total -WindowSize -Description -Action

Configure Signal types

答案

您可以在参数-MetricName中设置信号类型,如下所示:

Add-AzMetricAlertRule -Name name -Location yourLocation -ResourceGroupName yourGroup -Operator GreaterThan -MetricName "Percentage CPU" -Threshold 0.1 -WindowSize 00:05:00 -TargetResourceId yourVMResourceId -TimeAggregationOperator Total

但这是经典的警报规则。我没有找到PowerShell命令来创建新的警报规则。但您可以在门户中或通过Azure CLI command创建新的警报规则。见difference between Old and New alert

以上是关于Add-AzMetricAlertRule PowerShell命令中缺少信号类型参数的主要内容,如果未能解决你的问题,请参考以下文章

Python的pow函数

Python问题 pow(x,y)和math pow(x,y的区别?

pow()

pow(1, inf) == 南?

Python中**pow()和math.pow()的区别

POW最终不拒绝51%攻击,相反呼唤51%攻击