다음을 통해 공유


CreateLinkedIntegrationRuntimeRequest Constructors

Definition

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