Interface KustoPoolAttachedDatabaseConfigurationsClient


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

      • listByKustoPool

        com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfigurationInner> listByKustoPool​(String workspaceName,
                                                                                                   String kustoPoolName,
                                                                                                   String resourceGroupName)
        Returns the list of attached database configurations of the given Kusto Pool.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        the list attached database configurations operation response as paginated response with PagedIterable.
        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.
      • listByKustoPool

        com.azure.core.http.rest.PagedIterable<AttachedDatabaseConfigurationInner> listByKustoPool​(String workspaceName,
                                                                                                   String kustoPoolName,
                                                                                                   String resourceGroupName,
                                                                                                   com.azure.core.util.Context context)
        Returns the list of attached database configurations of the given Kusto Pool.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        the list attached database configurations operation response as paginated response with PagedIterable.
        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

        AttachedDatabaseConfigurationInner get​(String workspaceName,
                                               String kustoPoolName,
                                               String attachedDatabaseConfigurationName,
                                               String resourceGroupName)
        Returns an attached database configuration.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        class representing an attached database configuration.
        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<AttachedDatabaseConfigurationInner> getWithResponse​(String workspaceName,
                                                                                              String kustoPoolName,
                                                                                              String attachedDatabaseConfigurationName,
                                                                                              String resourceGroupName,
                                                                                              com.azure.core.util.Context context)
        Returns an attached database configuration.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        class representing an attached database configuration 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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,​AttachedDatabaseConfigurationInner> beginCreateOrUpdate​(String workspaceName,
                                                                                                                                                                                              String kustoPoolName,
                                                                                                                                                                                              String attachedDatabaseConfigurationName,
                                                                                                                                                                                              String resourceGroupName,
                                                                                                                                                                                              AttachedDatabaseConfigurationInner parameters)
        Creates or updates an attached database configuration.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The database parameters supplied to the CreateOrUpdate operation.
        Returns:
        the SyncPoller for polling of class representing an attached database configuration.
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AttachedDatabaseConfigurationInner>,​AttachedDatabaseConfigurationInner> beginCreateOrUpdate​(String workspaceName,
                                                                                                                                                                                              String kustoPoolName,
                                                                                                                                                                                              String attachedDatabaseConfigurationName,
                                                                                                                                                                                              String resourceGroupName,
                                                                                                                                                                                              AttachedDatabaseConfigurationInner parameters,
                                                                                                                                                                                              com.azure.core.util.Context context)
        Creates or updates an attached database configuration.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The database parameters supplied to the CreateOrUpdate operation.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of class representing an attached database configuration.
        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.
      • createOrUpdate

        AttachedDatabaseConfigurationInner createOrUpdate​(String workspaceName,
                                                          String kustoPoolName,
                                                          String attachedDatabaseConfigurationName,
                                                          String resourceGroupName,
                                                          AttachedDatabaseConfigurationInner parameters)
        Creates or updates an attached database configuration.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The database parameters supplied to the CreateOrUpdate operation.
        Returns:
        class representing an attached database configuration.
        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.
      • createOrUpdate

        AttachedDatabaseConfigurationInner createOrUpdate​(String workspaceName,
                                                          String kustoPoolName,
                                                          String attachedDatabaseConfigurationName,
                                                          String resourceGroupName,
                                                          AttachedDatabaseConfigurationInner parameters,
                                                          com.azure.core.util.Context context)
        Creates or updates an attached database configuration.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The database parameters supplied to the CreateOrUpdate operation.
        context - The context to associate with this operation.
        Returns:
        class representing an attached database configuration.
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String workspaceName,
                                                                                                                          String kustoPoolName,
                                                                                                                          String attachedDatabaseConfigurationName,
                                                                                                                          String resourceGroupName)
        Deletes the attached database configuration with the given name.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        the SyncPoller for polling of long-running operation.
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(String workspaceName,
                                                                                                                          String kustoPoolName,
                                                                                                                          String attachedDatabaseConfigurationName,
                                                                                                                          String resourceGroupName,
                                                                                                                          com.azure.core.util.Context context)
        Deletes the attached database configuration with the given name.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of long-running operation.
        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 workspaceName,
                    String kustoPoolName,
                    String attachedDatabaseConfigurationName,
                    String resourceGroupName)
        Deletes the attached database configuration with the given name.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        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 workspaceName,
                    String kustoPoolName,
                    String attachedDatabaseConfigurationName,
                    String resourceGroupName,
                    com.azure.core.util.Context context)
        Deletes the attached database configuration with the given name.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        attachedDatabaseConfigurationName - The name of the attached database configuration.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        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.