共用方式為


MockableCognitiveServicesSubscriptionResource.GetCognitiveServicesCommitmentPlansAsync Method

Definition

Returns all the resources of a particular type belonging to a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/commitmentPlans
  • Operation Id: CommitmentPlans_ListPlansBySubscription
  • Default Api Version: 2024-10-01
  • Resource: CognitiveServicesCommitmentPlanResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.CognitiveServicesCommitmentPlanResource> GetCognitiveServicesCommitmentPlansAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCognitiveServicesCommitmentPlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.CognitiveServicesCommitmentPlanResource>
override this.GetCognitiveServicesCommitmentPlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.CognitiveServicesCommitmentPlanResource>
Public Overridable Function GetCognitiveServicesCommitmentPlansAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CognitiveServicesCommitmentPlanResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to