次の方法で共有


IntegrationRuntimeNodesOperationsExtensions.GetIpAddress メソッド

定義

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

public static Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress GetIpAddress (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName);
static member GetIpAddress : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress
<Extension()>
Public Function GetIpAddress (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String) As IntegrationRuntimeNodeIpAddress

パラメーター

operations
IIntegrationRuntimeNodesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

nodeName
String

統合ランタイム ノード名。

戻り値

適用対象