.delete cluster policy request_classification command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Delete the cluster's request classification policy.
Delete the eventhouse's request classification policy.
Permissions
You must have Cluster AllDatabasesAdmin permissions to run this command.
Note
The admin
role inherits Cluster AllDatabasesAdmin
permissions.
Syntax
.delete
cluster
policy
request_classification
Learn more about syntax conventions.
Returns
The command returns one row showing the details of the cluster request classification policy.
The command returns one row showing the details of the eventhouse request classification policy.
Following is the schema of the output returned:
Name | Type | Description |
---|---|---|
PolicyName | string |
Name of the policy. For cluster request classification policy this value is ClusterRequestClassificationPolicy. |
EntityName | string |
Name of the entity for which the policy is set. For cluster request classification policy this value is an empty string. |
Policy | string |
JSON representation of the policy object. This command sets this property to null. |
ChildEntities | string |
Child entities for which this policy is set. For cluster request classification policy this value is an empty string. |
EntityType | string |
Type of entity for which this policy is set. For cluster request classification policy this value is an empty string. |
Name | Type | Description |
---|---|---|
PolicyName | string |
Name of the policy. For eventhouse request classification policy this value is ClusterRequestClassificationPolicy. |
EntityName | string |
Name of the entity for which the policy is set. For eventhouse request classification policy this value is an empty string. |
Policy | string |
JSON representation of the policy object. This command sets this property to null. |
ChildEntities | string |
Child entities for which this policy is set. For eventhouse request classification policy this value is an empty string. |
EntityType | string |
Type of entity for which this policy is set. For eventhouse request classification policy this value is an empty string. |
Examples
Delete cluster request classification policy
Delete cluster request classification policy:
Delete eventhouse request classification policy
Delete eventhouse request classification policy:
.delete
cluster
policy
request_classification
Output
PolicyName | EntityName | Policy | ChildEntities | EntityType |
---|---|---|---|---|
ClusterRequestClassificationPolicy | null |