IntegrationRuntimesOperationsExtensions.RemoveLinks 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.
Remove all linked integration runtimes under specific data factory in a self-hosted integration runtime.
public static void RemoveLinks (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeRequest linkedIntegrationRuntimeRequest);
static member RemoveLinks : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntimeRequest -> unit
<Extension()>
Public Sub RemoveLinks (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, linkedIntegrationRuntimeRequest As LinkedIntegrationRuntimeRequest)
Parameters
- operations
- IIntegrationRuntimesOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- factoryName
- String
The factory name.
- integrationRuntimeName
- String
The integration runtime name.
- linkedIntegrationRuntimeRequest
- LinkedIntegrationRuntimeRequest
The data factory name for the linked integration runtime.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET