NeonBranchResource.GetEndpointsAsync(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 Endpoint resources by Branch
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}/branches/{branchName}/endpoints
- Operation Id: Endpoint_List
- Default Api Version: 2025-03-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.Models.NeonEndpoint> GetEndpointsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.Models.NeonEndpoint>
override this.GetEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.Models.NeonEndpoint>
Public Overridable Function GetEndpointsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NeonEndpoint)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of NeonEndpoint that may take multiple service requests to iterate over.