Share via


SynapseAnalyticsManagementClient.GetIntegrationRuntimeNodeIpAsync Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress>> GetIntegrationRuntimeNodeIpAsync (string resourceGroupName, string workspaceName, string integrationRuntimeName, string nodeName);
abstract member GetIntegrationRuntimeNodeIpAsync : string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress>>
override this.GetIntegrationRuntimeNodeIpAsync : string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeNodeIpAddress>>
Public Overridable Function GetIntegrationRuntimeNodeIpAsync (resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, nodeName As String) As Task(Of AzureOperationResponse(Of IntegrationRuntimeNodeIpAddress))

Parameters

resourceGroupName
String
workspaceName
String
integrationRuntimeName
String
nodeName
String

Returns

Applies to