@azure/arm-hdinsight 0.24.0 → 1.1.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 +5 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7702 -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/hDInsightManagementClient.d.ts +29 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.js +62 -0
- package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/virtualMachinesMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.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 +1966 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +111 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1516 -1670
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +37 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +280 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applications.d.ts +90 -0
- package/dist-esm/src/operations/applications.d.ts.map +1 -0
- package/dist-esm/src/operations/applications.js +367 -0
- package/dist-esm/src/operations/applications.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +214 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +979 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +54 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +178 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +139 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +602 -0
- package/dist-esm/src/operations/extensions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +52 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +199 -0
- package/dist-esm/src/operations/locations.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/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scriptActions.d.ts +62 -0
- package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptActions.js +232 -0
- package/dist-esm/src/operations/scriptActions.js.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +169 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
- package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
- package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/{esm/models/configurationsMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.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/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 +20 -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/scriptActions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +105 -53
- package/src/{models/scriptExecutionHistoryMappers.ts → index.ts} +4 -7
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1810 -2954
- package/src/models/mappers.ts +1607 -1764
- package/src/models/parameters.ts +215 -53
- package/src/operations/applications.ts +376 -247
- package/src/operations/clusters.ts +1038 -649
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +644 -410
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +143 -239
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +345 -182
- package/src/operations/privateLinkResources.ts +60 -92
- package/src/operations/scriptActions.ts +202 -206
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +157 -154
- package/src/operationsInterfaces/applications.ts +126 -0
- package/src/operationsInterfaces/clusters.ts +327 -0
- package/src/operationsInterfaces/configurations.ts +77 -0
- package/src/operationsInterfaces/extensions.ts +234 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/locations.ts +88 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/scriptActions.ts +73 -0
- package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
- package/src/operationsInterfaces/virtualMachines.ts +70 -0
- package/tsconfig.json +3 -3
- package/types/arm-hdinsight.d.ts +2866 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-hdinsight.js +0 -7464
- package/dist/arm-hdinsight.js.map +0 -1
- package/dist/arm-hdinsight.min.js +0 -1
- package/dist/arm-hdinsight.min.js.map +0 -1
- package/esm/hDInsightManagementClient.d.ts +0 -35
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -48
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -23
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -61
- package/esm/hDInsightManagementClientContext.js.map +0 -1
- package/esm/models/applicationsMappers.d.ts +0 -2
- package/esm/models/applicationsMappers.d.ts.map +0 -1
- package/esm/models/applicationsMappers.js +0 -9
- package/esm/models/applicationsMappers.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/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -9
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3163
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js +0 -9
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -113
- 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 +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -172
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/scriptActionsMappers.d.ts +0 -2
- package/esm/models/scriptActionsMappers.d.ts.map +0 -1
- package/esm/models/scriptActionsMappers.js +0 -9
- package/esm/models/scriptActionsMappers.js.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
- package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.js +0 -9
- package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/applications.d.ts +0 -142
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -268
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -315
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -710
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -90
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -173
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -213
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -477
- package/esm/operations/extensions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -130
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -213
- package/esm/operations/locations.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 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -115
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -90
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/scriptActions.d.ts +0 -124
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -184
- package/esm/operations/scriptActions.js.map +0 -1
- package/esm/operations/scriptExecutionHistory.d.ts +0 -76
- package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/esm/operations/scriptExecutionHistory.js +0 -117
- package/esm/operations/scriptExecutionHistory.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -77
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -167
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -68
- package/src/models/applicationsMappers.ts +0 -66
- package/src/models/clustersMappers.ts +0 -77
- package/src/models/extensionsMappers.ts +0 -20
- package/src/models/locationsMappers.ts +0 -66
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/privateEndpointConnectionsMappers.ts +0 -65
- package/src/models/privateLinkResourcesMappers.ts +0 -65
- package/src/models/scriptActionsMappers.ts +0 -17
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-hdinsight.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/applicationsMappers.ts","../src/operations/applications.ts","../src/models/locationsMappers.ts","../src/operations/locations.ts","../src/models/configurationsMappers.ts","../src/operations/configurations.ts","../src/models/extensionsMappers.ts","../src/operations/extensions.ts","../src/models/scriptActionsMappers.ts","../src/operations/scriptActions.ts","../src/models/scriptExecutionHistoryMappers.ts","../src/operations/scriptExecutionHistory.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/virtualMachinesMappers.ts","../src/operations/virtualMachines.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/hDInsightManagementClientContext.ts","../src/hDInsightManagementClient.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 * The cluster definition.\n */\nexport interface ClusterDefinition {\n /**\n * The link to the blueprint.\n */\n blueprint?: string;\n /**\n * The type of cluster.\n */\n kind?: string;\n /**\n * The versions of different services in the cluster.\n */\n componentVersion?: { [propertyName: string]: string };\n /**\n * The cluster configurations.\n */\n configurations?: any;\n}\n\n/**\n * The information of AAD security group.\n */\nexport interface ClientGroupInfo {\n /**\n * The AAD security group name.\n */\n groupName?: string;\n /**\n * The AAD security group id.\n */\n groupId?: string;\n}\n\n/**\n * The kafka rest proxy configuration which contains AAD security group information.\n */\nexport interface KafkaRestProperties {\n /**\n * The information of AAD security group.\n */\n clientGroupInfo?: ClientGroupInfo;\n /**\n * The configurations that need to be overriden.\n */\n configurationOverride?: { [propertyName: string]: string };\n}\n\n/**\n * The security profile which contains Ssh public key for the HDInsight cluster.\n */\nexport interface SecurityProfile {\n /**\n * The directory type. Possible values include: 'ActiveDirectory'\n */\n directoryType?: DirectoryType;\n /**\n * The organization's active directory domain.\n */\n domain?: string;\n /**\n * The organizational unit within the Active Directory to place the cluster and service accounts.\n */\n organizationalUnitDN?: string;\n /**\n * The LDAPS protocol URLs to communicate with the Active Directory.\n */\n ldapsUrls?: string[];\n /**\n * The domain user account that will have admin privileges on the cluster.\n */\n domainUsername?: string;\n /**\n * The domain admin password.\n */\n domainUserPassword?: string;\n /**\n * Optional. The Distinguished Names for cluster user groups\n */\n clusterUsersGroupDNs?: string[];\n /**\n * The resource ID of the user's Azure Active Directory Domain Service.\n */\n aaddsResourceId?: string;\n /**\n * User assigned identity that has permissions to read and create cluster-related artifacts in\n * the user's AADDS.\n */\n msiResourceId?: string;\n}\n\n/**\n * Time and capacity request parameters\n */\nexport interface AutoscaleTimeAndCapacity {\n /**\n * 24-hour time in the form xx:xx\n */\n time?: string;\n /**\n * The minimum instance count of the cluster\n */\n minInstanceCount?: number;\n /**\n * The maximum instance count of the cluster\n */\n maxInstanceCount?: number;\n}\n\n/**\n * Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and\n * capacity\n */\nexport interface AutoscaleSchedule {\n /**\n * Days of the week for a schedule-based autoscale rule\n */\n days?: DaysOfWeek[];\n /**\n * Time and capacity for a schedule-based autoscale rule\n */\n timeAndCapacity?: AutoscaleTimeAndCapacity;\n}\n\n/**\n * The load-based autoscale request parameters\n */\nexport interface AutoscaleCapacity {\n /**\n * The minimum instance count of the cluster\n */\n minInstanceCount?: number;\n /**\n * The maximum instance count of the cluster\n */\n maxInstanceCount?: number;\n}\n\n/**\n * Schedule-based autoscale request parameters\n */\nexport interface AutoscaleRecurrence {\n /**\n * The time zone for the autoscale schedule times\n */\n timeZone?: string;\n /**\n * Array of schedule-based autoscale rules\n */\n schedule?: AutoscaleSchedule[];\n}\n\n/**\n * The autoscale request parameters\n */\nexport interface Autoscale {\n /**\n * Parameters for load-based autoscale\n */\n capacity?: AutoscaleCapacity;\n /**\n * Parameters for schedule-based autoscale\n */\n recurrence?: AutoscaleRecurrence;\n}\n\n/**\n * The autoscale configuration update parameter.\n */\nexport interface AutoscaleConfigurationUpdateParameter {\n /**\n * The autoscale configuration.\n */\n autoscale?: Autoscale;\n}\n\n/**\n * The hardware profile.\n */\nexport interface HardwareProfile {\n /**\n * The size of the VM\n */\n vmSize?: string;\n}\n\n/**\n * The virtual network properties.\n */\nexport interface VirtualNetworkProfile {\n /**\n * The ID of the virtual network.\n */\n id?: string;\n /**\n * The name of the subnet.\n */\n subnet?: string;\n}\n\n/**\n * The data disks groups for the role.\n */\nexport interface DataDisksGroups {\n /**\n * The number of disks per node.\n */\n disksPerNode?: number;\n /**\n * ReadOnly. The storage account type. Do not set this value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageAccountType?: string;\n /**\n * ReadOnly. The DiskSize in GB. Do not set this value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly diskSizeGB?: number;\n}\n\n/**\n * The SSH public key for the cluster nodes.\n */\nexport interface SshPublicKey {\n /**\n * The certificate for SSH.\n */\n certificateData?: string;\n}\n\n/**\n * The list of SSH public keys.\n */\nexport interface SshProfile {\n /**\n * The list of SSH public keys.\n */\n publicKeys?: SshPublicKey[];\n}\n\n/**\n * The ssh username, password, and ssh public key.\n */\nexport interface LinuxOperatingSystemProfile {\n /**\n * The username.\n */\n username?: string;\n /**\n * The password.\n */\n password?: string;\n /**\n * The SSH profile.\n */\n sshProfile?: SshProfile;\n}\n\n/**\n * The Linux operation systems profile.\n */\nexport interface OsProfile {\n /**\n * The Linux OS profile.\n */\n linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;\n}\n\n/**\n * Describes a script action on role on the cluster.\n */\nexport interface ScriptAction {\n /**\n * The name of the script action.\n */\n name: string;\n /**\n * The URI to the script.\n */\n uri: string;\n /**\n * The parameters for the script provided.\n */\n parameters: string;\n}\n\n/**\n * Describes a role on the cluster.\n */\nexport interface Role {\n /**\n * The name of the role.\n */\n name?: string;\n /**\n * The minimum instance count of the cluster.\n */\n minInstanceCount?: number;\n /**\n * The instance count of the cluster.\n */\n targetInstanceCount?: number;\n /**\n * The name of the virtual machine group.\n */\n vMGroupName?: string;\n /**\n * The autoscale configurations.\n */\n autoscaleConfiguration?: Autoscale;\n /**\n * The hardware profile.\n */\n hardwareProfile?: HardwareProfile;\n /**\n * The operating system profile.\n */\n osProfile?: OsProfile;\n /**\n * The virtual network profile.\n */\n virtualNetworkProfile?: VirtualNetworkProfile;\n /**\n * The data disks groups for the role.\n */\n dataDisksGroups?: DataDisksGroups[];\n /**\n * The list of script actions on the role.\n */\n scriptActions?: ScriptAction[];\n /**\n * Indicates whether encrypt the data disks. Default value: false.\n */\n encryptDataDisks?: boolean;\n}\n\n/**\n * Describes the compute profile.\n */\nexport interface ComputeProfile {\n /**\n * The list of roles in the cluster.\n */\n roles?: Role[];\n}\n\n/**\n * The storage Account.\n */\nexport interface StorageAccount {\n /**\n * The name of the storage account.\n */\n name?: string;\n /**\n * Whether or not the storage account is the default storage account.\n */\n isDefault?: boolean;\n /**\n * The container in the storage account, only to be specified for WASB storage accounts.\n */\n container?: string;\n /**\n * The filesystem, only to be specified for Azure Data Lake Storage Gen 2.\n */\n fileSystem?: string;\n /**\n * The storage account access key.\n */\n key?: string;\n /**\n * The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.\n */\n resourceId?: string;\n /**\n * The managed identity (MSI) that is allowed to access the storage account, only to be specified\n * for Azure Data Lake Storage Gen 2.\n */\n msiResourceId?: string;\n /**\n * The shared access signature key.\n */\n saskey?: string;\n /**\n * The file share name.\n */\n fileshare?: string;\n}\n\n/**\n * The storage profile.\n */\nexport interface StorageProfile {\n /**\n * The list of storage accounts in the cluster.\n */\n storageaccounts?: StorageAccount[];\n}\n\n/**\n * The configuration that services will be excluded when creating cluster.\n */\nexport interface ExcludedServicesConfig {\n /**\n * The config id of excluded services.\n */\n excludedServicesConfigId?: string;\n /**\n * The list of excluded services.\n */\n excludedServicesList?: string;\n}\n\n/**\n * The network properties.\n */\nexport interface NetworkProperties {\n /**\n * The direction for the resource provider connection. Possible values include: 'Inbound',\n * 'Outbound'\n */\n resourceProviderConnection?: ResourceProviderConnection;\n /**\n * Indicates whether or not private link is enabled. Possible values include: 'Disabled',\n * 'Enabled'\n */\n privateLink?: PrivateLink;\n}\n\n/**\n * The compute isolation properties.\n */\nexport interface ComputeIsolationProperties {\n /**\n * The flag indicates whether enable compute isolation or not. Default value: false.\n */\n enableComputeIsolation?: boolean;\n /**\n * The host sku.\n */\n hostSku?: string;\n}\n\n/**\n * The disk encryption properties\n */\nexport interface DiskEncryptionProperties {\n /**\n * Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net\n */\n vaultUri?: string;\n /**\n * Key name that is used for enabling disk encryption.\n */\n keyName?: string;\n /**\n * Specific key version that is used for enabling disk encryption.\n */\n keyVersion?: string;\n /**\n * Algorithm identifier for encryption, default RSA-OAEP. Possible values include: 'RSA-OAEP',\n * 'RSA-OAEP-256', 'RSA1_5'\n */\n encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;\n /**\n * Resource ID of Managed Identity that is used to access the key vault.\n */\n msiResourceId?: string;\n /**\n * Indicates whether or not resource disk encryption is enabled. Default value: false.\n */\n encryptionAtHost?: boolean;\n}\n\n/**\n * The encryption-in-transit properties.\n */\nexport interface EncryptionInTransitProperties {\n /**\n * Indicates whether or not inter cluster node communication is encrypted in transit. Default\n * value: false.\n */\n isEncryptionInTransitEnabled?: boolean;\n}\n\n/**\n * The azure resource id.\n */\nexport interface ResourceId {\n /**\n * The azure resource id.\n */\n id?: string;\n}\n\n/**\n * The ip configurations for the private link service.\n */\nexport interface IPConfiguration {\n /**\n * The private link IP configuration id.\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 private link IP configuration.\n */\n name: string;\n /**\n * The type of the private link IP configuration.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The private link configuration provisioning state, which only appears in the response.\n * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /**\n * Indicates whether this IP configuration is primary for the corresponding NIC.\n */\n primary?: boolean;\n /**\n * The IP address.\n */\n privateIPAddress?: string;\n /**\n * The method that private IP address is allocated. Possible values include: 'dynamic', 'static'\n */\n privateIPAllocationMethod?: PrivateIPAllocationMethod;\n /**\n * The subnet resource id.\n */\n subnet?: ResourceId;\n}\n\n/**\n * The private link configuration.\n */\nexport interface PrivateLinkConfiguration {\n /**\n * The private link configuration id.\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 private link configuration.\n */\n name: string;\n /**\n * The type of the private link configuration.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The HDInsight private linkable sub-resource name to apply the private link configuration to.\n * For example, 'headnode', 'gateway', 'edgenode'.\n */\n groupId: string;\n /**\n * The private link configuration provisioning state, which only appears in the response.\n * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /**\n * The IP configurations for the private link service.\n */\n ipConfigurations: IPConfiguration[];\n}\n\n/**\n * The cluster create parameters.\n */\nexport interface ClusterCreateProperties {\n /**\n * The version of the cluster.\n */\n clusterVersion?: string;\n /**\n * The type of operating system. Possible values include: 'Windows', 'Linux'\n */\n osType?: OSType;\n /**\n * The cluster tier. Possible values include: 'Standard', 'Premium'. Default value: 'Standard'.\n */\n tier?: Tier;\n /**\n * The cluster definition.\n */\n clusterDefinition?: ClusterDefinition;\n /**\n * The cluster kafka rest proxy configuration.\n */\n kafkaRestProperties?: KafkaRestProperties;\n /**\n * The security profile.\n */\n securityProfile?: SecurityProfile;\n /**\n * The compute profile.\n */\n computeProfile?: ComputeProfile;\n /**\n * The storage profile.\n */\n storageProfile?: StorageProfile;\n /**\n * The disk encryption properties.\n */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /**\n * The encryption-in-transit properties.\n */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /**\n * The minimal supported tls version.\n */\n minSupportedTlsVersion?: string;\n /**\n * The network properties.\n */\n networkProperties?: NetworkProperties;\n /**\n * The compute isolation properties.\n */\n computeIsolationProperties?: ComputeIsolationProperties;\n /**\n * The private link configurations.\n */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\n/**\n * The User Assigned Identity\n */\nexport interface UserAssignedIdentity {\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 * The tenant id of user assigned identity.\n */\n tenantId?: string;\n}\n\n/**\n * Identity for the cluster.\n */\nexport interface ClusterIdentity {\n /**\n * The principal id of cluster identity. This property will only be provided for a system\n * 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 tenant id associated with the cluster. This property will only be provided for a system\n * assigned identity.\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 identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes\n * both an implicitly created identity and a set of user assigned identities. Possible values\n * include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'\n */\n type?: ResourceIdentityType;\n /**\n * The list of user identities associated with the cluster. The user identity dictionary key\n * references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/**\n * The CreateCluster request parameters.\n */\nexport interface ClusterCreateParametersExtended {\n /**\n * The location of the cluster.\n */\n location?: string;\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The availability zones.\n */\n zones?: string[];\n /**\n * The cluster create parameters.\n */\n properties?: ClusterCreateProperties;\n /**\n * The identity of the cluster, if configured.\n */\n identity?: ClusterIdentity;\n}\n\n/**\n * The PatchCluster request parameters\n */\nexport interface ClusterPatchParameters {\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The quota properties for the cluster.\n */\nexport interface QuotaInfo {\n /**\n * The cores used by the cluster.\n */\n coresUsed?: number;\n}\n\n/**\n * The error message associated with the cluster creation.\n */\nexport interface Errors {\n /**\n * The error code.\n */\n code?: string;\n /**\n * The error message.\n */\n message?: string;\n}\n\n/**\n * The connectivity properties\n */\nexport interface ConnectivityEndpoint {\n /**\n * The name of the endpoint.\n */\n name?: string;\n /**\n * The protocol of the endpoint.\n */\n protocol?: string;\n /**\n * The location of the endpoint.\n */\n location?: string;\n /**\n * The port to connect to.\n */\n port?: number;\n /**\n * The private ip address of the endpoint.\n */\n privateIPAddress?: string;\n}\n\n/**\n * The private endpoint.\n */\nexport interface PrivateEndpoint {\n /**\n * The private endpoint id.\n */\n id?: string;\n}\n\n/**\n * The private link service connection state.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * The concrete private link service connection. Possible values include: 'Approved', 'Rejected',\n * 'Pending', 'Removed'\n */\n status: PrivateLinkServiceConnectionStatus;\n /**\n * The optional description of the status.\n */\n description?: string;\n /**\n * Whether there is further actions.\n */\n actionsRequired?: string;\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 * 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 private endpoint connection.\n */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The private endpoint of the private endpoint connection\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpoint?: PrivateEndpoint;\n /**\n * The private link service connection state.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The link identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly linkIdentifier?: string;\n /**\n * The provisioning state, which only appears in the response. Possible values include:\n * 'InProgress', 'Updating', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\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 * The properties of cluster.\n */\nexport interface ClusterGetProperties {\n /**\n * The version of the cluster.\n */\n clusterVersion?: string;\n /**\n * The hdp version of the cluster.\n */\n clusterHdpVersion?: string;\n /**\n * The type of operating system. Possible values include: 'Windows', 'Linux'\n */\n osType?: OSType;\n /**\n * The cluster tier. Possible values include: 'Standard', 'Premium'\n */\n tier?: Tier;\n /**\n * The cluster id.\n */\n clusterId?: string;\n /**\n * The cluster definition.\n */\n clusterDefinition: ClusterDefinition;\n /**\n * The cluster kafka rest proxy configuration.\n */\n kafkaRestProperties?: KafkaRestProperties;\n /**\n * The security profile.\n */\n securityProfile?: SecurityProfile;\n /**\n * The compute profile.\n */\n computeProfile?: ComputeProfile;\n /**\n * The provisioning state, which only appears in the response. Possible values include:\n * 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n */\n provisioningState?: HDInsightClusterProvisioningState;\n /**\n * The date on which the cluster was created.\n */\n createdDate?: string;\n /**\n * The state of the cluster.\n */\n clusterState?: string;\n /**\n * The quota information.\n */\n quotaInfo?: QuotaInfo;\n /**\n * The list of errors.\n */\n errors?: Errors[];\n /**\n * The list of connectivity endpoints.\n */\n connectivityEndpoints?: ConnectivityEndpoint[];\n /**\n * The disk encryption properties.\n */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /**\n * The encryption-in-transit properties.\n */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /**\n * The storage profile.\n */\n storageProfile?: StorageProfile;\n /**\n * The minimal supported tls version.\n */\n minSupportedTlsVersion?: string;\n /**\n * The excluded services config.\n */\n excludedServicesConfig?: ExcludedServicesConfig;\n /**\n * The network properties.\n */\n networkProperties?: NetworkProperties;\n /**\n * The compute isolation properties.\n */\n computeIsolationProperties?: ComputeIsolationProperties;\n /**\n * The private link configurations.\n */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n /**\n * The list of private endpoint connections.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\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 * The HDInsight cluster.\n */\nexport interface Cluster extends TrackedResource {\n /**\n * The ETag for the resource\n */\n etag?: string;\n /**\n * The availability zones.\n */\n zones?: string[];\n /**\n * The properties of the cluster.\n */\n properties?: ClusterGetProperties;\n /**\n * The identity of the cluster, if configured.\n */\n identity?: ClusterIdentity;\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 * Describes a script action on a running cluster.\n */\nexport interface RuntimeScriptAction {\n /**\n * The name of the script action.\n */\n name: string;\n /**\n * The URI to the script.\n */\n uri: string;\n /**\n * The parameters for the script\n */\n parameters?: string;\n /**\n * The list of roles where script will be executed.\n */\n roles: string[];\n /**\n * The application name of the script action, if any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicationName?: string;\n}\n\n/**\n * The parameters for the script actions to execute on a running cluster.\n */\nexport interface ExecuteScriptActionParameters {\n /**\n * The list of run time script actions.\n */\n scriptActions?: RuntimeScriptAction[];\n /**\n * Gets or sets if the scripts needs to be persisted.\n */\n persistOnSuccess: boolean;\n}\n\n/**\n * The ListPersistedScriptActions operation response.\n */\nexport interface ClusterListPersistedScriptActionsResult {\n /**\n * The list of Persisted Script Actions.\n */\n value?: RuntimeScriptAction[];\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * The execution summary of a script action.\n */\nexport interface ScriptActionExecutionSummary {\n /**\n * The status of script action execution.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * The instance count for a given script action execution status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly instanceCount?: number;\n}\n\n/**\n * The execution details of a script action.\n */\nexport interface RuntimeScriptActionDetail extends RuntimeScriptAction {\n /**\n * The execution id of the script action.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly scriptExecutionId?: number;\n /**\n * The start time of script action execution.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: string;\n /**\n * The end time of script action execution.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: string;\n /**\n * The current execution status of the script action.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * The reason why the script action was executed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * The summary of script action execution result.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly executionSummary?: ScriptActionExecutionSummary[];\n /**\n * The script action execution debug information.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly debugInformation?: string;\n}\n\n/**\n * The Resize Cluster request parameters.\n */\nexport interface ClusterResizeParameters {\n /**\n * The target instance count for the operation.\n */\n targetInstanceCount?: number;\n}\n\n/**\n * The Disk Encryption Cluster request parameters.\n */\nexport interface ClusterDiskEncryptionParameters {\n /**\n * Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net\n */\n vaultUri?: string;\n /**\n * Key name that is used for enabling disk encryption.\n */\n keyName?: string;\n /**\n * Specific key version that is used for enabling disk encryption.\n */\n keyVersion?: string;\n}\n\n/**\n * The update gateway settings request parameters.\n */\nexport interface UpdateGatewaySettingsParameters {\n /**\n * Indicates whether or not the gateway settings based authorization is enabled. Default value:\n * true.\n */\n isCredentialEnabled?: boolean;\n /**\n * The gateway settings user name.\n */\n userName?: string;\n /**\n * The gateway settings user password.\n */\n password?: string;\n}\n\n/**\n * Gateway settings.\n */\nexport interface GatewaySettings {\n /**\n * Indicates whether or not the gateway settings based authorization is enabled.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isCredentialEnabled?: string;\n /**\n * The gateway settings user name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly userName?: string;\n /**\n * The gateway settings user password.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly password?: string;\n}\n\n/**\n * The azure async operation response.\n */\nexport interface AsyncOperationResult {\n /**\n * The async operation state. Possible values include: 'InProgress', 'Succeeded', 'Failed'\n */\n status?: AsyncOperationState;\n /**\n * The operation error information.\n */\n error?: Errors;\n}\n\n/**\n * The update cluster identity certificate request parameters.\n */\nexport interface UpdateClusterIdentityCertificateParameters {\n /**\n * The application id.\n */\n applicationId?: string;\n /**\n * The certificate in base64 encoded format.\n */\n certificate?: string;\n /**\n * The password of the certificate.\n */\n certificatePassword?: string;\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/**\n * Describes the format of Error response.\n */\nexport interface ErrorResponse {\n /**\n * Error code\n */\n code?: string;\n /**\n * Error message indicating why the operation failed.\n */\n message?: string;\n}\n\n/**\n * Gets the application HTTP endpoints.\n */\nexport interface ApplicationGetHttpsEndpoint {\n /**\n * The list of access modes for the application.\n */\n accessModes?: string[];\n /**\n * The location of the endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly location?: string;\n /**\n * The destination port to connect to.\n */\n destinationPort?: number;\n /**\n * The public port to connect to.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly publicPort?: number;\n /**\n * The private ip address of the endpoint.\n */\n privateIPAddress?: string;\n /**\n * The subdomain suffix of the application.\n */\n subDomainSuffix?: string;\n /**\n * The value indicates whether to disable GatewayAuth.\n */\n disableGatewayAuth?: boolean;\n}\n\n/**\n * Gets the application SSH endpoint\n */\nexport interface ApplicationGetEndpoint {\n /**\n * The location of the endpoint.\n */\n location?: string;\n /**\n * The destination port to connect to.\n */\n destinationPort?: number;\n /**\n * The public port to connect to.\n */\n publicPort?: number;\n /**\n * The private ip address of the endpoint.\n */\n privateIPAddress?: string;\n}\n\n/**\n * The HDInsight cluster application GET response.\n */\nexport interface ApplicationProperties {\n /**\n * The list of roles in the cluster.\n */\n computeProfile?: ComputeProfile;\n /**\n * The list of install script actions.\n */\n installScriptActions?: RuntimeScriptAction[];\n /**\n * The list of uninstall script actions.\n */\n uninstallScriptActions?: RuntimeScriptAction[];\n /**\n * The list of application HTTPS endpoints.\n */\n httpsEndpoints?: ApplicationGetHttpsEndpoint[];\n /**\n * The list of application SSH endpoints.\n */\n sshEndpoints?: ApplicationGetEndpoint[];\n /**\n * The provisioning state of the application.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The application type.\n */\n applicationType?: string;\n /**\n * The application state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicationState?: string;\n /**\n * The list of errors.\n */\n errors?: Errors[];\n /**\n * The application create date time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: string;\n /**\n * The marketplace identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly marketplaceIdentifier?: string;\n /**\n * The private link configurations.\n */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\n/**\n * The HDInsight cluster application\n */\nexport interface Application extends ProxyResource {\n /**\n * The ETag for the application\n */\n etag?: string;\n /**\n * The tags for the application.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The properties of the application.\n */\n properties?: ApplicationProperties;\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 * The version properties.\n */\nexport interface VersionSpec {\n /**\n * The friendly name\n */\n friendlyName?: string;\n /**\n * The display name\n */\n displayName?: string;\n /**\n * Whether or not the version is the default version.\n */\n isDefault?: boolean;\n /**\n * The component version property.\n */\n componentVersions?: { [propertyName: string]: string };\n}\n\n/**\n * The version capability.\n */\nexport interface VersionsCapability {\n /**\n * The list of version capabilities.\n */\n available?: VersionSpec[];\n}\n\n/**\n * The regions capability.\n */\nexport interface RegionsCapability {\n /**\n * The list of region capabilities.\n */\n available?: string[];\n}\n\n/**\n * The regional quota capacity.\n */\nexport interface RegionalQuotaCapability {\n /**\n * The region name.\n */\n regionName?: string;\n /**\n * The number of cores used in the region.\n */\n coresUsed?: number;\n /**\n * The number of cores available in the region.\n */\n coresAvailable?: number;\n}\n\n/**\n * The regional quota capability.\n */\nexport interface QuotaCapability {\n /**\n * The number of cores used in the subscription.\n */\n coresUsed?: number;\n /**\n * The number of cores that the subscription allowed.\n */\n maxCoresAllowed?: number;\n /**\n * The list of region quota capabilities.\n */\n regionalQuotas?: RegionalQuotaCapability[];\n}\n\n/**\n * The Get Capabilities operation response.\n */\nexport interface CapabilitiesResult {\n /**\n * The version capability.\n */\n versions?: { [propertyName: string]: VersionsCapability };\n /**\n * The virtual machine size compatibility features.\n */\n regions?: { [propertyName: string]: RegionsCapability };\n /**\n * The capability features.\n */\n features?: string[];\n /**\n * The quota capability.\n */\n quota?: QuotaCapability;\n}\n\n/**\n * The details about the localizable name of a type of usage.\n */\nexport interface LocalizedName {\n /**\n * The name of the used resource.\n */\n value?: string;\n /**\n * The localized name of the used resource.\n */\n localizedValue?: string;\n}\n\n/**\n * The details about the usage of a particular limited resource.\n */\nexport interface Usage {\n /**\n * The type of measurement for usage.\n */\n unit?: string;\n /**\n * The current usage.\n */\n currentValue?: number;\n /**\n * The maximum allowed usage.\n */\n limit?: number;\n /**\n * The details about the localizable name of the used resource.\n */\n name?: LocalizedName;\n}\n\n/**\n * The response for the operation to get regional usages for a subscription.\n */\nexport interface UsagesListResult {\n /**\n * The list of usages.\n */\n value?: Usage[];\n}\n\n/**\n * This class represent a single filter object that defines a multidimensional set. The dimensions\n * of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be\n * defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect\n * of exclusion/inclusion) and the ordering of the Filters. Later filters override previous\n * settings if conflicted.\n */\nexport interface VmSizeCompatibilityFilterV2 {\n /**\n * The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular\n * set. Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'\n */\n filterMode?: FilterMode;\n /**\n * The list of regions under the effect of the filter.\n */\n regions?: string[];\n /**\n * The list of cluster flavors under the effect of the filter.\n */\n clusterFlavors?: string[];\n /**\n * The list of node types affected by the filter.\n */\n nodeTypes?: string[];\n /**\n * The list of cluster versions affected in Major.Minor format.\n */\n clusterVersions?: string[];\n /**\n * The OSType affected, Windows or Linux.\n */\n osType?: OSType[];\n /**\n * The list of virtual machine sizes to include or exclude.\n */\n vmSizes?: string[];\n /**\n * Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null\n * or empty string or others mean for both.\n */\n espApplied?: string;\n /**\n * Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false'\n * means only for regular cluster.\n */\n computeIsolationSupported?: string;\n}\n\n/**\n * The vm size property\n */\nexport interface VmSizeProperty {\n /**\n * The vm size name.\n */\n name?: string;\n /**\n * The number of cores that the vm size has.\n */\n cores?: number;\n /**\n * The data disk storage tier of the vm size.\n */\n dataDiskStorageTier?: string;\n /**\n * The label of the vm size.\n */\n label?: string;\n /**\n * The max data disk count of the vm size.\n */\n maxDataDiskCount?: number;\n /**\n * The memory whose unit is MB of the vm size.\n */\n memoryInMb?: number;\n /**\n * This indicates this vm size is supported by virtual machines or not\n */\n supportedByVirtualMachines?: boolean;\n /**\n * The indicates this vm size is supported by web worker roles or not\n */\n supportedByWebWorkerRoles?: boolean;\n /**\n * The virtual machine resource disk size whose unit is MB of the vm size.\n */\n virtualMachineResourceDiskSizeInMb?: number;\n /**\n * The web worker resource disk size whose unit is MB of the vm size.\n */\n webWorkerResourceDiskSizeInMb?: number;\n}\n\n/**\n * The billing meters.\n */\nexport interface BillingMeters {\n /**\n * The virtual machine sizes.\n */\n meterParameter?: string;\n /**\n * The HDInsight meter guid.\n */\n meter?: string;\n /**\n * The unit of meter, VMHours or CoreHours.\n */\n unit?: string;\n}\n\n/**\n * The disk billing meters.\n */\nexport interface DiskBillingMeters {\n /**\n * The managed disk meter guid.\n */\n diskRpMeter?: string;\n /**\n * The managed disk billing sku, P30 or S30.\n */\n sku?: string;\n /**\n * The managed disk billing tier, Standard or Premium. Possible values include: 'Standard',\n * 'Premium'\n */\n tier?: Tier;\n}\n\n/**\n * The billing resources.\n */\nexport interface BillingResources {\n /**\n * The region or location.\n */\n region?: string;\n /**\n * The billing meter information.\n */\n billingMeters?: BillingMeters[];\n /**\n * The managed disk billing information.\n */\n diskBillingMeters?: DiskBillingMeters[];\n}\n\n/**\n * The response for the operation to get regional billingSpecs for a subscription.\n */\nexport interface BillingResponseListResult {\n /**\n * The virtual machine sizes to include or exclude.\n */\n vmSizes?: string[];\n /**\n * The vm sizes which enable encryption at host.\n */\n vmSizesWithEncryptionAtHost?: string[];\n /**\n * The virtual machine filtering mode. Effectively this can enabling or disabling the virtual\n * machine sizes in a particular set.\n */\n vmSizeFilters?: VmSizeCompatibilityFilterV2[];\n /**\n * The vm size properties.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmSizeProperties?: VmSizeProperty[];\n /**\n * The billing and managed disk billing resources for a region.\n */\n billingResources?: BillingResources[];\n}\n\n/**\n * The request spec of checking name availability.\n */\nexport interface NameAvailabilityCheckRequestParameters {\n /**\n * The resource name.\n */\n name?: string;\n /**\n * The resource type\n */\n type?: string;\n}\n\n/**\n * The response spec of checking name availability.\n */\nexport interface NameAvailabilityCheckResult {\n /**\n * This indicates whether the name is available.\n */\n nameAvailable?: boolean;\n /**\n * The reason of the result.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: string;\n /**\n * The related message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * The cluster create request specification.\n */\nexport interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {\n /**\n * The cluster name.\n */\n name?: string;\n /**\n * The resource type.\n */\n type?: string;\n /**\n * The tenant id.\n */\n tenantId?: string;\n /**\n * This indicates whether fetch Aadds resource or not.\n */\n fetchAaddsResource?: boolean;\n}\n\n/**\n * The validation error information.\n */\nexport interface ValidationErrorInfo {\n /**\n * The error code.\n */\n code?: string;\n /**\n * The error message.\n */\n message?: string;\n /**\n * The error resource.\n */\n errorResource?: string;\n /**\n * The message arguments\n */\n messageArguments?: string[];\n}\n\n/**\n * The Azure active directory domain service resource details.\n */\nexport interface AaddsResourceDetails {\n /**\n * The Azure active directory domain service name.\n */\n domainName?: string;\n /**\n * This indicates whether initial sync complete or not.\n */\n initialSyncComplete?: boolean;\n /**\n * This indicates whether enable ldaps or not.\n */\n ldapsEnabled?: boolean;\n /**\n * The base 64 format string of public ldap certificate.\n */\n ldapsPublicCertificateInBase64?: string;\n /**\n * The resource id of azure active directory domain service.\n */\n resourceId?: string;\n /**\n * The subnet resource id.\n */\n subnetId?: string;\n /**\n * The tenant id of azure active directory domain service .\n */\n tenantId?: string;\n}\n\n/**\n * The response of cluster create request validation.\n */\nexport interface ClusterCreateValidationResult {\n /**\n * The validation errors.\n */\n validationErrors?: ValidationErrorInfo[];\n /**\n * The validation warnings.\n */\n validationWarnings?: ValidationErrorInfo[];\n /**\n * The estimated creation duration.\n */\n estimatedCreationDuration?: string;\n /**\n * The Azure active directory domain service resource details.\n */\n aaddsResourcesDetails?: AaddsResourceDetails[];\n}\n\n/**\n * The configuration object for the specified cluster.\n */\nexport interface ClusterConfigurations {\n /**\n * The configuration object for the specified configuration for the specified cluster.\n */\n configurations?: { [propertyName: string]: { [propertyName: string]: string } };\n}\n\n/**\n * Cluster monitoring extensions.\n */\nexport interface Extension {\n /**\n * The workspace ID for the cluster monitoring extension.\n */\n workspaceId?: string;\n /**\n * The certificate for the cluster monitoring extensions.\n */\n primaryKey?: string;\n}\n\n/**\n * The cluster monitoring status response.\n */\nexport interface ClusterMonitoringResponse {\n /**\n * The status of the monitor on the HDInsight cluster.\n */\n clusterMonitoringEnabled?: boolean;\n /**\n * The workspace ID of the monitor on the HDInsight cluster.\n */\n workspaceId?: string;\n}\n\n/**\n * The cluster monitor parameters.\n */\nexport interface ClusterMonitoringRequest {\n /**\n * The cluster monitor workspace ID.\n */\n workspaceId?: string;\n /**\n * The cluster monitor workspace key.\n */\n primaryKey?: string;\n}\n\n/**\n * The table configuration for the Log Analytics integration.\n */\nexport interface AzureMonitorTableConfiguration {\n /**\n * The name.\n */\n name?: string;\n}\n\n/**\n * The selected configurations for azure monitor.\n */\nexport interface AzureMonitorSelectedConfigurations {\n /**\n * The configuration version.\n */\n configurationVersion?: string;\n /**\n * The global configurations of selected configurations.\n */\n globalConfigurations?: { [propertyName: string]: string };\n /**\n * The table list.\n */\n tableList?: AzureMonitorTableConfiguration[];\n}\n\n/**\n * The azure monitor parameters.\n */\nexport interface AzureMonitorRequest {\n /**\n * The Log Analytics workspace ID.\n */\n workspaceId?: string;\n /**\n * The Log Analytics workspace key.\n */\n primaryKey?: string;\n /**\n * The selected configurations.\n */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\n/**\n * The azure monitor status response.\n */\nexport interface AzureMonitorResponse {\n /**\n * The status of the monitor on the HDInsight cluster.\n */\n clusterMonitoringEnabled?: boolean;\n /**\n * The workspace ID of the monitor on the HDInsight cluster.\n */\n workspaceId?: string;\n /**\n * The selected configurations.\n */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\n/**\n * The persisted script action for cluster.\n */\nexport interface ScriptActionPersistedGetResponseSpec {\n /**\n * The name of script action.\n */\n name?: string;\n /**\n * The URI to the script.\n */\n uri?: string;\n /**\n * The parameters for the script provided.\n */\n parameters?: string;\n /**\n * The list of roles where script will be executed.\n */\n roles?: string[];\n /**\n * The application name for the script action.\n */\n applicationName?: string;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * The service provider: Microsoft.HDInsight\n */\n provider?: string;\n /**\n * The resource on which the operation is performed: Cluster, Applications, etc.\n */\n resource?: string;\n /**\n * The operation type: read, write, delete, etc.\n */\n operation?: string;\n /**\n * Localized friendly description for the operation\n */\n description?: string;\n}\n\n/**\n * The definition of Dimension.\n */\nexport interface Dimension {\n /**\n * The name of the dimension.\n */\n name?: string;\n /**\n * The display name of the dimension.\n */\n displayName?: string;\n /**\n * The display name of the dimension.\n */\n internalName?: string;\n /**\n * The flag indicates whether the metric will be exported for shoebox or not.\n */\n toBeExportedForShoebox?: boolean;\n}\n\n/**\n * The details of metric specifications.\n */\nexport interface MetricSpecifications {\n /**\n * The name of the metric specification.\n */\n name?: string;\n /**\n * The display name of the metric specification.\n */\n displayName?: string;\n /**\n * The display description of the metric specification.\n */\n displayDescription?: string;\n /**\n * The unit of the metric specification.\n */\n unit?: string;\n /**\n * The aggregation type of the metric specification.\n */\n aggregationType?: string;\n /**\n * The supported aggregation types of the metric specification.\n */\n supportedAggregationTypes?: string[];\n /**\n * The supported time grain types of the metric specification.\n */\n supportedTimeGrainTypes?: string[];\n /**\n * The flag indicates whether enable regional mdm account or not.\n */\n enableRegionalMdmAccount?: boolean;\n /**\n * The source mdm account.\n */\n sourceMdmAccount?: string;\n /**\n * The source mdm namespace.\n */\n sourceMdmNamespace?: string;\n /**\n * The metric filter pattern.\n */\n metricFilterPattern?: string;\n /**\n * The flag indicates whether filling gap with zero.\n */\n fillGapWithZero?: boolean;\n /**\n * The category of the metric.\n */\n category?: string;\n /**\n * The override name of resource id dimension name.\n */\n resourceIdDimensionNameOverride?: string;\n /**\n * The flag indicates whether the metric is internal or not.\n */\n isInternal?: boolean;\n /**\n * The override name of delegate metric.\n */\n delegateMetricNameOverride?: string;\n /**\n * The dimensions of the metric specification.\n */\n dimensions?: Dimension[];\n}\n\n/**\n * The specification of the service.\n */\nexport interface ServiceSpecification {\n /**\n * The metric specifications.\n */\n metricSpecifications?: MetricSpecifications[];\n}\n\n/**\n * The details of operation.\n */\nexport interface OperationProperties {\n /**\n * The specification of the service.\n */\n serviceSpecification?: ServiceSpecification;\n}\n\n/**\n * The HDInsight REST API operation.\n */\nexport interface Operation {\n /**\n * The operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * The display of operation.\n */\n display?: OperationDisplay;\n /**\n * The operation properties.\n */\n properties?: OperationProperties;\n}\n\n/**\n * The cluster host information.\n */\nexport interface HostInfo {\n /**\n * The host name\n */\n name?: string;\n /**\n * The Fully Qualified Domain Name of host\n */\n fqdn?: string;\n /**\n * The effective disk encryption key URL used by the host\n */\n effectiveDiskEncryptionKeyUrl?: string;\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The private link resource Private link DNS zone name.\n */\n requiredZoneNames?: string[];\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 list of private link resources\n */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of private link resources\n */\n value?: PrivateLinkResource[];\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 * An interface representing HDInsightManagementClientOptions.\n */\nexport interface HDInsightManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The List Cluster operation response.\n * @extends Array<Cluster>\n */\nexport interface ClusterListResult extends Array<Cluster> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the request to list cluster Applications. It contains a list of operations and a URL\n * link to get the next set of results.\n * @extends Array<Application>\n */\nexport interface ApplicationListResult extends Array<Application> {\n /**\n * The URL to get the next set of operation list results if there are any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The persisted script action for the cluster.\n * @extends Array<RuntimeScriptActionDetail>\n */\nexport interface ScriptActionsList extends Array<RuntimeScriptActionDetail> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list script execution history response.\n * @extends Array<RuntimeScriptActionDetail>\n */\nexport interface ScriptActionExecutionHistoryList extends Array<RuntimeScriptActionDetail> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of the request to list HDInsight operations. It contains a list of operations and a URL\n * link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * The URL to get the next set of operation list results if there are any.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The list private endpoint connections response.\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for DirectoryType.\n * Possible values include: 'ActiveDirectory'\n * @readonly\n * @enum {string}\n */\nexport type DirectoryType = 'ActiveDirectory';\n\n/**\n * Defines values for DaysOfWeek.\n * Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday',\n * 'Sunday'\n * @readonly\n * @enum {string}\n */\nexport type DaysOfWeek = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';\n\n/**\n * Defines values for ResourceProviderConnection.\n * Possible values include: 'Inbound', 'Outbound'\n * @readonly\n * @enum {string}\n */\nexport type ResourceProviderConnection = 'Inbound' | 'Outbound';\n\n/**\n * Defines values for PrivateLink.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLink = 'Disabled' | 'Enabled';\n\n/**\n * Defines values for OSType.\n * Possible values include: 'Windows', 'Linux'\n * @readonly\n * @enum {string}\n */\nexport type OSType = 'Windows' | 'Linux';\n\n/**\n * Defines values for Tier.\n * Possible values include: 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type Tier = 'Standard' | 'Premium';\n\n/**\n * Defines values for JsonWebKeyEncryptionAlgorithm.\n * Possible values include: 'RSA-OAEP', 'RSA-OAEP-256', 'RSA1_5'\n * @readonly\n * @enum {string}\n */\nexport type JsonWebKeyEncryptionAlgorithm = 'RSA-OAEP' | 'RSA-OAEP-256' | 'RSA1_5';\n\n/**\n * Defines values for PrivateLinkConfigurationProvisioningState.\n * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkConfigurationProvisioningState = 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';\n\n/**\n * Defines values for PrivateIPAllocationMethod.\n * Possible values include: 'dynamic', 'static'\n * @readonly\n * @enum {string}\n */\nexport type PrivateIPAllocationMethod = 'dynamic' | 'static';\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned',\n * 'None'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned' | 'None';\n\n/**\n * Defines values for HDInsightClusterProvisioningState.\n * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n * @readonly\n * @enum {string}\n */\nexport type HDInsightClusterProvisioningState = 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus.\n * Possible values include: 'Approved', 'Rejected', 'Pending', 'Removed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStatus = 'Approved' | 'Rejected' | 'Pending' | 'Removed';\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'InProgress', 'Updating', 'Failed', 'Succeeded', 'Canceled', 'Deleting'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState = 'InProgress' | 'Updating' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';\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 AsyncOperationState.\n * Possible values include: 'InProgress', 'Succeeded', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type AsyncOperationState = 'InProgress' | 'Succeeded' | 'Failed';\n\n/**\n * Defines values for FilterMode.\n * Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'\n * @readonly\n * @enum {string}\n */\nexport type FilterMode = 'Exclude' | 'Include' | 'Recommend' | 'Default';\n\n/**\n * Contains response data for the create operation.\n */\nexport type ClustersCreateResponse = 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 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 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 getGatewaySettings operation.\n */\nexport type ClustersGetGatewaySettingsResponse = GatewaySettings & {\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: GatewaySettings;\n };\n};\n\n/**\n * Contains response data for the getAzureAsyncOperationStatus operation.\n */\nexport type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ClustersBeginCreateResponse = 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 listByResourceGroupNext operation.\n */\nexport type ClustersListByResourceGroupNextResponse = 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 listNext operation.\n */\nexport type ClustersListNextResponse = 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 listByCluster operation.\n */\nexport type ApplicationsListByClusterResponse = ApplicationListResult & {\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: ApplicationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ApplicationsGetResponse = Application & {\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: Application;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ApplicationsCreateResponse = Application & {\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: Application;\n };\n};\n\n/**\n * Contains response data for the getAzureAsyncOperationStatus operation.\n */\nexport type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type ApplicationsBeginCreateResponse = Application & {\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: Application;\n };\n};\n\n/**\n * Contains response data for the listByClusterNext operation.\n */\nexport type ApplicationsListByClusterNextResponse = ApplicationListResult & {\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: ApplicationListResult;\n };\n};\n\n/**\n * Contains response data for the getCapabilities operation.\n */\nexport type LocationsGetCapabilitiesResponse = CapabilitiesResult & {\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: CapabilitiesResult;\n };\n};\n\n/**\n * Contains response data for the listUsages operation.\n */\nexport type LocationsListUsagesResponse = UsagesListResult & {\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: UsagesListResult;\n };\n};\n\n/**\n * Contains response data for the listBillingSpecs operation.\n */\nexport type LocationsListBillingSpecsResponse = BillingResponseListResult & {\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: BillingResponseListResult;\n };\n};\n\n/**\n * Contains response data for the getAzureAsyncOperationStatus operation.\n */\nexport type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult & {\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: NameAvailabilityCheckResult;\n };\n};\n\n/**\n * Contains response data for the validateClusterCreateRequest operation.\n */\nexport type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult & {\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: ClusterCreateValidationResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ConfigurationsListResponse = ClusterConfigurations & {\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: ClusterConfigurations;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ConfigurationsGetResponse = {\n /**\n * The response body properties.\n */\n [propertyName: string]: string;\n} & {\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: { [propertyName: string]: string };\n };\n};\n\n/**\n * Contains response data for the getMonitoringStatus operation.\n */\nexport type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse & {\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: ClusterMonitoringResponse;\n };\n};\n\n/**\n * Contains response data for the getAzureMonitorStatus operation.\n */\nexport type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse & {\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: AzureMonitorResponse;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ExtensionsGetResponse = ClusterMonitoringResponse & {\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: ClusterMonitoringResponse;\n };\n};\n\n/**\n * Contains response data for the getAzureAsyncOperationStatus operation.\n */\nexport type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type ScriptActionsListByClusterResponse = ScriptActionsList & {\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: ScriptActionsList;\n };\n};\n\n/**\n * Contains response data for the getExecutionDetail operation.\n */\nexport type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail & {\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: RuntimeScriptActionDetail;\n };\n};\n\n/**\n * Contains response data for the getExecutionAsyncOperationStatus operation.\n */\nexport type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the listByClusterNext operation.\n */\nexport type ScriptActionsListByClusterNextResponse = ScriptActionsList & {\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: ScriptActionsList;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList & {\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: ScriptActionExecutionHistoryList;\n };\n};\n\n/**\n * Contains response data for the listByClusterNext operation.\n */\nexport type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList & {\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: ScriptActionExecutionHistoryList;\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 listHosts operation.\n */\nexport type VirtualMachinesListHostsResponse = Array<HostInfo> & {\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: HostInfo[];\n };\n};\n\n/**\n * Contains response data for the getAsyncOperationStatus operation.\n */\nexport type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the listByClusterNext operation.\n */\nexport type PrivateEndpointConnectionsListByClusterNextResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult & {\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: PrivateLinkResourceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource & {\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: PrivateLinkResource;\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 ClusterDefinition: msRest.CompositeMapper = {\n serializedName: \"ClusterDefinition\",\n type: {\n name: \"Composite\",\n className: \"ClusterDefinition\",\n modelProperties: {\n blueprint: {\n serializedName: \"blueprint\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n componentVersion: {\n serializedName: \"componentVersion\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n configurations: {\n serializedName: \"configurations\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ClientGroupInfo: msRest.CompositeMapper = {\n serializedName: \"ClientGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"ClientGroupInfo\",\n modelProperties: {\n groupName: {\n serializedName: \"groupName\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KafkaRestProperties: msRest.CompositeMapper = {\n serializedName: \"KafkaRestProperties\",\n type: {\n name: \"Composite\",\n className: \"KafkaRestProperties\",\n modelProperties: {\n clientGroupInfo: {\n serializedName: \"clientGroupInfo\",\n type: {\n name: \"Composite\",\n className: \"ClientGroupInfo\"\n }\n },\n configurationOverride: {\n serializedName: \"configurationOverride\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecurityProfile: msRest.CompositeMapper = {\n serializedName: \"SecurityProfile\",\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\",\n modelProperties: {\n directoryType: {\n serializedName: \"directoryType\",\n type: {\n name: \"String\"\n }\n },\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\"\n }\n },\n organizationalUnitDN: {\n serializedName: \"organizationalUnitDN\",\n type: {\n name: \"String\"\n }\n },\n ldapsUrls: {\n serializedName: \"ldapsUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n domainUsername: {\n serializedName: \"domainUsername\",\n type: {\n name: \"String\"\n }\n },\n domainUserPassword: {\n serializedName: \"domainUserPassword\",\n type: {\n name: \"String\"\n }\n },\n clusterUsersGroupDNs: {\n serializedName: \"clusterUsersGroupDNs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n aaddsResourceId: {\n serializedName: \"aaddsResourceId\",\n type: {\n name: \"String\"\n }\n },\n msiResourceId: {\n serializedName: \"msiResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoscaleTimeAndCapacity: msRest.CompositeMapper = {\n serializedName: \"AutoscaleTimeAndCapacity\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleTimeAndCapacity\",\n modelProperties: {\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n },\n minInstanceCount: {\n serializedName: \"minInstanceCount\",\n type: {\n name: \"Number\"\n }\n },\n maxInstanceCount: {\n serializedName: \"maxInstanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoscaleSchedule: msRest.CompositeMapper = {\n serializedName: \"AutoscaleSchedule\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleSchedule\",\n modelProperties: {\n days: {\n serializedName: \"days\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n timeAndCapacity: {\n serializedName: \"timeAndCapacity\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleTimeAndCapacity\"\n }\n }\n }\n }\n};\n\nexport const AutoscaleCapacity: msRest.CompositeMapper = {\n serializedName: \"AutoscaleCapacity\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleCapacity\",\n modelProperties: {\n minInstanceCount: {\n serializedName: \"minInstanceCount\",\n type: {\n name: \"Number\"\n }\n },\n maxInstanceCount: {\n serializedName: \"maxInstanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AutoscaleRecurrence: msRest.CompositeMapper = {\n serializedName: \"AutoscaleRecurrence\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleRecurrence\",\n modelProperties: {\n timeZone: {\n serializedName: \"timeZone\",\n type: {\n name: \"String\"\n }\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSchedule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Autoscale: msRest.CompositeMapper = {\n serializedName: \"Autoscale\",\n type: {\n name: \"Composite\",\n className: \"Autoscale\",\n modelProperties: {\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleCapacity\"\n }\n },\n recurrence: {\n serializedName: \"recurrence\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleRecurrence\"\n }\n }\n }\n }\n};\n\nexport const AutoscaleConfigurationUpdateParameter: msRest.CompositeMapper = {\n serializedName: \"AutoscaleConfigurationUpdateParameter\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleConfigurationUpdateParameter\",\n modelProperties: {\n autoscale: {\n serializedName: \"autoscale\",\n type: {\n name: \"Composite\",\n className: \"Autoscale\"\n }\n }\n }\n }\n};\n\nexport const HardwareProfile: msRest.CompositeMapper = {\n serializedName: \"HardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n modelProperties: {\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkProfile: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProfile\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDisksGroups: msRest.CompositeMapper = {\n serializedName: \"DataDisksGroups\",\n type: {\n name: \"Composite\",\n className: \"DataDisksGroups\",\n modelProperties: {\n disksPerNode: {\n serializedName: \"disksPerNode\",\n type: {\n name: \"Number\"\n }\n },\n storageAccountType: {\n readOnly: true,\n serializedName: \"storageAccountType\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGB: {\n readOnly: true,\n serializedName: \"diskSizeGB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SshPublicKey: msRest.CompositeMapper = {\n serializedName: \"SshPublicKey\",\n type: {\n name: \"Composite\",\n className: \"SshPublicKey\",\n modelProperties: {\n certificateData: {\n serializedName: \"certificateData\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SshProfile: msRest.CompositeMapper = {\n serializedName: \"SshProfile\",\n type: {\n name: \"Composite\",\n className: \"SshProfile\",\n modelProperties: {\n publicKeys: {\n serializedName: \"publicKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SshPublicKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LinuxOperatingSystemProfile: msRest.CompositeMapper = {\n serializedName: \"LinuxOperatingSystemProfile\",\n type: {\n name: \"Composite\",\n className: \"LinuxOperatingSystemProfile\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n sshProfile: {\n serializedName: \"sshProfile\",\n type: {\n name: \"Composite\",\n className: \"SshProfile\"\n }\n }\n }\n }\n};\n\nexport const OsProfile: msRest.CompositeMapper = {\n serializedName: \"OsProfile\",\n type: {\n name: \"Composite\",\n className: \"OsProfile\",\n modelProperties: {\n linuxOperatingSystemProfile: {\n serializedName: \"linuxOperatingSystemProfile\",\n type: {\n name: \"Composite\",\n className: \"LinuxOperatingSystemProfile\"\n }\n }\n }\n }\n};\n\nexport const ScriptAction: msRest.CompositeMapper = {\n serializedName: \"ScriptAction\",\n type: {\n name: \"Composite\",\n className: \"ScriptAction\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n required: true,\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n required: true,\n serializedName: \"parameters\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Role: msRest.CompositeMapper = {\n serializedName: \"Role\",\n type: {\n name: \"Composite\",\n className: \"Role\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n minInstanceCount: {\n serializedName: \"minInstanceCount\",\n type: {\n name: \"Number\"\n }\n },\n targetInstanceCount: {\n serializedName: \"targetInstanceCount\",\n type: {\n name: \"Number\"\n }\n },\n vMGroupName: {\n serializedName: \"VMGroupName\",\n type: {\n name: \"String\"\n }\n },\n autoscaleConfiguration: {\n serializedName: \"autoscale\",\n type: {\n name: \"Composite\",\n className: \"Autoscale\"\n }\n },\n hardwareProfile: {\n serializedName: \"hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\"\n }\n },\n osProfile: {\n serializedName: \"osProfile\",\n type: {\n name: \"Composite\",\n className: \"OsProfile\"\n }\n },\n virtualNetworkProfile: {\n serializedName: \"virtualNetworkProfile\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkProfile\"\n }\n },\n dataDisksGroups: {\n serializedName: \"dataDisksGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDisksGroups\"\n }\n }\n }\n },\n scriptActions: {\n serializedName: \"scriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptAction\"\n }\n }\n }\n },\n encryptDataDisks: {\n serializedName: \"encryptDataDisks\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ComputeProfile: msRest.CompositeMapper = {\n serializedName: \"ComputeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\",\n modelProperties: {\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageAccount: msRest.CompositeMapper = {\n serializedName: \"StorageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDefault: {\n serializedName: \"isDefault\",\n type: {\n name: \"Boolean\"\n }\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"String\"\n }\n },\n fileSystem: {\n serializedName: \"fileSystem\",\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n msiResourceId: {\n serializedName: \"msiResourceId\",\n type: {\n name: \"String\"\n }\n },\n saskey: {\n serializedName: \"saskey\",\n type: {\n name: \"String\"\n }\n },\n fileshare: {\n serializedName: \"fileshare\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageProfile: msRest.CompositeMapper = {\n serializedName: \"StorageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n modelProperties: {\n storageaccounts: {\n serializedName: \"storageaccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ExcludedServicesConfig: msRest.CompositeMapper = {\n serializedName: \"ExcludedServicesConfig\",\n type: {\n name: \"Composite\",\n className: \"ExcludedServicesConfig\",\n modelProperties: {\n excludedServicesConfigId: {\n serializedName: \"excludedServicesConfigId\",\n type: {\n name: \"String\"\n }\n },\n excludedServicesList: {\n serializedName: \"excludedServicesList\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkProperties: msRest.CompositeMapper = {\n serializedName: \"NetworkProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkProperties\",\n modelProperties: {\n resourceProviderConnection: {\n serializedName: \"resourceProviderConnection\",\n type: {\n name: \"String\"\n }\n },\n privateLink: {\n serializedName: \"privateLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputeIsolationProperties: msRest.CompositeMapper = {\n serializedName: \"ComputeIsolationProperties\",\n type: {\n name: \"Composite\",\n className: \"ComputeIsolationProperties\",\n modelProperties: {\n enableComputeIsolation: {\n serializedName: \"enableComputeIsolation\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n },\n hostSku: {\n serializedName: \"hostSku\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiskEncryptionProperties: msRest.CompositeMapper = {\n serializedName: \"DiskEncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionProperties\",\n modelProperties: {\n vaultUri: {\n serializedName: \"vaultUri\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\"\n }\n },\n encryptionAlgorithm: {\n serializedName: \"encryptionAlgorithm\",\n type: {\n name: \"String\"\n }\n },\n msiResourceId: {\n serializedName: \"msiResourceId\",\n type: {\n name: \"String\"\n }\n },\n encryptionAtHost: {\n serializedName: \"encryptionAtHost\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const EncryptionInTransitProperties: msRest.CompositeMapper = {\n serializedName: \"EncryptionInTransitProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionInTransitProperties\",\n modelProperties: {\n isEncryptionInTransitEnabled: {\n serializedName: \"isEncryptionInTransitEnabled\",\n defaultValue: false,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ResourceId: msRest.CompositeMapper = {\n serializedName: \"ResourceId\",\n type: {\n name: \"Composite\",\n className: \"ResourceId\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IPConfiguration: msRest.CompositeMapper = {\n serializedName: \"IPConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IPConfiguration\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\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 readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n primary: {\n serializedName: \"properties.primary\",\n type: {\n name: \"Boolean\"\n }\n },\n privateIPAddress: {\n serializedName: \"properties.privateIPAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIPAllocationMethod: {\n serializedName: \"properties.privateIPAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"properties.subnet\",\n type: {\n name: \"Composite\",\n className: \"ResourceId\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkConfiguration: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\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 readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n required: true,\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n ipConfigurations: {\n required: true,\n serializedName: \"properties.ipConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterCreateProperties: msRest.CompositeMapper = {\n serializedName: \"ClusterCreateProperties\",\n type: {\n name: \"Composite\",\n className: \"ClusterCreateProperties\",\n modelProperties: {\n clusterVersion: {\n serializedName: \"clusterVersion\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n defaultValue: 'Standard',\n type: {\n name: \"String\"\n }\n },\n clusterDefinition: {\n serializedName: \"clusterDefinition\",\n type: {\n name: \"Composite\",\n className: \"ClusterDefinition\"\n }\n },\n kafkaRestProperties: {\n serializedName: \"kafkaRestProperties\",\n type: {\n name: \"Composite\",\n className: \"KafkaRestProperties\"\n }\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\"\n }\n },\n computeProfile: {\n serializedName: \"computeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\"\n }\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\"\n }\n },\n diskEncryptionProperties: {\n serializedName: \"diskEncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionProperties\"\n }\n },\n encryptionInTransitProperties: {\n serializedName: \"encryptionInTransitProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionInTransitProperties\"\n }\n },\n minSupportedTlsVersion: {\n serializedName: \"minSupportedTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n networkProperties: {\n serializedName: \"networkProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkProperties\"\n }\n },\n computeIsolationProperties: {\n serializedName: \"computeIsolationProperties\",\n type: {\n name: \"Composite\",\n className: \"ComputeIsolationProperties\"\n }\n },\n privateLinkConfigurations: {\n serializedName: \"privateLinkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\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 tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterIdentity: msRest.CompositeMapper = {\n serializedName: \"ClusterIdentity\",\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\",\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 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: \"UserAssignedIdentity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterCreateParametersExtended: msRest.CompositeMapper = {\n serializedName: \"ClusterCreateParametersExtended\",\n type: {\n name: \"Composite\",\n className: \"ClusterCreateParametersExtended\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterCreateProperties\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\"\n }\n }\n }\n }\n};\n\nexport const ClusterPatchParameters: msRest.CompositeMapper = {\n serializedName: \"ClusterPatchParameters\",\n type: {\n name: \"Composite\",\n className: \"ClusterPatchParameters\",\n modelProperties: {\n tags: {\n nullable: true,\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const QuotaInfo: msRest.CompositeMapper = {\n serializedName: \"QuotaInfo\",\n type: {\n name: \"Composite\",\n className: \"QuotaInfo\",\n modelProperties: {\n coresUsed: {\n serializedName: \"coresUsed\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Errors: msRest.CompositeMapper = {\n serializedName: \"Errors\",\n type: {\n name: \"Composite\",\n className: \"Errors\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectivityEndpoint: msRest.CompositeMapper = {\n serializedName: \"ConnectivityEndpoint\",\n type: {\n name: \"Composite\",\n className: \"ConnectivityEndpoint\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n },\n privateIPAddress: {\n serializedName: \"privateIPAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\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 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 PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n readOnly: true,\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n linkIdentifier: {\n readOnly: true,\n serializedName: \"properties.linkIdentifier\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\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 ClusterGetProperties: msRest.CompositeMapper = {\n serializedName: \"ClusterGetProperties\",\n type: {\n name: \"Composite\",\n className: \"ClusterGetProperties\",\n modelProperties: {\n clusterVersion: {\n serializedName: \"clusterVersion\",\n type: {\n name: \"String\"\n }\n },\n clusterHdpVersion: {\n serializedName: \"clusterHdpVersion\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n clusterId: {\n serializedName: \"clusterId\",\n type: {\n name: \"String\"\n }\n },\n clusterDefinition: {\n required: true,\n serializedName: \"clusterDefinition\",\n type: {\n name: \"Composite\",\n className: \"ClusterDefinition\"\n }\n },\n kafkaRestProperties: {\n serializedName: \"kafkaRestProperties\",\n type: {\n name: \"Composite\",\n className: \"KafkaRestProperties\"\n }\n },\n securityProfile: {\n serializedName: \"securityProfile\",\n type: {\n name: \"Composite\",\n className: \"SecurityProfile\"\n }\n },\n computeProfile: {\n serializedName: \"computeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"createdDate\",\n type: {\n name: \"String\"\n }\n },\n clusterState: {\n serializedName: \"clusterState\",\n type: {\n name: \"String\"\n }\n },\n quotaInfo: {\n serializedName: \"quotaInfo\",\n type: {\n name: \"Composite\",\n className: \"QuotaInfo\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Errors\"\n }\n }\n }\n },\n connectivityEndpoints: {\n serializedName: \"connectivityEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectivityEndpoint\"\n }\n }\n }\n },\n diskEncryptionProperties: {\n serializedName: \"diskEncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionProperties\"\n }\n },\n encryptionInTransitProperties: {\n serializedName: \"encryptionInTransitProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionInTransitProperties\"\n }\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\"\n }\n },\n minSupportedTlsVersion: {\n serializedName: \"minSupportedTlsVersion\",\n type: {\n name: \"String\"\n }\n },\n excludedServicesConfig: {\n serializedName: \"excludedServicesConfig\",\n type: {\n name: \"Composite\",\n className: \"ExcludedServicesConfig\"\n }\n },\n networkProperties: {\n serializedName: \"networkProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkProperties\"\n }\n },\n computeIsolationProperties: {\n serializedName: \"computeIsolationProperties\",\n type: {\n name: \"Composite\",\n className: \"ComputeIsolationProperties\"\n }\n },\n privateLinkConfigurations: {\n serializedName: \"privateLinkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\"\n }\n }\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\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 etag: {\n serializedName: \"etag\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterGetProperties\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ClusterIdentity\"\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 RuntimeScriptAction: msRest.CompositeMapper = {\n serializedName: \"RuntimeScriptAction\",\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n required: true,\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n required: true,\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n applicationName: {\n readOnly: true,\n serializedName: \"applicationName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExecuteScriptActionParameters: msRest.CompositeMapper = {\n serializedName: \"ExecuteScriptActionParameters\",\n type: {\n name: \"Composite\",\n className: \"ExecuteScriptActionParameters\",\n modelProperties: {\n scriptActions: {\n serializedName: \"scriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\"\n }\n }\n }\n },\n persistOnSuccess: {\n required: true,\n serializedName: \"persistOnSuccess\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ClusterListPersistedScriptActionsResult: msRest.CompositeMapper = {\n serializedName: \"ClusterListPersistedScriptActionsResult\",\n type: {\n name: \"Composite\",\n className: \"ClusterListPersistedScriptActionsResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScriptActionExecutionSummary: msRest.CompositeMapper = {\n serializedName: \"ScriptActionExecutionSummary\",\n type: {\n name: \"Composite\",\n className: \"ScriptActionExecutionSummary\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n instanceCount: {\n readOnly: true,\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RuntimeScriptActionDetail: msRest.CompositeMapper = {\n serializedName: \"RuntimeScriptActionDetail\",\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptActionDetail\",\n modelProperties: {\n ...RuntimeScriptAction.type.modelProperties,\n scriptExecutionId: {\n readOnly: true,\n serializedName: \"scriptExecutionId\",\n type: {\n name: \"Number\"\n }\n },\n startTime: {\n readOnly: true,\n serializedName: \"startTime\",\n type: {\n name: \"String\"\n }\n },\n endTime: {\n readOnly: true,\n serializedName: \"endTime\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n executionSummary: {\n readOnly: true,\n serializedName: \"executionSummary\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScriptActionExecutionSummary\"\n }\n }\n }\n },\n debugInformation: {\n readOnly: true,\n serializedName: \"debugInformation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterResizeParameters: msRest.CompositeMapper = {\n serializedName: \"ClusterResizeParameters\",\n type: {\n name: \"Composite\",\n className: \"ClusterResizeParameters\",\n modelProperties: {\n targetInstanceCount: {\n serializedName: \"targetInstanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ClusterDiskEncryptionParameters: msRest.CompositeMapper = {\n serializedName: \"ClusterDiskEncryptionParameters\",\n type: {\n name: \"Composite\",\n className: \"ClusterDiskEncryptionParameters\",\n modelProperties: {\n vaultUri: {\n serializedName: \"vaultUri\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateGatewaySettingsParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateGatewaySettingsParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateGatewaySettingsParameters\",\n modelProperties: {\n isCredentialEnabled: {\n serializedName: \"restAuthCredential\\\\.isEnabled\",\n defaultValue: true,\n type: {\n name: \"Boolean\"\n }\n },\n userName: {\n serializedName: \"restAuthCredential\\\\.username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"restAuthCredential\\\\.password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GatewaySettings: msRest.CompositeMapper = {\n serializedName: \"GatewaySettings\",\n type: {\n name: \"Composite\",\n className: \"GatewaySettings\",\n modelProperties: {\n isCredentialEnabled: {\n readOnly: true,\n serializedName: \"restAuthCredential\\\\.isEnabled\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n readOnly: true,\n serializedName: \"restAuthCredential\\\\.username\",\n type: {\n name: \"String\"\n }\n },\n password: {\n readOnly: true,\n serializedName: \"restAuthCredential\\\\.password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AsyncOperationResult: msRest.CompositeMapper = {\n serializedName: \"AsyncOperationResult\",\n type: {\n name: \"Composite\",\n className: \"AsyncOperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"Errors\"\n }\n }\n }\n }\n};\n\nexport const UpdateClusterIdentityCertificateParameters: msRest.CompositeMapper = {\n serializedName: \"UpdateClusterIdentityCertificateParameters\",\n type: {\n name: \"Composite\",\n className: \"UpdateClusterIdentityCertificateParameters\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\"\n }\n },\n certificate: {\n serializedName: \"certificate\",\n type: {\n name: \"String\"\n }\n },\n certificatePassword: {\n serializedName: \"certificatePassword\",\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 ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationGetHttpsEndpoint: msRest.CompositeMapper = {\n serializedName: \"ApplicationGetHttpsEndpoint\",\n type: {\n name: \"Composite\",\n className: \"ApplicationGetHttpsEndpoint\",\n modelProperties: {\n accessModes: {\n serializedName: \"accessModes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n readOnly: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n destinationPort: {\n serializedName: \"destinationPort\",\n type: {\n name: \"Number\"\n }\n },\n publicPort: {\n readOnly: true,\n serializedName: \"publicPort\",\n type: {\n name: \"Number\"\n }\n },\n privateIPAddress: {\n serializedName: \"privateIPAddress\",\n type: {\n name: \"String\"\n }\n },\n subDomainSuffix: {\n serializedName: \"subDomainSuffix\",\n type: {\n name: \"String\"\n }\n },\n disableGatewayAuth: {\n serializedName: \"disableGatewayAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ApplicationGetEndpoint: msRest.CompositeMapper = {\n serializedName: \"ApplicationGetEndpoint\",\n type: {\n name: \"Composite\",\n className: \"ApplicationGetEndpoint\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n destinationPort: {\n serializedName: \"destinationPort\",\n type: {\n name: \"Number\"\n }\n },\n publicPort: {\n serializedName: \"publicPort\",\n type: {\n name: \"Number\"\n }\n },\n privateIPAddress: {\n serializedName: \"privateIPAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationProperties: msRest.CompositeMapper = {\n serializedName: \"ApplicationProperties\",\n type: {\n name: \"Composite\",\n className: \"ApplicationProperties\",\n modelProperties: {\n computeProfile: {\n serializedName: \"computeProfile\",\n type: {\n name: \"Composite\",\n className: \"ComputeProfile\"\n }\n },\n installScriptActions: {\n serializedName: \"installScriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\"\n }\n }\n }\n },\n uninstallScriptActions: {\n serializedName: \"uninstallScriptActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptAction\"\n }\n }\n }\n },\n httpsEndpoints: {\n serializedName: \"httpsEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationGetHttpsEndpoint\"\n }\n }\n }\n },\n sshEndpoints: {\n serializedName: \"sshEndpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationGetEndpoint\"\n }\n }\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n applicationType: {\n serializedName: \"applicationType\",\n type: {\n name: \"String\"\n }\n },\n applicationState: {\n readOnly: true,\n serializedName: \"applicationState\",\n type: {\n name: \"String\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Errors\"\n }\n }\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"createdDate\",\n type: {\n name: \"String\"\n }\n },\n marketplaceIdentifier: {\n readOnly: true,\n serializedName: \"marketplaceIdentifier\",\n type: {\n name: \"String\"\n }\n },\n privateLinkConfigurations: {\n serializedName: \"privateLinkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Application: msRest.CompositeMapper = {\n serializedName: \"Application\",\n type: {\n name: \"Composite\",\n className: \"Application\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ApplicationProperties\"\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 VersionSpec: msRest.CompositeMapper = {\n serializedName: \"VersionSpec\",\n type: {\n name: \"Composite\",\n className: \"VersionSpec\",\n modelProperties: {\n friendlyName: {\n serializedName: \"friendlyName\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n isDefault: {\n serializedName: \"isDefault\",\n type: {\n name: \"Boolean\"\n }\n },\n componentVersions: {\n serializedName: \"componentVersions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VersionsCapability: msRest.CompositeMapper = {\n serializedName: \"VersionsCapability\",\n type: {\n name: \"Composite\",\n className: \"VersionsCapability\",\n modelProperties: {\n available: {\n serializedName: \"available\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VersionSpec\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RegionsCapability: msRest.CompositeMapper = {\n serializedName: \"RegionsCapability\",\n type: {\n name: \"Composite\",\n className: \"RegionsCapability\",\n modelProperties: {\n available: {\n serializedName: \"available\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RegionalQuotaCapability: msRest.CompositeMapper = {\n serializedName: \"RegionalQuotaCapability\",\n type: {\n name: \"Composite\",\n className: \"RegionalQuotaCapability\",\n modelProperties: {\n regionName: {\n serializedName: \"regionName\",\n type: {\n name: \"String\"\n }\n },\n coresUsed: {\n serializedName: \"coresUsed\",\n type: {\n name: \"Number\"\n }\n },\n coresAvailable: {\n serializedName: \"coresAvailable\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const QuotaCapability: msRest.CompositeMapper = {\n serializedName: \"QuotaCapability\",\n type: {\n name: \"Composite\",\n className: \"QuotaCapability\",\n modelProperties: {\n coresUsed: {\n serializedName: \"coresUsed\",\n type: {\n name: \"Number\"\n }\n },\n maxCoresAllowed: {\n serializedName: \"maxCoresAllowed\",\n type: {\n name: \"Number\"\n }\n },\n regionalQuotas: {\n serializedName: \"regionalQuotas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegionalQuotaCapability\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CapabilitiesResult: msRest.CompositeMapper = {\n serializedName: \"CapabilitiesResult\",\n type: {\n name: \"Composite\",\n className: \"CapabilitiesResult\",\n modelProperties: {\n versions: {\n serializedName: \"versions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"VersionsCapability\"\n }\n }\n }\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RegionsCapability\"\n }\n }\n }\n },\n features: {\n serializedName: \"features\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n quota: {\n serializedName: \"quota\",\n type: {\n name: \"Composite\",\n className: \"QuotaCapability\"\n }\n }\n }\n }\n};\n\nexport const LocalizedName: msRest.CompositeMapper = {\n serializedName: \"LocalizedName\",\n type: {\n name: \"Composite\",\n className: \"LocalizedName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Usage: msRest.CompositeMapper = {\n serializedName: \"Usage\",\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"LocalizedName\"\n }\n }\n }\n }\n};\n\nexport const UsagesListResult: msRest.CompositeMapper = {\n serializedName: \"UsagesListResult\",\n type: {\n name: \"Composite\",\n className: \"UsagesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const VmSizeCompatibilityFilterV2: msRest.CompositeMapper = {\n serializedName: \"VmSizeCompatibilityFilterV2\",\n type: {\n name: \"Composite\",\n className: \"VmSizeCompatibilityFilterV2\",\n modelProperties: {\n filterMode: {\n serializedName: \"filterMode\",\n type: {\n name: \"String\"\n }\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n clusterFlavors: {\n serializedName: \"clusterFlavors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeTypes: {\n serializedName: \"nodeTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n clusterVersions: {\n serializedName: \"clusterVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vmSizes: {\n serializedName: \"vmSizes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n espApplied: {\n serializedName: \"espApplied\",\n type: {\n name: \"String\"\n }\n },\n computeIsolationSupported: {\n serializedName: \"computeIsolationSupported\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VmSizeProperty: msRest.CompositeMapper = {\n serializedName: \"VmSizeProperty\",\n type: {\n name: \"Composite\",\n className: \"VmSizeProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n cores: {\n serializedName: \"cores\",\n type: {\n name: \"Number\"\n }\n },\n dataDiskStorageTier: {\n serializedName: \"dataDiskStorageTier\",\n type: {\n name: \"String\"\n }\n },\n label: {\n serializedName: \"label\",\n type: {\n name: \"String\"\n }\n },\n maxDataDiskCount: {\n serializedName: \"maxDataDiskCount\",\n type: {\n name: \"Number\"\n }\n },\n memoryInMb: {\n serializedName: \"memoryInMb\",\n type: {\n name: \"Number\"\n }\n },\n supportedByVirtualMachines: {\n serializedName: \"supportedByVirtualMachines\",\n type: {\n name: \"Boolean\"\n }\n },\n supportedByWebWorkerRoles: {\n serializedName: \"supportedByWebWorkerRoles\",\n type: {\n name: \"Boolean\"\n }\n },\n virtualMachineResourceDiskSizeInMb: {\n serializedName: \"virtualMachineResourceDiskSizeInMb\",\n type: {\n name: \"Number\"\n }\n },\n webWorkerResourceDiskSizeInMb: {\n serializedName: \"webWorkerResourceDiskSizeInMb\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BillingMeters: msRest.CompositeMapper = {\n serializedName: \"BillingMeters\",\n type: {\n name: \"Composite\",\n className: \"BillingMeters\",\n modelProperties: {\n meterParameter: {\n serializedName: \"meterParameter\",\n type: {\n name: \"String\"\n }\n },\n meter: {\n serializedName: \"meter\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiskBillingMeters: msRest.CompositeMapper = {\n serializedName: \"DiskBillingMeters\",\n type: {\n name: \"Composite\",\n className: \"DiskBillingMeters\",\n modelProperties: {\n diskRpMeter: {\n serializedName: \"diskRpMeter\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingResources: msRest.CompositeMapper = {\n serializedName: \"BillingResources\",\n type: {\n name: \"Composite\",\n className: \"BillingResources\",\n modelProperties: {\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n billingMeters: {\n serializedName: \"billingMeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingMeters\"\n }\n }\n }\n },\n diskBillingMeters: {\n serializedName: \"diskBillingMeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiskBillingMeters\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BillingResponseListResult: msRest.CompositeMapper = {\n serializedName: \"BillingResponseListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingResponseListResult\",\n modelProperties: {\n vmSizes: {\n serializedName: \"vmSizes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vmSizesWithEncryptionAtHost: {\n serializedName: \"vmSizesWithEncryptionAtHost\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n vmSizeFilters: {\n serializedName: \"vmSizeFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmSizeCompatibilityFilterV2\"\n }\n }\n }\n },\n vmSizeProperties: {\n readOnly: true,\n serializedName: \"vmSizeProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VmSizeProperty\"\n }\n }\n }\n },\n billingResources: {\n serializedName: \"billingResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingResources\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityCheckRequestParameters: msRest.CompositeMapper = {\n serializedName: \"NameAvailabilityCheckRequestParameters\",\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityCheckRequestParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityCheckResult: msRest.CompositeMapper = {\n serializedName: \"NameAvailabilityCheckResult\",\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityCheckResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterCreateRequestValidationParameters: msRest.CompositeMapper = {\n serializedName: \"ClusterCreateRequestValidationParameters\",\n type: {\n name: \"Composite\",\n className: \"ClusterCreateRequestValidationParameters\",\n modelProperties: {\n ...ClusterCreateParametersExtended.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n fetchAaddsResource: {\n serializedName: \"fetchAaddsResource\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ValidationErrorInfo: msRest.CompositeMapper = {\n serializedName: \"ValidationErrorInfo\",\n type: {\n name: \"Composite\",\n className: \"ValidationErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n errorResource: {\n serializedName: \"errorResource\",\n type: {\n name: \"String\"\n }\n },\n messageArguments: {\n serializedName: \"messageArguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AaddsResourceDetails: msRest.CompositeMapper = {\n serializedName: \"AaddsResourceDetails\",\n type: {\n name: \"Composite\",\n className: \"AaddsResourceDetails\",\n modelProperties: {\n domainName: {\n serializedName: \"domainName\",\n type: {\n name: \"String\"\n }\n },\n initialSyncComplete: {\n serializedName: \"initialSyncComplete\",\n type: {\n name: \"Boolean\"\n }\n },\n ldapsEnabled: {\n serializedName: \"ldapsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n ldapsPublicCertificateInBase64: {\n serializedName: \"ldapsPublicCertificateInBase64\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterCreateValidationResult: msRest.CompositeMapper = {\n serializedName: \"ClusterCreateValidationResult\",\n type: {\n name: \"Composite\",\n className: \"ClusterCreateValidationResult\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationErrorInfo\"\n }\n }\n }\n },\n validationWarnings: {\n serializedName: \"validationWarnings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidationErrorInfo\"\n }\n }\n }\n },\n estimatedCreationDuration: {\n serializedName: \"estimatedCreationDuration\",\n type: {\n name: \"TimeSpan\"\n }\n },\n aaddsResourcesDetails: {\n serializedName: \"aaddsResourcesDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AaddsResourceDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterConfigurations: msRest.CompositeMapper = {\n serializedName: \"ClusterConfigurations\",\n type: {\n name: \"Composite\",\n className: \"ClusterConfigurations\",\n modelProperties: {\n configurations: {\n serializedName: \"configurations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const Extension: msRest.CompositeMapper = {\n serializedName: \"Extension\",\n type: {\n name: \"Composite\",\n className: \"Extension\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterMonitoringResponse: msRest.CompositeMapper = {\n serializedName: \"ClusterMonitoringResponse\",\n type: {\n name: \"Composite\",\n className: \"ClusterMonitoringResponse\",\n modelProperties: {\n clusterMonitoringEnabled: {\n serializedName: \"clusterMonitoringEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterMonitoringRequest: msRest.CompositeMapper = {\n serializedName: \"ClusterMonitoringRequest\",\n type: {\n name: \"Composite\",\n className: \"ClusterMonitoringRequest\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureMonitorTableConfiguration: msRest.CompositeMapper = {\n serializedName: \"AzureMonitorTableConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorTableConfiguration\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureMonitorSelectedConfigurations: msRest.CompositeMapper = {\n serializedName: \"AzureMonitorSelectedConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorSelectedConfigurations\",\n modelProperties: {\n configurationVersion: {\n serializedName: \"configurationVersion\",\n type: {\n name: \"String\"\n }\n },\n globalConfigurations: {\n serializedName: \"globalConfigurations\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n tableList: {\n serializedName: \"tableList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMonitorTableConfiguration\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureMonitorRequest: msRest.CompositeMapper = {\n serializedName: \"AzureMonitorRequest\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorRequest\",\n modelProperties: {\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n selectedConfigurations: {\n serializedName: \"selectedConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorSelectedConfigurations\"\n }\n }\n }\n }\n};\n\nexport const AzureMonitorResponse: msRest.CompositeMapper = {\n serializedName: \"AzureMonitorResponse\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorResponse\",\n modelProperties: {\n clusterMonitoringEnabled: {\n serializedName: \"clusterMonitoringEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n workspaceId: {\n serializedName: \"workspaceId\",\n type: {\n name: \"String\"\n }\n },\n selectedConfigurations: {\n serializedName: \"selectedConfigurations\",\n type: {\n name: \"Composite\",\n className: \"AzureMonitorSelectedConfigurations\"\n }\n }\n }\n }\n};\n\nexport const ScriptActionPersistedGetResponseSpec: msRest.CompositeMapper = {\n serializedName: \"ScriptActionPersistedGetResponseSpec\",\n type: {\n name: \"Composite\",\n className: \"ScriptActionPersistedGetResponseSpec\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n applicationName: {\n serializedName: \"applicationName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\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 Dimension: msRest.CompositeMapper = {\n serializedName: \"Dimension\",\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n internalName: {\n serializedName: \"internalName\",\n type: {\n name: \"String\"\n }\n },\n toBeExportedForShoebox: {\n serializedName: \"toBeExportedForShoebox\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MetricSpecifications: msRest.CompositeMapper = {\n serializedName: \"MetricSpecifications\",\n type: {\n name: \"Composite\",\n className: \"MetricSpecifications\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enableRegionalMdmAccount: {\n serializedName: \"enableRegionalMdmAccount\",\n type: {\n name: \"Boolean\"\n }\n },\n sourceMdmAccount: {\n serializedName: \"sourceMdmAccount\",\n type: {\n name: \"String\"\n }\n },\n sourceMdmNamespace: {\n serializedName: \"sourceMdmNamespace\",\n type: {\n name: \"String\"\n }\n },\n metricFilterPattern: {\n serializedName: \"metricFilterPattern\",\n type: {\n name: \"String\"\n }\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\"\n }\n },\n isInternal: {\n serializedName: \"isInternal\",\n type: {\n name: \"Boolean\"\n }\n },\n delegateMetricNameOverride: {\n serializedName: \"delegateMetricNameOverride\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceSpecification: msRest.CompositeMapper = {\n serializedName: \"ServiceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecifications\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationProperties: msRest.CompositeMapper = {\n serializedName: \"OperationProperties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\"\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\"\n }\n }\n }\n }\n};\n\nexport const HostInfo: msRest.CompositeMapper = {\n serializedName: \"HostInfo\",\n type: {\n name: \"Composite\",\n className: \"HostInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n },\n effectiveDiskEncryptionKeyUrl: {\n serializedName: \"effectiveDiskEncryptionKeyUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n readOnly: true,\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\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 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 nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationListResult: msRest.CompositeMapper = {\n serializedName: \"ApplicationListResult\",\n type: {\n name: \"Composite\",\n className: \"ApplicationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Application\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScriptActionsList: msRest.CompositeMapper = {\n serializedName: \"ScriptActionsList\",\n type: {\n name: \"Composite\",\n className: \"ScriptActionsList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptActionDetail\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScriptActionExecutionHistoryList: msRest.CompositeMapper = {\n serializedName: \"ScriptActionExecutionHistoryList\",\n type: {\n name: \"Composite\",\n className: \"ScriptActionExecutionHistoryList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RuntimeScriptActionDetail\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\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 PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\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 regenerated.\n */\n\nexport {\n Application,\n ApplicationGetEndpoint,\n ApplicationGetHttpsEndpoint,\n ApplicationProperties,\n AsyncOperationResult,\n Autoscale,\n AutoscaleCapacity,\n AutoscaleConfigurationUpdateParameter,\n AutoscaleRecurrence,\n AutoscaleSchedule,\n AutoscaleTimeAndCapacity,\n AzureEntityResource,\n BaseResource,\n ClientGroupInfo,\n Cluster,\n ClusterCreateParametersExtended,\n ClusterCreateProperties,\n ClusterCreateRequestValidationParameters,\n ClusterDefinition,\n ClusterDiskEncryptionParameters,\n ClusterGetProperties,\n ClusterIdentity,\n ClusterListResult,\n ClusterPatchParameters,\n ClusterResizeParameters,\n ComputeIsolationProperties,\n ComputeProfile,\n ConnectivityEndpoint,\n DataDisksGroups,\n DiskEncryptionProperties,\n EncryptionInTransitProperties,\n ErrorResponse,\n Errors,\n ExcludedServicesConfig,\n ExecuteScriptActionParameters,\n GatewaySettings,\n HardwareProfile,\n IPConfiguration,\n KafkaRestProperties,\n LinuxOperatingSystemProfile,\n NetworkProperties,\n OsProfile,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkConfiguration,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaInfo,\n Resource,\n ResourceId,\n Role,\n RuntimeScriptAction,\n RuntimeScriptActionDetail,\n ScriptAction,\n ScriptActionExecutionSummary,\n SecurityProfile,\n SshProfile,\n SshPublicKey,\n StorageAccount,\n StorageProfile,\n SystemData,\n TrackedResource,\n UpdateClusterIdentityCertificateParameters,\n UpdateGatewaySettingsParameters,\n UserAssignedIdentity,\n VirtualNetworkProfile\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 applicationName: msRest.OperationURLParameter = {\n parameterPath: \"applicationName\",\n mapper: {\n required: true,\n serializedName: \"applicationName\",\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 configurationName: msRest.OperationURLParameter = {\n parameterPath: \"configurationName\",\n mapper: {\n required: true,\n serializedName: \"configurationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const extensionName: msRest.OperationURLParameter = {\n parameterPath: \"extensionName\",\n mapper: {\n required: true,\n serializedName: \"extensionName\",\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 privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const privateLinkResourceName: msRest.OperationURLParameter = {\n parameterPath: \"privateLinkResourceName\",\n mapper: {\n required: true,\n serializedName: \"privateLinkResourceName\",\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 roleName: msRest.OperationURLParameter = {\n parameterPath: \"roleName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"roleName\",\n defaultValue: 'workernode',\n type: {\n name: \"String\"\n }\n }\n};\nexport const scriptExecutionId: msRest.OperationURLParameter = {\n parameterPath: \"scriptExecutionId\",\n mapper: {\n required: true,\n serializedName: \"scriptExecutionId\",\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 { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a Clusters. */\nexport class Clusters {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a Clusters.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new HDInsight cluster with the specified parameters.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster create request.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersCreateResponse>\n */\n create(resourceGroupName: string, clusterName: string, parameters: Models.ClusterCreateParametersExtended, options?: msRest.RequestOptionsBase): Promise<Models.ClustersCreateResponse> {\n return this.beginCreate(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ClustersCreateResponse>;\n }\n\n /**\n * Patch HDInsight cluster with the specified parameters.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster patch request.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersUpdateResponse>\n */\n update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, options?: msRest.RequestOptionsBase): Promise<Models.ClustersUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster patch request.\n * @param callback The callback\n */\n update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, callback: msRest.ServiceCallback<Models.Cluster>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster patch request.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Cluster>): void;\n update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Cluster>, callback?: msRest.ServiceCallback<Models.Cluster>): Promise<Models.ClustersUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ClustersUpdateResponse>;\n }\n\n /**\n * Deletes the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.Cluster>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Cluster>): void;\n get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Cluster>, callback?: msRest.ServiceCallback<Models.Cluster>): Promise<Models.ClustersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ClustersGetResponse>;\n }\n\n /**\n * Lists the HDInsight clusters in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ClustersListByResourceGroupResponse>;\n }\n\n /**\n * Resizes the specified HDInsight cluster to the specified size.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the resize operation.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resize(resourceGroupName: string, clusterName: string, parameters: Models.ClusterResizeParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginResize(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates the Autoscale Configuration for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the update autoscale configuration operation.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n updateAutoScaleConfiguration(resourceGroupName: string, clusterName: string, parameters: Models.AutoscaleConfigurationUpdateParameter, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginUpdateAutoScaleConfiguration(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Lists all the HDInsight clusters under the 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(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ClustersListResponse>;\n }\n\n /**\n * Rotate disk encryption key of the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the disk encryption operation.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n rotateDiskEncryptionKey(resourceGroupName: string, clusterName: string, parameters: Models.ClusterDiskEncryptionParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRotateDiskEncryptionKey(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the gateway settings for the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersGetGatewaySettingsResponse>\n */\n getGatewaySettings(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersGetGatewaySettingsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n getGatewaySettings(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.GatewaySettings>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n getGatewaySettings(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GatewaySettings>): void;\n getGatewaySettings(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.GatewaySettings>, callback?: msRest.ServiceCallback<Models.GatewaySettings>): Promise<Models.ClustersGetGatewaySettingsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getGatewaySettingsOperationSpec,\n callback) as Promise<Models.ClustersGetGatewaySettingsResponse>;\n }\n\n /**\n * Configures the gateway settings on the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n updateGatewaySettings(resourceGroupName: string, clusterName: string, parameters: Models.UpdateGatewaySettingsParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginUpdateGatewaySettings(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * The the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersGetAzureAsyncOperationStatusResponse>\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersGetAzureAsyncOperationStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.ClustersGetAzureAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n operationId,\n options\n },\n getAzureAsyncOperationStatusOperationSpec,\n callback) as Promise<Models.ClustersGetAzureAsyncOperationStatusResponse>;\n }\n\n /**\n * Updates the cluster identity certificate.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n updateIdentityCertificate(resourceGroupName: string, clusterName: string, parameters: Models.UpdateClusterIdentityCertificateParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginUpdateIdentityCertificate(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Executes script actions on the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for executing script actions.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n executeScriptActions(resourceGroupName: string, clusterName: string, parameters: Models.ExecuteScriptActionParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginExecuteScriptActions(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates a new HDInsight cluster with the specified parameters.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster create request.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, clusterName: string, parameters: Models.ClusterCreateParametersExtended, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Resizes the specified HDInsight cluster to the specified size.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the resize operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResize(resourceGroupName: string, clusterName: string, parameters: Models.ClusterResizeParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginResizeOperationSpec,\n options);\n }\n\n /**\n * Updates the Autoscale Configuration for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the update autoscale configuration operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateAutoScaleConfiguration(resourceGroupName: string, clusterName: string, parameters: Models.AutoscaleConfigurationUpdateParameter, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginUpdateAutoScaleConfigurationOperationSpec,\n options);\n }\n\n /**\n * Rotate disk encryption key of the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the disk encryption operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRotateDiskEncryptionKey(resourceGroupName: string, clusterName: string, parameters: Models.ClusterDiskEncryptionParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginRotateDiskEncryptionKeyOperationSpec,\n options);\n }\n\n /**\n * Configures the gateway settings on the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateGatewaySettings(resourceGroupName: string, clusterName: string, parameters: Models.UpdateGatewaySettingsParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginUpdateGatewaySettingsOperationSpec,\n options);\n }\n\n /**\n * Updates the cluster identity certificate.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateIdentityCertificate(resourceGroupName: string, clusterName: string, parameters: Models.UpdateClusterIdentityCertificateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginUpdateIdentityCertificateOperationSpec,\n options);\n }\n\n /**\n * Executes script actions on the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for executing script actions.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginExecuteScriptActions(resourceGroupName: string, clusterName: string, parameters: Models.ExecuteScriptActionParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginExecuteScriptActionsOperationSpec,\n options);\n }\n\n /**\n * Lists the HDInsight clusters in a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): 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 listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ClustersListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists all the HDInsight clusters under the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): 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(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ClustersListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterPatchParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/clusters\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getGatewaySettingsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/getGatewaySettings\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.GatewaySettings\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAzureAsyncOperationStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/azureasyncoperations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterCreateParametersExtended,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginResizeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/resize\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.roleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterResizeParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateAutoScaleConfigurationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/roles/{roleName}/autoscale\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.roleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AutoscaleConfigurationUpdateParameter,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginRotateDiskEncryptionKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/rotatediskencryptionkey\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterDiskEncryptionParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateGatewaySettingsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateGatewaySettings\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.UpdateGatewaySettingsParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateIdentityCertificateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/updateClusterIdentityCertificate\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.UpdateClusterIdentityCertificateParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginExecuteScriptActionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ExecuteScriptActionParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 Application,\n ApplicationGetEndpoint,\n ApplicationGetHttpsEndpoint,\n ApplicationListResult,\n ApplicationProperties,\n AsyncOperationResult,\n Autoscale,\n AutoscaleCapacity,\n AutoscaleRecurrence,\n AutoscaleSchedule,\n AutoscaleTimeAndCapacity,\n AzureEntityResource,\n BaseResource,\n ClientGroupInfo,\n Cluster,\n ClusterDefinition,\n ClusterGetProperties,\n ClusterIdentity,\n ComputeIsolationProperties,\n ComputeProfile,\n ConnectivityEndpoint,\n DataDisksGroups,\n DiskEncryptionProperties,\n EncryptionInTransitProperties,\n ErrorResponse,\n Errors,\n ExcludedServicesConfig,\n HardwareProfile,\n IPConfiguration,\n KafkaRestProperties,\n LinuxOperatingSystemProfile,\n NetworkProperties,\n OsProfile,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkConfiguration,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaInfo,\n Resource,\n ResourceId,\n Role,\n RuntimeScriptAction,\n RuntimeScriptActionDetail,\n ScriptAction,\n ScriptActionExecutionSummary,\n SecurityProfile,\n SshProfile,\n SshPublicKey,\n StorageAccount,\n StorageProfile,\n SystemData,\n TrackedResource,\n UserAssignedIdentity,\n VirtualNetworkProfile\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/applicationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a Applications. */\nexport class Applications {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a Applications.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the applications for the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationsListByClusterResponse>\n */\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationListResult>, callback?: msRest.ServiceCallback<Models.ApplicationListResult>): Promise<Models.ApplicationsListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback) as Promise<Models.ApplicationsListByClusterResponse>;\n }\n\n /**\n * Gets properties of the specified application.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationsGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;\n get(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Application>, callback?: msRest.ServiceCallback<Models.Application>): Promise<Models.ApplicationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n applicationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ApplicationsGetResponse>;\n }\n\n /**\n * Creates applications for the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param parameters The application create request.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationsCreateResponse>\n */\n create(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsCreateResponse> {\n return this.beginCreate(resourceGroupName,clusterName,applicationName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ApplicationsCreateResponse>;\n }\n\n /**\n * Deletes the specified application on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,applicationName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param operationId The long running operation id.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationsGetAzureAsyncOperationStatusResponse>\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsGetAzureAsyncOperationStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param operationId The long running operation id.\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param operationId The long running operation id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.ApplicationsGetAzureAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n applicationName,\n operationId,\n options\n },\n getAzureAsyncOperationStatusOperationSpec,\n callback) as Promise<Models.ApplicationsGetAzureAsyncOperationStatusResponse>;\n }\n\n /**\n * Creates applications for the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param parameters The application create request.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n applicationName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specified application on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n applicationName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all of the applications for the HDInsight cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationsListByClusterNextResponse>\n */\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsListByClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationListResult>): 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 listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationListResult>, callback?: msRest.ServiceCallback<Models.ApplicationListResult>): Promise<Models.ApplicationsListByClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByClusterNextOperationSpec,\n callback) as Promise<Models.ApplicationsListByClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.applicationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAzureAsyncOperationStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}/azureasyncoperations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.applicationName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.applicationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Application,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.applicationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByClusterNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 AaddsResourceDetails,\n AsyncOperationResult,\n Autoscale,\n AutoscaleCapacity,\n AutoscaleRecurrence,\n AutoscaleSchedule,\n AutoscaleTimeAndCapacity,\n BillingMeters,\n BillingResources,\n BillingResponseListResult,\n CapabilitiesResult,\n ClientGroupInfo,\n ClusterCreateParametersExtended,\n ClusterCreateProperties,\n ClusterCreateRequestValidationParameters,\n ClusterCreateValidationResult,\n ClusterDefinition,\n ClusterIdentity,\n ComputeIsolationProperties,\n ComputeProfile,\n DataDisksGroups,\n DiskBillingMeters,\n DiskEncryptionProperties,\n EncryptionInTransitProperties,\n ErrorResponse,\n Errors,\n HardwareProfile,\n IPConfiguration,\n KafkaRestProperties,\n LinuxOperatingSystemProfile,\n LocalizedName,\n NameAvailabilityCheckRequestParameters,\n NameAvailabilityCheckResult,\n NetworkProperties,\n OsProfile,\n PrivateLinkConfiguration,\n QuotaCapability,\n RegionalQuotaCapability,\n RegionsCapability,\n ResourceId,\n Role,\n ScriptAction,\n SecurityProfile,\n SshProfile,\n SshPublicKey,\n StorageAccount,\n StorageProfile,\n Usage,\n UsagesListResult,\n UserAssignedIdentity,\n ValidationErrorInfo,\n VersionsCapability,\n VersionSpec,\n VirtualNetworkProfile,\n VmSizeCompatibilityFilterV2,\n VmSizeProperty\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/locationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a Locations. */\nexport class Locations {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a Locations.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the capabilities for the specified location.\n * @param location The Azure location (region) for which to make the request.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsGetCapabilitiesResponse>\n */\n getCapabilities(location: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationsGetCapabilitiesResponse>;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param callback The callback\n */\n getCapabilities(location: string, callback: msRest.ServiceCallback<Models.CapabilitiesResult>): void;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param options The optional parameters\n * @param callback The callback\n */\n getCapabilities(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CapabilitiesResult>): void;\n getCapabilities(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CapabilitiesResult>, callback?: msRest.ServiceCallback<Models.CapabilitiesResult>): Promise<Models.LocationsGetCapabilitiesResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n getCapabilitiesOperationSpec,\n callback) as Promise<Models.LocationsGetCapabilitiesResponse>;\n }\n\n /**\n * Lists the usages for the specified location.\n * @param location The Azure location (region) for which to make the request.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsListUsagesResponse>\n */\n listUsages(location: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationsListUsagesResponse>;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param callback The callback\n */\n listUsages(location: string, callback: msRest.ServiceCallback<Models.UsagesListResult>): void;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param options The optional parameters\n * @param callback The callback\n */\n listUsages(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UsagesListResult>): void;\n listUsages(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UsagesListResult>, callback?: msRest.ServiceCallback<Models.UsagesListResult>): Promise<Models.LocationsListUsagesResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listUsagesOperationSpec,\n callback) as Promise<Models.LocationsListUsagesResponse>;\n }\n\n /**\n * Lists the billingSpecs for the specified subscription and location.\n * @param location The Azure location (region) for which to make the request.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsListBillingSpecsResponse>\n */\n listBillingSpecs(location: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationsListBillingSpecsResponse>;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param callback The callback\n */\n listBillingSpecs(location: string, callback: msRest.ServiceCallback<Models.BillingResponseListResult>): void;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBillingSpecs(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingResponseListResult>): void;\n listBillingSpecs(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingResponseListResult>, callback?: msRest.ServiceCallback<Models.BillingResponseListResult>): Promise<Models.LocationsListBillingSpecsResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listBillingSpecsOperationSpec,\n callback) as Promise<Models.LocationsListBillingSpecsResponse>;\n }\n\n /**\n * Get the async operation status.\n * @param location The Azure location (region) for which to make the request.\n * @param operationId The long running operation id.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsGetAzureAsyncOperationStatusResponse>\n */\n getAzureAsyncOperationStatus(location: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationsGetAzureAsyncOperationStatusResponse>;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param operationId The long running operation id.\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(location: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param operationId The long running operation id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(location: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getAzureAsyncOperationStatus(location: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.LocationsGetAzureAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n operationId,\n options\n },\n getAzureAsyncOperationStatusOperationSpec,\n callback) as Promise<Models.LocationsGetAzureAsyncOperationStatusResponse>;\n }\n\n /**\n * Check the cluster name is available or not.\n * @param location The Azure location (region) for which to make the request.\n * @param parameters\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsCheckNameAvailabilityResponse>\n */\n checkNameAvailability(location: string, parameters: Models.NameAvailabilityCheckRequestParameters, options?: msRest.RequestOptionsBase): Promise<Models.LocationsCheckNameAvailabilityResponse>;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param parameters\n * @param callback The callback\n */\n checkNameAvailability(location: string, parameters: Models.NameAvailabilityCheckRequestParameters, callback: msRest.ServiceCallback<Models.NameAvailabilityCheckResult>): void;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param parameters\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(location: string, parameters: Models.NameAvailabilityCheckRequestParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NameAvailabilityCheckResult>): void;\n checkNameAvailability(location: string, parameters: Models.NameAvailabilityCheckRequestParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NameAvailabilityCheckResult>, callback?: msRest.ServiceCallback<Models.NameAvailabilityCheckResult>): Promise<Models.LocationsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n parameters,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.LocationsCheckNameAvailabilityResponse>;\n }\n\n /**\n * Validate the cluster create request spec is valid or not.\n * @param location The Azure location (region) for which to make the request.\n * @param parameters\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationsValidateClusterCreateRequestResponse>\n */\n validateClusterCreateRequest(location: string, parameters: Models.ClusterCreateRequestValidationParameters, options?: msRest.RequestOptionsBase): Promise<Models.LocationsValidateClusterCreateRequestResponse>;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param parameters\n * @param callback The callback\n */\n validateClusterCreateRequest(location: string, parameters: Models.ClusterCreateRequestValidationParameters, callback: msRest.ServiceCallback<Models.ClusterCreateValidationResult>): void;\n /**\n * @param location The Azure location (region) for which to make the request.\n * @param parameters\n * @param options The optional parameters\n * @param callback The callback\n */\n validateClusterCreateRequest(location: string, parameters: Models.ClusterCreateRequestValidationParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterCreateValidationResult>): void;\n validateClusterCreateRequest(location: string, parameters: Models.ClusterCreateRequestValidationParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterCreateValidationResult>, callback?: msRest.ServiceCallback<Models.ClusterCreateValidationResult>): Promise<Models.LocationsValidateClusterCreateRequestResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n parameters,\n options\n },\n validateClusterCreateRequestOperationSpec,\n callback) as Promise<Models.LocationsValidateClusterCreateRequestResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getCapabilitiesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/capabilities\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilitiesResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listUsagesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/usages\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UsagesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listBillingSpecsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingResponseListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAzureAsyncOperationStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/azureasyncoperations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/checkNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.NameAvailabilityCheckRequestParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityCheckResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst validateClusterCreateRequestOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/validateCreateRequest\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterCreateRequestValidationParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterCreateValidationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 ClusterConfigurations,\n ErrorResponse\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/configurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a Configurations. */\nexport class Configurations {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a Configurations.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all configuration information for an HDI cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationsListResponse>\n */\n list(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ClusterConfigurations>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterConfigurations>): void;\n list(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterConfigurations>, callback?: msRest.ServiceCallback<Models.ClusterConfigurations>): Promise<Models.ConfigurationsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ConfigurationsListResponse>;\n }\n\n /**\n * Configures the HTTP settings on the specified cluster. This API is deprecated, please use\n * UpdateGatewaySettings in cluster endpoint instead.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param parameters The cluster configurations.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n update(resourceGroupName: string, clusterName: string, configurationName: string, parameters: { [propertyName: string]: string }, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginUpdate(resourceGroupName,clusterName,configurationName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * The configuration object for the specified cluster. This API is not recommended and might be\n * removed in the future. Please consider using List configurations API instead.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.ConfigurationsGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, configurationName: string, callback: msRest.ServiceCallback<{ [propertyName: string]: string }>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<{ [propertyName: string]: string }>): void;\n get(resourceGroupName: string, clusterName: string, configurationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<{ [propertyName: string]: string }>, callback?: msRest.ServiceCallback<{ [propertyName: string]: string }>): Promise<Models.ConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n configurationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ConfigurationsGetResponse>;\n }\n\n /**\n * Configures the HTTP settings on the specified cluster. This API is deprecated, please use\n * UpdateGatewaySettings in cluster endpoint instead.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param parameters The cluster configurations.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: { [propertyName: string]: string }, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n configurationName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterConfigurations\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.configurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.configurationName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n required: true,\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n },\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\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 AsyncOperationResult,\n AzureMonitorRequest,\n AzureMonitorResponse,\n AzureMonitorSelectedConfigurations,\n AzureMonitorTableConfiguration,\n ClusterMonitoringRequest,\n ClusterMonitoringResponse,\n ErrorResponse,\n Errors,\n Extension\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/extensionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a Extensions. */\nexport class Extensions {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a Extensions.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Enables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Operations Management Suite (OMS) workspace parameters.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n enableMonitoring(resourceGroupName: string, clusterName: string, parameters: Models.ClusterMonitoringRequest, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginEnableMonitoring(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsGetMonitoringStatusResponse>\n */\n getMonitoringStatus(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetMonitoringStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n getMonitoringStatus(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n getMonitoringStatus(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): void;\n getMonitoringStatus(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterMonitoringResponse>, callback?: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): Promise<Models.ExtensionsGetMonitoringStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getMonitoringStatusOperationSpec,\n callback) as Promise<Models.ExtensionsGetMonitoringStatusResponse>;\n }\n\n /**\n * Disables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n disableMonitoring(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDisableMonitoring(resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Enables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Log Analytics workspace parameters.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n enableAzureMonitor(resourceGroupName: string, clusterName: string, parameters: Models.AzureMonitorRequest, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginEnableAzureMonitor(resourceGroupName,clusterName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the status of Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsGetAzureMonitorStatusResponse>\n */\n getAzureMonitorStatus(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetAzureMonitorStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n getAzureMonitorStatus(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.AzureMonitorResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAzureMonitorStatus(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AzureMonitorResponse>): void;\n getAzureMonitorStatus(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AzureMonitorResponse>, callback?: msRest.ServiceCallback<Models.AzureMonitorResponse>): Promise<Models.ExtensionsGetAzureMonitorStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getAzureMonitorStatusOperationSpec,\n callback) as Promise<Models.ExtensionsGetAzureMonitorStatusResponse>;\n }\n\n /**\n * Disables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n disableAzureMonitor(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDisableAzureMonitor(resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates an HDInsight cluster extension.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param parameters The cluster extensions create request.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n create(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Models.Extension, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginCreate(resourceGroupName,clusterName,extensionName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the extension properties for the specified HDInsight cluster extension.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, extensionName: string, callback: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, extensionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): void;\n get(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterMonitoringResponse>, callback?: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): Promise<Models.ExtensionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n extensionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ExtensionsGetResponse>;\n }\n\n /**\n * Deletes the specified extension for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,extensionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param operationId The long running operation id.\n * @param [options] The optional parameters\n * @returns Promise<Models.ExtensionsGetAzureAsyncOperationStatusResponse>\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, extensionName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetAzureAsyncOperationStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param operationId The long running operation id.\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, extensionName: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param operationId The long running operation id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, extensionName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, extensionName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.ExtensionsGetAzureAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n extensionName,\n operationId,\n options\n },\n getAzureAsyncOperationStatusOperationSpec,\n callback) as Promise<Models.ExtensionsGetAzureAsyncOperationStatusResponse>;\n }\n\n /**\n * Enables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Operations Management Suite (OMS) workspace parameters.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginEnableMonitoring(resourceGroupName: string, clusterName: string, parameters: Models.ClusterMonitoringRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginEnableMonitoringOperationSpec,\n options);\n }\n\n /**\n * Disables the Operations Management Suite (OMS) on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDisableMonitoring(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDisableMonitoringOperationSpec,\n options);\n }\n\n /**\n * Enables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The Log Analytics workspace parameters.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginEnableAzureMonitor(resourceGroupName: string, clusterName: string, parameters: Models.AzureMonitorRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n parameters,\n options\n },\n beginEnableAzureMonitorOperationSpec,\n options);\n }\n\n /**\n * Disables the Azure Monitor on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDisableAzureMonitor(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDisableAzureMonitorOperationSpec,\n options);\n }\n\n /**\n * Creates an HDInsight cluster extension.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param parameters The cluster extensions create request.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Models.Extension, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n extensionName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specified extension for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param extensionName The name of the cluster extension.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n extensionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getMonitoringStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterMonitoringResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAzureMonitorStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AzureMonitorResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterMonitoringResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAzureAsyncOperationStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}/azureAsyncOperations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.extensionName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginEnableMonitoringOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ClusterMonitoringRequest,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDisableMonitoringOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/clustermonitoring\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginEnableAzureMonitorOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AzureMonitorRequest,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDisableAzureMonitorOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/azureMonitor\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Extension,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/extensions/{extensionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.extensionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\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 AsyncOperationResult,\n ErrorResponse,\n Errors,\n RuntimeScriptAction,\n RuntimeScriptActionDetail,\n ScriptActionExecutionSummary,\n ScriptActionsList\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/scriptActionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a ScriptActions. */\nexport class ScriptActions {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a ScriptActions.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Deletes a specified persisted script action of the cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptName The name of the script.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, scriptName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptName The name of the script.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, clusterName: string, scriptName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptName The name of the script.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, clusterName: string, scriptName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, clusterName: string, scriptName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n scriptName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists all the persisted script actions for the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptActionsListByClusterResponse>\n */\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScriptActionsListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ScriptActionsList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScriptActionsList>): void;\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScriptActionsList>, callback?: msRest.ServiceCallback<Models.ScriptActionsList>): Promise<Models.ScriptActionsListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback) as Promise<Models.ScriptActionsListByClusterResponse>;\n }\n\n /**\n * Gets the script execution detail for the given script execution ID.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptActionsGetExecutionDetailResponse>\n */\n getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: msRest.RequestOptionsBase): Promise<Models.ScriptActionsGetExecutionDetailResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param callback The callback\n */\n getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, callback: msRest.ServiceCallback<Models.RuntimeScriptActionDetail>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param options The optional parameters\n * @param callback The callback\n */\n getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RuntimeScriptActionDetail>): void;\n getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RuntimeScriptActionDetail>, callback?: msRest.ServiceCallback<Models.RuntimeScriptActionDetail>): Promise<Models.ScriptActionsGetExecutionDetailResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n scriptExecutionId,\n options\n },\n getExecutionDetailOperationSpec,\n callback) as Promise<Models.ScriptActionsGetExecutionDetailResponse>;\n }\n\n /**\n * Gets the async operation status of execution operation.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptActionsGetExecutionAsyncOperationStatusResponse>\n */\n getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.ScriptActionsGetExecutionAsyncOperationStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param callback The callback\n */\n getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.ScriptActionsGetExecutionAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n operationId,\n options\n },\n getExecutionAsyncOperationStatusOperationSpec,\n callback) as Promise<Models.ScriptActionsGetExecutionAsyncOperationStatusResponse>;\n }\n\n /**\n * Lists all the persisted script actions for the specified cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptActionsListByClusterNextResponse>\n */\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ScriptActionsListByClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScriptActionsList>): 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 listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScriptActionsList>): void;\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScriptActionsList>, callback?: msRest.ServiceCallback<Models.ScriptActionsList>): Promise<Models.ScriptActionsListByClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByClusterNextOperationSpec,\n callback) as Promise<Models.ScriptActionsListByClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions/{scriptName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.scriptName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptActions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScriptActionsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getExecutionDetailOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.scriptExecutionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RuntimeScriptActionDetail\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getExecutionAsyncOperationStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/executeScriptActions/azureasyncoperations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByClusterNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScriptActionsList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 ErrorResponse,\n RuntimeScriptAction,\n RuntimeScriptActionDetail,\n ScriptActionExecutionHistoryList,\n ScriptActionExecutionSummary\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/scriptExecutionHistoryMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a ScriptExecutionHistory. */\nexport class ScriptExecutionHistory {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a ScriptExecutionHistory.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all scripts' execution history for the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptExecutionHistoryListByClusterResponse>\n */\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ScriptExecutionHistoryListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>): void;\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>, callback?: msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>): Promise<Models.ScriptExecutionHistoryListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback) as Promise<Models.ScriptExecutionHistoryListByClusterResponse>;\n }\n\n /**\n * Promotes the specified ad-hoc script execution to a persisted script.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param callback The callback\n */\n promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param scriptExecutionId The script execution Id\n * @param options The optional parameters\n * @param callback The callback\n */\n promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n scriptExecutionId,\n options\n },\n promoteOperationSpec,\n callback);\n }\n\n /**\n * Lists all scripts' execution history for the specified cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ScriptExecutionHistoryListByClusterNextResponse>\n */\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ScriptExecutionHistoryListByClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>): 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 listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>): void;\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>, callback?: msRest.ServiceCallback<Models.ScriptActionExecutionHistoryList>): Promise<Models.ScriptExecutionHistoryListByClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByClusterNextOperationSpec,\n callback) as Promise<Models.ScriptExecutionHistoryListByClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScriptActionExecutionHistoryList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst promoteOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/scriptExecutionHistory/{scriptExecutionId}/promote\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.scriptExecutionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByClusterNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScriptActionExecutionHistoryList\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 Dimension,\n ErrorResponse,\n MetricSpecifications,\n Operation,\n OperationDisplay,\n OperationListResult,\n OperationProperties,\n ServiceSpecification\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 { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available HDInsight REST API operations.\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(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists all of the available HDInsight REST API operations.\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(nextPageLink: string, options?: msRest.RequestOptionsBase): 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(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): 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(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) 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.HDInsight/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 AsyncOperationResult,\n ErrorResponse,\n Errors,\n HostInfo\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/virtualMachinesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a VirtualMachines. */\nexport class VirtualMachines {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a VirtualMachines.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the HDInsight clusters hosts\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesListHostsResponse>\n */\n listHosts(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesListHostsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listHosts(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.HostInfo[]>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listHosts(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.HostInfo[]>): void;\n listHosts(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.HostInfo[]>, callback?: msRest.ServiceCallback<Models.HostInfo[]>): Promise<Models.VirtualMachinesListHostsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listHostsOperationSpec,\n callback) as Promise<Models.VirtualMachinesListHostsResponse>;\n }\n\n /**\n * Restarts the specified HDInsight cluster hosts.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param hosts The list of hosts to restart\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n restartHosts(resourceGroupName: string, clusterName: string, hosts: string[], options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRestartHosts(resourceGroupName,clusterName,hosts,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesGetAsyncOperationStatusResponse>\n */\n getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesGetAsyncOperationStatusResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param callback The callback\n */\n getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.VirtualMachinesGetAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n operationId,\n options\n },\n getAsyncOperationStatusOperationSpec,\n callback) as Promise<Models.VirtualMachinesGetAsyncOperationStatusResponse>;\n }\n\n /**\n * Restarts the specified HDInsight cluster hosts.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param hosts The list of hosts to restart\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRestartHosts(resourceGroupName: string, clusterName: string, hosts: string[], options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n hosts,\n options\n },\n beginRestartHostsOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listHostsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/listHosts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HostInfo\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAsyncOperationStatusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.operationId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginRestartHostsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"hosts\",\n mapper: {\n required: true,\n serializedName: \"hosts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\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 Application,\n ApplicationGetEndpoint,\n ApplicationGetHttpsEndpoint,\n ApplicationProperties,\n Autoscale,\n AutoscaleCapacity,\n AutoscaleRecurrence,\n AutoscaleSchedule,\n AutoscaleTimeAndCapacity,\n AzureEntityResource,\n BaseResource,\n ClientGroupInfo,\n Cluster,\n ClusterDefinition,\n ClusterGetProperties,\n ClusterIdentity,\n ComputeIsolationProperties,\n ComputeProfile,\n ConnectivityEndpoint,\n DataDisksGroups,\n DiskEncryptionProperties,\n EncryptionInTransitProperties,\n ErrorResponse,\n Errors,\n ExcludedServicesConfig,\n HardwareProfile,\n IPConfiguration,\n KafkaRestProperties,\n LinuxOperatingSystemProfile,\n NetworkProperties,\n OsProfile,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateLinkConfiguration,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaInfo,\n Resource,\n ResourceId,\n Role,\n RuntimeScriptAction,\n RuntimeScriptActionDetail,\n ScriptAction,\n ScriptActionExecutionSummary,\n SecurityProfile,\n SshProfile,\n SshPublicKey,\n StorageAccount,\n StorageProfile,\n SystemData,\n TrackedResource,\n UserAssignedIdentity,\n VirtualNetworkProfile\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/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the private endpoint connections for a HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByClusterResponse>\n */\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByClusterResponse>;\n }\n\n /**\n * Approve or reject a private endpoint connection manually.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The private endpoint connection create or update request.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,clusterName,privateEndpointConnectionName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the specific private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Deletes the specific private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Approve or reject a private endpoint connection manually.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The private endpoint connection create or update request.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specific private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists the private endpoint connections for a HDInsight cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListByClusterNextResponse>\n */\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListByClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): 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 listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListByClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByClusterNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListByClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByClusterNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 Application,\n ApplicationGetEndpoint,\n ApplicationGetHttpsEndpoint,\n ApplicationProperties,\n Autoscale,\n AutoscaleCapacity,\n AutoscaleRecurrence,\n AutoscaleSchedule,\n AutoscaleTimeAndCapacity,\n AzureEntityResource,\n BaseResource,\n ClientGroupInfo,\n Cluster,\n ClusterDefinition,\n ClusterGetProperties,\n ClusterIdentity,\n ComputeIsolationProperties,\n ComputeProfile,\n ConnectivityEndpoint,\n DataDisksGroups,\n DiskEncryptionProperties,\n EncryptionInTransitProperties,\n ErrorResponse,\n Errors,\n ExcludedServicesConfig,\n HardwareProfile,\n IPConfiguration,\n KafkaRestProperties,\n LinuxOperatingSystemProfile,\n NetworkProperties,\n OsProfile,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkConfiguration,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaInfo,\n Resource,\n ResourceId,\n Role,\n RuntimeScriptAction,\n RuntimeScriptActionDetail,\n ScriptAction,\n ScriptActionExecutionSummary,\n SecurityProfile,\n SshProfile,\n SshPublicKey,\n StorageAccount,\n StorageProfile,\n SystemData,\n TrackedResource,\n UserAssignedIdentity,\n VirtualNetworkProfile\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/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { HDInsightManagementClientContext } from \"../hDInsightManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: HDInsightManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {HDInsightManagementClientContext} client Reference to the service client.\n */\n constructor(client: HDInsightManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the private link resources in a HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListByClusterResponse>\n */\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): Promise<Models.PrivateLinkResourcesListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListByClusterResponse>;\n }\n\n /**\n * Gets the specific private link resource.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateLinkResourceName The name of the private link resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateLinkResourceName The name of the private link resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param privateLinkResourceName The name of the private link resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n privateLinkResourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateLinkResourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\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 * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-hdinsight\";\nconst packageVersion = \"0.24.0\";\n\nexport class HDInsightManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the HDInsightManagementClient 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 The 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(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.HDInsightManagementClientOptions) {\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-06-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 (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\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 { HDInsightManagementClientContext } from \"./hDInsightManagementClientContext\";\n\n\nclass HDInsightManagementClient extends HDInsightManagementClientContext {\n // Operation groups\n clusters: operations.Clusters;\n applications: operations.Applications;\n locations: operations.Locations;\n configurations: operations.Configurations;\n extensions: operations.Extensions;\n scriptActions: operations.ScriptActions;\n scriptExecutionHistory: operations.ScriptExecutionHistory;\n operations: operations.Operations;\n virtualMachines: operations.VirtualMachines;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n\n /**\n * Initializes a new instance of the HDInsightManagementClient 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 The 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(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.HDInsightManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.clusters = new operations.Clusters(this);\n this.applications = new operations.Applications(this);\n this.locations = new operations.Locations(this);\n this.configurations = new operations.Configurations(this);\n this.extensions = new operations.Extensions(this);\n this.scriptActions = new operations.ScriptActions(this);\n this.scriptExecutionHistory = new operations.ScriptExecutionHistory(this);\n this.operations = new operations.Operations(this);\n this.virtualMachines = new operations.VirtualMachines(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n HDInsightManagementClient,\n HDInsightManagementClientContext,\n Models as HDInsightManagementModels,\n Mappers as HDInsightManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.clusterName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.ClusterPatchParameters","Mappers.Cluster","Mappers.ErrorResponse","Mappers.ClusterListResult","Mappers.GatewaySettings","Parameters.operationId","Mappers.AsyncOperationResult","Mappers.ClusterCreateParametersExtended","Parameters.roleName","Mappers.ClusterResizeParameters","Mappers.AutoscaleConfigurationUpdateParameter","Mappers.ClusterDiskEncryptionParameters","Mappers.UpdateGatewaySettingsParameters","Mappers.UpdateClusterIdentityCertificateParameters","Mappers.ExecuteScriptActionParameters","Parameters.nextPageLink","getOperationSpec","getAzureAsyncOperationStatusOperationSpec","beginCreateOperationSpec","beginDeleteMethodOperationSpec","serializer","Mappers","Mappers.ApplicationListResult","Parameters.applicationName","Mappers.Application","Parameters.location","Mappers.CapabilitiesResult","Mappers.UsagesListResult","Mappers.BillingResponseListResult","Mappers.NameAvailabilityCheckRequestParameters","Mappers.NameAvailabilityCheckResult","Mappers.ClusterCreateRequestValidationParameters","Mappers.ClusterCreateValidationResult","listOperationSpec","Mappers.ClusterConfigurations","Parameters.configurationName","Mappers.ClusterMonitoringResponse","Mappers.AzureMonitorResponse","Parameters.extensionName","Mappers.ClusterMonitoringRequest","Mappers.AzureMonitorRequest","Mappers.Extension","listByClusterOperationSpec","listByClusterNextOperationSpec","Parameters.scriptName","Mappers.ScriptActionsList","Parameters.scriptExecutionId","Mappers.RuntimeScriptActionDetail","Mappers.ScriptActionExecutionHistoryList","listNextOperationSpec","Mappers.OperationListResult","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateLinkResourceListResult","Parameters.privateLinkResourceName","Mappers.PrivateLinkResource","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Clusters","operations.Applications","operations.Locations","operations.Configurations","operations.Extensions","operations.ScriptActions","operations.ScriptExecutionHistory","operations.Operations","operations.VirtualMachines","operations.PrivateEndpointConnections","operations.PrivateLinkResources"],"mappings":"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"}
|