IAzureUtilizationCollection.SeekAsync(String, SeekOperation) 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.
Asynchronously seeks pages of utilization for resources that belong to an Azure subscription owned by a customer of the partner.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Utilizations.AzureUtilizationRecord>> SeekAsync (string continuationToken, Microsoft.Store.PartnerCenter.Models.Query.SeekOperation seekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next);
abstract member SeekAsync : string * Microsoft.Store.PartnerCenter.Models.Query.SeekOperation -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Utilizations.AzureUtilizationRecord>>
Public Function SeekAsync (continuationToken As String, Optional seekOperation As SeekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next) As Task(Of ResourceCollection(Of AzureUtilizationRecord))
Parameters
- continuationToken
- String
The continuation token from the previous results.
- seekOperation
- SeekOperation
The seek operation to perform. Next is only supported.
Returns
A task that returns the next page of utilization records.