IntegrationRuntimeNodeIpAddressOperationsExtensions.GetAsync メソッド

定義

統合ランタイム ノードの IP アドレスを取得する

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

パラメーター

operations
IIntegrationRuntimeNodeIpAddressOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

integrationRuntimeName
String

統合ランタイムの名前

nodeName
String

統合ランタイム ノード名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

統合ランタイム ノードの IP アドレスを取得する

適用対象