Engine Struct

Definition

Extensible enum for known Engine values.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Engine+EngineJsonConverter))]
public readonly struct Engine : IEquatable<Azure.Connectors.Sdk.Plumsail.Models.Engine>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Engine+EngineJsonConverter))>]
type Engine = struct
Public Structure Engine
Implements IEquatable(Of Engine)
Inheritance
Engine
Attributes
Implements

Constructors

Name Description
Engine(String)

Initializes a new instance of the Engine struct.

Properties

Name Description
Classic

Classic

Modern

Modern

Methods

Name Description
Equals(Engine)

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

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(Engine, Engine)

Equality operator.

Implicit(Engine to String)

Converts a Engine to its string representation.

Implicit(String to Engine)

Converts a string to Engine.

Inequality(Engine, Engine)

Inequality operator.

Applies to