Skip to content
Docs Try Aspire

ElasticsearchResource Properties

Class Properties 4 members
A resource that represents a Elasticsearch
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Elasticsearch
public ReferenceExpression ConnectionStringExpression { get; }
InternalEndpoint Section titled InternalEndpoint EndpointReference
Gets the internal endpoint for the Elasticsearch. This endpoint used for communications between nodes in a cluster
public EndpointReference InternalEndpoint { get; }
PasswordParameter Section titled PasswordParameter ParameterResource
Gets the parameter that contains the Elasticsearch superuser password.
public ParameterResource PasswordParameter { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets the primary endpoint for the Elasticsearch. This endpoint is used for all API calls over HTTP.
public EndpointReference PrimaryEndpoint { get; }