Freigeben über


SynapseIntegrationRuntimeResource.GetIntegrationRuntimeNodeAsync Methode

Definition

Abrufen eines Integration Runtime-Knotens

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}
  • Vorgangs-IdIntegrationRuntimeNodes_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode>> GetIntegrationRuntimeNodeAsync (string nodeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationRuntimeNodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode>>
override this.GetIntegrationRuntimeNodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode>>
Public Overridable Function GetIntegrationRuntimeNodeAsync (nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseSelfHostedIntegrationRuntimeNode))

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: