你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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