ArmDataFactoryModelFactory.LinkedIntegrationRuntime 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 LinkedIntegrationRuntime.
public static Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntime LinkedIntegrationRuntime (string name = default, string subscriptionId = default, string dataFactoryName = default, Azure.Core.AzureLocation? dataFactoryLocation = default, DateTimeOffset? createdOn = default);
static member LinkedIntegrationRuntime : string * string * string * Nullable<Azure.Core.AzureLocation> * Nullable<DateTimeOffset> -> Azure.ResourceManager.DataFactory.Models.LinkedIntegrationRuntime
Public Shared Function LinkedIntegrationRuntime (Optional name As String = Nothing, Optional subscriptionId As String = Nothing, Optional dataFactoryName As String = Nothing, Optional dataFactoryLocation As Nullable(Of AzureLocation) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As LinkedIntegrationRuntime
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
- Nullable<AzureLocation>
The location of the data factory for which the linked integration runtime belong to.
- createdOn
- Nullable<DateTimeOffset>
The creating time of the linked integration runtime.
Returns
A new LinkedIntegrationRuntime instance for mocking.
Applies to
Azure SDK for .NET