21 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.Azure.Sandboxes (6)
AzureSandboxContainerDeployment.cs (1)
1205endpointReferenceExpression.Property).ConfigureAwait(false);
AzureSandboxEndpointPropertyValueProvider.cs (5)
32if (endpointReferenceExpression.Property == EndpointProperty.TargetPort) 46$"{{{_resource.Name}.endpoints.{_endpointReferenceExpression.Endpoint.EndpointName}.{_endpointReferenceExpression.Property.ToString().ToLowerInvariant()}}}"; 86return _endpointReferenceExpression.Property switch 104return _endpointReferenceExpression.Property switch 113_ => throw new InvalidOperationException($"The property '{_endpointReferenceExpression.Property}' is not supported for the endpoint '{_endpointReferenceExpression.Endpoint.EndpointName}'.")
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
377return 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;