共用方式為


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>]

Description

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

依資源標識碼取得警示處理規則。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

PSAlertProcessingRule