PolicyNodeEdge Struct
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.
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. |