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