StorageTaskAssignmentsInstancesReportsClient Interface
public interface StorageTaskAssignmentsInstancesReportsClient
An instance of this class provides access to all the operations defined in StorageTaskAssignmentsInstancesReportsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String resourceGroupName, String accountName)
Fetch the report summary of all the storage task assignments and instances in an account. |
abstract
Paged |
list(String resourceGroupName, String accountName, Integer maxpagesize, String filter, Context context)
Fetch the report summary of all the storage task assignments and instances in an account. |
abstract
Paged |
listAsync(String resourceGroupName, String accountName)
Fetch the report summary of all the storage task assignments and instances in an account. |
abstract
Paged |
listAsync(String resourceGroupName, String accountName, Integer maxpagesize, String filter)
Fetch the report summary of all the storage task assignments and instances in an account. |
Method Details
list
public abstract PagedIterable
Fetch the report summary of all the storage task assignments and instances in an account.
Parameters:
Returns:
list
public abstract PagedIterable
Fetch the report summary of all the storage task assignments and instances in an account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Fetch the report summary of all the storage task assignments and instances in an account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Fetch the report summary of all the storage task assignments and instances in an account.
Parameters:
Returns:
Applies to
Azure SDK for Java