ElasticModelType Struct
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.
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
Azure SDK for .NET