你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzScheduledQueryRuleLogMetricTrigger
创建日志指标触发器类型的对象
语法
New-AzScheduledQueryRuleLogMetricTrigger
-ThresholdOperator <String>
-Threshold <Double>
-MetricTriggerType <String>
-MetricColumn <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
创建日志指标触发器类型的对象,是可选的。 这是指标查询规则的触发条件,在需要声明警报的指标度量类型时使用。
示例
示例 1
PS C:\> $metricTrigger = New-AzScheduledQueryRuleLogMetricTrigger -ThresholdOperator "GreaterThan" -Threshold 5 -MetricTriggerType "Consecutive" -MetricColumn "Computer"
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MetricColumn
要聚合指标值的列
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-MetricTriggerType
指标触发器类型
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Threshold
指标阈值
类型: | Double |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ThresholdOperator
指标阈值运算符:GreaterThan、LessThan、Equal
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None