Share via


StorageTaskAssignmentOperations interface

Interface representing a StorageTaskAssignmentOperations.

Methods

list(string, string, StorageTaskAssignmentListOptionalParams)

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

Method Details

list(string, string, StorageTaskAssignmentListOptionalParams)

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

function list(resourceGroupName: string, storageTaskName: string, options?: StorageTaskAssignmentListOptionalParams): PagedAsyncIterableIterator<StorageTaskAssignment, StorageTaskAssignment[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

storageTaskName

string

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.

options
StorageTaskAssignmentListOptionalParams

The options parameters.

Returns