CommitmentPlanAccountAssociationCollection.GetAllAsync Method

Definition

Gets the associations of the Cognitive Services commitment plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations
  • Operation Id: CommitmentPlans_ListAssociations
  • Default Api Version: 2023-05-01
  • Resource: CommitmentPlanAccountAssociationResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.CommitmentPlanAccountAssociationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.CommitmentPlanAccountAssociationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.CommitmentPlanAccountAssociationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CommitmentPlanAccountAssociationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to