Freigeben über


IntegrationRuntimesOperationsExtensions.CreateLinkedIntegrationRuntimeAsync Methode

Definition

Erstellen Sie einen verknüpften Integration Runtime-Eintrag in einer freigegebenen Integration Runtime.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse> CreateLinkedIntegrationRuntimeAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, Microsoft.Azure.Management.DataFactory.Models.CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest, System.Threading.CancellationToken cancellationToken = default);
static member CreateLinkedIntegrationRuntimeAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.CreateLinkedIntegrationRuntimeRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse>
<Extension()>
Public Function CreateLinkedIntegrationRuntimeAsync (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, createLinkedIntegrationRuntimeRequest As CreateLinkedIntegrationRuntimeRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeStatusResponse)

Parameter

operations
IIntegrationRuntimesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

integrationRuntimeName
String

Der Name der Integration Runtime.

createLinkedIntegrationRuntimeRequest
CreateLinkedIntegrationRuntimeRequest

Die verknüpften Integration Runtime-Eigenschaften.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: