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