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

IntegrationRuntimeReferenceType(String)

Initializes a new instance of IntegrationRuntimeReferenceType.

Properties

IntegrationRuntimeReference

IntegrationRuntimeReference.

Methods

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

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