共用方式為


INodeBuilderPolicy 介面

定義

實作比對器原則的介面,並支援產生端點的圖表表示。

public interface class INodeBuilderPolicy
public interface INodeBuilderPolicy
type INodeBuilderPolicy = interface
Public Interface INodeBuilderPolicy
衍生

方法

AppliesToEndpoints(IReadOnlyList<Endpoint>)

評估原則是否符合 中 endpoints 提供的任何端點。

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

根據一組 edges 來建構跳躍資料表。

GetEdges(IReadOnlyList<Endpoint>)

產生圖表,表示端點與主機之間的關聯性。

適用於