DataFactoryIntegrationRuntimeResource.CreateLinkedIntegrationRuntime 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.
Create a linked integration runtime entry in a shared integration runtime.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/linkedIntegrationRuntime
- Operation Id: IntegrationRuntimes_CreateLinkedIntegrationRuntime
- Default Api Version: 2018-06-01
- Resource: DataFactoryIntegrationRuntimeResource
public virtual Azure.Response<Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeStatusResult> CreateLinkedIntegrationRuntime (Azure.ResourceManager.DataFactory.Models.CreateLinkedIntegrationRuntimeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateLinkedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.CreateLinkedIntegrationRuntimeContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeStatusResult>
override this.CreateLinkedIntegrationRuntime : Azure.ResourceManager.DataFactory.Models.CreateLinkedIntegrationRuntimeContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.DataFactoryIntegrationRuntimeStatusResult>
Public Overridable Function CreateLinkedIntegrationRuntime (content As CreateLinkedIntegrationRuntimeContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataFactoryIntegrationRuntimeStatusResult)
Parameters
The linked integration runtime properties.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
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