IntegrationRuntimeNodeIpAddressOperations interface
Interfaccia che rappresenta un oggetto IntegrationRuntimeNodeIpAddressOperations.
Metodi
| get(string, string, string, string, Integration |
Ottenere l'indirizzo IP di un nodo del runtime di integrazione |
Dettagli metodo
get(string, string, string, string, IntegrationRuntimeNodeIpAddressGetOptionalParams)
Ottenere l'indirizzo IP di un nodo del runtime di integrazione
function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodeIpAddressGetOptionalParams): Promise<IntegrationRuntimeNodeIpAddress>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- integrationRuntimeName
-
string
Nome del runtime di integrazione
- nodeName
-
string
Nome del nodo del runtime di integrazione
Parametri delle opzioni.
Restituisce
Promise<IntegrationRuntimeNodeIpAddress>