alerts_resource_group_level_state_to_resolve
Creates, updates, deletes, gets or lists an alerts_resource_group_level_state_to_resolve
resource.
Overview
Name | alerts_resource_group_level_state_to_resolve |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | subscriptionId , resourceGroupName , 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 |
resourceGroupName | string | The name of the resource group within the user's subscription. The name is case insensitive. |
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_resource_group_level_state_to_resolve.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@ascLocation='{{ ascLocation }}' --required,
@alertName='{{ alertName }}' --required,
@api-version='{{ api-version }}'
;