CognitiveServicesAccountResource.GetUsages(String, CancellationToken) Method

Definition

Get usages for the requested Cognitive Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages
  • Operation Id: Accounts_ListUsages
  • Default Api Version: 2023-05-01
  • Resource: CognitiveServicesAccountResource
public virtual Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage> GetUsages (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUsages : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
override this.GetUsages : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
Public Overridable Function GetUsages (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceAccountUsage)

Parameters

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

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

Applies to