Freigeben über


DataFactoryIntegrationRuntimeResource.DeleteIntegrationRuntimeNodeAsync Methode

Definition

Löscht einen selbstgehosteten Integration Runtime-Knoten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}
  • Vorgang IdIntegrationRuntimeNodes_Delete
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteIntegrationRuntimeNodeAsync (string nodeName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteIntegrationRuntimeNodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteIntegrationRuntimeNodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteIntegrationRuntimeNodeAsync (nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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: