Interface IntegrationRuntimeAuthKeysOperations


  • public interface IntegrationRuntimeAuthKeysOperations
    Resource collection API of IntegrationRuntimeAuthKeysOperations.
    • Method Detail

      • regenerate

        IntegrationRuntimeAuthKeys regenerate​(String resourceGroupName,
                                              String workspaceName,
                                              String integrationRuntimeName,
                                              IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters)
        Regenerate the authentication key 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.
        regenerateKeyParameters - The parameters for regenerating integration runtime authentication key.
        Returns:
        the integration runtime authentication keys.
        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.
      • regenerateWithResponse

        com.azure.core.http.rest.Response<IntegrationRuntimeAuthKeys> regenerateWithResponse​(String resourceGroupName,
                                                                                             String workspaceName,
                                                                                             String integrationRuntimeName,
                                                                                             IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters,
                                                                                             com.azure.core.util.Context context)
        Regenerate the authentication key 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.
        regenerateKeyParameters - The parameters for regenerating integration runtime authentication key.
        context - The context to associate with this operation.
        Returns:
        the integration runtime authentication keys 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.
      • list

        IntegrationRuntimeAuthKeys list​(String resourceGroupName,
                                        String workspaceName,
                                        String integrationRuntimeName)
        List authentication keys in 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:
        the integration runtime authentication keys.
        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.
      • listWithResponse

        com.azure.core.http.rest.Response<IntegrationRuntimeAuthKeys> listWithResponse​(String resourceGroupName,
                                                                                       String workspaceName,
                                                                                       String integrationRuntimeName,
                                                                                       com.azure.core.util.Context context)
        List authentication keys in 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:
        the integration runtime authentication keys 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.