次の方法で共有


SelfHostedIntegrationRuntime コンストラクター

定義

オーバーロード

SelfHostedIntegrationRuntime()

SelfHostedIntegrationRuntime クラスの新しいインスタンスを初期化します。

SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType)

SelfHostedIntegrationRuntime クラスの新しいインスタンスを初期化します。

SelfHostedIntegrationRuntime()

SelfHostedIntegrationRuntime クラスの新しいインスタンスを初期化します。

public SelfHostedIntegrationRuntime ();
Public Sub New ()

適用対象

SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType)

SelfHostedIntegrationRuntime クラスの新しいインスタンスを初期化します。

public SelfHostedIntegrationRuntime (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeType linkedInfo = default);
new Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeType -> Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional linkedInfo As LinkedIntegrationRuntimeType = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

統合ランタイムの説明。

適用対象