SynapseIntegrationRuntimeResource.UpdateIntegrationRuntimeNode Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen eines Integration Runtime-Knotens
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}
- Vorgangs-IdIntegrationRuntimeNodes_Update
public virtual Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode> UpdateIntegrationRuntimeNode (string nodeName, Azure.ResourceManager.Synapse.Models.UpdateIntegrationRuntimeNodeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateIntegrationRuntimeNode : string * Azure.ResourceManager.Synapse.Models.UpdateIntegrationRuntimeNodeContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode>
override this.UpdateIntegrationRuntimeNode : string * Azure.ResourceManager.Synapse.Models.UpdateIntegrationRuntimeNodeContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.Models.SynapseSelfHostedIntegrationRuntimeNode>
Public Overridable Function UpdateIntegrationRuntimeNode (nodeName As String, content As UpdateIntegrationRuntimeNodeContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SynapseSelfHostedIntegrationRuntimeNode)
Parameter
- nodeName
- String
Name des Integration Runtime-Knotens.
Die Parameter zum Aktualisieren eines 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
oder content
ist NULL.
Gilt für:
Azure SDK for .NET