次の方法で共有


IntegrationRuntimeNodesOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode> GetAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode>
<Extension()>
Public Function GetAsync (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SelfHostedIntegrationRuntimeNode)

パラメーター

operations
IIntegrationRuntimeNodesOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

nodeName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象