Skip to main content

tasks_subscription_level_task_states

Creates, updates, deletes, gets or lists a tasks_subscription_level_task_states resource.

Overview

Nametasks_subscription_level_task_states
TypeResource
Idazure.security.tasks_subscription_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:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, ascLocation, taskName, taskUpdateActionTypeapi-versionRecommended 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.

NameDatatypeDescription
ascLocationstringThe location where ASC stores the data of the subscription. can be retrieved from Get locations
subscriptionIdstringAzure subscription ID
taskNamestringName of the task object, will be a GUID
taskUpdateActionTypestringType of the action to do on the task
api-versionstringAPI version for the operation

Lifecycle Methods

Recommended tasks that will help improve the security of the subscription proactively

EXEC azure.security.tasks_subscription_level_task_states.update 
@subscriptionId='{{ subscriptionId }}' --required,
@ascLocation='{{ ascLocation }}' --required,
@taskName='{{ taskName }}' --required,
@taskUpdateActionType='{{ taskUpdateActionType }}' --required,
@api-version='{{ api-version }}'
;