StorageTaskAssignmentInstancesReport interface
Interface representing a StorageTaskAssignmentInstancesReport.
Methods
list(string, string, string, Storage |
Fetch the report summary of a single storage task assignment's instances |
Method Details
list(string, string, string, StorageTaskAssignmentInstancesReportListOptionalParams)
Fetch the report summary of a single storage task assignment's instances
function list(resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentInstancesReportListOptionalParams): PagedAsyncIterableIterator<StorageTaskReportInstance, StorageTaskReportInstance[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- storageTaskAssignmentName
-
string
The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
The options parameters.