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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript