INodeBuilderPolicy.AppliesToEndpoints(IReadOnlyList<Endpoint>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポリシーが で endpoints
提供されているエンドポイントのいずれかに一致するかどうかを評価します。
public:
bool AppliesToEndpoints(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::Endpoint ^> ^ endpoints);
public bool AppliesToEndpoints (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> endpoints);
abstract member AppliesToEndpoints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> -> bool
Public Function AppliesToEndpoints (endpoints As IReadOnlyList(Of Endpoint)) As Boolean
パラメーター
- endpoints
- IReadOnlyList<Endpoint>
Endpoint の一覧。
戻り値
true
ポリシーが指定 endpoints
された のいずれかに適用される場合は 。