Skip to main content

action_groups_test_notifications_at_action_group_resource_levels

Creates, updates, deletes, gets or lists a action_groups_test_notifications_at_action_group_resource_levels resource.

Overview

Nameaction_groups_test_notifications_at_action_group_resource_levels
TypeResource
Idazure.monitor.action_groups_test_notifications_at_action_group_resource_levels

Fields

NameDatatypeDescription
actionDetailsarrayThe list of action detail
completedTimestringThe completed time
contextobjectThe context info
createdTimestringThe created time
statestringThe overall state

Methods

NameAccessible byRequired ParamsDescription
getSELECTactionGroupName, notificationId, resourceGroupName, subscriptionIdGet the test notifications by the notification id

SELECT examples

Get the test notifications by the notification id

SELECT
actionDetails,
completedTime,
context,
createdTime,
state
FROM azure.monitor.action_groups_test_notifications_at_action_group_resource_levels
WHERE actionGroupName = '{{ actionGroupName }}'
AND notificationId = '{{ notificationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';