Compartir a través de


IIntegrationRuntimeNodesOperations Interfaz

Definición

Operaciones IntegrationRuntimeNodesOperations.

public interface IIntegrationRuntimeNodesOperations
type IIntegrationRuntimeNodesOperations = interface
Public Interface IIntegrationRuntimeNodesOperations

Métodos

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Elimina un nodo de Integration Runtime autohospedado.

GetIpAddressWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenga la dirección IP del nodo de Integration Runtime autohospedado.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtiene un nodo de Integration Runtime autohospedado.

UpdateWithHttpMessagesAsync(String, String, String, String, UpdateIntegrationRuntimeNodeRequest, Dictionary<String,List<String>>, CancellationToken)

Novedades un nodo de Integration Runtime autohospedado.

Métodos de extensión

Delete(IIntegrationRuntimeNodesOperations, String, String, String, String)

Elimina un nodo de Integration Runtime autohospedado.

DeleteAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, CancellationToken)

Elimina un nodo de Integration Runtime autohospedado.

Get(IIntegrationRuntimeNodesOperations, String, String, String, String)

Obtiene un nodo de Integration Runtime autohospedado.

GetAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, CancellationToken)

Obtiene un nodo de Integration Runtime autohospedado.

GetIpAddress(IIntegrationRuntimeNodesOperations, String, String, String, String)

Obtenga la dirección IP del nodo de Integration Runtime autohospedado.

GetIpAddressAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, CancellationToken)

Obtenga la dirección IP del nodo de Integration Runtime autohospedado.

Update(IIntegrationRuntimeNodesOperations, String, String, String, String, UpdateIntegrationRuntimeNodeRequest)

Novedades un nodo de Integration Runtime autohospedado.

UpdateAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, UpdateIntegrationRuntimeNodeRequest, CancellationToken)

Novedades un nodo de Integration Runtime autohospedado.

Se aplica a