Share via


NeonBranchResource.GetNeonDatabasesAsync(CancellationToken) Method

Definition

List NeonDatabase resources by Branch

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}/branches/{branchName}/neonDatabases
  • Operation Id: NeonDatabase_List
  • Default Api Version: 2025-03-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.Models.NeonDatabase> GetNeonDatabasesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNeonDatabasesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.Models.NeonDatabase>
override this.GetNeonDatabasesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.Models.NeonDatabase>
Public Overridable Function GetNeonDatabasesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NeonDatabase)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to