9 references to Property
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (4)
274Endpoint.GetExpression(Property); 300return Property switch 326return Property switch 334_ => throw new InvalidOperationException($"The property '{Property}' is not supported for the endpoint '{Endpoint.EndpointName}'.")
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
282var val = GetEndpointValue(mapping, epExpr.Property);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
193var val = GetEndpointValue(mapping, epExpr.Property);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Kubernetes (2)
KubernetesResource.cs (2)
422var val = GetEndpointValue(mapping, epExpr.Property, embedded && epExpr.Property is EndpointProperty.Port or EndpointProperty.TargetPort);