Compartilhar via


IntegrationRuntimeNodesOperationsExtensions.GetIpAddressAsync Método

Definição

Obtenha o endereço IP do nó do runtime de integração auto-hospedada.

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)

Parâmetros

operations
IIntegrationRuntimeNodesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

factoryName
String

O nome da fábrica.

integrationRuntimeName
String

O nome do runtime de integração.

nodeName
String

O nome do nó do runtime de integração.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a