ElasticsearchResource
Class net10.0
A resource that represents a Elasticsearch
namespace Aspire.Hosting.ApplicationModel;
public class ElasticsearchResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ContainerResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIValueProviderIValueWithReferences
5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Elasticsearch
InternalEndpointgetEndpointReference Gets the internal endpoint for the Elasticsearch. This endpoint used for communications between nodes in a cluster
PasswordParametergetParameterResource Gets the parameter that contains the Elasticsearch superuser password.
PrimaryEndpointgetEndpointReference Gets the primary endpoint for the Elasticsearch. This endpoint is used for all API calls over HTTP.