StorageTaskAssignmentOperations interface
Interface representing a StorageTaskAssignmentOperations.
Methods
list(string, string, Storage |
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.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript