Freigeben über


DataFactoryIntegrationRuntimeResource.DeleteIntegrationRuntimeNode Methode

Definition

Löscht einen selbstgehosteten Integration Runtime-Knoten.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}
  • Vorgangs-IdIntegrationRuntimeNodes_Delete
public virtual Azure.Response DeleteIntegrationRuntimeNode (string nodeName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteIntegrationRuntimeNode : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteIntegrationRuntimeNode : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteIntegrationRuntimeNode (nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameter

nodeName
String

Der Name des Integration Runtime-Knotens.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

nodeName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

nodeName ist NULL.

Gilt für: