MockableCognitiveServicesSubscriptionResource.GetUsages 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: 2023-05-01
public virtual Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage> GetUsages (Azure.Core.AzureLocation location, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUsages : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
override this.GetUsages : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
Public Overridable Function GetUsages (location As AzureLocation, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Applies to