Package version:

Interface StorageTaskAssignmentInstancesReport

Interface representing a StorageTaskAssignmentInstancesReport.

interface StorageTaskAssignmentInstancesReport {
    list(resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentInstancesReportListOptionalParams): PagedAsyncIterableIterator<StorageTaskReportInstance>;
}

Methods

Methods

  • Fetch the report summary of a single storage task assignment's instances

    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.

    • Optionaloptions: StorageTaskAssignmentInstancesReportListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<StorageTaskReportInstance>