IntegrationRuntimeReferenceType 構造体

定義

統合ランタイムの種類。

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

コンストラクター

IntegrationRuntimeReferenceType(String)

IntegrationRuntimeReferenceType の新しいインスタンスを初期化します。

プロパティ

IntegrationRuntimeReference

IntegrationRuntimeReference。

メソッド

Equals(IntegrationRuntimeReferenceType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(IntegrationRuntimeReferenceType, IntegrationRuntimeReferenceType)

2 つの IntegrationRuntimeReferenceType 値が同じかどうかを判断します。

Implicit(String to IntegrationRuntimeReferenceType)

文字列を IntegrationRuntimeReferenceType に変換します。

Inequality(IntegrationRuntimeReferenceType, IntegrationRuntimeReferenceType)

2 つの IntegrationRuntimeReferenceType 値が同じでないかどうかを判断します。

適用対象