Partager via


IntegrationRuntimeNodeIpAddressOperationsExtensions.Get Méthode

Définition

Obtenir l’adresse IP du nœud du runtime d’intégration

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

Paramètres

operations
IIntegrationRuntimeNodeIpAddressOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

integrationRuntimeName
String

Nom du runtime d’intégration

nodeName
String

Nom du nœud du runtime d’intégration

Retours

Remarques

Obtenir l’adresse IP d’un nœud de runtime d’intégration

S’applique à