Share via


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

Name Description
IntegrationRuntimeType(String)

Initializes a new instance of IntegrationRuntimeType.

Properties

Name Description
Managed

Managed.

SelfHosted

SelfHosted.

Methods

Name Description
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

Name Description
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