2 references to InternalEndpointName
Aspire.Hosting.Elasticsearch (2)
ElasticsearchBuilderExtensions.cs (1)
86.WithEndpoint(targetPort: ElasticsearchInternalPort, port: port, name: ElasticsearchResource.InternalEndpointName)
ElasticsearchResource.cs (1)
44public EndpointReference InternalEndpoint => _internalEndpoint ??= new(this, InternalEndpointName);