9 references to Property
Aspire.Hosting (5)
ApplicationModel\EndpointReference.cs (4)
182Endpoint.GetExpression(Property); 192return Property switch 204return Property switch 211_ => throw new InvalidOperationException($"The property '{Property}' is not supported for the endpoint '{Endpoint.EndpointName}'.")
ApplicationModel\ExpressionResolver.cs (1)
136EndpointReferenceExpression ep when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(ep.Endpoint, ep.Property).ConfigureAwait(false), false),
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
274var val = GetEndpointValue(mapping, epExpr.Property);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
158var val = GetEndpointValue(mapping, epExpr.Property);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
404var val = GetEndpointValue(mapping, epExpr.Property);