DataFactoryClient.GetIntegrationRuntimeNodeIpAsync Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress> GetIntegrationRuntimeNodeIpAsync (string resourceGroupName, string dataFactoryName, string integrationRuntimeName, string nodeName);
abstract member GetIntegrationRuntimeNodeIpAsync : string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress>
override this.GetIntegrationRuntimeNodeIpAsync : string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress>
Public Overridable Function GetIntegrationRuntimeNodeIpAsync (resourceGroupName As String, dataFactoryName As String, integrationRuntimeName As String, nodeName As String) As Task(Of IntegrationRuntimeNodeIpAddress)

Parameters

resourceGroupName
String
dataFactoryName
String
integrationRuntimeName
String
nodeName
String

Returns

Applies to