Freigeben über


IntegrationRuntimeNodesOperationsExtensions.GetAsync Methode

Definition

Ruft einen selbstgehosteten Integration Runtime-Knoten ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode> GetAsync(this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode>
<Extension()>
Public Function GetAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName 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.

factoryName
String

Der Factoryname.

integrationRuntimeName
String

Der Name der Integration Runtime.

nodeName
String

Der Name des Integration Runtime-Knotens.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: