Interface KustoPoolDatabasePrincipalAssignments


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

      • checkNameAvailability

        CheckNameResult checkNameAvailability​(String workspaceName,
                                              String kustoPoolName,
                                              String databaseName,
                                              String resourceGroupName,
                                              DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName)
        Checks that the database principal assignment is valid and is not already in use.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        principalAssignmentName - The name of the resource.
        Returns:
        the result returned from a check name availability request.
        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.
      • checkNameAvailabilityWithResponse

        com.azure.core.http.rest.Response<CheckNameResult> checkNameAvailabilityWithResponse​(String workspaceName,
                                                                                             String kustoPoolName,
                                                                                             String databaseName,
                                                                                             String resourceGroupName,
                                                                                             DatabasePrincipalAssignmentCheckNameRequest principalAssignmentName,
                                                                                             com.azure.core.util.Context context)
        Checks that the database principal assignment is valid and is not already in use.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        principalAssignmentName - The name of the resource.
        context - The context to associate with this operation.
        Returns:
        the result returned from a check name availability request 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

        com.azure.core.http.rest.PagedIterable<DatabasePrincipalAssignment> list​(String workspaceName,
                                                                                 String kustoPoolName,
                                                                                 String databaseName,
                                                                                 String resourceGroupName)
        Lists all Kusto pool database principalAssignments.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        the list Kusto database principal assignments 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.
      • list

        com.azure.core.http.rest.PagedIterable<DatabasePrincipalAssignment> list​(String workspaceName,
                                                                                 String kustoPoolName,
                                                                                 String databaseName,
                                                                                 String resourceGroupName,
                                                                                 com.azure.core.util.Context context)
        Lists all Kusto pool database principalAssignments.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in 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 Kusto database principal assignments 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

        DatabasePrincipalAssignment get​(String workspaceName,
                                        String kustoPoolName,
                                        String databaseName,
                                        String principalAssignmentName,
                                        String resourceGroupName)
        Gets a Kusto pool database principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        a Kusto pool database principalAssignment.
        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<DatabasePrincipalAssignment> getWithResponse​(String workspaceName,
                                                                                       String kustoPoolName,
                                                                                       String databaseName,
                                                                                       String principalAssignmentName,
                                                                                       String resourceGroupName,
                                                                                       com.azure.core.util.Context context)
        Gets a Kusto pool database principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        context - The context to associate with this operation.
        Returns:
        a Kusto pool database principalAssignment 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.
      • delete

        void delete​(String workspaceName,
                    String kustoPoolName,
                    String databaseName,
                    String principalAssignmentName,
                    String resourceGroupName)
        Deletes a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        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 databaseName,
                    String principalAssignmentName,
                    String resourceGroupName,
                    com.azure.core.util.Context context)
        Deletes a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        databaseName - The name of the database in the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        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.
      • getById

        DatabasePrincipalAssignment getById​(String id)
        Gets a Kusto pool database principalAssignment.
        Parameters:
        id - the resource ID.
        Returns:
        a Kusto pool database principalAssignment 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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<DatabasePrincipalAssignment> getByIdWithResponse​(String id,
                                                                                           com.azure.core.util.Context context)
        Gets a Kusto pool database principalAssignment.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        a Kusto pool database principalAssignment 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.
      • deleteById

        void deleteById​(String id)
        Deletes a Kusto pool principalAssignment.
        Parameters:
        id - the resource ID.
        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.
      • deleteByIdWithResponse

        void deleteByIdWithResponse​(String id,
                                    com.azure.core.util.Context context)
        Deletes a Kusto pool principalAssignment.
        Parameters:
        id - the resource ID.
        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.