tasks_resource_group_level_task_states
Creates, updates, deletes, gets or lists a tasks_resource_group_level_task_states
resource.
Overview
Name | tasks_resource_group_level_task_states |
Type | Resource |
Id | azure.security.tasks_resource_group_level_task_states |
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 , taskName , taskUpdateActionType | api-version | Recommended tasks that will help improve the security of the subscription proactively |
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 |
---|---|---|
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 |
taskName | string | Name of the task object, will be a GUID |
taskUpdateActionType | string | Type of the action to do on the task |
api-version | string | API version for the operation |
Lifecycle Methods
- update
Recommended tasks that will help improve the security of the subscription proactively
EXEC azure.security.tasks_resource_group_level_task_states.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@ascLocation='{{ ascLocation }}' --required,
@taskName='{{ taskName }}' --required,
@taskUpdateActionType='{{ taskUpdateActionType }}' --required,
@api-version='{{ api-version }}'
;