Share via


ResourceExtensions.GetEndpoints(IResourceWithEndpoints) Method

Definition

Gets the endpoints for the specified resource.

public static System.Collections.Generic.IEnumerable<Aspire.Hosting.ApplicationModel.EndpointReference> GetEndpoints (this Aspire.Hosting.ApplicationModel.IResourceWithEndpoints resource);
static member GetEndpoints : Aspire.Hosting.ApplicationModel.IResourceWithEndpoints -> seq<Aspire.Hosting.ApplicationModel.EndpointReference>
<Extension()>
Public Function GetEndpoints (resource As IResourceWithEndpoints) As IEnumerable(Of EndpointReference)

Parameters

resource
IResourceWithEndpoints

The IResourceWithEndpoints which contains EndpointAnnotation annotations.

Returns

An enumeration of EndpointReference based on the EndpointAnnotation annotations from the resources' Annotations collection.

Applies to