你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

.disable plugin command

Applies to: ✅ Azure Data Explorer

Disables a plugin.

Permissions

You must have AllDatabasesAdmin permissions to run this command.

Syntax

.disable plugin PluginName

Learn more about syntax conventions.

Parameters

Name Type Required Description
PluginName string ✔️ The name of the plugin to disable.

Example

The following command disables the autocluster plugin on the cluster.

.disable plugin autocluster