9 references to Property
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (4)
274
Endpoint.GetExpression(
Property
);
300
return
Property
switch
326
return
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)
282
var val = GetEndpointValue(mapping, epExpr.
Property
);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
193
var val = GetEndpointValue(mapping, epExpr.
Property
);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54
var val = GetValue(mapping, epExpr.
Property
);
Aspire.Hosting.Kubernetes (2)
KubernetesResource.cs (2)
422
var val = GetEndpointValue(mapping, epExpr.
Property
, embedded && epExpr.
Property
is EndpointProperty.Port or EndpointProperty.TargetPort);