Skip to main content

test_notifications_at_tenant_action_group_resource_levels

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

Overview

Nametest_notifications_at_tenant_action_group_resource_levels
TypeResource
Idazure.monitor.test_notifications_at_tenant_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, managementGroupId, notificationId, tenantIdGet 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.test_notifications_at_tenant_action_group_resource_levels
WHERE actionGroupName = '{{ actionGroupName }}'
AND managementGroupId = '{{ managementGroupId }}'
AND notificationId = '{{ notificationId }}'
AND tenantId = '{{ tenantId }}';