LinkedIntegrationRuntime Constructors
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.
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.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)
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 data factory for which the linked integration runtime belong to.
- dataFactoryLocation
- String
The location of the data factory for which the linked integration runtime belong to.
Applies to
Azure SDK for .NET