CognitiveServicesCommitmentPlanCollection.GetAll(CancellationToken) Method

Definition

Returns all the resources of a particular type belonging to a resource group

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to