ElasticsearchProjectConfigurationType Struct

Definition

Configuration type of the Elasticsearch project.

public readonly struct ElasticsearchProjectConfigurationType : IEquatable<Azure.ResourceManager.Elastic.Models.ElasticsearchProjectConfigurationType>
type ElasticsearchProjectConfigurationType = struct
Public Structure ElasticsearchProjectConfigurationType
Implements IEquatable(Of ElasticsearchProjectConfigurationType)
Inheritance
ElasticsearchProjectConfigurationType
Implements

Constructors

Name Description
ElasticsearchProjectConfigurationType(String)

Initializes a new instance of ElasticsearchProjectConfigurationType.

Properties

Name Description
GeneralPurpose

Gets the GeneralPurpose.

NotApplicable

Gets the NotApplicable.

TimeSeries

Gets the TimeSeries.

Vector

Gets the Vector.

Methods

Name Description
Equals(ElasticsearchProjectConfigurationType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ElasticsearchProjectConfigurationType, ElasticsearchProjectConfigurationType)

Determines if two ElasticsearchProjectConfigurationType values are the same.

Implicit(String to ElasticsearchProjectConfigurationType)

Converts a string to a ElasticsearchProjectConfigurationType.

Implicit(String to Nullable<ElasticsearchProjectConfigurationType>)
Inequality(ElasticsearchProjectConfigurationType, ElasticsearchProjectConfigurationType)

Determines if two ElasticsearchProjectConfigurationType values are not the same.

Applies to