ResolvedEndpoint Properties
Class Properties 3 members
Represents a resolved endpoint with computed target and exposed ports.
Gets the original endpoint annotation.
public EndpointAnnotation Endpoint { get; init; } Gets the computed exposed port (host/external port). The Value may be null if it should default to TargetPort or standard ports (80/443). The IsAllocated flag indicates whether this port was dynamically allocated vs. explicitly specified.
public ResolvedPort ExposedPort { get; init; } Gets the computed target port (container/listening port). The Value may be null if the deployment tool should assign it (typically for default ProjectResource HTTP/HTTPS endpoints). The IsAllocated flag indicates whether this port was dynamically allocated vs. explicitly specified.
public ResolvedPort TargetPort { get; init; }