Freigeben über


IntegrationRuntimeNodesOperationsExtensions.DeleteAsync Methode

Definition

Löscht einen selbstgehosteten Integration Runtime-Knoten.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IIntegrationRuntimeNodesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

integrationRuntimeName
String

Der Name der Integration Runtime.

nodeName
String

Der Name des Integration Runtime-Knotens.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: