MongoDBAtlasProjectCollection.GetAllAsync(CancellationToken) Method

Definition

List Project resources by OrganizationResource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/MongoDB.Atlas/organizations/{organizationName}/projects.
  • Operation Id. : Projects_List.
  • Default Api Version. : 2026-03-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasProjectResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasProjectResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasProjectResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MongoDBAtlasProjectResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to