NeonBranchResource.GetComputes(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List Compute resources by Branch
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}/branches/{branchName}/computes
- Operation Id: Compute_List
- Default Api Version: 2025-03-01
public virtual Azure.Pageable<Azure.ResourceManager.NeonPostgres.Models.NeonCompute> GetComputes(System.Threading.CancellationToken cancellationToken = default);
abstract member GetComputes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NeonPostgres.Models.NeonCompute>
override this.GetComputes : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NeonPostgres.Models.NeonCompute>
Public Overridable Function GetComputes (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NeonCompute)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NeonCompute that may take multiple service requests to iterate over.