StorageTasksReportOperations interface
Interface representing a StorageTasksReport operations.
Properties
list | Fetch the storage tasks run report summary for each assignment. |
Property Details
list
Fetch the storage tasks run report summary for each assignment.
list: (resourceGroupName: string, storageTaskName: string, options?: StorageTasksReportListOptionalParams) => PagedAsyncIterableIterator<StorageTaskReportInstance, StorageTaskReportInstance[], PageSettings>
Property Value
(resourceGroupName: string, storageTaskName: string, options?: StorageTasksReportListOptionalParams) => PagedAsyncIterableIterator<StorageTaskReportInstance, StorageTaskReportInstance[], PageSettings>