Bagikan melalui


New-AzPrometheusRuleGroupActionObject

Buat objek dalam memori untuk PrometheusRuleGroupAction.

Sintaks

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

Deskripsi

Buat objek dalam memori untuk PrometheusRuleGroupAction.

Contoh

Contoh 1: Buat objek dalam memori untuk 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…

Buat objek dalam memori untuk PrometheusRuleGroupAction.

Parameter

-ActionGroupId

Id sumber daya grup tindakan yang akan digunakan.

Jenis:String
Position:Named
Nilai default:None
Diperlukan:False
Terima input alur:False
Terima karakter wildcard:False

-ActionProperty

Properti objek grup tindakan. Untuk membuat, lihat bagian CATATAN untuk properti ACTIONPROPERTY dan membuat tabel hash.

Jenis:IPrometheusRuleGroupActionProperties
Position:Named
Nilai default:None
Diperlukan:False
Terima input alur:False
Terima karakter wildcard:False

Output

PrometheusRuleGroupAction