Udostępnij za pośrednictwem


ElasticModelType Struct

Definition

Type of the elastic filter.

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

Constructors

ElasticModelType(String)

Initializes a new instance of ElasticModelType.

Properties

AzurePrivateEndpoint

azure_private_endpoint.

IP

ip.

Methods

Equals(ElasticModelType)

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

Equality(ElasticModelType, ElasticModelType)

Determines if two ElasticModelType values are the same.

Implicit(String to ElasticModelType)

Converts a string to a ElasticModelType.

Inequality(ElasticModelType, ElasticModelType)

Determines if two ElasticModelType values are not the same.

Applies to