StorageTaskAssignmentOperations interface

Interface representing a StorageTaskAssignmentOperations.

Methods

list(string, string, StorageTaskAssignmentListOptionalParams)

Lists all the storage tasks available under the given resource group.

Method Details

list(string, string, StorageTaskAssignmentListOptionalParams)

Lists all the storage tasks available under the given resource group.

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