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 PolicyNodeEdgepublic readonly struct PolicyNodeEdgetype PolicyNodeEdge = structPublic 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. |