次の方法で共有


IntegrationRuntimeNodesOperationsExtensions.GetIpAddressAsync メソッド

定義

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

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)

パラメーター

operations
IIntegrationRuntimeNodesOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

nodeName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象