5 implementations of GetHostAddressExpression
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
245public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
392public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
192public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Foundry (1)
Project\ProjectResource.cs (1)
192ReferenceExpression IComputeEnvironmentResource.GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
111public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)