IntegrationRuntimeType Struct

Definition

The type of integration runtime.

public readonly struct IntegrationRuntimeType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeType>
type IntegrationRuntimeType = struct
Public Structure IntegrationRuntimeType
Implements IEquatable(Of IntegrationRuntimeType)
Inheritance
IntegrationRuntimeType
Implements

Constructors

IntegrationRuntimeType(String)

Initializes a new instance of IntegrationRuntimeType.

Properties

Managed

Managed.

SelfHosted

SelfHosted.

Methods

Equals(IntegrationRuntimeType)

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(IntegrationRuntimeType, IntegrationRuntimeType)

Determines if two IntegrationRuntimeType values are the same.

Implicit(String to IntegrationRuntimeType)

Converts a string to a IntegrationRuntimeType.

Inequality(IntegrationRuntimeType, IntegrationRuntimeType)

Determines if two IntegrationRuntimeType values are not the same.

Applies to