StorageTaskAssignmentsClient Interface
public interface StorageTaskAssignmentsClient
An instance of this class provides access to all the operations defined in StorageTaskAssignmentsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String storageTaskName)
Lists Resource IDs of the Storage Task Assignments associated with this Storage Task. |
|
abstract
Paged |
list(String resourceGroupName, String storageTaskName, Integer maxpagesize, Context context)
Lists Resource IDs of the Storage Task Assignments associated with this Storage Task. |
Method Details
list
public abstract PagedIterable<StorageTaskAssignmentInner> list(String resourceGroupName, String storageTaskName)
Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.
Parameters:
Returns:
list
public abstract PagedIterable<StorageTaskAssignmentInner> list(String resourceGroupName, String storageTaskName, Integer maxpagesize, Context context)
Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.
Parameters:
Returns: