你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageTaskAssignmentResource.GetStorageTaskAssignmentInstancesReportsAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}/reports
  • Operation Id: StorageTaskAssignmentInstancesReport_List
  • Default Api Version: 2023-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageTaskReportInstance> GetStorageTaskAssignmentInstancesReportsAsync (int? maxpagesize = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageTaskAssignmentInstancesReportsAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageTaskReportInstance>
override this.GetStorageTaskAssignmentInstancesReportsAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageTaskReportInstance>
Public Overridable Function GetStorageTaskAssignmentInstancesReportsAsync (Optional maxpagesize As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageTaskReportInstance)

Parameters

maxpagesize
Nullable<Int32>

Optional, specifies the maximum number of storage task assignment instances to be included in the list response.

filter
String

Optional. When specified, it can be used to query using reporting properties. See Constructing Filter Strings for details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of StorageTaskReportInstance that may take multiple service requests to iterate over.

Applies to