Partager via


INodeBuilderPolicy.GetEdges(IReadOnlyList<Endpoint>) Méthode

Définition

Génère un graphique qui représente la relation entre les points de terminaison et les hôtes.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Matching::PolicyNodeEdge> ^ GetEdges(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge> GetEdges (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member GetEdges : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyNodeEdge>
Public Function GetEdges (endpoints As IReadOnlyList(Of Endpoint)) As IReadOnlyList(Of PolicyNodeEdge)

Paramètres

endpoints
IReadOnlyList<Endpoint>

Liste de Endpoint.

Retours

Graphique représentant la relation entre les points de terminaison et les hôtes.

S’applique à