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