Freigeben über


IntegrationRuntimeNodesOperationsExtensions.GetIpAddressAsync Methode

Definition

Rufen Sie die IP-Adresse des selbstgehosteten Integration Runtime-Knotens ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress> GetIpAddressAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, System.Threading.CancellationToken cancellationToken = default);
static member GetIpAddressAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress>
<Extension()>
Public Function GetIpAddressAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeNodeIpAddress)

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: