Поделиться через


NeonBranchCollection.GetAllAsync(CancellationToken) Method

Definition

List Branch resources by Project

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to