CreateLinkedIntegrationRuntimeRequest 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
CreateLinkedIntegrationRuntimeRequest() |
Initializes a new instance of the CreateLinkedIntegrationRuntimeRequest class. |
CreateLinkedIntegrationRuntimeRequest(String, String, String, String) |
Initializes a new instance of the CreateLinkedIntegrationRuntimeRequest class. |
CreateLinkedIntegrationRuntimeRequest()
Initializes a new instance of the CreateLinkedIntegrationRuntimeRequest class.
public CreateLinkedIntegrationRuntimeRequest ();
Public Sub New ()
Applies to
CreateLinkedIntegrationRuntimeRequest(String, String, String, String)
Initializes a new instance of the CreateLinkedIntegrationRuntimeRequest class.
public CreateLinkedIntegrationRuntimeRequest (string name = default, string subscriptionId = default, string dataFactoryName = default, string dataFactoryLocation = default);
new Microsoft.Azure.Management.DataFactory.Models.CreateLinkedIntegrationRuntimeRequest : string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.CreateLinkedIntegrationRuntimeRequest
Public Sub New (Optional name As String = Nothing, Optional subscriptionId As String = Nothing, Optional dataFactoryName As String = Nothing, Optional dataFactoryLocation As String = Nothing)
Parameters
- name
- String
The name of the linked integration runtime.
- subscriptionId
- String
The ID of the subscription that the linked integration runtime belongs to.
- dataFactoryName
- String
The name of the data factory that the linked integration runtime belongs to.
- dataFactoryLocation
- String
The location of the data factory that the linked integration runtime belongs to.
Applies to
Azure SDK for .NET