PolicyNodeEdge Struct

Definition

Represents an edge in a matcher policy graph.

public value class PolicyNodeEdge
public readonly struct PolicyNodeEdge
type PolicyNodeEdge = struct
Public Structure PolicyNodeEdge
Inheritance
PolicyNodeEdge

Constructors

PolicyNodeEdge(Object, IReadOnlyList<Endpoint>)

Constructs a new PolicyNodeEdge instance.

Properties

Endpoints

Gets the endpoints that match the policy defined by State.

State

Gets the object used to represent the match heuristic. Can be a host, HTTP method, etc. depending on the matcher policy.

Applies to