Interface IntegrationRuntimeConnectionInfosClient


  • public interface IntegrationRuntimeConnectionInfosClient
    An instance of this class provides access to all the operations defined in IntegrationRuntimeConnectionInfosClient.
    • Method Detail

      • get

        IntegrationRuntimeConnectionInfoInner get​(String resourceGroupName,
                                                  String workspaceName,
                                                  String integrationRuntimeName)
        Get connection info for an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        Returns:
        connection info for an integration runtime.
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<IntegrationRuntimeConnectionInfoInner> getWithResponse​(String resourceGroupName,
                                                                                                 String workspaceName,
                                                                                                 String integrationRuntimeName,
                                                                                                 com.azure.core.util.Context context)
        Get connection info for an integration runtime.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        context - The context to associate with this operation.
        Returns:
        connection info for an integration runtime 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.