ArmSynapseModelFactory.SynapseLinkedIntegrationRuntime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET