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
Name | test_notifications_at_tenant_action_group_resource_levels |
Type | Resource |
Id | azure.monitor.test_notifications_at_tenant_action_group_resource_levels |
Fields
Name | Datatype | Description |
---|---|---|
actionDetails | array | The list of action detail |
completedTime | string | The completed time |
context | object | The context info |
createdTime | string | The created time |
state | string | The overall state |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | actionGroupName, managementGroupId, notificationId, tenantId | Get 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 }}';