3 references to GetEndpointValue
Aspire.Hosting.Azure.AppContainers (3)
BaseContainerAppContext.cs (3)
222
var url =
GetEndpointValue
(mapping, EndpointProperty.Url);
274
var val =
GetEndpointValue
(mapping, epExpr.Property);
488
Port = AsInt(
GetEndpointValue
(endpointMapping, EndpointProperty.TargetPort)),