Skip to main content

kusto_pool_databases

Overview

Namekusto_pool_databases
TypeResource
Idazure.synapse.kusto_pool_databases

Fields

NameDatatypeDescription
kindstringKind of the database
locationstringResource location.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdatabaseName, kustoPoolName, resourceGroupName, subscriptionId, workspaceNameReturns a database.
list_by_kusto_poolSELECTkustoPoolName, resourceGroupName, subscriptionId, workspaceNameReturns the list of databases of the given Kusto pool.
create_or_updateINSERTdatabaseName, kustoPoolName, resourceGroupName, subscriptionId, workspaceName, data__kindCreates or updates a database.
deleteDELETEdatabaseName, kustoPoolName, resourceGroupName, subscriptionId, workspaceNameDeletes the database with the given name.
_list_by_kusto_poolEXECkustoPoolName, resourceGroupName, subscriptionId, workspaceNameReturns the list of databases of the given Kusto pool.
updateEXECdatabaseName, kustoPoolName, resourceGroupName, subscriptionId, workspaceName, data__kindUpdates a database.