2 references to PrimaryEndpointName
Aspire.Hosting.Elasticsearch (2)
ElasticsearchBuilderExtensions.cs (1)
85
.WithHttpEndpoint(targetPort: ElasticsearchPort, port: port, name: ElasticsearchResource.
PrimaryEndpointName
)
ElasticsearchResource.cs (1)
39
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);