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 PagedIterable<StorageTaskAssignmentInner> list(String resourceGroupName, String storageTaskName)

Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.

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.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
storageTaskName - The name of the storage task within the specified resource group. Storage task names must be between 3 and 18 characters in length and use numbers and lower-case letters only.

Returns:

the response from the List Storage Tasks operation as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
storageTaskName - The name of the storage task within the specified resource group. Storage task names must be between 3 and 18 characters in length and use numbers and lower-case letters only.
maxpagesize - Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response.
context - The context to associate with this operation.

Returns:

the response from the List Storage Tasks operation as paginated response with PagedIterable<T>.

Applies to