CognitiveServicesAccountResource.GetUsagesAsync 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.
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.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage> GetUsagesAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUsagesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
override this.GetUsagesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountUsage>
Public Overridable Function GetUsagesAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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
An async collection of ServiceAccountUsage that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET