Freigeben über


SynapseIntegrationRuntimeResource.DeleteIntegrationRuntimeNodeAsync Methode

Definition

Löschen eines Integration Runtime-Knotens

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}
  • Vorgangs-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

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: