@azure/arm-kusto 6.2.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +8198 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/kustoManagementClient.d.ts +30 -0
- package/dist-esm/src/kustoManagementClient.d.ts.map +1 -0
- package/dist-esm/src/kustoManagementClient.js +63 -0
- package/dist-esm/src/kustoManagementClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2023 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +256 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +89 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1710 -1269
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +308 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts +81 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.js +342 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.js.map +1 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts +81 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.js +332 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +276 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +1317 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/dataConnections.d.ts +127 -0
- package/dist-esm/src/operations/dataConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/dataConnections.js +547 -0
- package/dist-esm/src/operations/dataConnections.js.map +1 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.d.ts +89 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.js +364 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +135 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +571 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +20 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +99 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js +424 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/operationsResults.d.ts +20 -0
- package/dist-esm/src/operations/operationsResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsResults.js +53 -0
- package/dist-esm/src/operations/operationsResults.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +309 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +38 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +131 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scripts.d.ts +109 -0
- package/dist-esm/src/operations/scripts.d.ts.map +1 -0
- package/dist-esm/src/operations/scripts.js +442 -0
- package/dist-esm/src/operations/scripts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts.map +1 -0
- package/{src/models/operationsResultsMappers.ts → dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js} +2 -8
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +201 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/operationsResultsMappers.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -2
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.d.ts +109 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +108 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +20 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scripts.d.ts +91 -0
- package/dist-esm/src/operationsInterfaces/scripts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/scripts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/scripts.js.map +1 -0
- package/dist-esm/test/kusto-client-test.d.ts +4 -0
- package/dist-esm/test/kusto-client-test.d.ts.map +1 -0
- package/dist-esm/test/kusto-client-test.js +117 -0
- package/dist-esm/test/kusto-client-test.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-kusto.api.md +1798 -0
- package/rollup.config.js +181 -24
- package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
- package/src/kustoManagementClient.ts +112 -49
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1853 -2535
- package/src/models/mappers.ts +1798 -1302
- package/src/models/parameters.ts +264 -44
- package/src/operations/attachedDatabaseConfigurations.ts +314 -177
- package/src/operations/clusterPrincipalAssignments.ts +300 -264
- package/src/operations/clusters.ts +1396 -724
- package/src/operations/dataConnections.ts +499 -363
- package/src/operations/databasePrincipalAssignments.ts +326 -281
- package/src/operations/databases.ts +538 -517
- package/src/operations/index.ts +5 -3
- package/src/operations/managedPrivateEndpoints.ts +599 -0
- package/src/operations/operations.ts +85 -85
- package/src/operations/operationsResults.ts +34 -60
- package/src/operations/privateEndpointConnections.ts +427 -0
- package/src/operations/privateLinkResources.ts +167 -0
- package/src/operations/scripts.ts +408 -334
- package/src/operationsInterfaces/attachedDatabaseConfigurations.ts +125 -0
- package/src/operationsInterfaces/clusterPrincipalAssignments.ts +125 -0
- package/src/operationsInterfaces/clusters.ts +371 -0
- package/src/operationsInterfaces/dataConnections.ts +218 -0
- package/src/operationsInterfaces/databasePrincipalAssignments.ts +139 -0
- package/src/operationsInterfaces/databases.ts +212 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -4
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +162 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/operationsResults.ts +27 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/scripts.ts +177 -0
- package/tsconfig.json +14 -6
- package/types/arm-kusto.d.ts +3174 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-kusto.js +0 -5320
- package/dist/arm-kusto.js.map +0 -1
- package/dist/arm-kusto.min.js +0 -1
- package/dist/arm-kusto.min.js.map +0 -1
- package/esm/kustoManagementClient.d.ts +0 -33
- package/esm/kustoManagementClient.d.ts.map +0 -1
- package/esm/kustoManagementClient.js +0 -46
- package/esm/kustoManagementClient.js.map +0 -1
- package/esm/kustoManagementClientContext.d.ts +0 -23
- package/esm/kustoManagementClientContext.d.ts.map +0 -1
- package/esm/kustoManagementClientContext.js +0 -62
- package/esm/kustoManagementClientContext.js.map +0 -1
- package/esm/models/attachedDatabaseConfigurationsMappers.d.ts +0 -2
- package/esm/models/attachedDatabaseConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/attachedDatabaseConfigurationsMappers.js +0 -9
- package/esm/models/attachedDatabaseConfigurationsMappers.js.map +0 -1
- package/esm/models/clusterPrincipalAssignmentsMappers.d.ts +0 -2
- package/esm/models/clusterPrincipalAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/clusterPrincipalAssignmentsMappers.js +0 -9
- package/esm/models/clusterPrincipalAssignmentsMappers.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/dataConnectionsMappers.d.ts +0 -2
- package/esm/models/dataConnectionsMappers.d.ts.map +0 -1
- package/esm/models/dataConnectionsMappers.js +0 -9
- package/esm/models/dataConnectionsMappers.js.map +0 -1
- package/esm/models/databasePrincipalAssignmentsMappers.d.ts +0 -2
- package/esm/models/databasePrincipalAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/databasePrincipalAssignmentsMappers.js +0 -9
- package/esm/models/databasePrincipalAssignmentsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2705
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -75
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/operationsResultsMappers.d.ts +0 -2
- package/esm/models/operationsResultsMappers.d.ts.map +0 -1
- package/esm/models/operationsResultsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -158
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/scriptsMappers.d.ts +0 -2
- package/esm/models/scriptsMappers.d.ts.map +0 -1
- package/esm/models/scriptsMappers.js +0 -9
- package/esm/models/scriptsMappers.js.map +0 -1
- package/esm/operations/attachedDatabaseConfigurations.d.ts +0 -97
- package/esm/operations/attachedDatabaseConfigurations.d.ts.map +0 -1
- package/esm/operations/attachedDatabaseConfigurations.js +0 -188
- package/esm/operations/attachedDatabaseConfigurations.js.map +0 -1
- package/esm/operations/clusterPrincipalAssignments.d.ts +0 -121
- package/esm/operations/clusterPrincipalAssignments.d.ts.map +0 -1
- package/esm/operations/clusterPrincipalAssignments.js +0 -213
- package/esm/operations/clusterPrincipalAssignments.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -323
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -620
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/dataConnections.d.ts +0 -176
- package/esm/operations/dataConnections.d.ts.map +0 -1
- package/esm/operations/dataConnections.js +0 -359
- package/esm/operations/dataConnections.js.map +0 -1
- package/esm/operations/databasePrincipalAssignments.d.ts +0 -134
- package/esm/operations/databasePrincipalAssignments.d.ts.map +0 -1
- package/esm/operations/databasePrincipalAssignments.js +0 -235
- package/esm/operations/databasePrincipalAssignments.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -219
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -374
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -69
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/operationsResults.d.ts +0 -34
- package/esm/operations/operationsResults.d.ts.map +0 -1
- package/esm/operations/operationsResults.js +0 -49
- package/esm/operations/operationsResults.js.map +0 -1
- package/esm/operations/scripts.d.ts +0 -156
- package/esm/operations/scripts.d.ts.map +0 -1
- package/esm/operations/scripts.js +0 -300
- package/esm/operations/scripts.js.map +0 -1
- package/src/kustoManagementClientContext.ts +0 -75
- package/src/models/attachedDatabaseConfigurationsMappers.ts +0 -43
- package/src/models/clusterPrincipalAssignmentsMappers.ts +0 -45
- package/src/models/clustersMappers.ts +0 -54
- package/src/models/dataConnectionsMappers.ts +0 -48
- package/src/models/databasePrincipalAssignmentsMappers.ts +0 -45
- package/src/models/databasesMappers.ts +0 -48
- package/src/models/scriptsMappers.ts +0 -45
package/dist/arm-kusto.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-kusto.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/clustersMappers.ts","../src/models/parameters.ts","../src/operations/clusters.ts","../src/models/clusterPrincipalAssignmentsMappers.ts","../src/operations/clusterPrincipalAssignments.ts","../src/models/databasesMappers.ts","../src/operations/databases.ts","../src/models/databasePrincipalAssignmentsMappers.ts","../src/operations/databasePrincipalAssignments.ts","../src/models/scriptsMappers.ts","../src/operations/scripts.ts","../src/models/attachedDatabaseConfigurationsMappers.ts","../src/operations/attachedDatabaseConfigurations.ts","../src/models/dataConnectionsMappers.ts","../src/operations/dataConnections.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/operationsResultsMappers.ts","../src/operations/operationsResults.ts","../src/kustoManagementClientContext.ts","../src/kustoManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Represents a tenant ID that is trusted by the cluster.\n */\nexport interface TrustedExternalTenant {\n /**\n * GUID representing an external tenant.\n */\n value?: string;\n}\n\n/**\n * A class that contains the optimized auto scale definition.\n */\nexport interface OptimizedAutoscale {\n /**\n * The version of the template defined, for instance 1.\n */\n version: number;\n /**\n * A boolean value that indicate if the optimized autoscale feature is enabled or not.\n */\n isEnabled: boolean;\n /**\n * Minimum allowed instances count.\n */\n minimum: number;\n /**\n * Maximum allowed instances count.\n */\n maximum: number;\n}\n\n/**\n * A class that contains virtual network definition.\n */\nexport interface VirtualNetworkConfiguration {\n /**\n * The subnet resource id.\n */\n subnetId: string;\n /**\n * Engine service's public IP address resource id.\n */\n enginePublicIpId: string;\n /**\n * Data management's service public IP address resource id.\n */\n dataManagementPublicIpId: string;\n}\n\n/**\n * Properties of the key vault.\n */\nexport interface KeyVaultProperties {\n /**\n * The name of the key vault key.\n */\n keyName: string;\n /**\n * The version of the key vault key.\n */\n keyVersion?: string;\n /**\n * The Uri of the key vault.\n */\n keyVaultUri: string;\n /**\n * The user assigned identity (ARM resource id) that has access to the key.\n */\n userIdentity?: string;\n}\n\n/**\n * The language extension object.\n */\nexport interface LanguageExtension {\n /**\n * The language extension name. Possible values include: 'PYTHON', 'R'\n */\n languageExtensionName?: LanguageExtensionName;\n}\n\n/**\n * Azure SKU definition.\n */\nexport interface AzureSku {\n /**\n * SKU name. Possible values include: 'Standard_DS13_v2+1TB_PS', 'Standard_DS13_v2+2TB_PS',\n * 'Standard_DS14_v2+3TB_PS', 'Standard_DS14_v2+4TB_PS', 'Standard_D13_v2', 'Standard_D14_v2',\n * 'Standard_L8s', 'Standard_L16s', 'Standard_L8s_v2', 'Standard_L16s_v2', 'Standard_D11_v2',\n * 'Standard_D12_v2', 'Standard_L4s', 'Dev(No SLA)_Standard_D11_v2', 'Standard_E64i_v3',\n * 'Standard_E80ids_v4', 'Standard_E2a_v4', 'Standard_E4a_v4', 'Standard_E8a_v4',\n * 'Standard_E16a_v4', 'Standard_E8as_v4+1TB_PS', 'Standard_E8as_v4+2TB_PS',\n * 'Standard_E16as_v4+3TB_PS', 'Standard_E16as_v4+4TB_PS', 'Dev(No SLA)_Standard_E2a_v4'\n */\n name: AzureSkuName;\n /**\n * The number of instances of the cluster.\n */\n capacity?: number;\n /**\n * SKU tier. Possible values include: 'Basic', 'Standard'\n */\n tier: AzureSkuTier;\n}\n\n/**\n * Azure capacity definition.\n */\nexport interface AzureCapacity {\n /**\n * Scale type. Possible values include: 'automatic', 'manual', 'none'\n */\n scaleType: AzureScaleType;\n /**\n * Minimum allowed capacity.\n */\n minimum: number;\n /**\n * Maximum allowed capacity.\n */\n maximum: number;\n /**\n * The default capacity that would be used.\n */\n default: number;\n}\n\n/**\n * Azure resource SKU definition.\n */\nexport interface AzureResourceSku {\n /**\n * Resource Namespace and Type.\n */\n resourceType?: string;\n /**\n * The SKU details.\n */\n sku?: AzureSku;\n /**\n * The number of instances of the cluster.\n */\n capacity?: AzureCapacity;\n}\n\n/**\n * The locations and zones info for SKU.\n */\nexport interface SkuLocationInfoItem {\n /**\n * The available location of the SKU.\n */\n location: string;\n /**\n * The available zone of the SKU.\n */\n zones?: string[];\n}\n\n/**\n * The Kusto SKU description of given resource type\n */\nexport interface SkuDescription {\n /**\n * The resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceType?: string;\n /**\n * The name of the SKU\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The tier of the SKU\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tier?: string;\n /**\n * The set of locations that the SKU is available\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * Locations and zones\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locationInfo?: SkuLocationInfoItem[];\n /**\n * The restrictions because of which SKU cannot be used\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restrictions?: any[];\n}\n\n/**\n * A class that contains database statistics information.\n */\nexport interface DatabaseStatistics {\n /**\n * The database size - the total size of compressed data and index in bytes.\n */\n size?: number;\n}\n\n/**\n * Tables that will be included and excluded in the follower database\n */\nexport interface TableLevelSharingProperties {\n /**\n * List of tables to include in the follower database\n */\n tablesToInclude?: string[];\n /**\n * List of tables to exclude from the follower database\n */\n tablesToExclude?: string[];\n /**\n * List of external tables to include in the follower database\n */\n externalTablesToInclude?: string[];\n /**\n * List of external tables exclude from the follower database\n */\n externalTablesToExclude?: string[];\n /**\n * List of materialized views to include in the follower database\n */\n materializedViewsToInclude?: string[];\n /**\n * List of materialized views exclude from the follower database\n */\n materializedViewsToExclude?: string[];\n}\n\n/**\n * An interface representing IdentityUserAssignedIdentitiesValue.\n */\nexport interface IdentityUserAssignedIdentitiesValue {\n /**\n * The principal id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * Identity for the resource.\n */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an\n * implicitly created identity and a set of user-assigned identities. The type 'None' will remove\n * all identities. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',\n * 'SystemAssigned, UserAssigned'\n */\n type: IdentityType;\n /**\n * The list of user identities associated with the Kusto cluster. The user identity dictionary\n * key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: IdentityUserAssignedIdentitiesValue };\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * Class representing a Kusto cluster.\n */\nexport interface Cluster extends TrackedResource {\n /**\n * The SKU of the cluster.\n */\n sku: AzureSku;\n /**\n * The availability zones of the cluster.\n */\n zones?: string[];\n /**\n * The identity of the cluster, if configured.\n */\n identity?: Identity;\n /**\n * The state of the resource. Possible values include: 'Creating', 'Unavailable', 'Running',\n * 'Deleting', 'Deleted', 'Stopping', 'Stopped', 'Starting', 'Updating'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: State;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * The cluster URI.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uri?: string;\n /**\n * The cluster data ingestion URI.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataIngestionUri?: string;\n /**\n * The reason for the cluster's current state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly stateReason?: string;\n /**\n * The cluster's external tenants.\n */\n trustedExternalTenants?: TrustedExternalTenant[];\n /**\n * Optimized auto scale definition.\n */\n optimizedAutoscale?: OptimizedAutoscale;\n /**\n * A boolean value that indicates if the cluster's disks are encrypted. Default value: false.\n */\n enableDiskEncryption?: boolean;\n /**\n * A boolean value that indicates if the streaming ingest is enabled. Default value: false.\n */\n enableStreamingIngest?: boolean;\n /**\n * Virtual network definition.\n */\n virtualNetworkConfiguration?: VirtualNetworkConfiguration;\n /**\n * KeyVault properties for the cluster encryption.\n */\n keyVaultProperties?: KeyVaultProperties;\n /**\n * A boolean value that indicates if the purge operations are enabled. Default value: false.\n */\n enablePurge?: boolean;\n /**\n * List of the cluster's language extensions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly languageExtensions?: LanguageExtensionsList;\n /**\n * A boolean value that indicates if double encryption is enabled. Default value: false.\n */\n enableDoubleEncryption?: boolean;\n /**\n * The engine type. Possible values include: 'V2', 'V3'. Default value: 'V3'.\n */\n engineType?: EngineType;\n /**\n * A unique read-only string that changes whenever the resource is updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * Class representing an update to a Kusto cluster.\n */\nexport interface ClusterUpdate extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The SKU of the cluster.\n */\n sku?: AzureSku;\n /**\n * The identity of the cluster, if configured.\n */\n identity?: Identity;\n /**\n * The state of the resource. Possible values include: 'Creating', 'Unavailable', 'Running',\n * 'Deleting', 'Deleted', 'Stopping', 'Stopped', 'Starting', 'Updating'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: State;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * The cluster URI.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uri?: string;\n /**\n * The cluster data ingestion URI.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataIngestionUri?: string;\n /**\n * The reason for the cluster's current state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly stateReason?: string;\n /**\n * The cluster's external tenants.\n */\n trustedExternalTenants?: TrustedExternalTenant[];\n /**\n * Optimized auto scale definition.\n */\n optimizedAutoscale?: OptimizedAutoscale;\n /**\n * A boolean value that indicates if the cluster's disks are encrypted. Default value: false.\n */\n enableDiskEncryption?: boolean;\n /**\n * A boolean value that indicates if the streaming ingest is enabled. Default value: false.\n */\n enableStreamingIngest?: boolean;\n /**\n * Virtual network definition.\n */\n virtualNetworkConfiguration?: VirtualNetworkConfiguration;\n /**\n * KeyVault properties for the cluster encryption.\n */\n keyVaultProperties?: KeyVaultProperties;\n /**\n * A boolean value that indicates if the purge operations are enabled. Default value: false.\n */\n enablePurge?: boolean;\n /**\n * List of the cluster's language extensions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly languageExtensions?: LanguageExtensionsList;\n /**\n * A boolean value that indicates if double encryption is enabled. Default value: false.\n */\n enableDoubleEncryption?: boolean;\n /**\n * The engine type. Possible values include: 'V2', 'V3'. Default value: 'V3'.\n */\n engineType?: EngineType;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {}\n\n/**\n * Class representing an attached database configuration.\n */\nexport interface AttachedDatabaseConfiguration extends ProxyResource {\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * The name of the database which you would like to attach, use * if you want to follow all\n * current and future databases.\n */\n databaseName: string;\n /**\n * The resource id of the cluster where the databases you would like to attach reside.\n */\n clusterResourceId: string;\n /**\n * The list of databases from the clusterResourceId which are currently attached to the cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly attachedDatabaseNames?: string[];\n /**\n * The default principals modification kind. Possible values include: 'Union', 'Replace', 'None'\n */\n defaultPrincipalsModificationKind: DefaultPrincipalsModificationKind;\n /**\n * Table level sharing specifications\n */\n tableLevelSharingProperties?: TableLevelSharingProperties;\n}\n\n/**\n * Contains the possible cases for Database.\n */\nexport type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;\n\n/**\n * Class representing a Kusto database.\n */\nexport interface Database {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Database\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n}\n\n/**\n * Class representing a read write database.\n */\nexport interface ReadWriteDatabase {\n /**\n * Polymorphic Discriminator\n */\n kind: \"ReadWrite\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the data should be kept before it stops being accessible to queries in TimeSpan.\n */\n softDeletePeriod?: string;\n /**\n * The time the data should be kept in cache for fast queries in TimeSpan.\n */\n hotCachePeriod?: string;\n /**\n * The statistics of the database.\n */\n statistics?: DatabaseStatistics;\n /**\n * Indicates whether the database is followed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isFollowed?: boolean;\n}\n\n/**\n * Class representing a read only following database.\n */\nexport interface ReadOnlyFollowingDatabase {\n /**\n * Polymorphic Discriminator\n */\n kind: \"ReadOnlyFollowing\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the data should be kept before it stops being accessible to queries in TimeSpan.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly softDeletePeriod?: string;\n /**\n * The time the data should be kept in cache for fast queries in TimeSpan.\n */\n hotCachePeriod?: string;\n /**\n * The statistics of the database.\n */\n statistics?: DatabaseStatistics;\n /**\n * The name of the leader cluster\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly leaderClusterResourceId?: string;\n /**\n * The name of the attached database configuration cluster\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly attachedDatabaseConfigurationName?: string;\n /**\n * The principals modification kind of the database. Possible values include: 'Union', 'Replace',\n * 'None'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalsModificationKind?: PrincipalsModificationKind;\n}\n\n/**\n * A class representing database principal entity.\n */\nexport interface DatabasePrincipal {\n /**\n * Database principal role. Possible values include: 'Admin', 'Ingestor', 'Monitor', 'User',\n * 'UnrestrictedViewer', 'Viewer'\n */\n role: DatabasePrincipalRole;\n /**\n * Database principal name.\n */\n name: string;\n /**\n * Database principal type. Possible values include: 'App', 'Group', 'User'\n */\n type: DatabasePrincipalType;\n /**\n * Database principal fully qualified name.\n */\n fqn?: string;\n /**\n * Database principal email if exists.\n */\n email?: string;\n /**\n * Application id - relevant only for application principal type.\n */\n appId?: string;\n /**\n * The tenant name of the principal\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantName?: string;\n}\n\n/**\n * Class representing a database principal assignment.\n */\nexport interface DatabasePrincipalAssignment extends ProxyResource {\n /**\n * The principal ID assigned to the database principal. It can be a user email, application ID,\n * or security group name.\n */\n principalId: string;\n /**\n * Database principal role. Possible values include: 'Admin', 'Ingestor', 'Monitor', 'User',\n * 'UnrestrictedViewer', 'Viewer'\n */\n role: DatabasePrincipalRole;\n /**\n * The tenant id of the principal\n */\n tenantId?: string;\n /**\n * Principal type. Possible values include: 'App', 'Group', 'User'\n */\n principalType: PrincipalType;\n /**\n * The tenant name of the principal\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantName?: string;\n /**\n * The principal name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalName?: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n}\n\n/**\n * Class representing a cluster principal assignment.\n */\nexport interface ClusterPrincipalAssignment extends ProxyResource {\n /**\n * The principal ID assigned to the cluster principal. It can be a user email, application ID, or\n * security group name.\n */\n principalId: string;\n /**\n * Cluster principal role. Possible values include: 'AllDatabasesAdmin', 'AllDatabasesViewer'\n */\n role: ClusterPrincipalRole;\n /**\n * The tenant id of the principal\n */\n tenantId?: string;\n /**\n * Principal type. Possible values include: 'App', 'Group', 'User'\n */\n principalType: PrincipalType;\n /**\n * The tenant name of the principal\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantName?: string;\n /**\n * The principal name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalName?: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The timestamp of resource last modification (UTC)\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * Class representing a database script.\n */\nexport interface Script extends ProxyResource {\n /**\n * The url to the KQL script blob file.\n */\n scriptUrl: string;\n /**\n * The SaS token.\n */\n scriptUrlSasToken: string;\n /**\n * A unique string. If changed the script will be applied again.\n */\n forceUpdateTag?: string;\n /**\n * Flag that indicates whether to continue if one of the command fails. Default value: false.\n */\n continueOnErrors?: boolean;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n}\n\n/**\n * A class representing follower database request.\n */\nexport interface FollowerDatabaseDefinition {\n /**\n * Resource id of the cluster that follows a database owned by this cluster.\n */\n clusterResourceId: string;\n /**\n * Resource name of the attached database configuration in the follower cluster.\n */\n attachedDatabaseConfigurationName: string;\n /**\n * The database name owned by this cluster that was followed. * in case following all databases.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly databaseName?: string;\n}\n\n/**\n * Contains the possible cases for DataConnection.\n */\nexport type DataConnectionUnion =\n | DataConnection\n | EventHubDataConnection\n | IotHubDataConnection\n | EventGridDataConnection;\n\n/**\n * Class representing an data connection.\n */\nexport interface DataConnection {\n /**\n * Polymorphic Discriminator\n */\n kind: \"DataConnection\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n}\n\n/**\n * The result returned from a data connection validation request.\n */\nexport interface DataConnectionValidationResult {\n /**\n * A message which indicates a problem in data connection validation.\n */\n errorMessage?: string;\n}\n\n/**\n * The list Kusto database principals operation request.\n */\nexport interface DatabasePrincipalListRequest {\n /**\n * The list of Kusto database principals.\n */\n value?: DatabasePrincipal[];\n}\n\n/**\n * An interface representing DiagnoseVirtualNetworkResult.\n */\nexport interface DiagnoseVirtualNetworkResult {\n /**\n * The list of network connectivity diagnostic finding\n */\n findings?: string[];\n}\n\n/**\n * Class representing an data connection validation.\n */\nexport interface DataConnectionValidation {\n /**\n * The name of the data connection.\n */\n dataConnectionName?: string;\n /**\n * The data connection properties to validate.\n */\n properties?: DataConnectionUnion;\n}\n\n/**\n * Class representing an event hub data connection.\n */\nexport interface EventHubDataConnection {\n /**\n * Polymorphic Discriminator\n */\n kind: \"EventHub\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The resource ID of the event hub to be used to create a data connection.\n */\n eventHubResourceId: string;\n /**\n * The event hub consumer group.\n */\n consumerGroup: string;\n /**\n * The table where the data should be ingested. Optionally the table information can be added to\n * each message.\n */\n tableName?: string;\n /**\n * The mapping rule to be used to ingest the data. Optionally the mapping information can be\n * added to each message.\n */\n mappingRuleName?: string;\n /**\n * The data format of the message. Optionally the data format can be added to each message.\n * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',\n * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'\n */\n dataFormat?: EventHubDataFormat;\n /**\n * System properties of the event hub\n */\n eventSystemProperties?: string[];\n /**\n * The event hub messages compression type. Possible values include: 'None', 'GZip'. Default\n * value: 'None'.\n */\n compression?: Compression;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n /**\n * The resource ID of a managed identity (system or user assigned) to be used to authenticate\n * with event hub.\n */\n managedIdentityResourceId?: string;\n}\n\n/**\n * Class representing an iot hub data connection.\n */\nexport interface IotHubDataConnection {\n /**\n * Polymorphic Discriminator\n */\n kind: \"IotHub\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The resource ID of the Iot hub to be used to create a data connection.\n */\n iotHubResourceId: string;\n /**\n * The iot hub consumer group.\n */\n consumerGroup: string;\n /**\n * The table where the data should be ingested. Optionally the table information can be added to\n * each message.\n */\n tableName?: string;\n /**\n * The mapping rule to be used to ingest the data. Optionally the mapping information can be\n * added to each message.\n */\n mappingRuleName?: string;\n /**\n * The data format of the message. Optionally the data format can be added to each message.\n * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',\n * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'\n */\n dataFormat?: IotHubDataFormat;\n /**\n * System properties of the iot hub\n */\n eventSystemProperties?: string[];\n /**\n * The name of the share access policy\n */\n sharedAccessPolicyName: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n}\n\n/**\n * Class representing an Event Grid data connection.\n */\nexport interface EventGridDataConnection {\n /**\n * Polymorphic Discriminator\n */\n kind: \"EventGrid\";\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location.\n */\n location?: string;\n /**\n * The resource ID of the storage account where the data resides.\n */\n storageAccountResourceId: string;\n /**\n * The resource ID where the event grid is configured to send events.\n */\n eventHubResourceId: string;\n /**\n * The event hub consumer group.\n */\n consumerGroup: string;\n /**\n * The table where the data should be ingested. Optionally the table information can be added to\n * each message.\n */\n tableName?: string;\n /**\n * The mapping rule to be used to ingest the data. Optionally the mapping information can be\n * added to each message.\n */\n mappingRuleName?: string;\n /**\n * The data format of the message. Optionally the data format can be added to each message.\n * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',\n * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'\n */\n dataFormat?: EventGridDataFormat;\n /**\n * A Boolean value that, if set to true, indicates that ingestion should ignore the first record\n * of every file\n */\n ignoreFirstRecord?: boolean;\n /**\n * The name of blob storage event type to process. Possible values include:\n * 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'\n */\n blobStorageEventType?: BlobStorageEventType;\n /**\n * The provisioned state of the resource. Possible values include: 'Running', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Moving'\n */\n provisioningState?: ProvisioningState;\n}\n\n/**\n * The list Kusto data connection validation result.\n */\nexport interface DataConnectionValidationListResult {\n /**\n * The list of Kusto data connection validation errors.\n */\n value?: DataConnectionValidationResult[];\n}\n\n/**\n * The result returned from a cluster check name availability request.\n */\nexport interface ClusterCheckNameRequest {\n /**\n * Cluster name.\n */\n name: string;\n}\n\n/**\n * The result returned from a database check name availability request.\n */\nexport interface CheckNameRequest {\n /**\n * Resource name.\n */\n name: string;\n /**\n * The type of resource, for instance Microsoft.Kusto/clusters/databases. Possible values\n * include: 'Microsoft.Kusto/clusters/databases',\n * 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations'\n */\n type: Type;\n}\n\n/**\n * A principal assignment check name availability request.\n */\nexport interface ClusterPrincipalAssignmentCheckNameRequest {\n /**\n * Principal Assignment resource name.\n */\n name: string;\n}\n\n/**\n * A data connection check name availability request.\n */\nexport interface DataConnectionCheckNameRequest {\n /**\n * Data Connection name.\n */\n name: string;\n}\n\n/**\n * A script name availability request.\n */\nexport interface ScriptCheckNameRequest {\n /**\n * Script name.\n */\n name: string;\n}\n\n/**\n * A principal assignment check name availability request.\n */\nexport interface DatabasePrincipalAssignmentCheckNameRequest {\n /**\n * Principal Assignment resource name.\n */\n name: string;\n}\n\n/**\n * The result returned from a check name availability request.\n */\nexport interface CheckNameResult {\n /**\n * Specifies a Boolean value that indicates if the name is available.\n */\n nameAvailable?: boolean;\n /**\n * The name that was checked.\n */\n name?: string;\n /**\n * Message indicating an unavailable name due to a conflict, or a description of the naming rules\n * that are violated.\n */\n message?: string;\n /**\n * Message providing the reason why the given name is invalid. Possible values include:\n * 'Invalid', 'AlreadyExists'\n */\n reason?: Reason;\n}\n\n/**\n * An interface representing OperationDisplay.\n * @summary The object that describes the operation.\n */\nexport interface OperationDisplay {\n /**\n * Friendly name of the resource provider.\n */\n provider?: string;\n /**\n * The operation type. For example: read, write, delete.\n */\n operation?: string;\n /**\n * The resource type on which the operation is performed.\n */\n resource?: string;\n /**\n * The friendly name of the operation.\n */\n description?: string;\n}\n\n/**\n * An interface representing Operation.\n * @summary A REST API operation\n */\nexport interface Operation {\n /**\n * The operation name. This is of the format {provider}/{resource}/{operation}.\n */\n name?: string;\n /**\n * The object that describes the operation.\n */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation.\n */\n origin?: string;\n /**\n * Properties of the operation.\n */\n properties?: any;\n}\n\n/**\n * Operation Result Entity.\n */\nexport interface OperationResult {\n /**\n * ID of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * status of the Operation result. Possible values include: 'Succeeded', 'Canceled', 'Failed',\n * 'Running'\n */\n status?: Status;\n /**\n * The operation start time\n */\n startTime?: Date;\n /**\n * The operation end time\n */\n endTime?: Date;\n /**\n * Percentage completed.\n */\n percentComplete?: number;\n /**\n * The kind of the operation.\n */\n operationKind?: string;\n /**\n * The state of the operation.\n */\n operationState?: string;\n /**\n * The code of the error.\n */\n code?: string;\n /**\n * The error message.\n */\n message?: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster.\n * Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster.\n * Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersBeginUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * An interface representing KustoManagementClientOptions.\n */\nexport interface KustoManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The list Kusto database principals operation response.\n * @extends Array<FollowerDatabaseDefinition>\n */\nexport interface FollowerDatabaseListResult extends Array<FollowerDatabaseDefinition> {}\n\n/**\n * @interface\n * The list Kusto clusters operation response.\n * @extends Array<Cluster>\n */\nexport interface ClusterListResult extends Array<Cluster> {}\n\n/**\n * @interface\n * The list of the EngagementFabric SKU descriptions\n * @extends Array<SkuDescription>\n */\nexport interface SkuDescriptionList extends Array<SkuDescription> {}\n\n/**\n * @interface\n * List of available SKUs for a Kusto Cluster.\n * @extends Array<AzureResourceSku>\n */\nexport interface ListResourceSkusResult extends Array<AzureResourceSku> {}\n\n/**\n * @interface\n * The list of language extension objects.\n * @extends Array<LanguageExtension>\n */\nexport interface LanguageExtensionsList extends Array<LanguageExtension> {}\n\n/**\n * @interface\n * The list Kusto cluster principal assignments operation response.\n * @extends Array<ClusterPrincipalAssignment>\n */\nexport interface ClusterPrincipalAssignmentListResult extends Array<ClusterPrincipalAssignment> {}\n\n/**\n * @interface\n * The list Kusto databases operation response.\n * @extends Array<DatabaseUnion>\n */\nexport interface DatabaseListResult extends Array<DatabaseUnion> {}\n\n/**\n * @interface\n * The list Kusto database principals operation response.\n * @extends Array<DatabasePrincipal>\n */\nexport interface DatabasePrincipalListResult extends Array<DatabasePrincipal> {}\n\n/**\n * @interface\n * The list Kusto database principal assignments operation response.\n * @extends Array<DatabasePrincipalAssignment>\n */\nexport interface DatabasePrincipalAssignmentListResult extends Array<DatabasePrincipalAssignment> {}\n\n/**\n * @interface\n * The list Kusto database script operation response.\n * @extends Array<Script>\n */\nexport interface ScriptListResult extends Array<Script> {}\n\n/**\n * @interface\n * The list attached database configurations operation response.\n * @extends Array<AttachedDatabaseConfiguration>\n */\nexport interface AttachedDatabaseConfigurationListResult\n extends Array<AttachedDatabaseConfiguration> {}\n\n/**\n * @interface\n * The list Kusto data connections operation response.\n * @extends Array<DataConnectionUnion>\n */\nexport interface DataConnectionListResult extends Array<DataConnectionUnion> {}\n\n/**\n * @interface\n * An interface representing the OperationListResult.\n * @summary Result of the request to list REST API operations. It contains a list of operations and\n * a URL nextLink to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n nextLink?: string;\n}\n\n/**\n * Defines values for State.\n * Possible values include: 'Creating', 'Unavailable', 'Running', 'Deleting', 'Deleted',\n * 'Stopping', 'Stopped', 'Starting', 'Updating'\n * @readonly\n * @enum {string}\n */\nexport type State =\n | \"Creating\"\n | \"Unavailable\"\n | \"Running\"\n | \"Deleting\"\n | \"Deleted\"\n | \"Stopping\"\n | \"Stopped\"\n | \"Starting\"\n | \"Updating\";\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState =\n | \"Running\"\n | \"Creating\"\n | \"Deleting\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Moving\";\n\n/**\n * Defines values for LanguageExtensionName.\n * Possible values include: 'PYTHON', 'R'\n * @readonly\n * @enum {string}\n */\nexport type LanguageExtensionName = \"PYTHON\" | \"R\";\n\n/**\n * Defines values for EngineType.\n * Possible values include: 'V2', 'V3'\n * @readonly\n * @enum {string}\n */\nexport type EngineType = \"V2\" | \"V3\";\n\n/**\n * Defines values for AzureSkuName.\n * Possible values include: 'Standard_DS13_v2+1TB_PS', 'Standard_DS13_v2+2TB_PS',\n * 'Standard_DS14_v2+3TB_PS', 'Standard_DS14_v2+4TB_PS', 'Standard_D13_v2', 'Standard_D14_v2',\n * 'Standard_L8s', 'Standard_L16s', 'Standard_L8s_v2', 'Standard_L16s_v2', 'Standard_D11_v2',\n * 'Standard_D12_v2', 'Standard_L4s', 'Dev(No SLA)_Standard_D11_v2', 'Standard_E64i_v3',\n * 'Standard_E80ids_v4', 'Standard_E2a_v4', 'Standard_E4a_v4', 'Standard_E8a_v4',\n * 'Standard_E16a_v4', 'Standard_E8as_v4+1TB_PS', 'Standard_E8as_v4+2TB_PS',\n * 'Standard_E16as_v4+3TB_PS', 'Standard_E16as_v4+4TB_PS', 'Dev(No SLA)_Standard_E2a_v4'\n * @readonly\n * @enum {string}\n */\nexport type AzureSkuName =\n | \"Standard_DS13_v2+1TB_PS\"\n | \"Standard_DS13_v2+2TB_PS\"\n | \"Standard_DS14_v2+3TB_PS\"\n | \"Standard_DS14_v2+4TB_PS\"\n | \"Standard_D13_v2\"\n | \"Standard_D14_v2\"\n | \"Standard_L8s\"\n | \"Standard_L16s\"\n | \"Standard_L8s_v2\"\n | \"Standard_L16s_v2\"\n | \"Standard_D11_v2\"\n | \"Standard_D12_v2\"\n | \"Standard_L4s\"\n | \"Dev(No SLA)_Standard_D11_v2\"\n | \"Standard_E64i_v3\"\n | \"Standard_E80ids_v4\"\n | \"Standard_E2a_v4\"\n | \"Standard_E4a_v4\"\n | \"Standard_E8a_v4\"\n | \"Standard_E16a_v4\"\n | \"Standard_E8as_v4+1TB_PS\"\n | \"Standard_E8as_v4+2TB_PS\"\n | \"Standard_E16as_v4+3TB_PS\"\n | \"Standard_E16as_v4+4TB_PS\"\n | \"Dev(No SLA)_Standard_E2a_v4\";\n\n/**\n * Defines values for AzureSkuTier.\n * Possible values include: 'Basic', 'Standard'\n * @readonly\n * @enum {string}\n */\nexport type AzureSkuTier = \"Basic\" | \"Standard\";\n\n/**\n * Defines values for AzureScaleType.\n * Possible values include: 'automatic', 'manual', 'none'\n * @readonly\n * @enum {string}\n */\nexport type AzureScaleType = \"automatic\" | \"manual\" | \"none\";\n\n/**\n * Defines values for DefaultPrincipalsModificationKind.\n * Possible values include: 'Union', 'Replace', 'None'\n * @readonly\n * @enum {string}\n */\nexport type DefaultPrincipalsModificationKind = \"Union\" | \"Replace\" | \"None\";\n\n/**\n * Defines values for PrincipalsModificationKind.\n * Possible values include: 'Union', 'Replace', 'None'\n * @readonly\n * @enum {string}\n */\nexport type PrincipalsModificationKind = \"Union\" | \"Replace\" | \"None\";\n\n/**\n * Defines values for EventHubDataFormat.\n * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',\n * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'\n * @readonly\n * @enum {string}\n */\nexport type EventHubDataFormat =\n | \"MULTIJSON\"\n | \"JSON\"\n | \"CSV\"\n | \"TSV\"\n | \"SCSV\"\n | \"SOHSV\"\n | \"PSV\"\n | \"TXT\"\n | \"RAW\"\n | \"SINGLEJSON\"\n | \"AVRO\"\n | \"TSVE\"\n | \"PARQUET\"\n | \"ORC\"\n | \"APACHEAVRO\"\n | \"W3CLOGFILE\";\n\n/**\n * Defines values for Compression.\n * Possible values include: 'None', 'GZip'\n * @readonly\n * @enum {string}\n */\nexport type Compression = \"None\" | \"GZip\";\n\n/**\n * Defines values for IotHubDataFormat.\n * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',\n * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'\n * @readonly\n * @enum {string}\n */\nexport type IotHubDataFormat =\n | \"MULTIJSON\"\n | \"JSON\"\n | \"CSV\"\n | \"TSV\"\n | \"SCSV\"\n | \"SOHSV\"\n | \"PSV\"\n | \"TXT\"\n | \"RAW\"\n | \"SINGLEJSON\"\n | \"AVRO\"\n | \"TSVE\"\n | \"PARQUET\"\n | \"ORC\"\n | \"APACHEAVRO\"\n | \"W3CLOGFILE\";\n\n/**\n * Defines values for EventGridDataFormat.\n * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',\n * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'\n * @readonly\n * @enum {string}\n */\nexport type EventGridDataFormat =\n | \"MULTIJSON\"\n | \"JSON\"\n | \"CSV\"\n | \"TSV\"\n | \"SCSV\"\n | \"SOHSV\"\n | \"PSV\"\n | \"TXT\"\n | \"RAW\"\n | \"SINGLEJSON\"\n | \"AVRO\"\n | \"TSVE\"\n | \"PARQUET\"\n | \"ORC\"\n | \"APACHEAVRO\"\n | \"W3CLOGFILE\";\n\n/**\n * Defines values for BlobStorageEventType.\n * Possible values include: 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'\n * @readonly\n * @enum {string}\n */\nexport type BlobStorageEventType =\n | \"Microsoft.Storage.BlobCreated\"\n | \"Microsoft.Storage.BlobRenamed\";\n\n/**\n * Defines values for IdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,\n * UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type IdentityType =\n | \"None\"\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\";\n\n/**\n * Defines values for DatabasePrincipalRole.\n * Possible values include: 'Admin', 'Ingestor', 'Monitor', 'User', 'UnrestrictedViewer', 'Viewer'\n * @readonly\n * @enum {string}\n */\nexport type DatabasePrincipalRole =\n | \"Admin\"\n | \"Ingestor\"\n | \"Monitor\"\n | \"User\"\n | \"UnrestrictedViewer\"\n | \"Viewer\";\n\n/**\n * Defines values for DatabasePrincipalType.\n * Possible values include: 'App', 'Group', 'User'\n * @readonly\n * @enum {string}\n */\nexport type DatabasePrincipalType = \"App\" | \"Group\" | \"User\";\n\n/**\n * Defines values for PrincipalType.\n * Possible values include: 'App', 'Group', 'User'\n * @readonly\n * @enum {string}\n */\nexport type PrincipalType = \"App\" | \"Group\" | \"User\";\n\n/**\n * Defines values for ClusterPrincipalRole.\n * Possible values include: 'AllDatabasesAdmin', 'AllDatabasesViewer'\n * @readonly\n * @enum {string}\n */\nexport type ClusterPrincipalRole = \"AllDatabasesAdmin\" | \"AllDatabasesViewer\";\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = \"User\" | \"Application\" | \"ManagedIdentity\" | \"Key\";\n\n/**\n * Defines values for Type.\n * Possible values include: 'Microsoft.Kusto/clusters/databases',\n * 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations'\n * @readonly\n * @enum {string}\n */\nexport type Type =\n | \"Microsoft.Kusto/clusters/databases\"\n | \"Microsoft.Kusto/clusters/attachedDatabaseConfigurations\";\n\n/**\n * Defines values for Reason.\n * Possible values include: 'Invalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type Reason = \"Invalid\" | \"AlreadyExists\";\n\n/**\n * Defines values for Status.\n * Possible values include: 'Succeeded', 'Canceled', 'Failed', 'Running'\n * @readonly\n * @enum {string}\n */\nexport type Status = \"Succeeded\" | \"Canceled\" | \"Failed\" | \"Running\";\n\n/**\n * Contains response data for the get operation.\n */\nexport type ClustersGetResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ClustersCreateOrUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ClustersUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the listFollowerDatabases operation.\n */\nexport type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FollowerDatabaseListResult;\n };\n};\n\n/**\n * Contains response data for the diagnoseVirtualNetwork operation.\n */\nexport type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DiagnoseVirtualNetworkResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ClustersListByResourceGroupResponse = ClusterListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ClustersListResponse = ClusterListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listSkus operation.\n */\nexport type ClustersListSkusResponse = SkuDescriptionList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SkuDescriptionList;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type ClustersCheckNameAvailabilityResponse = CheckNameResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the listSkusByResource operation.\n */\nexport type ClustersListSkusByResourceResponse = ListResourceSkusResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ListResourceSkusResult;\n };\n};\n\n/**\n * Contains response data for the listLanguageExtensions operation.\n */\nexport type ClustersListLanguageExtensionsResponse = LanguageExtensionsList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LanguageExtensionsList;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ClustersBeginCreateOrUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ClustersBeginUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the beginDiagnoseVirtualNetwork operation.\n */\nexport type ClustersBeginDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DiagnoseVirtualNetworkResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterPrincipalAssignment;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterPrincipalAssignment;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterPrincipalAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ClusterPrincipalAssignmentsBeginCreateOrUpdateResponse = ClusterPrincipalAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterPrincipalAssignment;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type DatabasesCheckNameAvailabilityResponse = CheckNameResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type DatabasesListByClusterResponse = DatabaseListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DatabasesGetResponse = DatabaseUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseUnion;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DatabasesCreateOrUpdateResponse = DatabaseUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseUnion;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DatabasesUpdateResponse = DatabaseUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseUnion;\n };\n};\n\n/**\n * Contains response data for the listPrincipals operation.\n */\nexport type DatabasesListPrincipalsResponse = DatabasePrincipalListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalListResult;\n };\n};\n\n/**\n * Contains response data for the addPrincipals operation.\n */\nexport type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalListResult;\n };\n};\n\n/**\n * Contains response data for the removePrincipals operation.\n */\nexport type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DatabasesBeginCreateOrUpdateResponse = DatabaseUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseUnion;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type DatabasesBeginUpdateResponse = DatabaseUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabaseUnion;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalAssignment;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalAssignment;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DatabasePrincipalAssignmentsBeginCreateOrUpdateResponse = DatabasePrincipalAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DatabasePrincipalAssignment;\n };\n};\n\n/**\n * Contains response data for the listByDatabase operation.\n */\nexport type ScriptsListByDatabaseResponse = ScriptListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScriptListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ScriptsGetResponse = Script & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Script;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ScriptsCreateOrUpdateResponse = Script & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Script;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ScriptsUpdateResponse = Script & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Script;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type ScriptsCheckNameAvailabilityResponse = CheckNameResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ScriptsBeginCreateOrUpdateResponse = Script & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Script;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ScriptsBeginUpdateResponse = Script & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Script;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AttachedDatabaseConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AttachedDatabaseConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AttachedDatabaseConfiguration;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type AttachedDatabaseConfigurationsBeginCreateOrUpdateResponse = AttachedDatabaseConfiguration & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AttachedDatabaseConfiguration;\n };\n};\n\n/**\n * Contains response data for the listByDatabase operation.\n */\nexport type DataConnectionsListByDatabaseResponse = DataConnectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the dataConnectionValidationMethod operation.\n */\nexport type DataConnectionsDataConnectionValidationMethodResponse = DataConnectionValidationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionValidationListResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CheckNameResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DataConnectionsGetResponse = DataConnectionUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionUnion;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionUnion;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DataConnectionsUpdateResponse = DataConnectionUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionUnion;\n };\n};\n\n/**\n * Contains response data for the beginDataConnectionValidationMethod operation.\n */\nexport type DataConnectionsBeginDataConnectionValidationMethodResponse = DataConnectionValidationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionValidationListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DataConnectionsBeginCreateOrUpdateResponse = DataConnectionUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionUnion;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type DataConnectionsBeginUpdateResponse = DataConnectionUnion & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DataConnectionUnion;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationsResultsGetResponse = OperationResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const TrustedExternalTenant: msRest.CompositeMapper = {\n serializedName: \"TrustedExternalTenant\",\n type: {\n name: \"Composite\",\n className: \"TrustedExternalTenant\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OptimizedAutoscale: msRest.CompositeMapper = {\n serializedName: \"OptimizedAutoscale\",\n type: {\n name: \"Composite\",\n className: \"OptimizedAutoscale\",\n modelProperties: {\n version: {\n required: true,\n serializedName: \"version\",\n type: {\n name: \"Number\"\n }\n },\n isEnabled: {\n required: true,\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n minimum: {\n required: true,\n serializedName: \"minimum\",\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n required: true,\n serializedName: \"maximum\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkConfiguration: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkConfiguration\",\n modelProperties: {\n subnetId: {\n required: true,\n serializedName: \"subnetId\",\n type: {\n name: \"String\"\n }\n },\n enginePublicIpId: {\n required: true,\n serializedName: \"enginePublicIpId\",\n type: {\n name: \"String\"\n }\n },\n dataManagementPublicIpId: {\n required: true,\n serializedName: \"dataManagementPublicIpId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\"\n }\n },\n keyVaultUri: {\n required: true,\n serializedName: \"keyVaultUri\",\n type: {\n name: \"String\"\n }\n },\n userIdentity: {\n serializedName: \"userIdentity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LanguageExtension: msRest.CompositeMapper = {\n serializedName: \"LanguageExtension\",\n type: {\n name: \"Composite\",\n className: \"LanguageExtension\",\n modelProperties: {\n languageExtensionName: {\n serializedName: \"languageExtensionName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureSku: msRest.CompositeMapper = {\n serializedName: \"AzureSku\",\n type: {\n name: \"Composite\",\n className: \"AzureSku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n },\n tier: {\n required: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureCapacity: msRest.CompositeMapper = {\n serializedName: \"AzureCapacity\",\n type: {\n name: \"Composite\",\n className: \"AzureCapacity\",\n modelProperties: {\n scaleType: {\n required: true,\n serializedName: \"scaleType\",\n type: {\n name: \"String\"\n }\n },\n minimum: {\n required: true,\n serializedName: \"minimum\",\n type: {\n name: \"Number\"\n }\n },\n maximum: {\n required: true,\n serializedName: \"maximum\",\n type: {\n name: \"Number\"\n }\n },\n default: {\n required: true,\n serializedName: \"default\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceSku: msRest.CompositeMapper = {\n serializedName: \"AzureResourceSku\",\n type: {\n name: \"Composite\",\n className: \"AzureResourceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AzureSku\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"AzureCapacity\"\n }\n }\n }\n }\n};\n\nexport const SkuLocationInfoItem: msRest.CompositeMapper = {\n serializedName: \"SkuLocationInfoItem\",\n type: {\n name: \"Composite\",\n className: \"SkuLocationInfoItem\",\n modelProperties: {\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuDescription: msRest.CompositeMapper = {\n serializedName: \"SkuDescription\",\n type: {\n name: \"Composite\",\n className: \"SkuDescription\",\n modelProperties: {\n resourceType: {\n readOnly: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n locationInfo: {\n readOnly: true,\n serializedName: \"locationInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuLocationInfoItem\"\n }\n }\n }\n },\n restrictions: {\n readOnly: true,\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabaseStatistics: msRest.CompositeMapper = {\n serializedName: \"DatabaseStatistics\",\n type: {\n name: \"Composite\",\n className: \"DatabaseStatistics\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const TableLevelSharingProperties: msRest.CompositeMapper = {\n serializedName: \"TableLevelSharingProperties\",\n type: {\n name: \"Composite\",\n className: \"TableLevelSharingProperties\",\n modelProperties: {\n tablesToInclude: {\n serializedName: \"tablesToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n tablesToExclude: {\n serializedName: \"tablesToExclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n externalTablesToInclude: {\n serializedName: \"externalTablesToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n externalTablesToExclude: {\n serializedName: \"externalTablesToExclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n materializedViewsToInclude: {\n serializedName: \"materializedViewsToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n materializedViewsToExclude: {\n serializedName: \"materializedViewsToExclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const IdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = {\n serializedName: \"Identity_userAssignedIdentitiesValue\",\n type: {\n name: \"Composite\",\n className: \"IdentityUserAssignedIdentitiesValue\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"IdentityUserAssignedIdentitiesValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Cluster: msRest.CompositeMapper = {\n serializedName: \"Cluster\",\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AzureSku\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n readOnly: true,\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n dataIngestionUri: {\n readOnly: true,\n serializedName: \"properties.dataIngestionUri\",\n type: {\n name: \"String\"\n }\n },\n stateReason: {\n readOnly: true,\n serializedName: \"properties.stateReason\",\n type: {\n name: \"String\"\n }\n },\n trustedExternalTenants: {\n serializedName: \"properties.trustedExternalTenants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedExternalTenant\"\n }\n }\n }\n },\n optimizedAutoscale: {\n serializedName: \"properties.optimizedAutoscale\",\n type: {\n name: \"Composite\",\n className: \"OptimizedAutoscale\"\n }\n },\n enableDiskEncryption: {\n serializedName: \"properties.enableDiskEncryption\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n enableStreamingIngest: {\n serializedName: \"properties.enableStreamingIngest\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n virtualNetworkConfiguration: {\n serializedName: \"properties.virtualNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkConfiguration\"\n }\n },\n keyVaultProperties: {\n serializedName: \"properties.keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n },\n enablePurge: {\n serializedName: \"properties.enablePurge\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n languageExtensions: {\n readOnly: true,\n serializedName: \"properties.languageExtensions\",\n type: {\n name: \"Composite\",\n className: \"LanguageExtensionsList\"\n }\n },\n enableDoubleEncryption: {\n serializedName: \"properties.enableDoubleEncryption\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n engineType: {\n serializedName: \"properties.engineType\",\n defaultValue: \"V3\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterUpdate: msRest.CompositeMapper = {\n serializedName: \"ClusterUpdate\",\n type: {\n name: \"Composite\",\n className: \"ClusterUpdate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AzureSku\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n readOnly: true,\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n dataIngestionUri: {\n readOnly: true,\n serializedName: \"properties.dataIngestionUri\",\n type: {\n name: \"String\"\n }\n },\n stateReason: {\n readOnly: true,\n serializedName: \"properties.stateReason\",\n type: {\n name: \"String\"\n }\n },\n trustedExternalTenants: {\n serializedName: \"properties.trustedExternalTenants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrustedExternalTenant\"\n }\n }\n }\n },\n optimizedAutoscale: {\n serializedName: \"properties.optimizedAutoscale\",\n type: {\n name: \"Composite\",\n className: \"OptimizedAutoscale\"\n }\n },\n enableDiskEncryption: {\n serializedName: \"properties.enableDiskEncryption\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n enableStreamingIngest: {\n serializedName: \"properties.enableStreamingIngest\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n virtualNetworkConfiguration: {\n serializedName: \"properties.virtualNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkConfiguration\"\n }\n },\n keyVaultProperties: {\n serializedName: \"properties.keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n },\n enablePurge: {\n serializedName: \"properties.enablePurge\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n languageExtensions: {\n readOnly: true,\n serializedName: \"properties.languageExtensions\",\n type: {\n name: \"Composite\",\n className: \"LanguageExtensionsList\"\n }\n },\n enableDoubleEncryption: {\n serializedName: \"properties.enableDoubleEncryption\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n engineType: {\n serializedName: \"properties.engineType\",\n defaultValue: \"V3\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const AttachedDatabaseConfiguration: msRest.CompositeMapper = {\n serializedName: \"AttachedDatabaseConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AttachedDatabaseConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n required: true,\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\"\n }\n },\n clusterResourceId: {\n required: true,\n serializedName: \"properties.clusterResourceId\",\n type: {\n name: \"String\"\n }\n },\n attachedDatabaseNames: {\n readOnly: true,\n serializedName: \"properties.attachedDatabaseNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n defaultPrincipalsModificationKind: {\n required: true,\n serializedName: \"properties.defaultPrincipalsModificationKind\",\n type: {\n name: \"String\"\n }\n },\n tableLevelSharingProperties: {\n serializedName: \"properties.tableLevelSharingProperties\",\n type: {\n name: \"Composite\",\n className: \"TableLevelSharingProperties\"\n }\n }\n }\n }\n};\n\nexport const Database: msRest.CompositeMapper = {\n serializedName: \"Database\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n uberParent: \"Database\",\n className: \"Database\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReadWriteDatabase: msRest.CompositeMapper = {\n serializedName: \"ReadWrite\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Database.type.polymorphicDiscriminator,\n uberParent: \"Database\",\n className: \"ReadWriteDatabase\",\n modelProperties: {\n ...Database.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n softDeletePeriod: {\n serializedName: \"properties.softDeletePeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n hotCachePeriod: {\n serializedName: \"properties.hotCachePeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n statistics: {\n serializedName: \"properties.statistics\",\n type: {\n name: \"Composite\",\n className: \"DatabaseStatistics\"\n }\n },\n isFollowed: {\n readOnly: true,\n serializedName: \"properties.isFollowed\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ReadOnlyFollowingDatabase: msRest.CompositeMapper = {\n serializedName: \"ReadOnlyFollowing\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Database.type.polymorphicDiscriminator,\n uberParent: \"Database\",\n className: \"ReadOnlyFollowingDatabase\",\n modelProperties: {\n ...Database.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n softDeletePeriod: {\n readOnly: true,\n serializedName: \"properties.softDeletePeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n hotCachePeriod: {\n serializedName: \"properties.hotCachePeriod\",\n type: {\n name: \"TimeSpan\"\n }\n },\n statistics: {\n serializedName: \"properties.statistics\",\n type: {\n name: \"Composite\",\n className: \"DatabaseStatistics\"\n }\n },\n leaderClusterResourceId: {\n readOnly: true,\n serializedName: \"properties.leaderClusterResourceId\",\n type: {\n name: \"String\"\n }\n },\n attachedDatabaseConfigurationName: {\n readOnly: true,\n serializedName: \"properties.attachedDatabaseConfigurationName\",\n type: {\n name: \"String\"\n }\n },\n principalsModificationKind: {\n readOnly: true,\n serializedName: \"properties.principalsModificationKind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabasePrincipal: msRest.CompositeMapper = {\n serializedName: \"DatabasePrincipal\",\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipal\",\n modelProperties: {\n role: {\n required: true,\n serializedName: \"role\",\n type: {\n name: \"String\"\n }\n },\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n fqn: {\n serializedName: \"fqn\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n },\n tenantName: {\n readOnly: true,\n serializedName: \"tenantName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabasePrincipalAssignment: msRest.CompositeMapper = {\n serializedName: \"DatabasePrincipalAssignment\",\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipalAssignment\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n principalId: {\n required: true,\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n role: {\n required: true,\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n required: true,\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n tenantName: {\n readOnly: true,\n serializedName: \"properties.tenantName\",\n type: {\n name: \"String\"\n }\n },\n principalName: {\n readOnly: true,\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterPrincipalAssignment: msRest.CompositeMapper = {\n serializedName: \"ClusterPrincipalAssignment\",\n type: {\n name: \"Composite\",\n className: \"ClusterPrincipalAssignment\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n principalId: {\n required: true,\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n role: {\n required: true,\n serializedName: \"properties.role\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalType: {\n required: true,\n serializedName: \"properties.principalType\",\n type: {\n name: \"String\"\n }\n },\n tenantName: {\n readOnly: true,\n serializedName: \"properties.tenantName\",\n type: {\n name: \"String\"\n }\n },\n principalName: {\n readOnly: true,\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Script: msRest.CompositeMapper = {\n serializedName: \"Script\",\n type: {\n name: \"Composite\",\n className: \"Script\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n scriptUrl: {\n required: true,\n serializedName: \"properties.scriptUrl\",\n type: {\n name: \"String\"\n }\n },\n scriptUrlSasToken: {\n required: true,\n serializedName: \"properties.scriptUrlSasToken\",\n type: {\n name: \"String\"\n }\n },\n forceUpdateTag: {\n serializedName: \"properties.forceUpdateTag\",\n type: {\n name: \"String\"\n }\n },\n continueOnErrors: {\n serializedName: \"properties.continueOnErrors\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const FollowerDatabaseDefinition: msRest.CompositeMapper = {\n serializedName: \"FollowerDatabaseDefinition\",\n type: {\n name: \"Composite\",\n className: \"FollowerDatabaseDefinition\",\n modelProperties: {\n clusterResourceId: {\n required: true,\n serializedName: \"clusterResourceId\",\n type: {\n name: \"String\"\n }\n },\n attachedDatabaseConfigurationName: {\n required: true,\n serializedName: \"attachedDatabaseConfigurationName\",\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n readOnly: true,\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataConnection: msRest.CompositeMapper = {\n serializedName: \"DataConnection\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n uberParent: \"DataConnection\",\n className: \"DataConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataConnectionValidationResult: msRest.CompositeMapper = {\n serializedName: \"DataConnectionValidationResult\",\n type: {\n name: \"Composite\",\n className: \"DataConnectionValidationResult\",\n modelProperties: {\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabasePrincipalListRequest: msRest.CompositeMapper = {\n serializedName: \"DatabasePrincipalListRequest\",\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipalListRequest\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipal\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DiagnoseVirtualNetworkResult: msRest.CompositeMapper = {\n serializedName: \"DiagnoseVirtualNetworkResult\",\n type: {\n name: \"Composite\",\n className: \"DiagnoseVirtualNetworkResult\",\n modelProperties: {\n findings: {\n serializedName: \"findings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataConnectionValidation: msRest.CompositeMapper = {\n serializedName: \"DataConnectionValidation\",\n type: {\n name: \"Composite\",\n className: \"DataConnectionValidation\",\n modelProperties: {\n dataConnectionName: {\n serializedName: \"dataConnectionName\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataConnection\"\n }\n }\n }\n }\n};\n\nexport const EventHubDataConnection: msRest.CompositeMapper = {\n serializedName: \"EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,\n uberParent: \"DataConnection\",\n className: \"EventHubDataConnection\",\n modelProperties: {\n ...DataConnection.type.modelProperties,\n eventHubResourceId: {\n required: true,\n serializedName: \"properties.eventHubResourceId\",\n type: {\n name: \"String\"\n }\n },\n consumerGroup: {\n required: true,\n serializedName: \"properties.consumerGroup\",\n type: {\n name: \"String\"\n }\n },\n tableName: {\n serializedName: \"properties.tableName\",\n type: {\n name: \"String\"\n }\n },\n mappingRuleName: {\n serializedName: \"properties.mappingRuleName\",\n type: {\n name: \"String\"\n }\n },\n dataFormat: {\n serializedName: \"properties.dataFormat\",\n type: {\n name: \"String\"\n }\n },\n eventSystemProperties: {\n serializedName: \"properties.eventSystemProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n compression: {\n serializedName: \"properties.compression\",\n defaultValue: \"None\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n managedIdentityResourceId: {\n serializedName: \"properties.managedIdentityResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IotHubDataConnection: msRest.CompositeMapper = {\n serializedName: \"IotHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,\n uberParent: \"DataConnection\",\n className: \"IotHubDataConnection\",\n modelProperties: {\n ...DataConnection.type.modelProperties,\n iotHubResourceId: {\n required: true,\n serializedName: \"properties.iotHubResourceId\",\n type: {\n name: \"String\"\n }\n },\n consumerGroup: {\n required: true,\n serializedName: \"properties.consumerGroup\",\n type: {\n name: \"String\"\n }\n },\n tableName: {\n serializedName: \"properties.tableName\",\n type: {\n name: \"String\"\n }\n },\n mappingRuleName: {\n serializedName: \"properties.mappingRuleName\",\n type: {\n name: \"String\"\n }\n },\n dataFormat: {\n serializedName: \"properties.dataFormat\",\n type: {\n name: \"String\"\n }\n },\n eventSystemProperties: {\n serializedName: \"properties.eventSystemProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sharedAccessPolicyName: {\n required: true,\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventGridDataConnection: msRest.CompositeMapper = {\n serializedName: \"EventGrid\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DataConnection.type.polymorphicDiscriminator,\n uberParent: \"DataConnection\",\n className: \"EventGridDataConnection\",\n modelProperties: {\n ...DataConnection.type.modelProperties,\n storageAccountResourceId: {\n required: true,\n serializedName: \"properties.storageAccountResourceId\",\n type: {\n name: \"String\"\n }\n },\n eventHubResourceId: {\n required: true,\n serializedName: \"properties.eventHubResourceId\",\n type: {\n name: \"String\"\n }\n },\n consumerGroup: {\n required: true,\n serializedName: \"properties.consumerGroup\",\n type: {\n name: \"String\"\n }\n },\n tableName: {\n serializedName: \"properties.tableName\",\n type: {\n name: \"String\"\n }\n },\n mappingRuleName: {\n serializedName: \"properties.mappingRuleName\",\n type: {\n name: \"String\"\n }\n },\n dataFormat: {\n serializedName: \"properties.dataFormat\",\n type: {\n name: \"String\"\n }\n },\n ignoreFirstRecord: {\n serializedName: \"properties.ignoreFirstRecord\",\n type: {\n name: \"Boolean\"\n }\n },\n blobStorageEventType: {\n serializedName: \"properties.blobStorageEventType\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataConnectionValidationListResult: msRest.CompositeMapper = {\n serializedName: \"DataConnectionValidationListResult\",\n type: {\n name: \"Composite\",\n className: \"DataConnectionValidationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataConnectionValidationResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterCheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"ClusterCheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"ClusterCheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Microsoft.Kusto/clusters\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"CheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"CheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Microsoft.Kusto/clusters/databases\",\n \"Microsoft.Kusto/clusters/attachedDatabaseConfigurations\"\n ]\n }\n }\n }\n }\n};\n\nexport const ClusterPrincipalAssignmentCheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"ClusterPrincipalAssignmentCheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"ClusterPrincipalAssignmentCheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Microsoft.Kusto/clusters/principalAssignments\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataConnectionCheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"DataConnectionCheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"DataConnectionCheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Microsoft.Kusto/clusters/databases/dataConnections\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScriptCheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"ScriptCheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"ScriptCheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Microsoft.Kusto/clusters/databases/scripts\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DatabasePrincipalAssignmentCheckNameRequest: msRest.CompositeMapper = {\n serializedName: \"DatabasePrincipalAssignmentCheckNameRequest\",\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipalAssignmentCheckNameRequest\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: \"Microsoft.Kusto/clusters/databases/principalAssignments\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameResult: msRest.CompositeMapper = {\n serializedName: \"CheckNameResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const OperationResult: msRest.CompositeMapper = {\n serializedName: \"OperationResult\",\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n percentComplete: {\n serializedName: \"percentComplete\",\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n operationKind: {\n serializedName: \"properties.operationKind\",\n type: {\n name: \"String\"\n }\n },\n operationState: {\n serializedName: \"properties.operationState\",\n type: {\n name: \"String\"\n }\n },\n code: {\n serializedName: \"error.code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"error.message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FollowerDatabaseListResult: msRest.CompositeMapper = {\n serializedName: \"FollowerDatabaseListResult\",\n type: {\n name: \"Composite\",\n className: \"FollowerDatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FollowerDatabaseDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterListResult: msRest.CompositeMapper = {\n serializedName: \"ClusterListResult\",\n type: {\n name: \"Composite\",\n className: \"ClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuDescriptionList: msRest.CompositeMapper = {\n serializedName: \"SkuDescriptionList\",\n type: {\n name: \"Composite\",\n className: \"SkuDescriptionList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuDescription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ListResourceSkusResult: msRest.CompositeMapper = {\n serializedName: \"ListResourceSkusResult\",\n type: {\n name: \"Composite\",\n className: \"ListResourceSkusResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureResourceSku\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LanguageExtensionsList: msRest.CompositeMapper = {\n serializedName: \"LanguageExtensionsList\",\n type: {\n name: \"Composite\",\n className: \"LanguageExtensionsList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LanguageExtension\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterPrincipalAssignmentListResult: msRest.CompositeMapper = {\n serializedName: \"ClusterPrincipalAssignmentListResult\",\n type: {\n name: \"Composite\",\n className: \"ClusterPrincipalAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterPrincipalAssignment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabaseListResult: msRest.CompositeMapper = {\n serializedName: \"DatabaseListResult\",\n type: {\n name: \"Composite\",\n className: \"DatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Database\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabasePrincipalListResult: msRest.CompositeMapper = {\n serializedName: \"DatabasePrincipalListResult\",\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipalListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipal\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DatabasePrincipalAssignmentListResult: msRest.CompositeMapper = {\n serializedName: \"DatabasePrincipalAssignmentListResult\",\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipalAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabasePrincipalAssignment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScriptListResult: msRest.CompositeMapper = {\n serializedName: \"ScriptListResult\",\n type: {\n name: \"Composite\",\n className: \"ScriptListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Script\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AttachedDatabaseConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"AttachedDatabaseConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"AttachedDatabaseConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AttachedDatabaseConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"DataConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"DataConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n Database: Database,\n \"Database.ReadWrite\": ReadWriteDatabase,\n \"Database.ReadOnlyFollowing\": ReadOnlyFollowingDatabase,\n DataConnection: DataConnection,\n \"DataConnection.EventHub\": EventHubDataConnection,\n \"DataConnection.IotHub\": IotHubDataConnection,\n \"DataConnection.EventGrid\": EventGridDataConnection\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AzureCapacity,\n AzureEntityResource,\n AzureResourceSku,\n AzureSku,\n BaseResource,\n CheckNameResult,\n CloudError,\n Cluster,\n ClusterCheckNameRequest,\n ClusterListResult,\n ClusterPrincipalAssignment,\n ClusterUpdate,\n Database,\n DatabasePrincipalAssignment,\n DatabaseStatistics,\n DataConnection,\n DiagnoseVirtualNetworkResult,\n EventGridDataConnection,\n EventHubDataConnection,\n FollowerDatabaseDefinition,\n FollowerDatabaseListResult,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n ListResourceSkusResult,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n SkuDescription,\n SkuDescriptionList,\n SkuLocationInfoItem,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: \"en-US\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const attachedDatabaseConfigurationName: msRest.OperationURLParameter = {\n parameterPath: \"attachedDatabaseConfigurationName\",\n mapper: {\n required: true,\n serializedName: \"attachedDatabaseConfigurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterName: msRest.OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n required: true,\n serializedName: \"clusterName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const databaseName: msRest.OperationURLParameter = {\n parameterPath: \"databaseName\",\n mapper: {\n required: true,\n serializedName: \"databaseName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const dataConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"dataConnectionName\",\n mapper: {\n required: true,\n serializedName: \"dataConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch: msRest.OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifNoneMatch: msRest.OperationParameter = {\n parameterPath: [\"options\", \"ifNoneMatch\"],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const operationId: msRest.OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n required: true,\n serializedName: \"operationId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const principalAssignmentName: msRest.OperationURLParameter = {\n parameterPath: \"principalAssignmentName\",\n mapper: {\n required: true,\n serializedName: \"principalAssignmentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const scriptName: msRest.OperationURLParameter = {\n parameterPath: \"scriptName\",\n mapper: {\n required: true,\n serializedName: \"scriptName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/clustersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a Clusters. */\nexport class Clusters {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a Clusters.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.Cluster>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.Cluster>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Cluster>,\n callback?: msRest.ServiceCallback<Models.Cluster>\n ): Promise<Models.ClustersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.ClustersGetResponse>;\n }\n\n /**\n * Create or update a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: Models.Cluster,\n options?: Models.ClustersCreateOrUpdateOptionalParams\n ): Promise<Models.ClustersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.ClustersCreateOrUpdateResponse\n >;\n }\n\n /**\n * Update a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param parameters The Kusto cluster parameters supplied to the Update operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersUpdateResponse>\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n parameters: Models.ClusterUpdate,\n options?: Models.ClustersUpdateOptionalParams\n ): Promise<Models.ClustersUpdateResponse> {\n return this.beginUpdate(resourceGroupName, clusterName, parameters, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n ) as Promise<Models.ClustersUpdateResponse>;\n }\n\n /**\n * Deletes a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName, clusterName, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n );\n }\n\n /**\n * Stops a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName, clusterName, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n );\n }\n\n /**\n * Starts a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName, clusterName, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n );\n }\n\n /**\n * Returns a list of databases that are owned by this cluster and were followed by another cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListFollowerDatabasesResponse>\n */\n listFollowerDatabases(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersListFollowerDatabasesResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n listFollowerDatabases(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.FollowerDatabaseListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listFollowerDatabases(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.FollowerDatabaseListResult>\n ): void;\n listFollowerDatabases(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FollowerDatabaseListResult>,\n callback?: msRest.ServiceCallback<Models.FollowerDatabaseListResult>\n ): Promise<Models.ClustersListFollowerDatabasesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listFollowerDatabasesOperationSpec,\n callback\n ) as Promise<Models.ClustersListFollowerDatabasesResponse>;\n }\n\n /**\n * Detaches all followers of a database owned by this cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param followerDatabaseToRemove The follower databases properties to remove.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n detachFollowerDatabases(\n resourceGroupName: string,\n clusterName: string,\n followerDatabaseToRemove: Models.FollowerDatabaseDefinition,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDetachFollowerDatabases(\n resourceGroupName,\n clusterName,\n followerDatabaseToRemove,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Diagnoses network connectivity status for external resources on which the service is dependent\n * on.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersDiagnoseVirtualNetworkResponse>\n */\n diagnoseVirtualNetwork(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersDiagnoseVirtualNetworkResponse> {\n return this.beginDiagnoseVirtualNetwork(\n resourceGroupName,\n clusterName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.ClustersDiagnoseVirtualNetworkResponse\n >;\n }\n\n /**\n * Lists all Kusto clusters within a resource group.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListByResourceGroupResponse>\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param callback The callback\n */\n listByResourceGroup(\n resourceGroupName: string,\n callback: msRest.ServiceCallback<Models.ClusterListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(\n resourceGroupName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ClusterListResult>\n ): void;\n listByResourceGroup(\n resourceGroupName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>,\n callback?: msRest.ServiceCallback<Models.ClusterListResult>\n ): Promise<Models.ClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback\n ) as Promise<Models.ClustersListByResourceGroupResponse>;\n }\n\n /**\n * Lists all Kusto clusters within a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ClustersListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ClusterListResult>\n ): void;\n list(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>,\n callback?: msRest.ServiceCallback<Models.ClusterListResult>\n ): Promise<Models.ClustersListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.ClustersListResponse>;\n }\n\n /**\n * Lists eligible SKUs for Kusto resource provider.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListSkusResponse>\n */\n listSkus(options?: msRest.RequestOptionsBase): Promise<Models.ClustersListSkusResponse>;\n /**\n * @param callback The callback\n */\n listSkus(callback: msRest.ServiceCallback<Models.SkuDescriptionList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listSkus(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.SkuDescriptionList>\n ): void;\n listSkus(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SkuDescriptionList>,\n callback?: msRest.ServiceCallback<Models.SkuDescriptionList>\n ): Promise<Models.ClustersListSkusResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listSkusOperationSpec,\n callback\n ) as Promise<Models.ClustersListSkusResponse>;\n }\n\n /**\n * Checks that the cluster name is valid and is not already in use.\n * @param location Azure location (region) name.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersCheckNameAvailabilityResponse>\n */\n checkNameAvailability(\n location: string,\n clusterName: Models.ClusterCheckNameRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersCheckNameAvailabilityResponse>;\n /**\n * @param location Azure location (region) name.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n checkNameAvailability(\n location: string,\n clusterName: Models.ClusterCheckNameRequest,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n /**\n * @param location Azure location (region) name.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(\n location: string,\n clusterName: Models.ClusterCheckNameRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n checkNameAvailability(\n location: string,\n clusterName: Models.ClusterCheckNameRequest,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>,\n callback?: msRest.ServiceCallback<Models.CheckNameResult>\n ): Promise<Models.ClustersCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n clusterName,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback\n ) as Promise<Models.ClustersCheckNameAvailabilityResponse>;\n }\n\n /**\n * Returns the SKUs available for the provided resource.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListSkusByResourceResponse>\n */\n listSkusByResource(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersListSkusByResourceResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n listSkusByResource(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.ListResourceSkusResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSkusByResource(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ListResourceSkusResult>\n ): void;\n listSkusByResource(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListResourceSkusResult>,\n callback?: msRest.ServiceCallback<Models.ListResourceSkusResult>\n ): Promise<Models.ClustersListSkusByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listSkusByResourceOperationSpec,\n callback\n ) as Promise<Models.ClustersListSkusByResourceResponse>;\n }\n\n /**\n * Returns a list of language extensions that can run within KQL queries.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListLanguageExtensionsResponse>\n */\n listLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClustersListLanguageExtensionsResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n listLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.LanguageExtensionsList>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.LanguageExtensionsList>\n ): void;\n listLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LanguageExtensionsList>,\n callback?: msRest.ServiceCallback<Models.LanguageExtensionsList>\n ): Promise<Models.ClustersListLanguageExtensionsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listLanguageExtensionsOperationSpec,\n callback\n ) as Promise<Models.ClustersListLanguageExtensionsResponse>;\n }\n\n /**\n * Add a list of language extensions that can run within KQL queries.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param languageExtensionsToAdd The language extensions to add.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n addLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n languageExtensionsToAdd: Models.LanguageExtensionsList,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginAddLanguageExtensions(\n resourceGroupName,\n clusterName,\n languageExtensionsToAdd,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Remove a list of language extensions that can run within KQL queries.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param languageExtensionsToRemove The language extensions to remove.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n removeLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n languageExtensionsToRemove: Models.LanguageExtensionsList,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginRemoveLanguageExtensions(\n resourceGroupName,\n clusterName,\n languageExtensionsToRemove,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create or update a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: Models.Cluster,\n options?: Models.ClustersBeginCreateOrUpdateOptionalParams\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Update a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param parameters The Kusto cluster parameters supplied to the Update operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: Models.ClusterUpdate,\n options?: Models.ClustersBeginUpdateOptionalParams\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n\n /**\n * Stops a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginStopOperationSpec,\n options\n );\n }\n\n /**\n * Starts a Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginStartOperationSpec,\n options\n );\n }\n\n /**\n * Detaches all followers of a database owned by this cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param followerDatabaseToRemove The follower databases properties to remove.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDetachFollowerDatabases(\n resourceGroupName: string,\n clusterName: string,\n followerDatabaseToRemove: Models.FollowerDatabaseDefinition,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n followerDatabaseToRemove,\n options\n },\n beginDetachFollowerDatabasesOperationSpec,\n options\n );\n }\n\n /**\n * Diagnoses network connectivity status for external resources on which the service is dependent\n * on.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDiagnoseVirtualNetwork(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDiagnoseVirtualNetworkOperationSpec,\n options\n );\n }\n\n /**\n * Add a list of language extensions that can run within KQL queries.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param languageExtensionsToAdd The language extensions to add.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginAddLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n languageExtensionsToAdd: Models.LanguageExtensionsList,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n languageExtensionsToAdd,\n options\n },\n beginAddLanguageExtensionsOperationSpec,\n options\n );\n }\n\n /**\n * Remove a list of language extensions that can run within KQL queries.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param languageExtensionsToRemove The language extensions to remove.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRemoveLanguageExtensions(\n resourceGroupName: string,\n clusterName: string,\n languageExtensionsToRemove: Models.LanguageExtensionsList,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n languageExtensionsToRemove,\n options\n },\n beginRemoveLanguageExtensionsOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listFollowerDatabasesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.FollowerDatabaseListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters\",\n urlParameters: [Parameters.resourceGroupName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skus\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.SkuDescriptionList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability\",\n urlParameters: [Parameters.subscriptionId, Parameters.location],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"clusterName\",\n mapper: {\n ...Mappers.ClusterCheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSkusByResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/skus\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ListResourceSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listLanguageExtensionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listLanguageExtensions\",\n urlParameters: [Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.clusterName],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.LanguageExtensionsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.ifMatch, Parameters.ifNoneMatch, Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Cluster,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n 201: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.ifMatch, Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterUpdate,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n 201: {\n bodyMapper: Mappers.Cluster\n },\n 202: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/stop\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/start\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDetachFollowerDatabasesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/detachFollowerDatabases\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"followerDatabaseToRemove\",\n mapper: {\n ...Mappers.FollowerDatabaseDefinition,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDiagnoseVirtualNetworkOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/diagnoseVirtualNetwork\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DiagnoseVirtualNetworkResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginAddLanguageExtensionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/addLanguageExtensions\",\n urlParameters: [Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.clusterName],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"languageExtensionsToAdd\",\n mapper: {\n ...Mappers.LanguageExtensionsList,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRemoveLanguageExtensionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/removeLanguageExtensions\",\n urlParameters: [Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.clusterName],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"languageExtensionsToRemove\",\n mapper: {\n ...Mappers.LanguageExtensionsList,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AzureEntityResource,\n AzureSku,\n BaseResource,\n CheckNameResult,\n CloudError,\n Cluster,\n ClusterPrincipalAssignment,\n ClusterPrincipalAssignmentCheckNameRequest,\n ClusterPrincipalAssignmentListResult,\n ClusterUpdate,\n Database,\n DatabasePrincipalAssignment,\n DatabaseStatistics,\n DataConnection,\n EventGridDataConnection,\n EventHubDataConnection,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/clusterPrincipalAssignmentsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a ClusterPrincipalAssignments. */\nexport class ClusterPrincipalAssignments {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a ClusterPrincipalAssignments.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Checks that the principal assignment name is valid and is not already in use.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the principal assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: Models.ClusterPrincipalAssignmentCheckNameRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the principal assignment.\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: Models.ClusterPrincipalAssignmentCheckNameRequest,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the principal assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: Models.ClusterPrincipalAssignmentCheckNameRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: Models.ClusterPrincipalAssignmentCheckNameRequest,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>,\n callback?: msRest.ServiceCallback<Models.CheckNameResult>\n ): Promise<Models.ClusterPrincipalAssignmentsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n principalAssignmentName,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback\n ) as Promise<Models.ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Gets a Kusto cluster principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterPrincipalAssignmentsGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClusterPrincipalAssignmentsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n callback: msRest.ServiceCallback<Models.ClusterPrincipalAssignment>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ClusterPrincipalAssignment>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterPrincipalAssignment>,\n callback?: msRest.ServiceCallback<Models.ClusterPrincipalAssignment>\n ): Promise<Models.ClusterPrincipalAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n principalAssignmentName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.ClusterPrincipalAssignmentsGetResponse>;\n }\n\n /**\n * Create a Kusto cluster principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param parameters The Kusto cluster principalAssignment's parameters supplied for the operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterPrincipalAssignmentsCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n parameters: Models.ClusterPrincipalAssignment,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClusterPrincipalAssignmentsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n principalAssignmentName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.ClusterPrincipalAssignmentsCreateOrUpdateResponse\n >;\n }\n\n /**\n * Deletes a Kusto cluster principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n clusterName,\n principalAssignmentName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Lists all Kusto cluster principalAssignments.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClusterPrincipalAssignmentsListResponse>\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ClusterPrincipalAssignmentsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.ClusterPrincipalAssignmentListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ClusterPrincipalAssignmentListResult>\n ): void;\n list(\n resourceGroupName: string,\n clusterName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.ClusterPrincipalAssignmentListResult>,\n callback?: msRest.ServiceCallback<Models.ClusterPrincipalAssignmentListResult>\n ): Promise<Models.ClusterPrincipalAssignmentsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.ClusterPrincipalAssignmentsListResponse>;\n }\n\n /**\n * Create a Kusto cluster principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param parameters The Kusto cluster principalAssignment's parameters supplied for the operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n parameters: Models.ClusterPrincipalAssignment,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n principalAssignmentName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes a Kusto cluster principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n principalAssignmentName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/checkPrincipalAssignmentNameAvailability\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"principalAssignmentName\",\n mapper: {\n ...Mappers.ClusterPrincipalAssignmentCheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.principalAssignmentName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterPrincipalAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments\",\n urlParameters: [Parameters.subscriptionId, Parameters.resourceGroupName, Parameters.clusterName],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterPrincipalAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.principalAssignmentName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterPrincipalAssignment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterPrincipalAssignment\n },\n 201: {\n bodyMapper: Mappers.ClusterPrincipalAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.principalAssignmentName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AzureEntityResource,\n AzureSku,\n BaseResource,\n CheckNameRequest,\n CheckNameResult,\n CloudError,\n Cluster,\n ClusterPrincipalAssignment,\n ClusterUpdate,\n Database,\n DatabaseListResult,\n DatabasePrincipal,\n DatabasePrincipalAssignment,\n DatabasePrincipalListRequest,\n DatabasePrincipalListResult,\n DatabaseStatistics,\n DataConnection,\n EventGridDataConnection,\n EventHubDataConnection,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/databasesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a Databases. */\nexport class Databases {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a Databases.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Checks that the database name is valid and is not already in use.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param resourceName The name of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesCheckNameAvailabilityResponse>\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n resourceName: Models.CheckNameRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesCheckNameAvailabilityResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param resourceName The name of the resource.\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n resourceName: Models.CheckNameRequest,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param resourceName The name of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n resourceName: Models.CheckNameRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n resourceName: Models.CheckNameRequest,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>,\n callback?: msRest.ServiceCallback<Models.CheckNameResult>\n ): Promise<Models.DatabasesCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n resourceName,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback\n ) as Promise<Models.DatabasesCheckNameAvailabilityResponse>;\n }\n\n /**\n * Returns the list of databases of the given Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesListByClusterResponse>\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.DatabaseListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabaseListResult>\n ): void;\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DatabaseListResult>,\n callback?: msRest.ServiceCallback<Models.DatabaseListResult>\n ): Promise<Models.DatabasesListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback\n ) as Promise<Models.DatabasesListByClusterResponse>;\n }\n\n /**\n * Returns a database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n callback: msRest.ServiceCallback<Models.DatabaseUnion>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabaseUnion>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DatabaseUnion>,\n callback?: msRest.ServiceCallback<Models.DatabaseUnion>\n ): Promise<Models.DatabasesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.DatabasesGetResponse>;\n }\n\n /**\n * Creates or updates a database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param parameters The database parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Models.DatabaseUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.DatabasesCreateOrUpdateResponse\n >;\n }\n\n /**\n * Updates a database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param parameters The database parameters supplied to the Update operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesUpdateResponse>\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Models.DatabaseUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesUpdateResponse> {\n return this.beginUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<Models.DatabasesUpdateResponse>;\n }\n\n /**\n * Deletes the database with the given name.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n clusterName,\n databaseName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Returns a list of database principals of the given Kusto cluster and database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesListPrincipalsResponse>\n */\n listPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesListPrincipalsResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param callback The callback\n */\n listPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): void;\n listPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.DatabasePrincipalListResult>,\n callback?: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): Promise<Models.DatabasesListPrincipalsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n options\n },\n listPrincipalsOperationSpec,\n callback\n ) as Promise<Models.DatabasesListPrincipalsResponse>;\n }\n\n /**\n * Add Database principals permissions.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param databasePrincipalsToAdd List of database principals to add.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesAddPrincipalsResponse>\n */\n addPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToAdd: Models.DatabasePrincipalListRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesAddPrincipalsResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param databasePrincipalsToAdd List of database principals to add.\n * @param callback The callback\n */\n addPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToAdd: Models.DatabasePrincipalListRequest,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param databasePrincipalsToAdd List of database principals to add.\n * @param options The optional parameters\n * @param callback The callback\n */\n addPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToAdd: Models.DatabasePrincipalListRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): void;\n addPrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToAdd: Models.DatabasePrincipalListRequest,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.DatabasePrincipalListResult>,\n callback?: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): Promise<Models.DatabasesAddPrincipalsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n databasePrincipalsToAdd,\n options\n },\n addPrincipalsOperationSpec,\n callback\n ) as Promise<Models.DatabasesAddPrincipalsResponse>;\n }\n\n /**\n * Remove Database principals permissions.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param databasePrincipalsToRemove List of database principals to remove.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasesRemovePrincipalsResponse>\n */\n removePrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToRemove: Models.DatabasePrincipalListRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasesRemovePrincipalsResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param databasePrincipalsToRemove List of database principals to remove.\n * @param callback The callback\n */\n removePrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToRemove: Models.DatabasePrincipalListRequest,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param databasePrincipalsToRemove List of database principals to remove.\n * @param options The optional parameters\n * @param callback The callback\n */\n removePrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToRemove: Models.DatabasePrincipalListRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): void;\n removePrincipals(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n databasePrincipalsToRemove: Models.DatabasePrincipalListRequest,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.DatabasePrincipalListResult>,\n callback?: msRest.ServiceCallback<Models.DatabasePrincipalListResult>\n ): Promise<Models.DatabasesRemovePrincipalsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n databasePrincipalsToRemove,\n options\n },\n removePrincipalsOperationSpec,\n callback\n ) as Promise<Models.DatabasesRemovePrincipalsResponse>;\n }\n\n /**\n * Creates or updates a database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param parameters The database parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Models.DatabaseUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Updates a database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param parameters The database parameters supplied to the Update operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Models.DatabaseUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes the database with the given name.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/checkNameAvailability\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"resourceName\",\n mapper: {\n ...Mappers.CheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DatabaseListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.Database\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listPrincipalsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/listPrincipals\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DatabasePrincipalListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst addPrincipalsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/addPrincipals\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"databasePrincipalsToAdd\",\n mapper: {\n ...Mappers.DatabasePrincipalListRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DatabasePrincipalListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst removePrincipalsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/removePrincipals\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"databasePrincipalsToRemove\",\n mapper: {\n ...Mappers.DatabasePrincipalListRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DatabasePrincipalListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Database,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Database\n },\n 201: {\n bodyMapper: Mappers.Database\n },\n 202: {\n bodyMapper: Mappers.Database\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Database,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Database\n },\n 201: {\n bodyMapper: Mappers.Database\n },\n 202: {\n bodyMapper: Mappers.Database\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AzureEntityResource,\n AzureSku,\n BaseResource,\n CheckNameResult,\n CloudError,\n Cluster,\n ClusterPrincipalAssignment,\n ClusterUpdate,\n Database,\n DatabasePrincipalAssignment,\n DatabasePrincipalAssignmentCheckNameRequest,\n DatabasePrincipalAssignmentListResult,\n DatabaseStatistics,\n DataConnection,\n EventGridDataConnection,\n EventHubDataConnection,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/databasePrincipalAssignmentsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a DatabasePrincipalAssignments. */\nexport class DatabasePrincipalAssignments {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a DatabasePrincipalAssignments.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Checks that the database principal assignment is valid and is not already in use.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: Models.DatabasePrincipalAssignmentCheckNameRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the resource.\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: Models.DatabasePrincipalAssignmentCheckNameRequest,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: Models.DatabasePrincipalAssignmentCheckNameRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: Models.DatabasePrincipalAssignmentCheckNameRequest,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>,\n callback?: msRest.ServiceCallback<Models.CheckNameResult>\n ): Promise<Models.DatabasePrincipalAssignmentsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n principalAssignmentName,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback\n ) as Promise<Models.DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Gets a Kusto cluster database principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasePrincipalAssignmentsGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasePrincipalAssignmentsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalAssignment>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalAssignment>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.DatabasePrincipalAssignment>,\n callback?: msRest.ServiceCallback<Models.DatabasePrincipalAssignment>\n ): Promise<Models.DatabasePrincipalAssignmentsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n principalAssignmentName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.DatabasePrincipalAssignmentsGetResponse>;\n }\n\n /**\n * Creates a Kusto cluster database principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param parameters The Kusto principalAssignments parameters supplied for the operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasePrincipalAssignmentsCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n parameters: Models.DatabasePrincipalAssignment,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasePrincipalAssignmentsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n principalAssignmentName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.DatabasePrincipalAssignmentsCreateOrUpdateResponse\n >;\n }\n\n /**\n * Deletes a Kusto principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n clusterName,\n databaseName,\n principalAssignmentName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Lists all Kusto cluster database principalAssignments.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.DatabasePrincipalAssignmentsListResponse>\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DatabasePrincipalAssignmentsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalAssignmentListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DatabasePrincipalAssignmentListResult>\n ): void;\n list(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.DatabasePrincipalAssignmentListResult>,\n callback?: msRest.ServiceCallback<Models.DatabasePrincipalAssignmentListResult>\n ): Promise<Models.DatabasePrincipalAssignmentsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.DatabasePrincipalAssignmentsListResponse>;\n }\n\n /**\n * Creates a Kusto cluster database principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param parameters The Kusto principalAssignments parameters supplied for the operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n parameters: Models.DatabasePrincipalAssignment,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n principalAssignmentName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes a Kusto principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param principalAssignmentName The name of the Kusto principalAssignment.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n principalAssignmentName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n principalAssignmentName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/checkPrincipalAssignmentNameAvailability\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"principalAssignmentName\",\n mapper: {\n ...Mappers.DatabasePrincipalAssignmentCheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.principalAssignmentName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DatabasePrincipalAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DatabasePrincipalAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.principalAssignmentName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DatabasePrincipalAssignment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DatabasePrincipalAssignment\n },\n 201: {\n bodyMapper: Mappers.DatabasePrincipalAssignment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.principalAssignmentName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AzureEntityResource,\n AzureSku,\n BaseResource,\n CheckNameResult,\n CloudError,\n Cluster,\n ClusterPrincipalAssignment,\n ClusterUpdate,\n Database,\n DatabasePrincipalAssignment,\n DatabaseStatistics,\n DataConnection,\n EventGridDataConnection,\n EventHubDataConnection,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n ScriptCheckNameRequest,\n ScriptListResult,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/scriptsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a Scripts. */\nexport class Scripts {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a Scripts.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns the list of database scripts for given database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptsListByDatabaseResponse>\n */\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ScriptsListByDatabaseResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param callback The callback\n */\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n callback: msRest.ServiceCallback<Models.ScriptListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ScriptListResult>\n ): void;\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScriptListResult>,\n callback?: msRest.ServiceCallback<Models.ScriptListResult>\n ): Promise<Models.ScriptsListByDatabaseResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n options\n },\n listByDatabaseOperationSpec,\n callback\n ) as Promise<Models.ScriptsListByDatabaseResponse>;\n }\n\n /**\n * Gets a Kusto cluster database script.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptsGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ScriptsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n callback: msRest.ServiceCallback<Models.Script>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.Script>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Script>,\n callback?: msRest.ServiceCallback<Models.Script>\n ): Promise<Models.ScriptsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.ScriptsGetResponse>;\n }\n\n /**\n * Creates a Kusto database script.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param parameters The Kusto Script parameters contains the KQL to run.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptsCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n parameters: Models.Script,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ScriptsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.ScriptsCreateOrUpdateResponse\n >;\n }\n\n /**\n * Updates a database script.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param parameters The Kusto Script parameters contains to the KQL to run.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptsUpdateResponse>\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n parameters: Models.Script,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ScriptsUpdateResponse> {\n return this.beginUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<Models.ScriptsUpdateResponse>;\n }\n\n /**\n * Deletes a Kusto principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Checks that the script name is valid and is not already in use.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the script.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: Models.ScriptCheckNameRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ScriptsCheckNameAvailabilityResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the script.\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: Models.ScriptCheckNameRequest,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the script.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: Models.ScriptCheckNameRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: Models.ScriptCheckNameRequest,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>,\n callback?: msRest.ServiceCallback<Models.CheckNameResult>\n ): Promise<Models.ScriptsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback\n ) as Promise<Models.ScriptsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Creates a Kusto database script.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param parameters The Kusto Script parameters contains the KQL to run.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n parameters: Models.Script,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Updates a database script.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param parameters The Kusto Script parameters contains to the KQL to run.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n parameters: Models.Script,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes a Kusto principalAssignment.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param scriptName The name of the Kusto database script.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n scriptName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n scriptName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDatabaseOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ScriptListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.scriptName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.Script\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scriptsCheckNameAvailability\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"scriptName\",\n mapper: {\n ...Mappers.ScriptCheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.scriptName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Script,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Script\n },\n 201: {\n bodyMapper: Mappers.Script\n },\n 202: {\n bodyMapper: Mappers.Script\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.scriptName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Script,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Script\n },\n 202: {\n bodyMapper: Mappers.Script\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/scripts/{scriptName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.scriptName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AttachedDatabaseConfigurationListResult,\n AzureEntityResource,\n AzureSku,\n BaseResource,\n CloudError,\n Cluster,\n ClusterPrincipalAssignment,\n ClusterUpdate,\n Database,\n DatabasePrincipalAssignment,\n DatabaseStatistics,\n DataConnection,\n EventGridDataConnection,\n EventHubDataConnection,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/attachedDatabaseConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a AttachedDatabaseConfigurations. */\nexport class AttachedDatabaseConfigurations {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a AttachedDatabaseConfigurations.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns the list of attached database configurations of the given Kusto cluster.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.AttachedDatabaseConfigurationsListByClusterResponse>\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AttachedDatabaseConfigurationsListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param callback The callback\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n callback: msRest.ServiceCallback<Models.AttachedDatabaseConfigurationListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AttachedDatabaseConfigurationListResult>\n ): void;\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.AttachedDatabaseConfigurationListResult>,\n callback?: msRest.ServiceCallback<Models.AttachedDatabaseConfigurationListResult>\n ): Promise<Models.AttachedDatabaseConfigurationsListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback\n ) as Promise<Models.AttachedDatabaseConfigurationsListByClusterResponse>;\n }\n\n /**\n * Returns an attached database configuration.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.AttachedDatabaseConfigurationsGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AttachedDatabaseConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n callback: msRest.ServiceCallback<Models.AttachedDatabaseConfiguration>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AttachedDatabaseConfiguration>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.AttachedDatabaseConfiguration>,\n callback?: msRest.ServiceCallback<Models.AttachedDatabaseConfiguration>\n ): Promise<Models.AttachedDatabaseConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n attachedDatabaseConfigurationName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.AttachedDatabaseConfigurationsGetResponse>;\n }\n\n /**\n * Creates or updates an attached database configuration.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param parameters The database parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AttachedDatabaseConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n parameters: Models.AttachedDatabaseConfiguration,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AttachedDatabaseConfigurationsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n attachedDatabaseConfigurationName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.AttachedDatabaseConfigurationsCreateOrUpdateResponse\n >;\n }\n\n /**\n * Deletes the attached database configuration with the given name.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n clusterName,\n attachedDatabaseConfigurationName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates or updates an attached database configuration.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param parameters The database parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n parameters: Models.AttachedDatabaseConfiguration,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n attachedDatabaseConfigurationName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes the attached database configuration with the given name.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param attachedDatabaseConfigurationName The name of the attached database configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n attachedDatabaseConfigurationName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n attachedDatabaseConfigurationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations\",\n urlParameters: [Parameters.resourceGroupName, Parameters.clusterName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AttachedDatabaseConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.attachedDatabaseConfigurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AttachedDatabaseConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.attachedDatabaseConfigurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AttachedDatabaseConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AttachedDatabaseConfiguration\n },\n 201: {\n bodyMapper: Mappers.AttachedDatabaseConfiguration\n },\n 202: {\n bodyMapper: Mappers.AttachedDatabaseConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.attachedDatabaseConfigurationName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AttachedDatabaseConfiguration,\n AzureEntityResource,\n AzureSku,\n BaseResource,\n CheckNameResult,\n CloudError,\n Cluster,\n ClusterPrincipalAssignment,\n ClusterUpdate,\n Database,\n DatabasePrincipalAssignment,\n DatabaseStatistics,\n DataConnection,\n DataConnectionCheckNameRequest,\n DataConnectionListResult,\n DataConnectionValidation,\n DataConnectionValidationListResult,\n DataConnectionValidationResult,\n EventGridDataConnection,\n EventHubDataConnection,\n Identity,\n IdentityUserAssignedIdentitiesValue,\n IotHubDataConnection,\n KeyVaultProperties,\n LanguageExtension,\n LanguageExtensionsList,\n OptimizedAutoscale,\n ProxyResource,\n ReadOnlyFollowingDatabase,\n ReadWriteDatabase,\n Resource,\n Script,\n SystemData,\n TableLevelSharingProperties,\n TrackedResource,\n TrustedExternalTenant,\n VirtualNetworkConfiguration\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/dataConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a DataConnections. */\nexport class DataConnections {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a DataConnections.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns the list of data connections of the given Kusto database.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataConnectionsListByDatabaseResponse>\n */\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DataConnectionsListByDatabaseResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param callback The callback\n */\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n callback: msRest.ServiceCallback<Models.DataConnectionListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DataConnectionListResult>\n ): void;\n listByDatabase(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataConnectionListResult>,\n callback?: msRest.ServiceCallback<Models.DataConnectionListResult>\n ): Promise<Models.DataConnectionsListByDatabaseResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n options\n },\n listByDatabaseOperationSpec,\n callback\n ) as Promise<Models.DataConnectionsListByDatabaseResponse>;\n }\n\n /**\n * Checks that the data connection parameters are valid.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param parameters The data connection parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataConnectionsDataConnectionValidationMethodResponse>\n */\n dataConnectionValidationMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Models.DataConnectionValidation,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DataConnectionsDataConnectionValidationMethodResponse> {\n return this.beginDataConnectionValidationMethod(\n resourceGroupName,\n clusterName,\n databaseName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.DataConnectionsDataConnectionValidationMethodResponse\n >;\n }\n\n /**\n * Checks that the data connection name is valid and is not already in use.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataConnectionsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: Models.DataConnectionCheckNameRequest,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DataConnectionsCheckNameAvailabilityResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: Models.DataConnectionCheckNameRequest,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: Models.DataConnectionCheckNameRequest,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.CheckNameResult>\n ): void;\n checkNameAvailability(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: Models.DataConnectionCheckNameRequest,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameResult>,\n callback?: msRest.ServiceCallback<Models.CheckNameResult>\n ): Promise<Models.DataConnectionsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback\n ) as Promise<Models.DataConnectionsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Returns a data connection.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataConnectionsGetResponse>\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DataConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n callback: msRest.ServiceCallback<Models.DataConnectionUnion>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DataConnectionUnion>\n ): void;\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataConnectionUnion>,\n callback?: msRest.ServiceCallback<Models.DataConnectionUnion>\n ): Promise<Models.DataConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.DataConnectionsGetResponse>;\n }\n\n /**\n * Creates or updates a data connection.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param parameters The data connection parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n parameters: Models.DataConnectionUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DataConnectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.DataConnectionsCreateOrUpdateResponse\n >;\n }\n\n /**\n * Updates a data connection.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param parameters The data connection parameters supplied to the Update operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DataConnectionsUpdateResponse>\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n parameters: Models.DataConnectionUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DataConnectionsUpdateResponse> {\n return this.beginUpdate(\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n parameters,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.DataConnectionsUpdateResponse\n >;\n }\n\n /**\n * Deletes the data connection with the given name.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Checks that the data connection parameters are valid.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param parameters The data connection parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDataConnectionValidationMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Models.DataConnectionValidation,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n parameters,\n options\n },\n beginDataConnectionValidationMethodOperationSpec,\n options\n );\n }\n\n /**\n * Creates or updates a data connection.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param parameters The data connection parameters supplied to the CreateOrUpdate operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n parameters: Models.DataConnectionUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Updates a data connection.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param parameters The data connection parameters supplied to the Update operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n parameters: Models.DataConnectionUnion,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes the data connection with the given name.\n * @param resourceGroupName The name of the resource group containing the Kusto cluster.\n * @param clusterName The name of the Kusto cluster.\n * @param databaseName The name of the database in the Kusto cluster.\n * @param dataConnectionName The name of the data connection.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n dataConnectionName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n databaseName,\n dataConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDatabaseOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DataConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/checkNameAvailability\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"dataConnectionName\",\n mapper: {\n ...Mappers.DataConnectionCheckNameRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.dataConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.DataConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDataConnectionValidationMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnectionValidation\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DataConnectionValidation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataConnectionValidationListResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.dataConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DataConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataConnection\n },\n 201: {\n bodyMapper: Mappers.DataConnection\n },\n 202: {\n bodyMapper: Mappers.DataConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.dataConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DataConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataConnection\n },\n 201: {\n bodyMapper: Mappers.DataConnection\n },\n 202: {\n bodyMapper: Mappers.DataConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.databaseName,\n Parameters.dataConnectionName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists available operations for the Microsoft.Kusto provider.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.OperationListResult>\n ): void;\n list(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>,\n callback?: msRest.ServiceCallback<Models.OperationListResult>\n ): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists available operations for the Microsoft.Kusto provider.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(\n nextPageLink: string,\n callback: msRest.ServiceCallback<Models.OperationListResult>\n ): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.OperationListResult>\n ): void;\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>,\n callback?: msRest.ServiceCallback<Models.OperationListResult>\n ): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Kusto/operations\",\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport { discriminators, CloudError, OperationResult } from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsResultsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { KustoManagementClientContext } from \"../kustoManagementClientContext\";\n\n/** Class representing a OperationsResults. */\nexport class OperationsResults {\n private readonly client: KustoManagementClientContext;\n\n /**\n * Create a OperationsResults.\n * @param {KustoManagementClientContext} client Reference to the service client.\n */\n constructor(client: KustoManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns operation results.\n * @param location Azure location (region) name.\n * @param operationId The Guid of the operation ID\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsResultsGetResponse>\n */\n get(\n location: string,\n operationId: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.OperationsResultsGetResponse>;\n /**\n * @param location Azure location (region) name.\n * @param operationId The Guid of the operation ID\n * @param callback The callback\n */\n get(\n location: string,\n operationId: string,\n callback: msRest.ServiceCallback<Models.OperationResult>\n ): void;\n /**\n * @param location Azure location (region) name.\n * @param operationId The Guid of the operation ID\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n location: string,\n operationId: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.OperationResult>\n ): void;\n get(\n location: string,\n operationId: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationResult>,\n callback?: msRest.ServiceCallback<Models.OperationResult>\n ): Promise<Models.OperationsResultsGetResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n operationId,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.OperationsResultsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/operationresults/{operationId}\",\n urlParameters: [Parameters.subscriptionId, Parameters.location, Parameters.operationId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-kusto\";\nconst packageVersion = \"6.2.0\";\n\nexport class KustoManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the KustoManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials | TokenCredential,\n subscriptionId: string,\n options?: Models.KustoManagementClientOptions\n ) {\n if (credentials == undefined) {\n throw new Error(\"'credentials' cannot be null.\");\n }\n if (subscriptionId == undefined) {\n throw new Error(\"'subscriptionId' cannot be null.\");\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = \"2021-01-01\";\n this.acceptLanguage = \"en-US\";\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (\n options.longRunningOperationRetryTimeout !== null &&\n options.longRunningOperationRetryTimeout !== undefined\n ) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { KustoManagementClientContext } from \"./kustoManagementClientContext\";\n\nclass KustoManagementClient extends KustoManagementClientContext {\n // Operation groups\n clusters: operations.Clusters;\n clusterPrincipalAssignments: operations.ClusterPrincipalAssignments;\n databases: operations.Databases;\n databasePrincipalAssignments: operations.DatabasePrincipalAssignments;\n scripts: operations.Scripts;\n attachedDatabaseConfigurations: operations.AttachedDatabaseConfigurations;\n dataConnections: operations.DataConnections;\n operations: operations.Operations;\n operationsResults: operations.OperationsResults;\n\n /**\n * Initializes a new instance of the KustoManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials | TokenCredential,\n subscriptionId: string,\n options?: Models.KustoManagementClientOptions\n ) {\n super(credentials, subscriptionId, options);\n this.clusters = new operations.Clusters(this);\n this.clusterPrincipalAssignments = new operations.ClusterPrincipalAssignments(this);\n this.databases = new operations.Databases(this);\n this.databasePrincipalAssignments = new operations.DatabasePrincipalAssignments(this);\n this.scripts = new operations.Scripts(this);\n this.attachedDatabaseConfigurations = new operations.AttachedDatabaseConfigurations(this);\n this.dataConnections = new operations.DataConnections(this);\n this.operations = new operations.Operations(this);\n this.operationsResults = new operations.OperationsResults(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n KustoManagementClient,\n KustoManagementClientContext,\n Models as KustoManagementModels,\n Mappers as KustoManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.resourceGroupName","Parameters.clusterName","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.Cluster","Mappers.CloudError","Mappers.FollowerDatabaseListResult","Mappers.ClusterListResult","Mappers.SkuDescriptionList","Parameters.location","Mappers.ClusterCheckNameRequest","Mappers.CheckNameResult","Mappers.ListResourceSkusResult","Mappers.LanguageExtensionsList","Parameters.ifMatch","Parameters.ifNoneMatch","Mappers.ClusterUpdate","Mappers.FollowerDatabaseDefinition","Mappers.DiagnoseVirtualNetworkResult","checkNameAvailabilityOperationSpec","getOperationSpec","listOperationSpec","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","serializer","Mappers","Mappers.ClusterPrincipalAssignmentCheckNameRequest","Parameters.principalAssignmentName","Mappers.ClusterPrincipalAssignment","Mappers.ClusterPrincipalAssignmentListResult","beginUpdateOperationSpec","Mappers.CheckNameRequest","Mappers.DatabaseListResult","Parameters.databaseName","Mappers.Database","Mappers.DatabasePrincipalListResult","Mappers.DatabasePrincipalListRequest","Mappers.DatabasePrincipalAssignmentCheckNameRequest","Mappers.DatabasePrincipalAssignment","Mappers.DatabasePrincipalAssignmentListResult","Mappers.ScriptListResult","Parameters.scriptName","Mappers.Script","Mappers.ScriptCheckNameRequest","listByClusterOperationSpec","Mappers.AttachedDatabaseConfigurationListResult","Parameters.attachedDatabaseConfigurationName","Mappers.AttachedDatabaseConfiguration","listByDatabaseOperationSpec","Mappers.DataConnectionListResult","Mappers.DataConnectionCheckNameRequest","Parameters.dataConnectionName","Mappers.DataConnection","Mappers.DataConnectionValidation","Mappers.DataConnectionValidationListResult","Mappers.OperationListResult","Parameters.nextPageLink","Parameters.operationId","Mappers.OperationResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Clusters","operations.ClusterPrincipalAssignments","operations.Databases","operations.DatabasePrincipalAssignments","operations.Scripts","operations.AttachedDatabaseConfigurations","operations.DataConnections","operations.Operations","operations.OperationsResults"],"mappings":"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"}
|