StorageTasksReportsClient Interface
public interface StorageTasksReportsClient
An instance of this class provides access to all the operations defined in StorageTasksReportsClient.
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<StorageTaskReportInstanceInner> list(String resourceGroupName, String storageTaskName)
Fetch the storage tasks run report summary for each assignment.
Parameters:
Returns:
list
public abstract PagedIterable<StorageTaskReportInstanceInner> list(String resourceGroupName, String storageTaskName, Integer maxpagesize, String filter, Context context)
Fetch the storage tasks run report summary for each assignment.
Parameters:
Returns: