KustoPoolChildResourcesClient Interface

public interface KustoPoolChildResourcesClient

An instance of this class provides access to all the operations defined in KustoPoolChildResourcesClient.

Method Summary

Modifier and Type Method and Description
abstract 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.

abstract Response<CheckNameResultInner> checkNameAvailabilityWithResponse(String workspaceName, String kustoPoolName, String resourceGroupName, DatabaseCheckNameRequest resourceName, Context context)

Checks that the Kusto Pool child resource name is valid and is not already in use.

Method Details

checkNameAvailability

public abstract 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.

checkNameAvailabilityWithResponse

public abstract Response checkNameAvailabilityWithResponse(String workspaceName, String kustoPoolName, String resourceGroupName, DatabaseCheckNameRequest resourceName, 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<T>.

Applies to