IntegrationRuntimeNodeIpAddressOperations interface
Interface représentant un IntegrationRuntimeNodeIpAddressOperations.
Méthodes
| get(string, string, string, string, Integration |
Obtenir l’adresse IP d’un nœud runtime d’intégration |
Détails de la méthode
get(string, string, string, string, IntegrationRuntimeNodeIpAddressGetOptionalParams)
Obtenir l’adresse IP d’un nœud runtime d’intégration
function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodeIpAddressGetOptionalParams): Promise<IntegrationRuntimeNodeIpAddress>
Paramètres
- 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 runtime d’intégration
Paramètres d’options.
Retours
Promise<IntegrationRuntimeNodeIpAddress>