task_assignments_instances_reports
Creates, updates, deletes, gets or lists a task_assignments_instances_reports
resource.
Overview
Name | task_assignments_instances_reports |
Type | Resource |
Id | azure.storage.task_assignments_instances_reports |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Storage task execution report for a run instance. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, subscriptionId | Fetch the report summary of all the storage task assignments and instances in an account |
SELECT
examples
Fetch the report summary of all the storage task assignments and instances in an account
SELECT
properties
FROM azure.storage.task_assignments_instances_reports
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';