kusto_pool_child_resources
Creates, updates, deletes, gets or lists a kusto_pool_child_resources
resource.
Overview
Name | kusto_pool_child_resources |
Type | Resource |
Id | azure.synapse.kusto_pool_child_resources |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
check_name_availability | exec | workspaceName , kustoPoolName , subscriptionId , resourceGroupName , name , type | Checks that the Kusto Pool child resource name is valid and is not already in use. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
kustoPoolName | string | The name of the Kusto pool. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
workspaceName | string | The name of the workspace. |
Lifecycle Methods
- check_name_availability
Checks that the Kusto Pool child resource name is valid and is not already in use.
EXEC azure.synapse.kusto_pool_child_resources.check_name_availability
@workspaceName='{{ workspaceName }}' --required,
@kustoPoolName='{{ kustoPoolName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}"
}'
;