共用方式為


MockableCognitiveServicesSubscriptionResource.GetUsagesAsync Method

Definition

Get usages for the requested subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/usages
  • Operation Id: Usages_List
  • Default Api Version: 2024-10-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage> GetUsagesAsync (Azure.Core.AzureLocation location, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUsagesAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
override this.GetUsagesAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
Public Overridable Function GetUsagesAsync (location As AzureLocation, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceAccountUsage)

Parameters

location
AzureLocation

Resource location.

filter
String

An OData filter expression that describes a subset of usages to return. The supported parameter is name.value (name of the metric, can have an or of multiple names).

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to