Skip to main content

alerts_subscription_level_state_to_dismiss

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

Overview

Namealerts_subscription_level_state_to_dismiss
TypeResource
Idazure.security.alerts_subscription_level_state_to_dismiss

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, 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
subscriptionIdstringAzure subscription ID
api-versionstringAPI version for the operation

Lifecycle Methods

Update the alert's state

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