StorageTasksReports Interface

public interface StorageTasksReports

Resource collection API of StorageTasksReports.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<StorageTaskReportInstance> list(String resourceGroupName, String storageTaskName)

Fetch the storage tasks run report summary for each assignment.

abstract PagedIterable<StorageTaskReportInstance> list(String resourceGroupName, String storageTaskName, Integer maxpagesize, String filter, Context context)

Fetch the storage tasks run report summary for each assignment.

Method Details

list

public abstract PagedIterable<StorageTaskReportInstance> list(String resourceGroupName, String storageTaskName)

Fetch the storage tasks run report summary for each assignment.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
storageTaskName - 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.

Returns:

fetch Storage Tasks Run Summary as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<StorageTaskReportInstance> list(String resourceGroupName, String storageTaskName, Integer maxpagesize, String filter, Context context)

Fetch the storage tasks run report summary for each assignment.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
storageTaskName - 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.
maxpagesize - Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response.
filter - Optional. When specified, it can be used to query using reporting properties.
context - The context to associate with this operation.

Returns:

fetch Storage Tasks Run Summary as paginated response with PagedIterable<T>.

Applies to