ElasticvueBuilderExtensions
Class static net10.0
Provides extension methods for Elasticvue resources to an
Hosting.IDistributedApplicationBuilder. namespace Aspire.Hosting;
public static class ElasticvueBuilderExtensions{ // ...}Methods2
Section titled MethodsWithElasticvue(IResourceBuilder<ElasticsearchResource>, Action<IResourceBuilder<ElasticvueContainerResource>>, string?)extensionIResourceBuilder<ElasticsearchResource> Adds an administration and development platform for Elasticsearch to the application model using Elasticvue.
WithHostPort(IResourceBuilder<ElasticvueContainerResource>, int?)extensionIResourceBuilder<ElasticvueContainerResource> Configures the host port that the Elasticvue resource is exposed on instead of using randomly assigned port.