NeonBranchResource.GetEndpoints(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.Pageable<Azure.ResourceManager.NeonPostgres.Models.NeonEndpoint> GetEndpoints(System.Threading.CancellationToken cancellationToken = default);
abstract member GetEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NeonPostgres.Models.NeonEndpoint>
override this.GetEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NeonPostgres.Models.NeonEndpoint>
Public Overridable Function GetEndpoints (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NeonEndpoint)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of NeonEndpoint that may take multiple service requests to iterate over.