次の方法で共有


LinkedIntegrationRuntime コンストラクター

定義

オーバーロード

LinkedIntegrationRuntime()

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

LinkedIntegrationRuntime(String, String, String, String, Nullable<DateTime>)

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

LinkedIntegrationRuntime()

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

public LinkedIntegrationRuntime ();
Public Sub New ()

適用対象

LinkedIntegrationRuntime(String, String, String, String, Nullable<DateTime>)

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

public LinkedIntegrationRuntime (string name = default, string subscriptionId = default, string dataFactoryName = default, string dataFactoryLocation = default, DateTime? createTime = default);
new Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime : string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime
Public Sub New (Optional name As String = Nothing, Optional subscriptionId As String = Nothing, Optional dataFactoryName As String = Nothing, Optional dataFactoryLocation As String = Nothing, Optional createTime As Nullable(Of DateTime) = Nothing)

パラメーター

name
String

リンクされた統合ランタイムの名前。

subscriptionId
String

リンクされた統合ランタイムが属するサブスクリプション ID。

dataFactoryName
String

リンクされた統合ランタイムが属するデータ ファクトリの名前。

dataFactoryLocation
String

リンクされた統合ランタイムが属するデータ ファクトリの場所。

createTime
Nullable<DateTime>

リンクされた統合ランタイムの作成時間。

適用対象