次の方法で共有


IntegrationRuntimeEntityReferenceType 構造体

定義

この参照先エンティティの型。

public readonly struct IntegrationRuntimeEntityReferenceType : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeEntityReferenceType>
type IntegrationRuntimeEntityReferenceType = struct
Public Structure IntegrationRuntimeEntityReferenceType
Implements IEquatable(Of IntegrationRuntimeEntityReferenceType)
継承
IntegrationRuntimeEntityReferenceType
実装

コンストラクター

IntegrationRuntimeEntityReferenceType(String)

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

プロパティ

IntegrationRuntimeReference

IntegrationRuntimeReference。

LinkedServiceReference

LinkedServiceReference。

メソッド

Equals(IntegrationRuntimeEntityReferenceType)

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

ToString()

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

演算子

Equality(IntegrationRuntimeEntityReferenceType, IntegrationRuntimeEntityReferenceType)

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

Implicit(String to IntegrationRuntimeEntityReferenceType)

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

Inequality(IntegrationRuntimeEntityReferenceType, IntegrationRuntimeEntityReferenceType)

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

適用対象