Skip to main content

alerts_resource_group_level_state_to_resolve

Creates, updates, deletes, gets or lists an alerts_resource_group_level_state_to_resolve resource.

Overview

Namealerts_resource_group_level_state_to_resolve
TypeResource
Idazure.security.alerts_resource_group_level_state_to_resolve

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, ascLocation, alertNameapi-versionUpdate the alert's state

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
alertNamestringName of the alert object
ascLocationstringThe location where ASC stores the data of the subscription. can be retrieved from Get locations
resourceGroupNamestringThe name of the resource group within the user's subscription. The name is case insensitive.
subscriptionIdstringAzure subscription ID
api-versionstringAPI version for the operation

Lifecycle Methods

Update the alert's state

EXEC azure.security.alerts_resource_group_level_state_to_resolve.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@ascLocation='{{ ascLocation }}' --required,
@alertName='{{ alertName }}' --required,
@api-version='{{ api-version }}'
;