StorageTasksReports Interface
public interface StorageTasksReports
Resource collection API of StorageTasksReports.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String storageTaskName)
Fetch the storage tasks run report summary for each assignment. |
|
abstract
Paged |
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:
Returns:
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:
Returns: