CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensions
📦 CommunityToolkit.Aspire.Hosting.Elasticsearch.Extensionsv13.4.02Functions
1Types
1 types and 0 members
Types
Functions
method
withElasticvuebuilderAdds an administration and development platform for Elasticsearch to the application model using Elasticvue.
withElasticvue(configureContainer?: (obj: ElasticvueContainerResource) => Promise<void>, containerName?: string): ElasticsearchResourcemethod
withHostPortbuilderConfigures the host port that the Elasticvue resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): ElasticvueContainerResource