Skip to main content

alerts_resource_group_level_by_regions

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

Overview

Namealerts_resource_group_level_by_regions
TypeResource
Idazure.security.alerts_resource_group_level_by_regions

Fields

NameDatatypeDescription
idstringResource Id
namestringResource name
propertiesobjectdescribes security alert properties.
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
listSELECTascLocation, resourceGroupName, subscriptionIdList all the alerts that are associated with the resource group that are stored in a specific location

SELECT examples

List all the alerts that are associated with the resource group that are stored in a specific location

SELECT
id,
name,
properties,
type
FROM azure.security.alerts_resource_group_level_by_regions
WHERE ascLocation = '{{ ascLocation }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';