tasks
Creates, updates, deletes, gets or lists a tasks
resource.
Overview
Name | tasks |
Type | Resource |
Id | azure.security.tasks |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
properties | object | Describes properties of a task. |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Recommended tasks that will help improve the security of the subscription proactively |
list_by_home_region | SELECT | ascLocation, subscriptionId | Recommended tasks that will help improve the security of the subscription proactively |
list_by_resource_group | SELECT | ascLocation, resourceGroupName, subscriptionId | Recommended tasks that will help improve the security of the subscription proactively |
SELECT
examples
Recommended tasks that will help improve the security of the subscription proactively
SELECT
id,
name,
properties,
type
FROM azure.security.tasks
WHERE subscriptionId = '{{ subscriptionId }}';