Share via


ArmSynapseModelFactory.SynapseLinkedIntegrationRuntime Method

Definition

Initializes a new instance of SynapseLinkedIntegrationRuntime.

public static Azure.ResourceManager.Synapse.Models.SynapseLinkedIntegrationRuntime SynapseLinkedIntegrationRuntime (string name = default, string subscriptionId = default, string dataFactoryName = default, string dataFactoryLocation = default, DateTimeOffset? createOn = default);
static member SynapseLinkedIntegrationRuntime : string * string * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Synapse.Models.SynapseLinkedIntegrationRuntime
Public Shared Function SynapseLinkedIntegrationRuntime (Optional name As String = Nothing, Optional subscriptionId As String = Nothing, Optional dataFactoryName As String = Nothing, Optional dataFactoryLocation As String = Nothing, Optional createOn As Nullable(Of DateTimeOffset) = Nothing) As SynapseLinkedIntegrationRuntime

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.

createOn
Nullable<DateTimeOffset>

The creating time of the linked integration runtime.

Returns

A new SynapseLinkedIntegrationRuntime instance for mocking.

Applies to