共用方式為


Measure-AzAlertStatistic

取得警示摘要資訊

語法

Measure-AzAlertStatistic
       -GroupBy <String>
       [-TargetResourceType <String>]
       [-TargetResourceGroup <String>]
       [-MonitorService <String>]
       [-MonitorCondition <String>]
       [-Severity <String>]
       [-State <String>]
       [-AlertRuleId <String>]
       [-TimeRange <String>]
       [-CustomTimeRange <String>]
       [-IncludeSmartGroupsCount <Boolean>]
       [-DefaultProfile <IAzureContextContainer>]
       [<CommonParameters>]
Measure-AzAlertStatistic
       -GroupBy <String>
       -TargetResourceId <String>
       [-MonitorService <String>]
       [-MonitorCondition <String>]
       [-Severity <String>]
       [-State <String>]
       [-AlertRuleId <String>]
       [-TimeRange <String>]
       [-CustomTimeRange <String>]
       [-IncludeSmartGroupsCount <Boolean>]
       [-DefaultProfile <IAzureContextContainer>]
       [<CommonParameters>]

Description

Measure-AzAlertStatistic Cmdlet 取得警示摘要詳細數據。

範例

範例 1

Measure-AzAlertStatistic -GroupBy "severity,alertstate" -State "Active"

摘要說明依作用中狀態篩選的嚴重性和狀態分組的警示計數。

參數

-AlertRuleId

篩選警示規則標識碼

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

-CustomTimeRange

支援的格式 - <start-time>/<end-time>,其中 time 是 ISO-8601 格式

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

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-GroupBy

摘要依據屬性

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

-IncludeSmartGroupsCount

包含 SmartGroups 計數

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

-MonitorCondition

篩選監視條件

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

-MonitorService

篩選Moniter服務

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

-Severity

篩選警示嚴重性

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

-State

篩選警示狀態

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

-TargetResourceGroup

篩選警示目標資源的資源組名。

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

-TargetResourceId

篩選警示目標資源的資源標識碼。

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

-TargetResourceType

篩選警示目標資源的資源類型。

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

-TimeRange

支援的時間範圍值 - 1h、1d、7d、30d (預設值為 1d)

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

輸入

None

輸出

PSAlertsSummary