IntegrationRuntimesOperationsExtensions.CreateLinkedIntegrationRuntime Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie einen verknüpften Integration Runtime-Eintrag in einer freigegebenen Integration Runtime.
public static Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse CreateLinkedIntegrationRuntime (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, Microsoft.Azure.Management.DataFactory.Models.CreateLinkedIntegrationRuntimeRequest createLinkedIntegrationRuntimeRequest);
static member CreateLinkedIntegrationRuntime : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.CreateLinkedIntegrationRuntimeRequest -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse
<Extension()>
Public Function CreateLinkedIntegrationRuntime (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, createLinkedIntegrationRuntimeRequest As CreateLinkedIntegrationRuntimeRequest) As 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.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET