Interface KustoPoolChildResources


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

      • checkNameAvailability

        CheckNameResult 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.
      • checkNameAvailabilityWithResponse

        com.azure.core.http.rest.Response<CheckNameResult> 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.