alerts_subscription_level_state_to_in_progress
Creates, updates, deletes, gets or lists an alerts_subscription_level_state_to_in_progress resource.
Overview
| Name | alerts_subscription_level_state_to_in_progress |
| Type | Resource |
| Id | azure.security.alerts_subscription_level_state_to_in_progress |
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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
update | exec | subscriptionId, ascLocation, alertName | api-version | Update 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.
| Name | Datatype | Description |
|---|---|---|
alertName | string | Name of the alert object |
ascLocation | string | The location where ASC stores the data of the subscription. can be retrieved from Get locations |
subscriptionId | string | Azure subscription ID |
api-version | string | API version for the operation |
Lifecycle Methods
- update
Update the alert's state
EXEC azure.security.alerts_subscription_level_state_to_in_progress.update
@subscriptionId='{{ subscriptionId }}' --required,
@ascLocation='{{ ascLocation }}' --required,
@alertName='{{ alertName }}' --required,
@api-version='{{ api-version }}'
;