Share via


LinkedIntegrationRuntime Constructors

Definition

Overloads

LinkedIntegrationRuntime()

Initializes a new instance of the LinkedIntegrationRuntime class.

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

Initializes a new instance of the LinkedIntegrationRuntime class.

LinkedIntegrationRuntime()

Initializes a new instance of the LinkedIntegrationRuntime class.

public LinkedIntegrationRuntime ();
Public Sub New ()

Applies to

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

Initializes a new instance of the LinkedIntegrationRuntime class.

public LinkedIntegrationRuntime (string name = default, string subscriptionId = default, string dataFactoryName = default, string dataFactoryLocation = default, DateTime? createTime = default);
new Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntime : string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Synapse.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)

Parameters

name
String

The name of the linked integration runtime.

subscriptionId
String

The subscription ID for which the linked integration runtime belong to.

dataFactoryName
String

The name of the workspace for which the linked integration runtime belong to.

dataFactoryLocation
String

The location of the workspace for which the linked integration runtime belong to.

createTime
Nullable<DateTime>

The creating time of the linked integration runtime.

Applies to