Interface KustoPoolChildResourcesClient


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

    • checkNameAvailabilityWithResponse

      com.azure.core.http.rest.Response<CheckNameResultInner> checkNameAvailabilityWithResponse(String workspaceName, String kustoPoolName, String resourceGroupName, DatabaseCheckNameRequest resourceName, com.azure.core.util.Context context)
      Checks that the Kusto Pool child resource 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.
      resourceName - The name of the Kusto Pool child 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.
    • checkNameAvailability

      CheckNameResultInner checkNameAvailability(String workspaceName, String kustoPoolName, String resourceGroupName, DatabaseCheckNameRequest resourceName)
      Checks that the Kusto Pool child resource 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.
      resourceName - The name of the Kusto Pool child 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.