StorageTaskAssignments Interface
public interface StorageTaskAssignments
Resource collection API of StorageTaskAssignments.
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<StorageTaskAssignment> list(String resourceGroupName, String storageTaskName)
Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.
Parameters:
Returns:
list
public abstract PagedIterable<StorageTaskAssignment> list(String resourceGroupName, String storageTaskName, Integer maxpagesize, Context context)
Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.
Parameters:
Returns: