Interface IntegrationRuntimeNodes
public interface IntegrationRuntimeNodes
Resource collection API of IntegrationRuntimeNodes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Deletes a self-hosted integration runtime node.com.azure.core.http.rest.Response<Void>
deleteWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Deletes a self-hosted integration runtime node.Gets a self-hosted integration runtime node.getIpAddress
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Get the IP address of self-hosted integration runtime node.com.azure.core.http.rest.Response<IntegrationRuntimeNodeIpAddress>
getIpAddressWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Get the IP address of self-hosted integration runtime node.com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode>
getWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Gets a self-hosted integration runtime node.update
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest) Updates a self-hosted integration runtime node.com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode>
updateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context) Updates a self-hosted integration runtime node.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode> getWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Gets a self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.context
- The context to associate with this operation.- Returns:
- a self-hosted integration runtime node along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
SelfHostedIntegrationRuntimeNode get(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Gets a self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.- Returns:
- a self-hosted integration runtime node.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Deletes a self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.context
- The context to associate with this operation.- Returns:
- the
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Deletes a self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponse
com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode> updateWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context) Updates a self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.updateIntegrationRuntimeNodeRequest
- The parameters for updating an integration runtime node.context
- The context to associate with this operation.- Returns:
- properties of Self-hosted integration runtime node along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
update
SelfHostedIntegrationRuntimeNode update(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest) Updates a self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.updateIntegrationRuntimeNodeRequest
- The parameters for updating an integration runtime node.- Returns:
- properties of Self-hosted integration runtime node.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getIpAddressWithResponse
com.azure.core.http.rest.Response<IntegrationRuntimeNodeIpAddress> getIpAddressWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Get the IP address of self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.context
- The context to associate with this operation.- Returns:
- the IP address of self-hosted integration runtime node along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getIpAddress
IntegrationRuntimeNodeIpAddress getIpAddress(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Get the IP address of self-hosted integration runtime node.- Parameters:
resourceGroupName
- The resource group name.factoryName
- The factory name.integrationRuntimeName
- The integration runtime name.nodeName
- The integration runtime node name.- Returns:
- the IP address of self-hosted integration runtime node.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-