9 references to Property
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (4)
308Endpoint.GetExpression(Property); 334return Property switch 348return Property switch 356_ => throw new InvalidOperationException($"The property '{Property}' is not supported for the endpoint '{Endpoint.EndpointName}'.")
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
283var 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)
427var val = GetEndpointValue(mapping, epExpr.Property, embedded && epExpr.Property is EndpointProperty.Port or EndpointProperty.TargetPort);