StorageTaskAssignmentsInstancesReport interface
Interface representing a StorageTaskAssignmentsInstancesReport.
Methods
list(string, string, Storage |
Fetch the report summary of all the storage task assignments and instances in an account |
Method Details
list(string, string, StorageTaskAssignmentsInstancesReportListOptionalParams)
Fetch the report summary of all the storage task assignments and instances in an account
function list(resourceGroupName: string, accountName: string, options?: StorageTaskAssignmentsInstancesReportListOptionalParams): 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.
The options parameters.