Bagikan melalui


CognitiveServicesExtensions.GetCommitmentTiersAsync Method

Definition

List Commitment Tiers.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/commitmentTiers
  • Operation Id: CommitmentTiers_List
  • Default Api Version: 2023-05-01
public static Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CommitmentTier> GetCommitmentTiersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetCommitmentTiersAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CommitmentTier>
<Extension()>
Public Function GetCommitmentTiersAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CommitmentTier)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

Resource location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to