Skip to main content

task_assignments_instances_reports

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

Overview

Nametask_assignments_instances_reports
TypeResource
Idazure.storage.task_assignments_instances_reports

Fields

NameDatatypeDescription
propertiesobjectStorage task execution report for a run instance.

Methods

NameAccessible byRequired ParamsDescription
listSELECTaccountName, resourceGroupName, subscriptionIdFetch 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 }}';