共用方式為


New-AzPrometheusRuleGroupActionObject

建立 PrometheusRuleGroupAction 的記憶體內部物件。

語法

New-AzPrometheusRuleGroupActionObject
   [-ActionGroupId <String>]
   [-ActionProperty <IPrometheusRuleGroupActionProperties>]
   [<CommonParameters>]

Description

建立 PrometheusRuleGroupAction 的記憶體內部物件。

範例

範例 1:建立 PrometheusRuleGroupAction 的記憶體內部物件。

New-AzPrometheusRuleGroupActionObject -ActionGroupId /subscriptions/fffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/MyresourceGroup/providers/microsoft.insights/actiongroups/MyActionGroup -ActionProperty @{"key1" = "value1"}

ActionGroupId
-------------
/subscriptions/fffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/MyresourceGroup/providers/microsoft.insights/acti…

建立 PrometheusRuleGroupAction 的記憶體內部物件。

參數

-ActionGroupId

要使用的動作群組資源標識碼。

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

-ActionProperty

動作群組對象的屬性。 若要建構,請參閱 ACTIONPROPERTY 屬性的 NOTES 區段並建立哈希表。

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

輸出

PrometheusRuleGroupAction