次の方法で共有


IntegrationRuntimeNodeIpAddressOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress Get (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeNodeIpAddressOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, string nodeName);
static member Get : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeNodeIpAddressOperations * string * string * string * string -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress
<Extension()>
Public Function Get (operations As IIntegrationRuntimeNodeIpAddressOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, nodeName As String) As IntegrationRuntimeNodeIpAddress

パラメーター

operations
IIntegrationRuntimeNodeIpAddressOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

integrationRuntimeName
String

統合ランタイムの名前

nodeName
String

統合ランタイム ノード名

戻り値

注釈

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

適用対象