StorageAccountResource.GetStorageTaskAssignmentsInstancesReportsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fetch the report summary of all the storage task assignments and instances in an account
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/reports
- Operation Id: StorageTaskAssignmentsInstancesReport_List
- Default Api Version: 2023-05-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageTaskReportInstance> GetStorageTaskAssignmentsInstancesReportsAsync (int? maxpagesize = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageTaskAssignmentsInstancesReportsAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageTaskReportInstance>
override this.GetStorageTaskAssignmentsInstancesReportsAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageTaskReportInstance>
Public Overridable Function GetStorageTaskAssignmentsInstancesReportsAsync (Optional maxpagesize As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageTaskReportInstance)
Parameters
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
Azure SDK for .NET