Skip to main content

alerts_subscription_level_by_regions

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

Overview

Namealerts_subscription_level_by_regions
TypeResource
Idazure.security.alerts_subscription_level_by_regions

Fields

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

Methods

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

SELECT examples

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

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