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