Interface KustoPoolPrincipalAssignmentsClient


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

      • checkNameAvailability

        CheckNameResultInner checkNameAvailability​(String workspaceName,
                                                   String kustoPoolName,
                                                   String resourceGroupName,
                                                   ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName)
        Checks that the principal assignment name is valid and is not already in use.
        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.
        principalAssignmentName - The name of the principal assignment.
        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<CheckNameResultInner> checkNameAvailabilityWithResponse​(String workspaceName,
                                                                                                  String kustoPoolName,
                                                                                                  String resourceGroupName,
                                                                                                  ClusterPrincipalAssignmentCheckNameRequest principalAssignmentName,
                                                                                                  com.azure.core.util.Context context)
        Checks that the principal assignment name is valid and is not already in use.
        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.
        principalAssignmentName - The name of the principal assignment.
        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<ClusterPrincipalAssignmentInner> list​(String workspaceName,
                                                                                     String kustoPoolName,
                                                                                     String resourceGroupName)
        Lists all Kusto pool principalAssignments.
        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 Kusto cluster 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<ClusterPrincipalAssignmentInner> list​(String workspaceName,
                                                                                     String kustoPoolName,
                                                                                     String resourceGroupName,
                                                                                     com.azure.core.util.Context context)
        Lists all Kusto pool principalAssignments.
        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 Kusto cluster 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

        ClusterPrincipalAssignmentInner get​(String workspaceName,
                                            String kustoPoolName,
                                            String principalAssignmentName,
                                            String resourceGroupName)
        Gets a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of 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 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<ClusterPrincipalAssignmentInner> getWithResponse​(String workspaceName,
                                                                                           String kustoPoolName,
                                                                                           String principalAssignmentName,
                                                                                           String resourceGroupName,
                                                                                           com.azure.core.util.Context context)
        Gets a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of 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 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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterPrincipalAssignmentInner>,​ClusterPrincipalAssignmentInner> beginCreateOrUpdate​(String workspaceName,
                                                                                                                                                                                        String kustoPoolName,
                                                                                                                                                                                        String principalAssignmentName,
                                                                                                                                                                                        String resourceGroupName,
                                                                                                                                                                                        ClusterPrincipalAssignmentInner parameters)
        Create a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The Kusto pool principalAssignment's parameters supplied for the operation.
        Returns:
        the SyncPoller for polling of class representing a cluster principal assignment.
        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<ClusterPrincipalAssignmentInner>,​ClusterPrincipalAssignmentInner> beginCreateOrUpdate​(String workspaceName,
                                                                                                                                                                                        String kustoPoolName,
                                                                                                                                                                                        String principalAssignmentName,
                                                                                                                                                                                        String resourceGroupName,
                                                                                                                                                                                        ClusterPrincipalAssignmentInner parameters,
                                                                                                                                                                                        com.azure.core.util.Context context)
        Create a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The Kusto pool principalAssignment's parameters supplied for the operation.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of class representing a cluster principal assignment.
        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

        ClusterPrincipalAssignmentInner createOrUpdate​(String workspaceName,
                                                       String kustoPoolName,
                                                       String principalAssignmentName,
                                                       String resourceGroupName,
                                                       ClusterPrincipalAssignmentInner parameters)
        Create a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The Kusto pool principalAssignment's parameters supplied for the operation.
        Returns:
        class representing a cluster principal assignment.
        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

        ClusterPrincipalAssignmentInner createOrUpdate​(String workspaceName,
                                                       String kustoPoolName,
                                                       String principalAssignmentName,
                                                       String resourceGroupName,
                                                       ClusterPrincipalAssignmentInner parameters,
                                                       com.azure.core.util.Context context)
        Create a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        parameters - The Kusto pool principalAssignment's parameters supplied for the operation.
        context - The context to associate with this operation.
        Returns:
        class representing a cluster principal assignment.
        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 principalAssignmentName,
                                                                                                                          String resourceGroupName)
        Deletes a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of the Kusto pool.
        principalAssignmentName - The name of the Kusto principalAssignment.
        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 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.
        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:
        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 principalAssignmentName,
                    String resourceGroupName)
        Deletes a Kusto pool principalAssignment.
        Parameters:
        workspaceName - The name of the workspace.
        kustoPoolName - The name of 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 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.
        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.