IAzureUtilizationCollection.Seek(String, SeekOperation) Method

Definition

Seeks pages of of utilization for resources that belong to an Azure subscription owned by a customer of the partner.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Utilizations.AzureUtilizationRecord> Seek (string continuationToken, Microsoft.Store.PartnerCenter.Models.Query.SeekOperation seekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next);
abstract member Seek : string * Microsoft.Store.PartnerCenter.Models.Query.SeekOperation -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Utilizations.AzureUtilizationRecord>
Public Function Seek (continuationToken As String, Optional seekOperation As SeekOperation = Microsoft.Store.PartnerCenter.Models.Query.SeekOperation.Next) As 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

The next page of utilization records.

Applies to