Skip to main content

clusters

Overview

Nameclusters
TypeResource
Idazure.data_explorer.clusters

Fields

NameDatatypeDescription
etagstringA unique read-only string that changes whenever the resource is updated.
identityobjectIdentity for the resource.
locationstringThe geo-location where the resource lives
propertiesobjectClass representing the Kusto cluster properties.
skuobjectAzure SKU definition.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.
zonesarrayAn array represents the availability zones of the cluster.

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterName, resourceGroupName, subscriptionIdGets a Kusto cluster.
listSELECTsubscriptionIdLists all Kusto clusters within a subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all Kusto clusters within a resource group.
create_or_updateINSERTclusterName, resourceGroupName, subscriptionId, data__skuCreate or update a Kusto cluster.
deleteDELETEclusterName, resourceGroupName, subscriptionIdDeletes a Kusto cluster.
_listEXECsubscriptionIdLists all Kusto clusters within a subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all Kusto clusters within a resource group.
add_language_extensionsEXECclusterName, resourceGroupName, subscriptionIdAdd a list of language extensions that can run within KQL queries.
check_name_availabilityEXEClocation, subscriptionId, data__name, data__typeChecks that the cluster name is valid and is not already in use.
detach_follower_databasesEXECclusterName, resourceGroupName, subscriptionId, data__attachedDatabaseConfigurationName, data__clusterResourceIdDetaches all followers of a database owned by this cluster.
diagnose_virtual_networkEXECclusterName, resourceGroupName, subscriptionIdDiagnoses network connectivity status for external resources on which the service is dependent on.
migrateEXECclusterName, resourceGroupName, subscriptionId, data__clusterResourceIdMigrate data from a Kusto cluster to another cluster.
remove_language_extensionsEXECclusterName, resourceGroupName, subscriptionIdRemove a list of language extensions that can run within KQL queries.
startEXECclusterName, resourceGroupName, subscriptionIdStarts a Kusto cluster.
stopEXECclusterName, resourceGroupName, subscriptionIdStops a Kusto cluster.
updateEXECclusterName, resourceGroupName, subscriptionIdUpdate a Kusto cluster.