15 references to Property
Aspire.Hosting (5)
ApplicationModel\EndpointReference.cs (4)
337Endpoint.GetExpression(Property); 363return Property switch 376return Property switch 384_ => throw new InvalidOperationException($"The property '{Property}' is not supported for the endpoint '{Endpoint.EndpointName}'.")
ApplicationModel\IComputeEnvironmentResource.cs (1)
45var property = endpointReferenceExpression.Property;
Aspire.Hosting.Azure.AppContainers (2)
AzureContainerAppEnvironmentResource.cs (1)
369var property = endpointReferenceExpression.Property;
BaseContainerAppContext.cs (1)
298var val = GetEndpointValue(mapping, epExpr.Property);
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceEnvironmentResource.cs (1)
521var property = endpointReferenceExpression.Property;
AzureAppServiceWebsiteContext.cs (1)
226var val = GetEndpointValue(mapping, epExpr.Property);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
381return endpointReferenceExpression.Property == EndpointProperty.TargetPort &&
Project\ProjectResource.cs (1)
233var property = endpointReferenceExpression.Property;
Aspire.Hosting.Kubernetes (2)
KubernetesResource.cs (2)
584var val = GetEndpointValue(mapping, epExpr.Property, embedded && epExpr.Property is EndpointProperty.Port or EndpointProperty.TargetPort);
Aspire.Hosting.Radius (1)
RadiusEnvironmentResource.cs (1)
149var property = endpointReferenceExpression.Property;