Share via


IntegrationRuntimeReferenceType Struct

Definition

Type of integration runtime.

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

Constructors

Name Description
IntegrationRuntimeReferenceType(String)

Initializes a new instance of IntegrationRuntimeReferenceType.

Properties

Name Description
IntegrationRuntimeReference

IntegrationRuntimeReference.

Methods

Name Description
Equals(IntegrationRuntimeReferenceType)

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

Determines if two IntegrationRuntimeReferenceType values are the same.

Implicit(String to IntegrationRuntimeReferenceType)

Converts a String to a IntegrationRuntimeReferenceType.

Inequality(IntegrationRuntimeReferenceType, IntegrationRuntimeReferenceType)

Determines if two IntegrationRuntimeReferenceType values are not the same.

Applies to