你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzAlertProcessingRule
获取 AlertProcessing 规则信息
语法
Get-AzAlertProcessingRule
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAlertProcessingRule
-Name <String>
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAlertProcessingRule
-ResourceGroupName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzAlertProcessingRule
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzAlertProcessingRule cmdlet 将获取配置的警报处理规则。
示例
示例 1
Get-AzAlertProcessingRule
列出订阅中配置的所有警报处理规则。
示例 2
Get-AzAlertProcessingRule -ResourceGroupName "test-rg"
列出资源组 test-rg 中配置的所有警报处理规则。
示例 3
Get-AzAlertProcessingRule -ResourceGroupName "test-rg" -Name "Test-AlertProcessing-Rule" | Format-List
获取 test-rg 资源组中名为 Test-AlertProcessing-Rule 的警报处理规则。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
警报处理规则的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
警报处理规则所在的资源组名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceId
按资源 ID 获取警报处理规则。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None