IntegrationRuntimeNodesOperationsExtensions.GetAsync 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.
Abrufen des Integration Runtime-Knotens
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode> GetAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, string nodeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeNodesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntimeNode>
<Extension()>
Public Function GetAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SelfHostedIntegrationRuntimeNode)
Parameter
- operations
- IIntegrationRuntimeNodesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- workspaceName
- String
Den Namen des Arbeitsbereichs
- integrationRuntimeName
- String
Name der Integration Runtime
- nodeName
- String
Name des Integration Runtime-Knotens
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Abrufen eines Integration Runtime-Knotens
Gilt für:
Azure SDK for .NET