ElasticsearchResource(String, ParameterResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ElasticsearchResource (string name, Aspire.Hosting.ApplicationModel.ParameterResource password);
new Aspire.Hosting.ApplicationModel.ElasticsearchResource : string * Aspire.Hosting.ApplicationModel.ParameterResource -> Aspire.Hosting.ApplicationModel.ElasticsearchResource
Public Sub New (name As String, password As ParameterResource)
Parameters
- name
- String
The name of the resource.
- password
- ParameterResource
A parameter that contains the Elasticsearch superuser password.