ResourceExtensions.GetEndpoints(IResourceWithEndpoints) 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.
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.