StorageTasksReport interface

Interface representing a StorageTasksReport.

Methods

list(string, string, StorageTasksReportListOptionalParams)

Fetch the storage tasks run report summary for each assignment.

Method Details

list(string, string, StorageTasksReportListOptionalParams)

Fetch the storage tasks run report summary for each assignment.

function list(resourceGroupName: string, storageTaskName: string, options?: StorageTasksReportListOptionalParams): PagedAsyncIterableIterator<StorageTaskReportInstance, StorageTaskReportInstance[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

storageTaskName

string

The name of the storage task within the specified resource group. Storage task names must be between 3 and 18 characters in length and use numbers and lower-case letters only.

options
StorageTasksReportListOptionalParams

The options parameters.

Returns