KustoPoolChildResource interface
Interface representing a KustoPoolChildResource.
Methods
check |
Checks that the Kusto Pool child resource name is valid and is not already in use. |
Method Details
checkNameAvailability(string, string, string, DatabaseCheckNameRequest, KustoPoolChildResourceCheckNameAvailabilityOptionalParams)
Checks that the Kusto Pool child resource name is valid and is not already in use.
function checkNameAvailability(workspaceName: string, kustoPoolName: string, resourceGroupName: string, resourceName: DatabaseCheckNameRequest, options?: KustoPoolChildResourceCheckNameAvailabilityOptionalParams): Promise<CheckNameResult>
Parameters
- workspaceName
-
string
The name of the workspace.
- kustoPoolName
-
string
The name of the Kusto pool.
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
- DatabaseCheckNameRequest
The name of the Kusto Pool child resource.
The options parameters.
Returns
Promise<CheckNameResult>