IntegrationRuntimeNodesOperationsExtensions.GetIpAddress Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez l’adresse IP du nœud runtime d’intégration auto-hébergé.
public static Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress GetIpAddress (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, string nodeName);
static member GetIpAddress : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeNodesOperations * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeIpAddress
<Extension()>
Public Function GetIpAddress (operations As IIntegrationRuntimeNodesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, nodeName As String) As IntegrationRuntimeNodeIpAddress
Paramètres
- operations
- IIntegrationRuntimeNodesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- factoryName
- String
Nom de la fabrique.
- integrationRuntimeName
- String
Nom du runtime d’intégration.
- nodeName
- String
Nom du nœud runtime d’intégration.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET