Share via


SynapseIntegrationRuntimeResource.DeleteIntegrationRuntimeNodeAsync Method

Definition

Delete an integration runtime node

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}
  • Operation Id: IntegrationRuntimeNodes_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)

Parameters

nodeName
String

Integration runtime node name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

nodeName is an empty string, and was expected to be non-empty.

nodeName is null.

Applies to