alerts_subscription_level_by_regions
Creates, updates, deletes, gets or lists a alerts_subscription_level_by_regions
resource.
Overview
Name | alerts_subscription_level_by_regions |
Type | Resource |
Id | azure.security.alerts_subscription_level_by_regions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
properties | object | describes security alert properties. |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | ascLocation, subscriptionId | List 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 }}';