Package version:

Interface StorageTaskReportSummary

Fetch Storage Tasks Run Summary.

interface StorageTaskReportSummary {
    nextLink?: string;
    value?: StorageTaskReportInstance[];
}

Properties

Properties

nextLink?: string

Request URL that can be used to query next page of storage task run results summary. Returned when the number of run instances and summary reports exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.

Gets storage tasks run result summary. NOTE: This property will not be serialized. It can only be populated by the server.