@azure/arm-batch 6.0.0 → 7.0.0-beta.1
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 +14 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +6873 -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/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- 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 +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/index.js +1 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1723 -1885
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +303 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
- package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationOperations.js +269 -0
- package/dist-esm/src/operations/applicationOperations.js.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.js +681 -0
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +388 -0
- package/dist-esm/src/operations/certificateOperations.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/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.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/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/applicationOperations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/applicationPackageOperations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/{src/models/locationMappers.ts → dist-esm/src/operationsInterfaces/batchAccountOperations.js} +2 -10
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.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/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +66 -32
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +181 -30
- package/src/batchManagementClient.ts +59 -48
- package/src/batchManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1460 -3635
- package/src/models/mappers.ts +1705 -1851
- package/src/models/parameters.ts +216 -117
- package/src/operations/applicationOperations.ts +215 -263
- package/src/operations/applicationPackageOperations.ts +252 -279
- package/src/operations/batchAccountOperations.ts +660 -572
- package/src/operations/certificateOperations.ts +360 -359
- package/src/operations/index.ts +1 -2
- package/src/operations/location.ts +285 -234
- package/src/operations/operations.ts +82 -70
- package/src/operations/poolOperations.ts +373 -378
- package/src/operations/privateEndpointConnectionOperations.ts +269 -169
- package/src/operations/privateLinkResourceOperations.ts +156 -126
- package/src/operationsInterfaces/applicationOperations.ts +90 -0
- package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
- package/src/operationsInterfaces/certificateOperations.ts +139 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/location.ts +62 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/poolOperations.ts +142 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
- package/tsconfig.json +3 -3
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -6972
- package/dist/arm-batch.js.map +0 -1
- package/dist/arm-batch.min.js +0 -1
- package/dist/arm-batch.min.js.map +0 -1
- package/esm/batchManagementClient.d.ts +0 -33
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -46
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -23
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -61
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -9
- package/esm/models/applicationOperationsMappers.js.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
- package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.js +0 -9
- package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
- package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
- package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/batchAccountOperationsMappers.js +0 -9
- package/esm/models/batchAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -9
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3946
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -9
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -110
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -21
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -250
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolOperationsMappers.d.ts +0 -2
- package/esm/models/poolOperationsMappers.d.ts.map +0 -1
- package/esm/models/poolOperationsMappers.js +0 -9
- package/esm/models/poolOperationsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionOperationsMappers.js.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.d.ts +0 -2
- package/esm/models/privateLinkResourceOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.js +0 -9
- package/esm/models/privateLinkResourceOperationsMappers.js.map +0 -1
- package/esm/operations/applicationOperations.d.ts +0 -151
- package/esm/operations/applicationOperations.d.ts.map +0 -1
- package/esm/operations/applicationOperations.js +0 -232
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -171
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -244
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -299
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -493
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -207
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -310
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -124
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -216
- package/esm/operations/location.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/poolOperations.d.ts +0 -206
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -341
- package/esm/operations/poolOperations.js.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.d.ts +0 -104
- package/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.js +0 -195
- package/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/esm/operations/privateLinkResourceOperations.d.ts +0 -79
- package/esm/operations/privateLinkResourceOperations.d.ts.map +0 -1
- package/esm/operations/privateLinkResourceOperations.js +0 -121
- package/esm/operations/privateLinkResourceOperations.js.map +0 -1
- package/src/models/applicationOperationsMappers.ts +0 -79
- package/src/models/applicationPackageOperationsMappers.ts +0 -80
- package/src/models/batchAccountOperationsMappers.ts +0 -89
- package/src/models/certificateOperationsMappers.ts +0 -84
- package/src/models/poolOperationsMappers.ts +0 -85
- package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -80
- package/src/models/privateLinkResourceOperationsMappers.ts +0 -79
package/dist/arm-batch.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-batch.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/batchAccountOperationsMappers.ts","../src/models/parameters.ts","../src/operations/batchAccountOperations.ts","../src/models/applicationPackageOperationsMappers.ts","../src/operations/applicationPackageOperations.ts","../src/models/applicationOperationsMappers.ts","../src/operations/applicationOperations.ts","../src/models/locationMappers.ts","../src/operations/location.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/certificateOperationsMappers.ts","../src/operations/certificateOperations.ts","../src/models/privateLinkResourceOperationsMappers.ts","../src/operations/privateLinkResourceOperations.ts","../src/models/privateEndpointConnectionOperationsMappers.ts","../src/operations/privateEndpointConnectionOperations.ts","../src/models/poolOperationsMappers.ts","../src/operations/poolOperations.ts","../src/batchManagementClientContext.ts","../src/batchManagementClient.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 reference to a user assigned identity associated with the Batch pool which a compute node\n * will use.\n */\nexport interface ComputeNodeIdentityReference {\n /**\n * The ARM resource id of the user assigned identity.\n */\n resourceId?: string;\n}\n\n/**\n * The properties related to the auto-storage account.\n */\nexport interface AutoStorageBaseProperties {\n /**\n * The resource ID of the storage account to be used for auto-storage account.\n */\n storageAccountId: string;\n /**\n * The authentication mode which the Batch service will use to manage the auto-storage account.\n * Possible values include: 'StorageKeys', 'BatchAccountManagedIdentity'. Default value:\n * 'StorageKeys'.\n */\n authenticationMode?: AutoStorageAuthenticationMode;\n /**\n * The reference to the user assigned identity which compute nodes will use to access\n * auto-storage. The identity referenced here must be assigned to pools which have compute nodes\n * that need access to auto-storage.\n */\n nodeIdentityReference?: ComputeNodeIdentityReference;\n}\n\n/**\n * KeyVault configuration when using an encryption KeySource of Microsoft.KeyVault.\n */\nexport interface KeyVaultProperties {\n /**\n * Full path to the versioned secret. Example\n * https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. To be usable\n * the following prerequisites must be met:\n *\n * The Batch Account has a System Assigned identity\n * The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap permissions\n * The KeyVault has soft-delete and purge protection enabled\n */\n keyIdentifier?: string;\n}\n\n/**\n * Configures how customer data is encrypted inside the Batch account. By default, accounts are\n * encrypted using a Microsoft managed key. For additional control, a customer-managed key can be\n * used instead.\n */\nexport interface EncryptionProperties {\n /**\n * Type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'\n */\n keySource?: KeySource;\n /**\n * Additional details when using Microsoft.KeyVault\n */\n keyVaultProperties?: KeyVaultProperties;\n}\n\n/**\n * Identifies the Azure key vault associated with a Batch account.\n */\nexport interface KeyVaultReference {\n /**\n * The resource ID of the Azure key vault associated with the Batch account.\n */\n id: string;\n /**\n * The URL of the Azure key vault associated with the Batch account.\n */\n url: string;\n}\n\n/**\n * The list of associated user identities.\n */\nexport interface UserAssignedIdentities {\n /**\n * The principal id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * The identity of the Batch account, if configured. This is used when the user specifies\n * 'Microsoft.KeyVault' as their Batch account encryption configuration or when `ManagedIdentity`\n * is selected as the auto-storage authentication mode.\n */\nexport interface BatchAccountIdentity {\n /**\n * The principal id of the Batch account. 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 Batch account. This property will only be provided for a\n * system 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 Batch account. Possible values include: 'SystemAssigned',\n * 'UserAssigned', 'None'\n */\n type: ResourceIdentityType;\n /**\n * The list of user identities associated with the Batch account.\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };\n}\n\n/**\n * Parameters supplied to the Create operation.\n */\nexport interface BatchAccountCreateParameters {\n /**\n * The region in which to create the account.\n */\n location: string;\n /**\n * The user-specified tags associated with the account.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The properties related to the auto-storage account.\n */\n autoStorage?: AutoStorageBaseProperties;\n /**\n * The allocation mode to use for creating pools in the Batch account. The pool allocation mode\n * also affects how clients may authenticate to the Batch Service API. If the mode is\n * BatchService, clients may authenticate using access keys or Azure Active Directory. If the\n * mode is UserSubscription, clients must use Azure Active Directory. The default is\n * BatchService. Possible values include: 'BatchService', 'UserSubscription'\n */\n poolAllocationMode?: PoolAllocationMode;\n /**\n * A reference to the Azure key vault associated with the Batch account.\n */\n keyVaultReference?: KeyVaultReference;\n /**\n * The network access type for accessing Azure Batch account. If not specified, the default value\n * is 'enabled'. Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.\n */\n publicNetworkAccess?: PublicNetworkAccessType;\n /**\n * The encryption configuration for the Batch account. Configures how customer data is encrypted\n * inside the Batch account. By default, accounts are encrypted using a Microsoft managed key.\n * For additional control, a customer-managed key can be used instead.\n */\n encryption?: EncryptionProperties;\n /**\n * List of allowed authentication modes for the Batch account that can be used to authenticate\n * with the data plane. This does not affect authentication with the control plane.\n */\n allowedAuthenticationModes?: AuthenticationMode[];\n /**\n * The identity of the Batch account.\n */\n identity?: BatchAccountIdentity;\n}\n\n/**\n * Contains information about the auto-storage account associated with a Batch account.\n */\nexport interface AutoStorageProperties extends AutoStorageBaseProperties {\n /**\n * The UTC time at which storage keys were last synchronized with the Batch account.\n */\n lastKeySync: Date;\n}\n\n/**\n * A VM Family and its associated core quota for the Batch account.\n */\nexport interface VirtualMachineFamilyCoreQuota {\n /**\n * The Virtual Machine family name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The core quota for the VM family for the Batch account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly coreQuota?: number;\n}\n\n/**\n * The private endpoint of the private endpoint connection.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM resource identifier of the private endpoint. This is of the form\n * /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/privateEndpoints/{privateEndpoint}.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * The private link service connection state of the private endpoint connection\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * The status for the private endpoint connection of Batch account. Possible values include:\n * 'Approved', 'Pending', 'Rejected', 'Disconnected'\n */\n status: PrivateLinkServiceConnectionStatus;\n /**\n * Description of the private Connection state.\n */\n description?: string;\n /**\n * Action required on the private connection state. **NOTE: This property will not be serialized.\n * It can only be populated by the server.**\n */\n readonly actionRequired?: string;\n}\n\n/**\n * A definition of an Azure resource.\n */\nexport interface ProxyResource extends BaseResource {\n /**\n * The ID of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * 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.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The ETag of the resource, used for concurrency statements.\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 * Contains information about a private link resource.\n */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /**\n * The provisioning state of the private endpoint connection. Possible values include:\n * 'Succeeded', 'Updating', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /**\n * The ARM resource identifier of the private endpoint.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * The private link service connection state of the private endpoint connection.\n */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/**\n * A definition of an Azure resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * The ID of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * 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.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The location of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly location?: string;\n /**\n * The tags of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tags?: { [propertyName: string]: string };\n}\n\n/**\n * Contains information about an Azure Batch account.\n */\nexport interface BatchAccount extends Resource {\n /**\n * The account endpoint used to interact with the Batch service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountEndpoint?: string;\n /**\n * The provisioned state of the resource. Possible values include: 'Invalid', 'Creating',\n * 'Deleting', 'Succeeded', 'Failed', 'Cancelled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The allocation mode to use for creating pools in the Batch account. Possible values include:\n * 'BatchService', 'UserSubscription'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly poolAllocationMode?: PoolAllocationMode;\n /**\n * A reference to the Azure key vault associated with the Batch account. **NOTE: This property\n * will not be serialized. It can only be populated by the server.**\n */\n readonly keyVaultReference?: KeyVaultReference;\n /**\n * The network interface type for accessing Azure Batch service and Batch account operations. If\n * not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**.\n * Default value: 'Enabled'.\n */\n readonly publicNetworkAccess?: PublicNetworkAccessType;\n /**\n * List of private endpoint connections associated with the Batch account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The properties and status of any auto-storage account associated with the Batch account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly autoStorage?: AutoStorageProperties;\n /**\n * The encryption configuration for the Batch account. Configures how customer data is encrypted\n * inside the Batch account. By default, accounts are encrypted using a Microsoft managed key.\n * For additional control, a customer-managed key can be used instead.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly encryption?: EncryptionProperties;\n /**\n * The dedicated core quota for the Batch account. For accounts with PoolAllocationMode set to\n * UserSubscription, quota is managed on the subscription so this value is not returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dedicatedCoreQuota?: number;\n /**\n * The low-priority core quota for the Batch account. For accounts with PoolAllocationMode set to\n * UserSubscription, quota is managed on the subscription so this value is not returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lowPriorityCoreQuota?: number;\n /**\n * A list of the dedicated core quota per Virtual Machine family for the Batch account. For\n * accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription\n * so this value is not returned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dedicatedCoreQuotaPerVMFamily?: VirtualMachineFamilyCoreQuota[];\n /**\n * A value indicating whether core quotas per Virtual Machine family are enforced for this\n * account. Batch is transitioning its core quota system for dedicated cores to be enforced per\n * Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual\n * Machine family may not yet be enforced. If this flag is false, dedicated core quota is\n * enforced via the old dedicatedCoreQuota property on the account and does not consider Virtual\n * Machine family. If this flag is true, dedicated core quota is enforced via the\n * dedicatedCoreQuotaPerVMFamily property on the account, and the old dedicatedCoreQuota does not\n * apply.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dedicatedCoreQuotaPerVMFamilyEnforced?: boolean;\n /**\n * The pool quota for the Batch account. **NOTE: This property will not be serialized. It can\n * only be populated by the server.**\n */\n readonly poolQuota?: number;\n /**\n * The active job and job schedule quota for the Batch account. **NOTE: This property will not be\n * serialized. It can only be populated by the server.**\n */\n readonly activeJobAndJobScheduleQuota?: number;\n /**\n * List of allowed authentication modes for the Batch account that can be used to authenticate\n * with the data plane. This does not affect authentication with the control plane.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly allowedAuthenticationModes?: AuthenticationMode[];\n /**\n * The identity of the Batch account.\n */\n identity?: BatchAccountIdentity;\n}\n\n/**\n * Parameters for updating an Azure Batch account.\n */\nexport interface BatchAccountUpdateParameters {\n /**\n * The user-specified tags associated with the account.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The properties related to the auto-storage account.\n */\n autoStorage?: AutoStorageBaseProperties;\n /**\n * The encryption configuration for the Batch account. Configures how customer data is encrypted\n * inside the Batch account. By default, accounts are encrypted using a Microsoft managed key.\n * For additional control, a customer-managed key can be used instead.\n */\n encryption?: EncryptionProperties;\n /**\n * List of allowed authentication modes for the Batch account that can be used to authenticate\n * with the data plane. This does not affect authentication with the control plane.\n */\n allowedAuthenticationModes?: AuthenticationMode[];\n /**\n * The identity of the Batch account.\n */\n identity?: BatchAccountIdentity;\n}\n\n/**\n * Parameters supplied to the RegenerateKey operation.\n */\nexport interface BatchAccountRegenerateKeyParameters {\n /**\n * The type of account key to regenerate. Possible values include: 'Primary', 'Secondary'\n */\n keyName: AccountKeyType;\n}\n\n/**\n * A set of Azure Batch account keys.\n */\nexport interface BatchAccountKeys {\n /**\n * The Batch account name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountName?: string;\n /**\n * The primary key associated with the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly primary?: string;\n /**\n * The secondary key associated with the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly secondary?: string;\n}\n\n/**\n * Parameters for an activating an application package.\n */\nexport interface ActivateApplicationPackageParameters {\n /**\n * The format of the application package binary file.\n */\n format: string;\n}\n\n/**\n * Contains information about an application in a Batch account.\n */\nexport interface Application extends ProxyResource {\n /**\n * The display name for the application.\n */\n displayName?: string;\n /**\n * A value indicating whether packages within the application may be overwritten using the same\n * version string.\n */\n allowUpdates?: boolean;\n /**\n * The package to use if a client requests the application but does not specify a version. This\n * property can only be set to the name of an existing package.\n */\n defaultVersion?: string;\n}\n\n/**\n * An application package which represents a particular version of an application.\n */\nexport interface ApplicationPackage extends ProxyResource {\n /**\n * The current state of the application package. Possible values include: 'Pending', 'Active'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: PackageState;\n /**\n * The format of the application package, if the package is active.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly format?: string;\n /**\n * The URL for the application package in Azure Storage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageUrl?: string;\n /**\n * The UTC time at which the Azure Storage URL will expire.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageUrlExpiry?: Date;\n /**\n * The time at which the package was last activated, if the package is active.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastActivationTime?: Date;\n}\n\n/**\n * Quotas associated with a Batch region for a particular subscription.\n */\nexport interface BatchLocationQuota {\n /**\n * The number of Batch accounts that may be created under the subscription in the specified\n * region.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountQuota?: number;\n}\n\n/**\n * Base certificate properties.\n */\nexport interface CertificateBaseProperties {\n /**\n * The algorithm of the certificate thumbprint. This must match the first portion of the\n * certificate name. Currently required to be 'SHA1'.\n */\n thumbprintAlgorithm?: string;\n /**\n * The thumbprint of the certificate. This must match the thumbprint from the name.\n */\n thumbprint?: string;\n /**\n * The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible\n * values include: 'Pfx', 'Cer'\n */\n format?: CertificateFormat;\n}\n\n/**\n * An error response from the Batch service.\n */\nexport interface DeleteCertificateError {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n */\n code: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n */\n message: string;\n /**\n * The target of the particular error. For example, the name of the property in error.\n */\n target?: string;\n /**\n * A list of additional details about the error.\n */\n details?: DeleteCertificateError[];\n}\n\n/**\n * Contains information about a certificate.\n */\nexport interface Certificate extends ProxyResource {\n /**\n * The algorithm of the certificate thumbprint. This must match the first portion of the\n * certificate name. Currently required to be 'SHA1'.\n */\n thumbprintAlgorithm?: string;\n /**\n * The thumbprint of the certificate. This must match the thumbprint from the name.\n */\n thumbprint?: string;\n /**\n * The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible\n * values include: 'Pfx', 'Cer'\n */\n format?: CertificateFormat;\n /**\n * The provisioned state of the resource. Possible values include: 'Succeeded', 'Deleting',\n * 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: CertificateProvisioningState;\n /**\n * The time at which the certificate entered its current state. **NOTE: This property will not be\n * serialized. It can only be populated by the server.**\n */\n readonly provisioningStateTransitionTime?: Date;\n /**\n * The previous provisioned state of the resource. Possible values include: 'Succeeded',\n * 'Deleting', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly previousProvisioningState?: CertificateProvisioningState;\n /**\n * The time at which the certificate entered its previous state. **NOTE: This property will not\n * be serialized. It can only be populated by the server.**\n */\n readonly previousProvisioningStateTransitionTime?: Date;\n /**\n * The public key of the certificate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly publicData?: string;\n /**\n * The error which occurred while deleting the certificate. This is only returned when the\n * certificate provisioningState is 'Failed'.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deleteCertificateError?: DeleteCertificateError;\n}\n\n/**\n * Contains information about a certificate.\n */\nexport interface CertificateCreateOrUpdateParameters extends ProxyResource {\n /**\n * The algorithm of the certificate thumbprint. This must match the first portion of the\n * certificate name. Currently required to be 'SHA1'.\n */\n thumbprintAlgorithm?: string;\n /**\n * The thumbprint of the certificate. This must match the thumbprint from the name.\n */\n thumbprint?: string;\n /**\n * The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible\n * values include: 'Pfx', 'Cer'\n */\n format?: CertificateFormat;\n /**\n * The base64-encoded contents of the certificate. The maximum size is 10KB.\n */\n data: string;\n /**\n * The password to access the certificate's private key. This must not be specified if the\n * certificate format is Cer.\n */\n password?: string;\n}\n\n/**\n * Contains information about a private link resource.\n */\nexport interface PrivateLinkResource extends ProxyResource {\n /**\n * The group id of the private link resource. The group id is used to establish the private link\n * connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The list of required members that are used to establish the private link connection. **NOTE:\n * This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The list of required zone names for the private DNS resource name. **NOTE: This property will\n * not be serialized. It can only be populated by the server.**\n */\n readonly requiredZoneNames?: string[];\n}\n\n/**\n * An interface representing CloudServiceConfiguration.\n * @summary The configuration for nodes in a pool based on the Azure Cloud Services platform.\n */\nexport interface CloudServiceConfiguration {\n /**\n * The Azure Guest OS family to be installed on the virtual machines in the pool. Possible values\n * are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to\n * Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5,\n * equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For\n * more information, see Azure Guest OS Releases\n * (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).\n */\n osFamily: string;\n /**\n * The Azure Guest OS version to be installed on the virtual machines in the pool. The default\n * value is * which specifies the latest operating system version for the specified OS family.\n */\n osVersion?: string;\n}\n\n/**\n * An interface representing ImageReference.\n * @summary A reference to an Azure Virtual Machines Marketplace image or the Azure Image resource\n * of a custom Virtual Machine. To get the list of all imageReferences verified by Azure Batch, see\n * the 'List supported node agent SKUs' operation.\n */\nexport interface ImageReference {\n /**\n * The publisher of the Azure Virtual Machines Marketplace image. For example, Canonical or\n * MicrosoftWindowsServer.\n */\n publisher?: string;\n /**\n * The offer type of the Azure Virtual Machines Marketplace image. For example, UbuntuServer or\n * WindowsServer.\n */\n offer?: string;\n /**\n * The SKU of the Azure Virtual Machines Marketplace image. For example, 18.04-LTS or\n * 2019-Datacenter.\n */\n sku?: string;\n /**\n * The version of the Azure Virtual Machines Marketplace image. A value of 'latest' can be\n * specified to select the latest version of an image. If omitted, the default is 'latest'.\n */\n version?: string;\n /**\n * The ARM resource identifier of the Shared Image Gallery Image. Compute Nodes in the Pool will\n * be created using this Image Id. This is of the form\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId}.\n * This property is mutually exclusive with other properties. The Shared Image Gallery image must\n * have replicas in the same region as the Azure Batch account. For information about the\n * firewall settings for the Batch node agent to communicate with the Batch service see\n * https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.\n */\n id?: string;\n}\n\n/**\n * An interface representing WindowsConfiguration.\n * @summary Windows operating system settings to apply to the virtual machine.\n */\nexport interface WindowsConfiguration {\n /**\n * Whether automatic updates are enabled on the virtual machine. If omitted, the default value is\n * true.\n */\n enableAutomaticUpdates?: boolean;\n}\n\n/**\n * Settings which will be used by the data disks associated to Compute Nodes in the Pool. When\n * using attached data disks, you need to mount and format the disks from within a VM to use them.\n */\nexport interface DataDisk {\n /**\n * The logical unit number. The lun is used to uniquely identify each data disk. If attaching\n * multiple disks, each should have a distinct lun. The value must be between 0 and 63,\n * inclusive.\n */\n lun: number;\n /**\n * The type of caching to be enabled for the data disks. Values are:\n *\n * none - The caching mode for the disk is not enabled.\n * readOnly - The caching mode for the disk is read only.\n * readWrite - The caching mode for the disk is read and write.\n *\n * The default value for caching is none. For information about the caching options see:\n * https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/.\n * Possible values include: 'None', 'ReadOnly', 'ReadWrite'\n */\n caching?: CachingType;\n /**\n * The initial disk size in GB when creating new data disk.\n */\n diskSizeGB: number;\n /**\n * The storage account type to be used for the data disk. If omitted, the default is\n * \"Standard_LRS\". Values are:\n *\n * Standard_LRS - The data disk should use standard locally redundant storage.\n * Premium_LRS - The data disk should use premium locally redundant storage. Possible values\n * include: 'Standard_LRS', 'Premium_LRS'\n */\n storageAccountType?: StorageAccountType;\n}\n\n/**\n * An interface representing ContainerRegistry.\n * @summary A private container registry.\n */\nexport interface ContainerRegistry {\n /**\n * The user name to log into the registry server.\n */\n userName?: string;\n /**\n * The password to log into the registry server.\n */\n password?: string;\n /**\n * The registry URL. If omitted, the default is \"docker.io\".\n */\n registryServer?: string;\n /**\n * The reference to the user assigned identity to use to access an Azure Container Registry\n * instead of username and password.\n */\n identityReference?: ComputeNodeIdentityReference;\n}\n\n/**\n * An interface representing ContainerConfiguration.\n * @summary The configuration for container-enabled pools.\n */\nexport interface ContainerConfiguration {\n /**\n * The collection of container image names. This is the full image reference, as would be\n * specified to \"docker pull\". An image will be sourced from the default Docker registry unless\n * the image is fully qualified with an alternative registry.\n */\n containerImageNames?: string[];\n /**\n * Additional private registries from which containers can be pulled. If any images must be\n * downloaded from a private registry which requires credentials, then those credentials must be\n * provided here.\n */\n containerRegistries?: ContainerRegistry[];\n}\n\n/**\n * The disk encryption configuration applied on compute nodes in the pool. Disk encryption\n * configuration is not supported on Linux pool created with Virtual Machine Image or Shared Image\n * Gallery Image.\n */\nexport interface DiskEncryptionConfiguration {\n /**\n * The list of disk targets Batch Service will encrypt on the compute node. On Linux pool, only\n * \"TemporaryDisk\" is supported; on Windows pool, \"OsDisk\" and \"TemporaryDisk\" must be specified.\n */\n targets?: DiskEncryptionTarget[];\n}\n\n/**\n * Allocation configuration used by Batch Service to provision the nodes.\n * @summary Node placement configuration for batch pools.\n */\nexport interface NodePlacementConfiguration {\n /**\n * Node placement Policy type on Batch Pools. Allocation policy used by Batch Service to\n * provision the nodes. If not specified, Batch will use the regional policy. Possible values\n * include: 'Regional', 'Zonal'\n */\n policy?: NodePlacementPolicyType;\n}\n\n/**\n * An interface representing VMExtension.\n * @summary The configuration for virtual machine extensions.\n */\nexport interface VMExtension {\n /**\n * The name of the virtual machine extension.\n */\n name: string;\n /**\n * The name of the extension handler publisher.\n */\n publisher: string;\n /**\n * The type of the extensions.\n */\n type: string;\n /**\n * The version of script handler.\n */\n typeHandlerVersion?: string;\n /**\n * Indicates whether the extension should use a newer minor version if one is available at\n * deployment time. Once deployed, however, the extension will not upgrade minor versions unless\n * redeployed, even with this property set to true.\n */\n autoUpgradeMinorVersion?: boolean;\n /**\n * JSON formatted public settings for the extension.\n */\n settings?: any;\n /**\n * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no\n * protected settings at all.\n */\n protectedSettings?: any;\n /**\n * The collection of extension names. Collection of extension names after which this extension\n * needs to be provisioned.\n */\n provisionAfterExtensions?: string[];\n}\n\n/**\n * An interface representing DiffDiskSettings.\n * @summary Specifies the ephemeral Disk Settings for the operating system disk used by the virtual\n * machine.\n */\nexport interface DiffDiskSettings {\n /**\n * Specifies the ephemeral disk placement for operating system disk for all VMs in the pool. This\n * property can be used by user in the request to choose which location the operating system\n * should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information\n * on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements\n * for Windows VMs at\n * https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements\n * and Linux VMs at\n * https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.\n * Possible values include: 'CacheDisk'\n */\n placement?: DiffDiskPlacement;\n}\n\n/**\n * An interface representing OSDisk.\n * @summary Settings for the operating system disk of the virtual machine.\n */\nexport interface OSDisk {\n /**\n * Specifies the ephemeral Disk Settings for the operating system disk used by the virtual\n * machine.\n */\n ephemeralOSDiskSettings?: DiffDiskSettings;\n}\n\n/**\n * An interface representing VirtualMachineConfiguration.\n * @summary The configuration for compute nodes in a pool based on the Azure Virtual Machines\n * infrastructure.\n */\nexport interface VirtualMachineConfiguration {\n /**\n * A reference to the Azure Virtual Machines Marketplace Image or the custom Virtual Machine\n * Image to use.\n */\n imageReference: ImageReference;\n /**\n * The SKU of the Batch node agent to be provisioned on compute nodes in the pool. The Batch node\n * agent is a program that runs on each node in the pool, and provides the command-and-control\n * interface between the node and the Batch service. There are different implementations of the\n * node agent, known as SKUs, for different operating systems. You must specify a node agent SKU\n * which matches the selected image reference. To get the list of supported node agent SKUs along\n * with their list of verified image references, see the 'List supported node agent SKUs'\n * operation.\n */\n nodeAgentSkuId: string;\n /**\n * Windows operating system settings on the virtual machine. This property must not be specified\n * if the imageReference specifies a Linux OS image.\n */\n windowsConfiguration?: WindowsConfiguration;\n /**\n * The configuration for data disks attached to the compute nodes in the pool. This property must\n * be specified if the compute nodes in the pool need to have empty data disks attached to them.\n */\n dataDisks?: DataDisk[];\n /**\n * The type of on-premises license to be used when deploying the operating system. This only\n * applies to images that contain the Windows operating system, and should only be used when you\n * hold valid on-premises licenses for the nodes which will be deployed. If omitted, no\n * on-premises licensing discount is applied. Values are:\n *\n * Windows_Server - The on-premises license is for Windows Server.\n * Windows_Client - The on-premises license is for Windows Client.\n */\n licenseType?: string;\n /**\n * The container configuration for the pool. If specified, setup is performed on each node in the\n * pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this\n * pool must specify the containerSettings property, and all other tasks may specify it.\n */\n containerConfiguration?: ContainerConfiguration;\n /**\n * The disk encryption configuration for the pool. If specified, encryption is performed on each\n * node in the pool during node provisioning.\n */\n diskEncryptionConfiguration?: DiskEncryptionConfiguration;\n /**\n * The node placement configuration for the pool. This configuration will specify rules on how\n * nodes in the pool will be physically allocated.\n */\n nodePlacementConfiguration?: NodePlacementConfiguration;\n /**\n * The virtual machine extension for the pool. If specified, the extensions mentioned in this\n * configuration will be installed on each node.\n */\n extensions?: VMExtension[];\n /**\n * Settings for the operating system disk of the Virtual Machine. Contains configuration for\n * ephemeral OSDisk settings.\n */\n osDisk?: OSDisk;\n}\n\n/**\n * An interface representing DeploymentConfiguration.\n * @summary Deployment configuration properties.\n */\nexport interface DeploymentConfiguration {\n /**\n * The cloud service configuration for the pool. This property and virtualMachineConfiguration\n * are mutually exclusive and one of the properties must be specified. This property cannot be\n * specified if the Batch account was created with its poolAllocationMode property set to\n * 'UserSubscription'.\n */\n cloudServiceConfiguration?: CloudServiceConfiguration;\n /**\n * The virtual machine configuration for the pool. This property and cloudServiceConfiguration\n * are mutually exclusive and one of the properties must be specified.\n */\n virtualMachineConfiguration?: VirtualMachineConfiguration;\n}\n\n/**\n * An interface representing FixedScaleSettings.\n * @summary Fixed scale settings for the pool.\n */\nexport interface FixedScaleSettings {\n /**\n * The timeout for allocation of compute nodes to the pool. The default value is 15 minutes.\n * Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value\n * is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the\n * request with an error; if you are calling the REST API directly, the HTTP status code is 400\n * (Bad Request).\n */\n resizeTimeout?: string;\n /**\n * The desired number of dedicated compute nodes in the pool. At least one of\n * targetDedicatedNodes, targetLowPriorityNodes must be set.\n */\n targetDedicatedNodes?: number;\n /**\n * The desired number of low-priority compute nodes in the pool. At least one of\n * targetDedicatedNodes, targetLowPriorityNodes must be set.\n */\n targetLowPriorityNodes?: number;\n /**\n * Determines what to do with a node and its running task(s) if the pool size is decreasing. If\n * omitted, the default value is Requeue. Possible values include: 'Requeue', 'Terminate',\n * 'TaskCompletion', 'RetainedData'\n */\n nodeDeallocationOption?: ComputeNodeDeallocationOption;\n}\n\n/**\n * An interface representing AutoScaleSettings.\n * @summary AutoScale settings for the pool.\n */\nexport interface AutoScaleSettings {\n /**\n * A formula for the desired number of compute nodes in the pool.\n */\n formula: string;\n /**\n * The time interval at which to automatically adjust the pool size according to the autoscale\n * formula. If omitted, the default value is 15 minutes (PT15M).\n */\n evaluationInterval?: string;\n}\n\n/**\n * Defines the desired size of the pool. This can either be 'fixedScale' where the requested\n * targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically\n * reevaluated. If this property is not specified, the pool will have a fixed scale with 0\n * targetDedicatedNodes.\n * @summary Scale settings for the pool\n */\nexport interface ScaleSettings {\n /**\n * Fixed scale settings for the pool. This property and autoScale are mutually exclusive and one\n * of the properties must be specified.\n */\n fixedScale?: FixedScaleSettings;\n /**\n * AutoScale settings for the pool. This property and fixedScale are mutually exclusive and one\n * of the properties must be specified.\n */\n autoScale?: AutoScaleSettings;\n}\n\n/**\n * An interface representing AutoScaleRunError.\n * @summary An error that occurred when autoscaling a pool.\n */\nexport interface AutoScaleRunError {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n */\n code: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n */\n message: string;\n /**\n * Additional details about the error.\n */\n details?: AutoScaleRunError[];\n}\n\n/**\n * An interface representing AutoScaleRun.\n * @summary The results and errors from an execution of a pool autoscale formula.\n */\nexport interface AutoScaleRun {\n /**\n * The time at which the autoscale formula was last evaluated.\n */\n evaluationTime: Date;\n /**\n * The final values of all variables used in the evaluation of the autoscale formula. Each\n * variable value is returned in the form $variable=value, and variables are separated by\n * semicolons.\n */\n results?: string;\n /**\n * Details of the error encountered evaluating the autoscale formula on the pool, if the\n * evaluation was unsuccessful.\n */\n error?: AutoScaleRunError;\n}\n\n/**\n * An interface representing NetworkSecurityGroupRule.\n * @summary A network security group rule to apply to an inbound endpoint.\n */\nexport interface NetworkSecurityGroupRule {\n /**\n * The priority for this rule. Priorities within a pool must be unique and are evaluated in order\n * of priority. The lower the number the higher the priority. For example, rules could be\n * specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes\n * precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any\n * reserved or duplicate values are provided the request fails with HTTP status code 400.\n */\n priority: number;\n /**\n * The action that should be taken for a specified IP address, subnet range or tag. Possible\n * values include: 'Allow', 'Deny'\n */\n access: NetworkSecurityGroupRuleAccess;\n /**\n * The source address prefix or tag to match for the rule. Valid values are a single IP address\n * (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses).\n * If any other values are provided the request fails with HTTP status code 400.\n */\n sourceAddressPrefix: string;\n /**\n * The source port ranges to match for the rule. Valid values are '*' (for all ports 0 - 65535)\n * or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535\n * and the port ranges or ports can't overlap. If any other values are provided the request fails\n * with HTTP status code 400. Default value will be *.\n */\n sourcePortRanges?: string[];\n}\n\n/**\n * An interface representing InboundNatPool.\n * @summary A inbound NAT pool that can be used to address specific ports on compute nodes in a\n * Batch pool externally.\n */\nexport interface InboundNatPool {\n /**\n * The name of the endpoint. The name must be unique within a Batch pool, can contain letters,\n * numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end\n * with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values\n * are provided the request fails with HTTP status code 400.\n */\n name: string;\n /**\n * The protocol of the endpoint. Possible values include: 'TCP', 'UDP'\n */\n protocol: InboundEndpointProtocol;\n /**\n * The port number on the compute node. This must be unique within a Batch pool. Acceptable\n * values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If\n * any reserved values are provided the request fails with HTTP status code 400.\n */\n backendPort: number;\n /**\n * The first port number in the range of external ports that will be used to provide inbound\n * access to the backendPort on individual compute nodes. Acceptable values range between 1 and\n * 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be\n * distinct and cannot overlap. If any reserved or overlapping values are provided the request\n * fails with HTTP status code 400.\n */\n frontendPortRangeStart: number;\n /**\n * The last port number in the range of external ports that will be used to provide inbound\n * access to the backendPort on individual compute nodes. Acceptable values range between 1 and\n * 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges\n * within a pool must be distinct and cannot overlap. If any reserved or overlapping values are\n * provided the request fails with HTTP status code 400.\n */\n frontendPortRangeEnd: number;\n /**\n * A list of network security group rules that will be applied to the endpoint. The maximum\n * number of rules that can be specified across all the endpoints on a Batch pool is 25. If no\n * network security group rules are specified, a default rule will be created to allow inbound\n * access to the specified backendPort. If the maximum number of network security group rules is\n * exceeded the request fails with HTTP status code 400.\n */\n networkSecurityGroupRules?: NetworkSecurityGroupRule[];\n}\n\n/**\n * An interface representing PoolEndpointConfiguration.\n * @summary The endpoint configuration for a pool.\n */\nexport interface PoolEndpointConfiguration {\n /**\n * A list of inbound NAT pools that can be used to address specific ports on an individual\n * compute node externally. The maximum number of inbound NAT pools per Batch pool is 5. If the\n * maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400.\n * This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.\n */\n inboundNatPools: InboundNatPool[];\n}\n\n/**\n * The public IP Address configuration of the networking configuration of a Pool.\n */\nexport interface PublicIPAddressConfiguration {\n /**\n * The provisioning type for Public IP Addresses for the pool. The default value is BatchManaged.\n * Possible values include: 'BatchManaged', 'UserManaged', 'NoPublicIPAddresses'\n */\n provision?: IPAddressProvisioningType;\n /**\n * The list of public IPs which the Batch service will use when provisioning Compute Nodes. The\n * number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100\n * low-priority nodes can be allocated for each public IP. For example, a pool needing 250\n * dedicated VMs would need at least 3 public IPs specified. Each element of this collection is\n * of the form:\n * /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.\n */\n ipAddressIds?: string[];\n}\n\n/**\n * The network configuration for a pool.\n */\nexport interface NetworkConfiguration {\n /**\n * The ARM resource identifier of the virtual network subnet which the compute nodes of the pool\n * will join. This is of the form\n * /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}.\n * The virtual network must be in the same region and subscription as the Azure Batch account.\n * The specified subnet should have enough free IP addresses to accommodate the number of nodes\n * in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially\n * allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service\n * principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC)\n * role for the specified VNet. The specified subnet must allow communication from the Azure\n * Batch service to be able to schedule tasks on the compute nodes. This can be verified by\n * checking if the specified VNet has any associated Network Security Groups (NSG). If\n * communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch\n * service will set the state of the compute nodes to unusable. If the specified VNet has any\n * associated Network Security Groups (NSG), then a few reserved system ports must be enabled for\n * inbound communication. For pools created with a virtual machine configuration, enable ports\n * 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created\n * with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound\n * connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic'\n * VNETs are supported. For more details see:\n * https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration\n */\n subnetId?: string;\n /**\n * The configuration for endpoints on compute nodes in the Batch pool. Pool endpoint\n * configuration is only supported on pools with the virtualMachineConfiguration property.\n */\n endpointConfiguration?: PoolEndpointConfiguration;\n /**\n * The Public IPAddress configuration for Compute Nodes in the Batch Pool. This property is only\n * supported on Pools with the virtualMachineConfiguration property.\n */\n publicIPAddressConfiguration?: PublicIPAddressConfiguration;\n}\n\n/**\n * An interface representing TaskSchedulingPolicy.\n * @summary Specifies how tasks should be distributed across compute nodes.\n */\nexport interface TaskSchedulingPolicy {\n /**\n * How tasks should be distributed across compute nodes. Possible values include: 'Spread',\n * 'Pack'\n */\n nodeFillType: ComputeNodeFillType;\n}\n\n/**\n * An interface representing LinuxUserConfiguration.\n * @summary Properties used to create a user account on a Linux node.\n */\nexport interface LinuxUserConfiguration {\n /**\n * The user ID of the user account. The uid and gid properties must be specified together or not\n * at all. If not specified the underlying operating system picks the uid.\n */\n uid?: number;\n /**\n * The group ID for the user account. The uid and gid properties must be specified together or\n * not at all. If not specified the underlying operating system picks the gid.\n */\n gid?: number;\n /**\n * The SSH private key for the user account. The private key must not be password protected. The\n * private key is used to automatically configure asymmetric-key based authentication for SSH\n * between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true\n * (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair\n * into the user's .ssh directory. If not specified, password-less SSH is not configured between\n * nodes (no modification of the user's .ssh directory is done).\n */\n sshPrivateKey?: string;\n}\n\n/**\n * An interface representing WindowsUserConfiguration.\n * @summary Properties used to create a user account on a Windows node.\n */\nexport interface WindowsUserConfiguration {\n /**\n * Login mode for user. Specifies login mode for the user. The default value for\n * VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools\n * is batch mode. Possible values include: 'Batch', 'Interactive'\n */\n loginMode?: LoginMode;\n}\n\n/**\n * An interface representing UserAccount.\n * @summary Properties used to create a user on an Azure Batch node.\n */\nexport interface UserAccount {\n /**\n * The name of the user account.\n */\n name: string;\n /**\n * The password for the user account.\n */\n password: string;\n /**\n * The elevation level of the user account. nonAdmin - The auto user is a standard user without\n * elevated access. admin - The auto user is a user with elevated access and operates with full\n * Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin',\n * 'Admin'\n */\n elevationLevel?: ElevationLevel;\n /**\n * The Linux-specific user configuration for the user account. This property is ignored if\n * specified on a Windows pool. If not specified, the user is created with the default options.\n */\n linuxUserConfiguration?: LinuxUserConfiguration;\n /**\n * The Windows-specific user configuration for the user account. This property can only be\n * specified if the user is on a Windows pool. If not specified and on a Windows pool, the user\n * is created with the default options.\n */\n windowsUserConfiguration?: WindowsUserConfiguration;\n}\n\n/**\n * The Batch service does not assign any meaning to this metadata; it is solely for the use of user\n * code.\n * @summary A name-value pair associated with a Batch service resource.\n */\nexport interface MetadataItem {\n /**\n * The name of the metadata item.\n */\n name: string;\n /**\n * The value of the metadata item.\n */\n value: string;\n}\n\n/**\n * An interface representing ResourceFile.\n * @summary A single file or multiple files to be downloaded to a compute node.\n */\nexport interface ResourceFile {\n /**\n * The storage container name in the auto storage account. The autoStorageContainerName,\n * storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be\n * specified.\n */\n autoStorageContainerName?: string;\n /**\n * The URL of the blob container within Azure Blob Storage. The autoStorageContainerName,\n * storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be\n * specified. This URL must be readable and listable from compute nodes. There are three ways to\n * get such a URL for a container in Azure storage: include a Shared Access Signature (SAS)\n * granting read and list permissions on the container, use a managed identity with read and list\n * permissions, or set the ACL for the container to allow public access.\n */\n storageContainerUrl?: string;\n /**\n * The URL of the file to download. The autoStorageContainerName, storageContainerUrl and httpUrl\n * properties are mutually exclusive and one of them must be specified. If the URL points to\n * Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a\n * URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read\n * permissions on the blob, use a managed identity with read permission, or set the ACL for the\n * blob or its container to allow public access.\n */\n httpUrl?: string;\n /**\n * The blob prefix to use when downloading blobs from an Azure Storage container. Only the blobs\n * whose names begin with the specified prefix will be downloaded. The property is valid only\n * when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial\n * filename or a subdirectory. If a prefix is not specified, all the files in the container will\n * be downloaded.\n */\n blobPrefix?: string;\n /**\n * The location on the compute node to which to download the file, relative to the task's working\n * directory. If the httpUrl property is specified, the filePath is required and describes the\n * path which the file will be downloaded to, including the filename. Otherwise, if the\n * autoStorageContainerName or storageContainerUrl property is specified, filePath is optional\n * and is the directory to download the files to. In the case where filePath is used as a\n * directory, any directory structure already associated with the input data will be retained in\n * full and appended to the specified filePath directory. The specified relative path cannot\n * break out of the task's working directory (for example by using '..').\n */\n filePath?: string;\n /**\n * The file permission mode attribute in octal format. This property applies only to files being\n * downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile\n * which will be downloaded to a Windows node. If this property is not specified for a Linux\n * node, then a default value of 0770 is applied to the file.\n */\n fileMode?: string;\n /**\n * The reference to the user assigned identity to use to access Azure Blob Storage specified by\n * storageContainerUrl or httpUrl.\n */\n identityReference?: ComputeNodeIdentityReference;\n}\n\n/**\n * An interface representing EnvironmentSetting.\n * @summary An environment variable to be set on a task process.\n */\nexport interface EnvironmentSetting {\n /**\n * The name of the environment variable.\n */\n name: string;\n /**\n * The value of the environment variable.\n */\n value?: string;\n}\n\n/**\n * An interface representing AutoUserSpecification.\n * @summary Specifies the parameters for the auto user that runs a task on the Batch service.\n */\nexport interface AutoUserSpecification {\n /**\n * The scope for the auto user. The default value is Pool. If the pool is running Windows a value\n * of Task should be specified if stricter isolation between tasks is required. For example, if\n * the task mutates the registry in a way which could impact other tasks, or if certificates have\n * been specified on the pool which should not be accessible by normal tasks but should be\n * accessible by start tasks. Possible values include: 'Task', 'Pool'\n */\n scope?: AutoUserScope;\n /**\n * The elevation level of the auto user. The default value is nonAdmin. Possible values include:\n * 'NonAdmin', 'Admin'\n */\n elevationLevel?: ElevationLevel;\n}\n\n/**\n * Specify either the userName or autoUser property, but not both.\n * @summary The definition of the user identity under which the task is run.\n */\nexport interface UserIdentity {\n /**\n * The name of the user identity under which the task is run. The userName and autoUser\n * properties are mutually exclusive; you must specify one but not both.\n */\n userName?: string;\n /**\n * The auto user under which the task is run. The userName and autoUser properties are mutually\n * exclusive; you must specify one but not both.\n */\n autoUser?: AutoUserSpecification;\n}\n\n/**\n * An interface representing TaskContainerSettings.\n * @summary The container settings for a task.\n */\nexport interface TaskContainerSettings {\n /**\n * Additional options to the container create command. These additional options are supplied as\n * arguments to the \"docker create\" command, in addition to those controlled by the Batch\n * Service.\n */\n containerRunOptions?: string;\n /**\n * The image to use to create the container in which the task will run. This is the full image\n * reference, as would be specified to \"docker pull\". If no tag is provided as part of the image\n * name, the tag \":latest\" is used as a default.\n */\n imageName: string;\n /**\n * The private registry which contains the container image. This setting can be omitted if was\n * already provided at pool creation.\n */\n registry?: ContainerRegistry;\n /**\n * A flag to indicate where the container task working directory is. The default is\n * 'taskWorkingDirectory'. Possible values include: 'TaskWorkingDirectory',\n * 'ContainerImageDefault'\n */\n workingDirectory?: ContainerWorkingDirectory;\n}\n\n/**\n * In some cases the start task may be re-run even though the node was not rebooted. Due to this,\n * start tasks should be idempotent and exit gracefully if the setup they're performing has already\n * been done. Special care should be taken to avoid start tasks which create breakaway process or\n * install/launch services from the start task working directory, as this will block Batch from\n * being able to re-run the start task.\n * @summary A task which is run when a compute node joins a pool in the Azure Batch service, or\n * when the compute node is rebooted or reimaged.\n */\nexport interface StartTask {\n /**\n * The command line of the start task. The command line does not run under a shell, and therefore\n * cannot take advantage of shell features such as environment variable expansion. If you want to\n * take advantage of such features, you should invoke the shell in the command line, for example\n * using \"cmd /c MyCommand\" in Windows or \"/bin/sh -c MyCommand\" in Linux. Required if any other\n * properties of the startTask are specified.\n */\n commandLine?: string;\n /**\n * A list of files that the Batch service will download to the compute node before running the\n * command line.\n */\n resourceFiles?: ResourceFile[];\n /**\n * A list of environment variable settings for the start task.\n */\n environmentSettings?: EnvironmentSetting[];\n /**\n * The user identity under which the start task runs. If omitted, the task runs as a\n * non-administrative user unique to the task.\n */\n userIdentity?: UserIdentity;\n /**\n * The maximum number of times the task may be retried. The Batch service retries a task if its\n * exit code is nonzero. Note that this value specifically controls the number of retries. The\n * Batch service will try the task once, and may then retry up to this limit. For example, if the\n * maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries).\n * If the maximum retry count is 0, the Batch service does not retry the task. If the maximum\n * retry count is -1, the Batch service retries the task without limit.\n */\n maxTaskRetryCount?: number;\n /**\n * Whether the Batch service should wait for the start task to complete successfully (that is, to\n * exit with exit code 0) before scheduling any tasks on the compute node. If true and the start\n * task fails on a compute node, the Batch service retries the start task up to its maximum retry\n * count (maxTaskRetryCount). If the task has still not completed successfully after all retries,\n * then the Batch service marks the compute node unusable, and will not schedule tasks to it.\n * This condition can be detected via the node state and scheduling error detail. If false, the\n * Batch service will not wait for the start task to complete. In this case, other tasks can\n * start executing on the compute node while the start task is still running; and even if the\n * start task fails, new tasks will continue to be scheduled on the node. The default is true.\n */\n waitForSuccess?: boolean;\n /**\n * The settings for the container under which the start task runs. When this is specified, all\n * directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories\n * on the node) are mapped into the container, all task environment variables are mapped into the\n * container, and the task command line is executed in the container.\n */\n containerSettings?: TaskContainerSettings;\n}\n\n/**\n * An interface representing CertificateReference.\n * @summary A reference to a certificate to be installed on compute nodes in a pool. This must\n * exist inside the same account as the pool.\n */\nexport interface CertificateReference {\n /**\n * The fully qualified ID of the certificate to install on the pool. This must be inside the same\n * batch account as the pool.\n */\n id: string;\n /**\n * The location of the certificate store on the compute node into which to install the\n * certificate. The default value is currentUser. This property is applicable only for pools\n * configured with Windows nodes (that is, created with cloudServiceConfiguration, or with\n * virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the\n * certificates are stored in a directory inside the task working directory and an environment\n * variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For\n * certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's\n * home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.\n * Possible values include: 'CurrentUser', 'LocalMachine'\n */\n storeLocation?: CertificateStoreLocation;\n /**\n * The name of the certificate store on the compute node into which to install the certificate.\n * This property is applicable only for pools configured with Windows nodes (that is, created\n * with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image\n * reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople,\n * TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The\n * default value is My.\n */\n storeName?: string;\n /**\n * Which user accounts on the compute node should have access to the private data of the\n * certificate.\n */\n visibility?: CertificateVisibility[];\n}\n\n/**\n * An interface representing ApplicationPackageReference.\n * @summary Link to an application package inside the batch account\n */\nexport interface ApplicationPackageReference {\n /**\n * The ID of the application package to install. This must be inside the same batch account as\n * the pool. This can either be a reference to a specific version or the default version if one\n * exists.\n */\n id: string;\n /**\n * The version of the application to deploy. If omitted, the default version is deployed. If this\n * is omitted, and no default version is specified for this application, the request fails with\n * the error code InvalidApplicationPackageReferences. If you are calling the REST API directly,\n * the HTTP status code is 409.\n */\n version?: string;\n}\n\n/**\n * An interface representing ResizeError.\n * @summary An error that occurred when resizing a pool.\n */\nexport interface ResizeError {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n */\n code: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n */\n message: string;\n /**\n * Additional details about the error.\n */\n details?: ResizeError[];\n}\n\n/**\n * Describes either the current operation (if the pool AllocationState is Resizing) or the\n * previously completed operation (if the AllocationState is Steady).\n * @summary Details about the current or last completed resize operation.\n */\nexport interface ResizeOperationStatus {\n /**\n * The desired number of dedicated compute nodes in the pool.\n */\n targetDedicatedNodes?: number;\n /**\n * The desired number of low-priority compute nodes in the pool.\n */\n targetLowPriorityNodes?: number;\n /**\n * The timeout for allocation of compute nodes to the pool or removal of compute nodes from the\n * pool. The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value\n * less than 5 minutes, the Batch service returns an error; if you are calling the REST API\n * directly, the HTTP status code is 400 (Bad Request).\n */\n resizeTimeout?: string;\n /**\n * Determines what to do with a node and its running task(s) if the pool size is decreasing. The\n * default value is requeue. Possible values include: 'Requeue', 'Terminate', 'TaskCompletion',\n * 'RetainedData'\n */\n nodeDeallocationOption?: ComputeNodeDeallocationOption;\n /**\n * The time when this resize operation was started.\n */\n startTime?: Date;\n /**\n * Details of any errors encountered while performing the last resize on the pool. This property\n * is set only if an error occurred during the last pool resize, and only when the pool\n * allocationState is Steady.\n */\n errors?: ResizeError[];\n}\n\n/**\n * An interface representing AzureBlobFileSystemConfiguration.\n * @summary Information used to connect to an Azure Storage Container using Blobfuse.\n */\nexport interface AzureBlobFileSystemConfiguration {\n /**\n * The Azure Storage Account name.\n */\n accountName: string;\n /**\n * The Azure Blob Storage Container name.\n */\n containerName: string;\n /**\n * The Azure Storage Account key. This property is mutually exclusive with both sasKey and\n * identity; exactly one must be specified.\n */\n accountKey?: string;\n /**\n * The Azure Storage SAS token. This property is mutually exclusive with both accountKey and\n * identity; exactly one must be specified.\n */\n sasKey?: string;\n /**\n * Additional command line options to pass to the mount command. These are 'net use' options in\n * Windows and 'mount' options in Linux.\n */\n blobfuseOptions?: string;\n /**\n * The relative path on the compute node where the file system will be mounted. All file systems\n * are mounted relative to the Batch mounts directory, accessible via the\n * AZ_BATCH_NODE_MOUNTS_DIR environment variable.\n */\n relativeMountPath: string;\n /**\n * The reference to the user assigned identity to use to access containerName. This property is\n * mutually exclusive with both accountKey and sasKey; exactly one must be specified.\n */\n identityReference?: ComputeNodeIdentityReference;\n}\n\n/**\n * An interface representing NFSMountConfiguration.\n * @summary Information used to connect to an NFS file system.\n */\nexport interface NFSMountConfiguration {\n /**\n * The URI of the file system to mount.\n */\n source: string;\n /**\n * The relative path on the compute node where the file system will be mounted. All file systems\n * are mounted relative to the Batch mounts directory, accessible via the\n * AZ_BATCH_NODE_MOUNTS_DIR environment variable.\n */\n relativeMountPath: string;\n /**\n * Additional command line options to pass to the mount command. These are 'net use' options in\n * Windows and 'mount' options in Linux.\n */\n mountOptions?: string;\n}\n\n/**\n * An interface representing CIFSMountConfiguration.\n * @summary Information used to connect to a CIFS file system.\n */\nexport interface CIFSMountConfiguration {\n /**\n * The user to use for authentication against the CIFS file system.\n */\n username: string;\n /**\n * The URI of the file system to mount.\n */\n source: string;\n /**\n * The relative path on the compute node where the file system will be mounted. All file systems\n * are mounted relative to the Batch mounts directory, accessible via the\n * AZ_BATCH_NODE_MOUNTS_DIR environment variable.\n */\n relativeMountPath: string;\n /**\n * Additional command line options to pass to the mount command. These are 'net use' options in\n * Windows and 'mount' options in Linux.\n */\n mountOptions?: string;\n /**\n * The password to use for authentication against the CIFS file system.\n */\n password: string;\n}\n\n/**\n * An interface representing AzureFileShareConfiguration.\n * @summary Information used to connect to an Azure Fileshare.\n */\nexport interface AzureFileShareConfiguration {\n /**\n * The Azure Storage account name.\n */\n accountName: string;\n /**\n * The Azure Files URL. This is of the form 'https://{account}.file.core.windows.net/'.\n */\n azureFileUrl: string;\n /**\n * The Azure Storage account key.\n */\n accountKey: string;\n /**\n * The relative path on the compute node where the file system will be mounted. All file systems\n * are mounted relative to the Batch mounts directory, accessible via the\n * AZ_BATCH_NODE_MOUNTS_DIR environment variable.\n */\n relativeMountPath: string;\n /**\n * Additional command line options to pass to the mount command. These are 'net use' options in\n * Windows and 'mount' options in Linux.\n */\n mountOptions?: string;\n}\n\n/**\n * An interface representing MountConfiguration.\n * @summary The file system to mount on each node.\n */\nexport interface MountConfiguration {\n /**\n * The Azure Storage Container to mount using blob FUSE on each node. This property is mutually\n * exclusive with all other properties.\n */\n azureBlobFileSystemConfiguration?: AzureBlobFileSystemConfiguration;\n /**\n * The NFS file system to mount on each node. This property is mutually exclusive with all other\n * properties.\n */\n nfsMountConfiguration?: NFSMountConfiguration;\n /**\n * The CIFS/SMB file system to mount on each node. This property is mutually exclusive with all\n * other properties.\n */\n cifsMountConfiguration?: CIFSMountConfiguration;\n /**\n * The Azure File Share to mount on each node. This property is mutually exclusive with all other\n * properties.\n */\n azureFileShareConfiguration?: AzureFileShareConfiguration;\n}\n\n/**\n * The identity of the Batch pool, if configured. If the pool identity is updated during update an\n * existing pool, only the new vms which are created after the pool shrinks to 0 will have the\n * updated identities\n */\nexport interface BatchPoolIdentity {\n /**\n * The type of identity used for the Batch Pool. Possible values include: 'UserAssigned', 'None'\n */\n type: PoolIdentityType;\n /**\n * The list of user identities associated with the Batch pool.\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };\n}\n\n/**\n * Contains information about a pool.\n */\nexport interface Pool extends ProxyResource {\n /**\n * The display name for the pool. The display name need not be unique and can contain any Unicode\n * characters up to a maximum length of 1024.\n */\n displayName?: string;\n /**\n * The last modified time of the pool. This is the last time at which the pool level data, such\n * as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level\n * changes such as a compute node changing state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModified?: Date;\n /**\n * The creation time of the pool. **NOTE: This property will not be serialized. It can only be\n * populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The current state of the pool. Possible values include: 'Succeeded', 'Deleting'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PoolProvisioningState;\n /**\n * The time at which the pool entered its current state. **NOTE: This property will not be\n * serialized. It can only be populated by the server.**\n */\n readonly provisioningStateTransitionTime?: Date;\n /**\n * Whether the pool is resizing. Possible values include: 'Steady', 'Resizing', 'Stopping'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly allocationState?: AllocationState;\n /**\n * The time at which the pool entered its current allocation state. **NOTE: This property will\n * not be serialized. It can only be populated by the server.**\n */\n readonly allocationStateTransitionTime?: Date;\n /**\n * The size of virtual machines in the pool. All VMs in a pool are the same size. For information\n * about available sizes of virtual machines for Cloud Services pools (pools created with\n * cloudServiceConfiguration), see Sizes for Cloud Services\n * (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch\n * supports all Cloud Services VM sizes except ExtraSmall. For information about available VM\n * sizes for pools using images from the Virtual Machines Marketplace (pools created with\n * virtualMachineConfiguration) see Sizes for Virtual Machines (Linux)\n * (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes\n * for Virtual Machines (Windows)\n * (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch\n * supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS,\n * STANDARD_DS, and STANDARD_DSV2 series).\n */\n vmSize?: string;\n /**\n * This property describes how the pool nodes will be deployed - using Cloud Services or Virtual\n * Machines. Using CloudServiceConfiguration specifies that the nodes should be creating using\n * Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines\n * (IaaS).\n */\n deploymentConfiguration?: DeploymentConfiguration;\n /**\n * The number of compute nodes currently in the pool. **NOTE: This property will not be\n * serialized. It can only be populated by the server.**\n */\n readonly currentDedicatedNodes?: number;\n /**\n * The number of low-priority compute nodes currently in the pool. **NOTE: This property will not\n * be serialized. It can only be populated by the server.**\n */\n readonly currentLowPriorityNodes?: number;\n /**\n * Settings which configure the number of nodes in the pool.\n */\n scaleSettings?: ScaleSettings;\n /**\n * The results and errors from the last execution of the autoscale formula. This property is set\n * only if the pool automatically scales, i.e. autoScaleSettings are used.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly autoScaleRun?: AutoScaleRun;\n /**\n * Whether the pool permits direct communication between nodes. This imposes restrictions on\n * which nodes can be assigned to the pool. Enabling this value can reduce the chance of the\n * requested number of nodes to be allocated in the pool. If not specified, this value defaults\n * to 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n interNodeCommunication?: InterNodeCommunicationState;\n /**\n * The network configuration for the pool.\n */\n networkConfiguration?: NetworkConfiguration;\n /**\n * The number of task slots that can be used to run concurrent tasks on a single compute node in\n * the pool. The default value is 1. The maximum value is the smaller of 4 times the number of\n * cores of the vmSize of the pool or 256.\n */\n taskSlotsPerNode?: number;\n /**\n * How tasks are distributed across compute nodes in a pool. If not specified, the default is\n * spread.\n */\n taskSchedulingPolicy?: TaskSchedulingPolicy;\n /**\n * The list of user accounts to be created on each node in the pool.\n */\n userAccounts?: UserAccount[];\n /**\n * A list of name-value pairs associated with the pool as metadata. The Batch service does not\n * assign any meaning to metadata; it is solely for the use of user code.\n */\n metadata?: MetadataItem[];\n /**\n * A task specified to run on each compute node as it joins the pool. In an PATCH (update)\n * operation, this property can be set to an empty object to remove the start task from the pool.\n */\n startTask?: StartTask;\n /**\n * The list of certificates to be installed on each compute node in the pool. For Windows compute\n * nodes, the Batch service installs the certificates to the specified certificate store and\n * location. For Linux compute nodes, the certificates are stored in a directory inside the task\n * working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the\n * task to query for this location. For certificates with visibility of 'remoteUser', a 'certs'\n * directory is created in the user's home directory (e.g., /home/{user-name}/certs) and\n * certificates are placed in that directory.\n */\n certificates?: CertificateReference[];\n /**\n * The list of application packages to be installed on each compute node in the pool. Changes to\n * application package references affect all new compute nodes joining the pool, but do not\n * affect compute nodes that are already in the pool until they are rebooted or reimaged. There\n * is a maximum of 10 application package references on any given pool.\n */\n applicationPackages?: ApplicationPackageReference[];\n /**\n * The list of application licenses the Batch service will make available on each compute node in\n * the pool. The list of application licenses must be a subset of available Batch service\n * application licenses. If a license is requested which is not supported, pool creation will\n * fail.\n */\n applicationLicenses?: string[];\n /**\n * Contains details about the current or last completed resize operation. **NOTE: This property\n * will not be serialized. It can only be populated by the server.**\n */\n readonly resizeOperationStatus?: ResizeOperationStatus;\n /**\n * A list of file systems to mount on each node in the pool. This supports Azure Files, NFS,\n * CIFS/SMB, and Blobfuse.\n */\n mountConfiguration?: MountConfiguration[];\n /**\n * The type of identity used for the Batch Pool. The type of identity used for the Batch Pool.\n */\n identity?: BatchPoolIdentity;\n}\n\n/**\n * A SKU capability, such as the number of cores.\n */\nexport interface SkuCapability {\n /**\n * The name of the feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The value of the feature.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: string;\n}\n\n/**\n * Describes a Batch supported SKU.\n */\nexport interface SupportedSku {\n /**\n * The name of the SKU.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The family name of the SKU.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly familyName?: string;\n /**\n * A collection of capabilities which this SKU supports.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capabilities?: SkuCapability[];\n}\n\n/**\n * An interface representing OperationDisplay.\n * @summary The object that describes the operation.\n */\nexport interface OperationDisplay {\n /**\n * Friendly name of the resource provider.\n */\n provider?: string;\n /**\n * The operation type. For example: read, write, delete, or listKeys/action\n */\n operation?: string;\n /**\n * The resource type on which the operation is performed.\n */\n resource?: string;\n /**\n * The friendly name of the operation.\n */\n description?: string;\n}\n\n/**\n * An interface representing Operation.\n * @summary A REST API operation\n */\nexport interface Operation {\n /**\n * The operation name. This is of the format {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * Indicates whether the operation is a data action\n */\n isDataAction?: boolean;\n /**\n * The object that describes the operation.\n */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation.\n */\n origin?: string;\n /**\n * Properties of the operation.\n */\n properties?: any;\n}\n\n/**\n * Parameters for a check name availability request.\n */\nexport interface CheckNameAvailabilityParameters {\n /**\n * The name to check for availability\n */\n name: string;\n}\n\n/**\n * The CheckNameAvailability operation response.\n */\nexport interface CheckNameAvailabilityResult {\n /**\n * Gets a boolean value that indicates whether the name is available for you to use. If true, the\n * name is available. If false, the name has already been taken or invalid and cannot be used.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nameAvailable?: boolean;\n /**\n * Gets the reason that a Batch account name could not be used. The Reason element is only\n * returned if NameAvailable is false. Possible values include: 'Invalid', 'AlreadyExists'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: NameAvailabilityReason;\n /**\n * Gets an error message explaining the Reason value in more detail.\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 * Details about the connection between the Batch service and the endpoint.\n */\nexport interface EndpointDetail {\n /**\n * The port an endpoint is connected to.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly port?: number;\n}\n\n/**\n * A domain name and connection details used to access a dependency.\n */\nexport interface EndpointDependency {\n /**\n * The domain name of the dependency. Domain names may be fully qualified or may contain a *\n * wildcard.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly domainName?: string;\n /**\n * Human-readable supplemental information about the dependency and when it is applicable.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The list of connection details for this endpoint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpointDetails?: EndpointDetail[];\n}\n\n/**\n * A collection of related endpoints from the same service for which the Batch service requires\n * outbound access.\n */\nexport interface OutboundEnvironmentEndpoint {\n /**\n * The type of service that the Batch service connects to.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly category?: string;\n /**\n * The endpoints for this service to which the Batch service makes outbound calls.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoints?: EndpointDependency[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ApplicationPackageListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ApplicationPackageListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ApplicationCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The parameters for the request.\n */\n parameters?: Application;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ApplicationListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ApplicationListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LocationListSupportedVirtualMachineSkusOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * OData filter expression. Valid properties for filtering are \"familyName\".\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LocationListSupportedCloudServiceSkusOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * OData filter expression. Valid properties for filtering are \"familyName\".\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LocationListSupportedVirtualMachineSkusNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * OData filter expression. Valid properties for filtering are \"familyName\".\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LocationListSupportedCloudServiceSkusNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * OData filter expression. Valid properties for filtering are \"familyName\".\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CertificateListByBatchAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * Comma separated list of properties that should be returned. e.g.\n * \"properties/provisioningState\". Only top level properties under properties/ are valid for\n * selection.\n */\n select?: string;\n /**\n * OData filter expression. Valid properties for filtering are \"properties/provisioningState\",\n * \"properties/provisioningStateTransitionTime\", \"name\".\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CertificateCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The entity state (ETag) version of the certificate to update. A value of \"*\" can be used to\n * apply the operation only if the certificate already exists. If omitted, this operation will\n * always be applied.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new certificate to be created, but to prevent updating an existing\n * certificate. Other values will be ignored.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CertificateUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The entity state (ETag) version of the certificate to update. This value can be omitted or set\n * to \"*\" to apply the operation unconditionally.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CertificateListByBatchAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * Comma separated list of properties that should be returned. e.g.\n * \"properties/provisioningState\". Only top level properties under properties/ are valid for\n * selection.\n */\n select?: string;\n /**\n * OData filter expression. Valid properties for filtering are \"properties/provisioningState\",\n * \"properties/provisioningStateTransitionTime\", \"name\".\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateLinkResourceListByBatchAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateLinkResourceListByBatchAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionListByBatchAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The state (ETag) version of the private endpoint connection to update. This value can be\n * omitted or set to \"*\" to apply the operation unconditionally.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionBeginUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The state (ETag) version of the private endpoint connection to update. This value can be\n * omitted or set to \"*\" to apply the operation unconditionally.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoolListByBatchAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * Comma separated list of properties that should be returned. e.g.\n * \"properties/provisioningState\". Only top level properties under properties/ are valid for\n * selection.\n */\n select?: string;\n /**\n * OData filter expression. Valid properties for filtering are:\n *\n * name\n * properties/allocationState\n * properties/allocationStateTransitionTime\n * properties/creationTime\n * properties/provisioningState\n * properties/provisioningStateTransitionTime\n * properties/lastModified\n * properties/vmSize\n * properties/interNodeCommunication\n * properties/scaleSettings/autoScale\n * properties/scaleSettings/fixedScale\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoolCreateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The entity state (ETag) version of the pool to update. A value of \"*\" can be used to apply the\n * operation only if the pool already exists. If omitted, this operation will always be applied.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other\n * values will be ignored.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoolUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The entity state (ETag) version of the pool to update. This value can be omitted or set to \"*\"\n * to apply the operation unconditionally.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoolListByBatchAccountNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The maximum number of items to return in the response.\n */\n maxresults?: number;\n /**\n * Comma separated list of properties that should be returned. e.g.\n * \"properties/provisioningState\". Only top level properties under properties/ are valid for\n * selection.\n */\n select?: string;\n /**\n * OData filter expression. Valid properties for filtering are:\n *\n * name\n * properties/allocationState\n * properties/allocationStateTransitionTime\n * properties/creationTime\n * properties/provisioningState\n * properties/provisioningStateTransitionTime\n * properties/lastModified\n * properties/vmSize\n * properties/interNodeCommunication\n * properties/scaleSettings/autoScale\n * properties/scaleSettings/fixedScale\n */\n filter?: string;\n}\n\n/**\n * An interface representing BatchManagementClientOptions.\n */\nexport interface BatchManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for Create operation.\n */\nexport interface BatchAccountCreateHeaders {\n /**\n * The URL of the resource used to check the status of the asynchronous operation.\n */\n locationHeader: string;\n /**\n * Suggested delay to check the status of the asynchronous operation. The value is an integer\n * that specifies the delay in seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for Delete operation.\n */\nexport interface BatchAccountDeleteHeaders {\n /**\n * The URL of the resource used to check the status of the asynchronous operation.\n */\n location: string;\n /**\n * Suggested delay to check the status of the asynchronous operation. The value is an integer\n * that specifies the delay in seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for Create operation.\n */\nexport interface CertificateCreateHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface CertificateUpdateHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Delete operation.\n */\nexport interface CertificateDeleteHeaders {\n /**\n * The URL of the resource used to check the status of the asynchronous operation.\n */\n location: string;\n /**\n * Suggested delay to check the status of the asynchronous operation. The value is an integer\n * that represents the seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface CertificateGetHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for CancelDeletion operation.\n */\nexport interface CertificateCancelDeletionHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface PrivateEndpointConnectionUpdateHeaders {\n /**\n * The URL of the resource used to check the status of the asynchronous operation.\n */\n location: string;\n /**\n * Suggested delay to check the status of the asynchronous operation. The value is an integer\n * that represents the seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for Create operation.\n */\nexport interface PoolCreateHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface PoolUpdateHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Delete operation.\n */\nexport interface PoolDeleteHeaders {\n /**\n * The URL of the resource used to check the status of the asynchronous operation.\n */\n location: string;\n /**\n * Suggested delay to check the status of the asynchronous operation. The value is an integer\n * that represents the seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface PoolGetHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for DisableAutoScale operation.\n */\nexport interface PoolDisableAutoScaleHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for StopResize operation.\n */\nexport interface PoolStopResizeHeaders {\n /**\n * The ETag HTTP response header. This is an opaque string. You can use it to detect whether the\n * resource has changed between requests. In particular, you can pass the ETag to one of the\n * If-Match or If-None-Match headers.\n */\n eTag: string;\n}\n\n/**\n * @interface\n * Values returned by the List operation.\n * @extends Array<BatchAccount>\n */\nexport interface BatchAccountListResult extends Array<BatchAccount> {\n /**\n * The continuation token.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Values returned by the List operation.\n * @extends Array<OutboundEnvironmentEndpoint>\n */\nexport interface OutboundEnvironmentEndpointCollection extends Array<OutboundEnvironmentEndpoint> {\n /**\n * The continuation token.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of performing list application packages.\n * @extends Array<ApplicationPackage>\n */\nexport interface ListApplicationPackagesResult extends Array<ApplicationPackage> {\n /**\n * The URL to get the next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The result of performing list applications.\n * @extends Array<Application>\n */\nexport interface ListApplicationsResult extends Array<Application> {\n /**\n * The URL to get the next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The Batch List supported SKUs operation response.\n * @extends Array<SupportedSku>\n */\nexport interface SupportedSkusResult extends Array<SupportedSku> {\n /**\n * The URL to use for getting the next set 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 * An interface representing the OperationListResult.\n * @summary Result of the request to list REST API operations. It contains a list of operations and\n * a URL nextLink to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n nextLink?: string;\n}\n\n/**\n * @interface\n * Values returned by the List operation.\n * @extends Array<Certificate>\n */\nexport interface ListCertificatesResult extends Array<Certificate> {\n /**\n * The continuation token.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Values returned by the List operation.\n * @extends Array<PrivateLinkResource>\n */\nexport interface ListPrivateLinkResourcesResult extends Array<PrivateLinkResource> {\n /**\n * The continuation token.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Values returned by the List operation.\n * @extends Array<PrivateEndpointConnection>\n */\nexport interface ListPrivateEndpointConnectionsResult extends Array<PrivateEndpointConnection> {\n /**\n * The continuation token.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Values returned by the List operation.\n * @extends Array<Pool>\n */\nexport interface ListPoolsResult extends Array<Pool> {\n /**\n * The continuation token.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for AutoStorageAuthenticationMode.\n * Possible values include: 'StorageKeys', 'BatchAccountManagedIdentity'\n * @readonly\n * @enum {string}\n */\nexport type AutoStorageAuthenticationMode = 'StorageKeys' | 'BatchAccountManagedIdentity';\n\n/**\n * Defines values for KeySource.\n * Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'\n * @readonly\n * @enum {string}\n */\nexport type KeySource = 'Microsoft.Batch' | 'Microsoft.KeyVault';\n\n/**\n * Defines values for AuthenticationMode.\n * Possible values include: 'SharedKey', 'AAD', 'TaskAuthenticationToken'\n * @readonly\n * @enum {string}\n */\nexport type AuthenticationMode = 'SharedKey' | 'AAD' | 'TaskAuthenticationToken';\n\n/**\n * Defines values for PoolAllocationMode.\n * Possible values include: 'BatchService', 'UserSubscription'\n * @readonly\n * @enum {string}\n */\nexport type PoolAllocationMode = 'BatchService' | 'UserSubscription';\n\n/**\n * Defines values for PublicNetworkAccessType.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccessType = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'SystemAssigned', 'UserAssigned', 'None'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'None';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Invalid', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Cancelled'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Invalid' | 'Creating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Cancelled';\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Updating', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Updating' | 'Failed';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus.\n * Possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStatus = 'Approved' | 'Pending' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for AccountKeyType.\n * Possible values include: 'Primary', 'Secondary'\n * @readonly\n * @enum {string}\n */\nexport type AccountKeyType = 'Primary' | 'Secondary';\n\n/**\n * Defines values for PackageState.\n * Possible values include: 'Pending', 'Active'\n * @readonly\n * @enum {string}\n */\nexport type PackageState = 'Pending' | 'Active';\n\n/**\n * Defines values for CertificateFormat.\n * Possible values include: 'Pfx', 'Cer'\n * @readonly\n * @enum {string}\n */\nexport type CertificateFormat = 'Pfx' | 'Cer';\n\n/**\n * Defines values for CertificateProvisioningState.\n * Possible values include: 'Succeeded', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type CertificateProvisioningState = 'Succeeded' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for PoolProvisioningState.\n * Possible values include: 'Succeeded', 'Deleting'\n * @readonly\n * @enum {string}\n */\nexport type PoolProvisioningState = 'Succeeded' | 'Deleting';\n\n/**\n * Defines values for AllocationState.\n * Possible values include: 'Steady', 'Resizing', 'Stopping'\n * @readonly\n * @enum {string}\n */\nexport type AllocationState = 'Steady' | 'Resizing' | 'Stopping';\n\n/**\n * Defines values for CachingType.\n * Possible values include: 'None', 'ReadOnly', 'ReadWrite'\n * @readonly\n * @enum {string}\n */\nexport type CachingType = 'None' | 'ReadOnly' | 'ReadWrite';\n\n/**\n * Defines values for StorageAccountType.\n * Possible values include: 'Standard_LRS', 'Premium_LRS'\n * @readonly\n * @enum {string}\n */\nexport type StorageAccountType = 'Standard_LRS' | 'Premium_LRS';\n\n/**\n * Defines values for DiskEncryptionTarget.\n * Possible values include: 'OsDisk', 'TemporaryDisk'\n * @readonly\n * @enum {string}\n */\nexport type DiskEncryptionTarget = 'OsDisk' | 'TemporaryDisk';\n\n/**\n * Defines values for NodePlacementPolicyType.\n * Possible values include: 'Regional', 'Zonal'\n * @readonly\n * @enum {string}\n */\nexport type NodePlacementPolicyType = 'Regional' | 'Zonal';\n\n/**\n * Defines values for DiffDiskPlacement.\n * Possible values include: 'CacheDisk'\n * @readonly\n * @enum {string}\n */\nexport type DiffDiskPlacement = 'CacheDisk';\n\n/**\n * Defines values for ComputeNodeDeallocationOption.\n * Possible values include: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'\n * @readonly\n * @enum {string}\n */\nexport type ComputeNodeDeallocationOption = 'Requeue' | 'Terminate' | 'TaskCompletion' | 'RetainedData';\n\n/**\n * Defines values for InterNodeCommunicationState.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type InterNodeCommunicationState = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for InboundEndpointProtocol.\n * Possible values include: 'TCP', 'UDP'\n * @readonly\n * @enum {string}\n */\nexport type InboundEndpointProtocol = 'TCP' | 'UDP';\n\n/**\n * Defines values for NetworkSecurityGroupRuleAccess.\n * Possible values include: 'Allow', 'Deny'\n * @readonly\n * @enum {string}\n */\nexport type NetworkSecurityGroupRuleAccess = 'Allow' | 'Deny';\n\n/**\n * Defines values for IPAddressProvisioningType.\n * Possible values include: 'BatchManaged', 'UserManaged', 'NoPublicIPAddresses'\n * @readonly\n * @enum {string}\n */\nexport type IPAddressProvisioningType = 'BatchManaged' | 'UserManaged' | 'NoPublicIPAddresses';\n\n/**\n * Defines values for ComputeNodeFillType.\n * Possible values include: 'Spread', 'Pack'\n * @readonly\n * @enum {string}\n */\nexport type ComputeNodeFillType = 'Spread' | 'Pack';\n\n/**\n * Defines values for ElevationLevel.\n * Possible values include: 'NonAdmin', 'Admin'\n * @readonly\n * @enum {string}\n */\nexport type ElevationLevel = 'NonAdmin' | 'Admin';\n\n/**\n * Defines values for LoginMode.\n * Possible values include: 'Batch', 'Interactive'\n * @readonly\n * @enum {string}\n */\nexport type LoginMode = 'Batch' | 'Interactive';\n\n/**\n * Defines values for AutoUserScope.\n * Possible values include: 'Task', 'Pool'\n * @readonly\n * @enum {string}\n */\nexport type AutoUserScope = 'Task' | 'Pool';\n\n/**\n * Defines values for ContainerWorkingDirectory.\n * Possible values include: 'TaskWorkingDirectory', 'ContainerImageDefault'\n * @readonly\n * @enum {string}\n */\nexport type ContainerWorkingDirectory = 'TaskWorkingDirectory' | 'ContainerImageDefault';\n\n/**\n * Defines values for CertificateStoreLocation.\n * Possible values include: 'CurrentUser', 'LocalMachine'\n * @readonly\n * @enum {string}\n */\nexport type CertificateStoreLocation = 'CurrentUser' | 'LocalMachine';\n\n/**\n * Defines values for CertificateVisibility.\n * Possible values include: 'StartTask', 'Task', 'RemoteUser'\n * @readonly\n * @enum {string}\n */\nexport type CertificateVisibility = 'StartTask' | 'Task' | 'RemoteUser';\n\n/**\n * Defines values for PoolIdentityType.\n * Possible values include: 'UserAssigned', 'None'\n * @readonly\n * @enum {string}\n */\nexport type PoolIdentityType = 'UserAssigned' | 'None';\n\n/**\n * Defines values for NameAvailabilityReason.\n * Possible values include: 'Invalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type NameAvailabilityReason = 'Invalid' | 'AlreadyExists';\n\n/**\n * Contains response data for the create operation.\n */\nexport type BatchAccountCreateResponse = BatchAccount & BatchAccountCreateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BatchAccountCreateHeaders;\n\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: BatchAccount;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type BatchAccountUpdateResponse = BatchAccount & {\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: BatchAccount;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type BatchAccountDeleteResponse = BatchAccountDeleteHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BatchAccountDeleteHeaders;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BatchAccountGetResponse = BatchAccount & {\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: BatchAccount;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type BatchAccountListResponse = BatchAccountListResult & {\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: BatchAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type BatchAccountListByResourceGroupResponse = BatchAccountListResult & {\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: BatchAccountListResult;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type BatchAccountRegenerateKeyResponse = BatchAccountKeys & {\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: BatchAccountKeys;\n };\n};\n\n/**\n * Contains response data for the getKeys operation.\n */\nexport type BatchAccountGetKeysResponse = BatchAccountKeys & {\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: BatchAccountKeys;\n };\n};\n\n/**\n * Contains response data for the listOutboundNetworkDependenciesEndpoints operation.\n */\nexport type BatchAccountListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection & {\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: OutboundEnvironmentEndpointCollection;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type BatchAccountListNextResponse = BatchAccountListResult & {\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: BatchAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type BatchAccountListByResourceGroupNextResponse = BatchAccountListResult & {\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: BatchAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation.\n */\nexport type BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection & {\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: OutboundEnvironmentEndpointCollection;\n };\n};\n\n/**\n * Contains response data for the activate operation.\n */\nexport type ApplicationPackageActivateResponse = ApplicationPackage & {\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: ApplicationPackage;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ApplicationPackageCreateResponse = ApplicationPackage & {\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: ApplicationPackage;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ApplicationPackageGetResponse = ApplicationPackage & {\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: ApplicationPackage;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ApplicationPackageListResponse = ListApplicationPackagesResult & {\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: ListApplicationPackagesResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ApplicationPackageListNextResponse = ListApplicationPackagesResult & {\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: ListApplicationPackagesResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type ApplicationCreateResponse = 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 get operation.\n */\nexport type ApplicationGetResponse = 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 update operation.\n */\nexport type ApplicationUpdateResponse = 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 list operation.\n */\nexport type ApplicationListResponse = ListApplicationsResult & {\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: ListApplicationsResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ApplicationListNextResponse = ListApplicationsResult & {\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: ListApplicationsResult;\n };\n};\n\n/**\n * Contains response data for the getQuotas operation.\n */\nexport type LocationGetQuotasResponse = BatchLocationQuota & {\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: BatchLocationQuota;\n };\n};\n\n/**\n * Contains response data for the listSupportedVirtualMachineSkus operation.\n */\nexport type LocationListSupportedVirtualMachineSkusResponse = SupportedSkusResult & {\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: SupportedSkusResult;\n };\n};\n\n/**\n * Contains response data for the listSupportedCloudServiceSkus operation.\n */\nexport type LocationListSupportedCloudServiceSkusResponse = SupportedSkusResult & {\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: SupportedSkusResult;\n };\n};\n\n/**\n * Contains response data for the checkNameAvailability operation.\n */\nexport type LocationCheckNameAvailabilityResponse = CheckNameAvailabilityResult & {\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: CheckNameAvailabilityResult;\n };\n};\n\n/**\n * Contains response data for the listSupportedVirtualMachineSkusNext operation.\n */\nexport type LocationListSupportedVirtualMachineSkusNextResponse = SupportedSkusResult & {\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: SupportedSkusResult;\n };\n};\n\n/**\n * Contains response data for the listSupportedCloudServiceSkusNext operation.\n */\nexport type LocationListSupportedCloudServiceSkusNextResponse = SupportedSkusResult & {\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: SupportedSkusResult;\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 listByBatchAccount operation.\n */\nexport type CertificateListByBatchAccountResponse = ListCertificatesResult & {\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: ListCertificatesResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type CertificateCreateResponse = Certificate & CertificateCreateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: CertificateCreateHeaders;\n\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: Certificate;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type CertificateUpdateResponse = Certificate & CertificateUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: CertificateUpdateHeaders;\n\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: Certificate;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type CertificateDeleteResponse = CertificateDeleteHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: CertificateDeleteHeaders;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CertificateGetResponse = Certificate & CertificateGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: CertificateGetHeaders;\n\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: Certificate;\n };\n};\n\n/**\n * Contains response data for the cancelDeletion operation.\n */\nexport type CertificateCancelDeletionResponse = Certificate & CertificateCancelDeletionHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: CertificateCancelDeletionHeaders;\n\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: Certificate;\n };\n};\n\n/**\n * Contains response data for the listByBatchAccountNext operation.\n */\nexport type CertificateListByBatchAccountNextResponse = ListCertificatesResult & {\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: ListCertificatesResult;\n };\n};\n\n/**\n * Contains response data for the listByBatchAccount operation.\n */\nexport type PrivateLinkResourceListByBatchAccountResponse = ListPrivateLinkResourcesResult & {\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: ListPrivateLinkResourcesResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateLinkResourceGetResponse = 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/**\n * Contains response data for the listByBatchAccountNext operation.\n */\nexport type PrivateLinkResourceListByBatchAccountNextResponse = ListPrivateLinkResourcesResult & {\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: ListPrivateLinkResourcesResult;\n };\n};\n\n/**\n * Contains response data for the listByBatchAccount operation.\n */\nexport type PrivateEndpointConnectionListByBatchAccountResponse = ListPrivateEndpointConnectionsResult & {\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: ListPrivateEndpointConnectionsResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionGetResponse = 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 update operation.\n */\nexport type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection & PrivateEndpointConnectionUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PrivateEndpointConnectionUpdateHeaders;\n\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 listByBatchAccountNext operation.\n */\nexport type PrivateEndpointConnectionListByBatchAccountNextResponse = ListPrivateEndpointConnectionsResult & {\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: ListPrivateEndpointConnectionsResult;\n };\n};\n\n/**\n * Contains response data for the listByBatchAccount operation.\n */\nexport type PoolListByBatchAccountResponse = ListPoolsResult & {\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: ListPoolsResult;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type PoolCreateResponse = Pool & PoolCreateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PoolCreateHeaders;\n\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: Pool;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type PoolUpdateResponse = Pool & PoolUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PoolUpdateHeaders;\n\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: Pool;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type PoolDeleteResponse = PoolDeleteHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PoolDeleteHeaders;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PoolGetResponse = Pool & PoolGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PoolGetHeaders;\n\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: Pool;\n };\n};\n\n/**\n * Contains response data for the disableAutoScale operation.\n */\nexport type PoolDisableAutoScaleResponse = Pool & PoolDisableAutoScaleHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PoolDisableAutoScaleHeaders;\n\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: Pool;\n };\n};\n\n/**\n * Contains response data for the stopResize operation.\n */\nexport type PoolStopResizeResponse = Pool & PoolStopResizeHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: PoolStopResizeHeaders;\n\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: Pool;\n };\n};\n\n/**\n * Contains response data for the listByBatchAccountNext operation.\n */\nexport type PoolListByBatchAccountNextResponse = ListPoolsResult & {\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: ListPoolsResult;\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 ComputeNodeIdentityReference: msRest.CompositeMapper = {\n serializedName: \"ComputeNodeIdentityReference\",\n type: {\n name: \"Composite\",\n className: \"ComputeNodeIdentityReference\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoStorageBaseProperties: msRest.CompositeMapper = {\n serializedName: \"AutoStorageBaseProperties\",\n type: {\n name: \"Composite\",\n className: \"AutoStorageBaseProperties\",\n modelProperties: {\n storageAccountId: {\n required: true,\n serializedName: \"storageAccountId\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"authenticationMode\",\n defaultValue: 'StorageKeys',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"StorageKeys\",\n \"BatchAccountManagedIdentity\"\n ]\n }\n },\n nodeIdentityReference: {\n serializedName: \"nodeIdentityReference\",\n type: {\n name: \"Composite\",\n className: \"ComputeNodeIdentityReference\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyIdentifier: {\n serializedName: \"keyIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EncryptionProperties: msRest.CompositeMapper = {\n serializedName: \"EncryptionProperties\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\",\n modelProperties: {\n keySource: {\n serializedName: \"keySource\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Microsoft.Batch\",\n \"Microsoft.KeyVault\"\n ]\n }\n },\n keyVaultProperties: {\n serializedName: \"keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultReference: msRest.CompositeMapper = {\n serializedName: \"KeyVaultReference\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultReference\",\n modelProperties: {\n id: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n url: {\n required: true,\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentities: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentities\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentities\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BatchAccountIdentity: msRest.CompositeMapper = {\n serializedName: \"BatchAccountIdentity\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentities\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BatchAccountCreateParameters: msRest.CompositeMapper = {\n serializedName: \"BatchAccountCreateParameters\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountCreateParameters\",\n modelProperties: {\n location: {\n required: true,\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 autoStorage: {\n serializedName: \"properties.autoStorage\",\n type: {\n name: \"Composite\",\n className: \"AutoStorageBaseProperties\"\n }\n },\n poolAllocationMode: {\n serializedName: \"properties.poolAllocationMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"BatchService\",\n \"UserSubscription\"\n ]\n }\n },\n keyVaultReference: {\n serializedName: \"properties.keyVaultReference\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultReference\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'Enabled',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n allowedAuthenticationModes: {\n nullable: true,\n serializedName: \"properties.allowedAuthenticationModes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SharedKey\",\n \"AAD\",\n \"TaskAuthenticationToken\"\n ]\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountIdentity\"\n }\n }\n }\n }\n};\n\nexport const AutoStorageProperties: msRest.CompositeMapper = {\n serializedName: \"AutoStorageProperties\",\n type: {\n name: \"Composite\",\n className: \"AutoStorageProperties\",\n modelProperties: {\n ...AutoStorageBaseProperties.type.modelProperties,\n lastKeySync: {\n required: true,\n serializedName: \"lastKeySync\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineFamilyCoreQuota: msRest.CompositeMapper = {\n serializedName: \"VirtualMachineFamilyCoreQuota\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineFamilyCoreQuota\",\n modelProperties: {\n name: {\n nullable: false,\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n coreQuota: {\n nullable: false,\n readOnly: true,\n serializedName: \"coreQuota\",\n type: {\n name: \"Number\"\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 readOnly: true,\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: \"Enum\",\n allowedValues: [\n \"Approved\",\n \"Pending\",\n \"Rejected\",\n \"Disconnected\"\n ]\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionRequired: {\n readOnly: true,\n serializedName: \"actionRequired\",\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 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 etag: {\n readOnly: true,\n serializedName: \"etag\",\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 ...ProxyResource.type.modelProperties,\n provisioningState: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\",\n \"Updating\",\n \"Failed\"\n ]\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\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 location: {\n readOnly: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n readOnly: 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 BatchAccount: msRest.CompositeMapper = {\n serializedName: \"BatchAccount\",\n type: {\n name: \"Composite\",\n className: \"BatchAccount\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountEndpoint: {\n readOnly: true,\n serializedName: \"properties.accountEndpoint\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"Creating\",\n \"Deleting\",\n \"Succeeded\",\n \"Failed\",\n \"Cancelled\"\n ]\n }\n },\n poolAllocationMode: {\n readOnly: true,\n serializedName: \"properties.poolAllocationMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"BatchService\",\n \"UserSubscription\"\n ]\n }\n },\n keyVaultReference: {\n readOnly: true,\n serializedName: \"properties.keyVaultReference\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultReference\"\n }\n },\n publicNetworkAccess: {\n readOnly: true,\n serializedName: \"properties.publicNetworkAccess\",\n defaultValue: 'Enabled',\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n privateEndpointConnections: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n autoStorage: {\n readOnly: true,\n serializedName: \"properties.autoStorage\",\n type: {\n name: \"Composite\",\n className: \"AutoStorageProperties\"\n }\n },\n encryption: {\n readOnly: true,\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n dedicatedCoreQuota: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.dedicatedCoreQuota\",\n type: {\n name: \"Number\"\n }\n },\n lowPriorityCoreQuota: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.lowPriorityCoreQuota\",\n type: {\n name: \"Number\"\n }\n },\n dedicatedCoreQuotaPerVMFamily: {\n nullable: true,\n readOnly: true,\n serializedName: \"properties.dedicatedCoreQuotaPerVMFamily\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualMachineFamilyCoreQuota\"\n }\n }\n }\n },\n dedicatedCoreQuotaPerVMFamilyEnforced: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.dedicatedCoreQuotaPerVMFamilyEnforced\",\n type: {\n name: \"Boolean\"\n }\n },\n poolQuota: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.poolQuota\",\n type: {\n name: \"Number\"\n }\n },\n activeJobAndJobScheduleQuota: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.activeJobAndJobScheduleQuota\",\n type: {\n name: \"Number\"\n }\n },\n allowedAuthenticationModes: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.allowedAuthenticationModes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SharedKey\",\n \"AAD\",\n \"TaskAuthenticationToken\"\n ]\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountIdentity\"\n }\n }\n }\n }\n};\n\nexport const BatchAccountUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"BatchAccountUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n autoStorage: {\n serializedName: \"properties.autoStorage\",\n type: {\n name: \"Composite\",\n className: \"AutoStorageBaseProperties\"\n }\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperties\"\n }\n },\n allowedAuthenticationModes: {\n nullable: true,\n serializedName: \"properties.allowedAuthenticationModes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SharedKey\",\n \"AAD\",\n \"TaskAuthenticationToken\"\n ]\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountIdentity\"\n }\n }\n }\n }\n};\n\nexport const BatchAccountRegenerateKeyParameters: msRest.CompositeMapper = {\n serializedName: \"BatchAccountRegenerateKeyParameters\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountRegenerateKeyParameters\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Primary\",\n \"Secondary\"\n ]\n }\n }\n }\n }\n};\n\nexport const BatchAccountKeys: msRest.CompositeMapper = {\n serializedName: \"BatchAccountKeys\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountKeys\",\n modelProperties: {\n accountName: {\n readOnly: true,\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n primary: {\n readOnly: true,\n serializedName: \"primary\",\n type: {\n name: \"String\"\n }\n },\n secondary: {\n readOnly: true,\n serializedName: \"secondary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ActivateApplicationPackageParameters: msRest.CompositeMapper = {\n serializedName: \"ActivateApplicationPackageParameters\",\n type: {\n name: \"Composite\",\n className: \"ActivateApplicationPackageParameters\",\n modelProperties: {\n format: {\n required: true,\n serializedName: \"format\",\n type: {\n name: \"String\"\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 displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n allowUpdates: {\n serializedName: \"properties.allowUpdates\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultVersion: {\n serializedName: \"properties.defaultVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationPackage: msRest.CompositeMapper = {\n serializedName: \"ApplicationPackage\",\n type: {\n name: \"Composite\",\n className: \"ApplicationPackage\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pending\",\n \"Active\"\n ]\n }\n },\n format: {\n readOnly: true,\n serializedName: \"properties.format\",\n type: {\n name: \"String\"\n }\n },\n storageUrl: {\n readOnly: true,\n serializedName: \"properties.storageUrl\",\n type: {\n name: \"String\"\n }\n },\n storageUrlExpiry: {\n readOnly: true,\n serializedName: \"properties.storageUrlExpiry\",\n type: {\n name: \"DateTime\"\n }\n },\n lastActivationTime: {\n readOnly: true,\n serializedName: \"properties.lastActivationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const BatchLocationQuota: msRest.CompositeMapper = {\n serializedName: \"BatchLocationQuota\",\n type: {\n name: \"Composite\",\n className: \"BatchLocationQuota\",\n modelProperties: {\n accountQuota: {\n readOnly: true,\n serializedName: \"accountQuota\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CertificateBaseProperties: msRest.CompositeMapper = {\n serializedName: \"CertificateBaseProperties\",\n type: {\n name: \"Composite\",\n className: \"CertificateBaseProperties\",\n modelProperties: {\n thumbprintAlgorithm: {\n serializedName: \"thumbprintAlgorithm\",\n type: {\n name: \"String\"\n }\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n type: {\n name: \"String\"\n }\n },\n format: {\n nullable: false,\n serializedName: \"format\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pfx\",\n \"Cer\"\n ]\n }\n }\n }\n }\n};\n\nexport const DeleteCertificateError: msRest.CompositeMapper = {\n serializedName: \"DeleteCertificateError\",\n type: {\n name: \"Composite\",\n className: \"DeleteCertificateError\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeleteCertificateError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Certificate: msRest.CompositeMapper = {\n serializedName: \"Certificate\",\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n thumbprintAlgorithm: {\n serializedName: \"properties.thumbprintAlgorithm\",\n type: {\n name: \"String\"\n }\n },\n thumbprint: {\n serializedName: \"properties.thumbprint\",\n type: {\n name: \"String\"\n }\n },\n format: {\n nullable: false,\n serializedName: \"properties.format\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pfx\",\n \"Cer\"\n ]\n }\n },\n provisioningState: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\",\n \"Deleting\",\n \"Failed\"\n ]\n }\n },\n provisioningStateTransitionTime: {\n readOnly: true,\n serializedName: \"properties.provisioningStateTransitionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n previousProvisioningState: {\n nullable: false,\n readOnly: true,\n serializedName: \"properties.previousProvisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\",\n \"Deleting\",\n \"Failed\"\n ]\n }\n },\n previousProvisioningStateTransitionTime: {\n readOnly: true,\n serializedName: \"properties.previousProvisioningStateTransitionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n publicData: {\n readOnly: true,\n serializedName: \"properties.publicData\",\n type: {\n name: \"String\"\n }\n },\n deleteCertificateError: {\n readOnly: true,\n serializedName: \"properties.deleteCertificateError\",\n type: {\n name: \"Composite\",\n className: \"DeleteCertificateError\"\n }\n }\n }\n }\n};\n\nexport const CertificateCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"CertificateCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"CertificateCreateOrUpdateParameters\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n thumbprintAlgorithm: {\n serializedName: \"properties.thumbprintAlgorithm\",\n type: {\n name: \"String\"\n }\n },\n thumbprint: {\n serializedName: \"properties.thumbprint\",\n type: {\n name: \"String\"\n }\n },\n format: {\n nullable: false,\n serializedName: \"properties.format\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Pfx\",\n \"Cer\"\n ]\n }\n },\n data: {\n required: true,\n serializedName: \"properties.data\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\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 ...ProxyResource.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 readOnly: true,\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CloudServiceConfiguration: msRest.CompositeMapper = {\n serializedName: \"CloudServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CloudServiceConfiguration\",\n modelProperties: {\n osFamily: {\n required: true,\n serializedName: \"osFamily\",\n type: {\n name: \"String\"\n }\n },\n osVersion: {\n serializedName: \"osVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImageReference: msRest.CompositeMapper = {\n serializedName: \"ImageReference\",\n type: {\n name: \"Composite\",\n className: \"ImageReference\",\n modelProperties: {\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WindowsConfiguration: msRest.CompositeMapper = {\n serializedName: \"WindowsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WindowsConfiguration\",\n modelProperties: {\n enableAutomaticUpdates: {\n serializedName: \"enableAutomaticUpdates\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DataDisk: msRest.CompositeMapper = {\n serializedName: \"DataDisk\",\n type: {\n name: \"Composite\",\n className: \"DataDisk\",\n modelProperties: {\n lun: {\n required: true,\n serializedName: \"lun\",\n type: {\n name: \"Number\"\n }\n },\n caching: {\n serializedName: \"caching\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"ReadOnly\",\n \"ReadWrite\"\n ]\n }\n },\n diskSizeGB: {\n required: true,\n serializedName: \"diskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n storageAccountType: {\n serializedName: \"storageAccountType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Standard_LRS\",\n \"Premium_LRS\"\n ]\n }\n }\n }\n }\n};\n\nexport const ContainerRegistry: msRest.CompositeMapper = {\n serializedName: \"ContainerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\",\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 registryServer: {\n serializedName: \"registryServer\",\n type: {\n name: \"String\"\n }\n },\n identityReference: {\n serializedName: \"identityReference\",\n type: {\n name: \"Composite\",\n className: \"ComputeNodeIdentityReference\"\n }\n }\n }\n }\n};\n\nexport const ContainerConfiguration: msRest.CompositeMapper = {\n serializedName: \"ContainerConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ContainerConfiguration\",\n modelProperties: {\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'DockerCompatible',\n type: {\n name: \"String\"\n }\n },\n containerImageNames: {\n serializedName: \"containerImageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n containerRegistries: {\n serializedName: \"containerRegistries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DiskEncryptionConfiguration: msRest.CompositeMapper = {\n serializedName: \"DiskEncryptionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfiguration\",\n modelProperties: {\n targets: {\n serializedName: \"targets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"OsDisk\",\n \"TemporaryDisk\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const NodePlacementConfiguration: msRest.CompositeMapper = {\n serializedName: \"NodePlacementConfiguration\",\n type: {\n name: \"Composite\",\n className: \"NodePlacementConfiguration\",\n modelProperties: {\n policy: {\n serializedName: \"policy\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Regional\",\n \"Zonal\"\n ]\n }\n }\n }\n }\n};\n\nexport const VMExtension: msRest.CompositeMapper = {\n serializedName: \"VMExtension\",\n type: {\n name: \"Composite\",\n className: \"VMExtension\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n required: true,\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n type: {\n name: \"String\"\n }\n },\n autoUpgradeMinorVersion: {\n serializedName: \"autoUpgradeMinorVersion\",\n type: {\n name: \"Boolean\"\n }\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Object\"\n }\n },\n protectedSettings: {\n serializedName: \"protectedSettings\",\n type: {\n name: \"Object\"\n }\n },\n provisionAfterExtensions: {\n serializedName: \"provisionAfterExtensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DiffDiskSettings: msRest.CompositeMapper = {\n serializedName: \"DiffDiskSettings\",\n type: {\n name: \"Composite\",\n className: \"DiffDiskSettings\",\n modelProperties: {\n placement: {\n serializedName: \"placement\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"CacheDisk\"\n ]\n }\n }\n }\n }\n};\n\nexport const OSDisk: msRest.CompositeMapper = {\n serializedName: \"OSDisk\",\n type: {\n name: \"Composite\",\n className: \"OSDisk\",\n modelProperties: {\n ephemeralOSDiskSettings: {\n serializedName: \"ephemeralOSDiskSettings\",\n type: {\n name: \"Composite\",\n className: \"DiffDiskSettings\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineConfiguration: msRest.CompositeMapper = {\n serializedName: \"VirtualMachineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineConfiguration\",\n modelProperties: {\n imageReference: {\n required: true,\n serializedName: \"imageReference\",\n type: {\n name: \"Composite\",\n className: \"ImageReference\"\n }\n },\n nodeAgentSkuId: {\n required: true,\n serializedName: \"nodeAgentSkuId\",\n type: {\n name: \"String\"\n }\n },\n windowsConfiguration: {\n serializedName: \"windowsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WindowsConfiguration\"\n }\n },\n dataDisks: {\n serializedName: \"dataDisks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDisk\"\n }\n }\n }\n },\n licenseType: {\n serializedName: \"licenseType\",\n type: {\n name: \"String\"\n }\n },\n containerConfiguration: {\n serializedName: \"containerConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ContainerConfiguration\"\n }\n },\n diskEncryptionConfiguration: {\n serializedName: \"diskEncryptionConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DiskEncryptionConfiguration\"\n }\n },\n nodePlacementConfiguration: {\n serializedName: \"nodePlacementConfiguration\",\n type: {\n name: \"Composite\",\n className: \"NodePlacementConfiguration\"\n }\n },\n extensions: {\n serializedName: \"extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VMExtension\"\n }\n }\n }\n },\n osDisk: {\n serializedName: \"osDisk\",\n type: {\n name: \"Composite\",\n className: \"OSDisk\"\n }\n }\n }\n }\n};\n\nexport const DeploymentConfiguration: msRest.CompositeMapper = {\n serializedName: \"DeploymentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DeploymentConfiguration\",\n modelProperties: {\n cloudServiceConfiguration: {\n serializedName: \"cloudServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CloudServiceConfiguration\"\n }\n },\n virtualMachineConfiguration: {\n serializedName: \"virtualMachineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"VirtualMachineConfiguration\"\n }\n }\n }\n }\n};\n\nexport const FixedScaleSettings: msRest.CompositeMapper = {\n serializedName: \"FixedScaleSettings\",\n type: {\n name: \"Composite\",\n className: \"FixedScaleSettings\",\n modelProperties: {\n resizeTimeout: {\n serializedName: \"resizeTimeout\",\n type: {\n name: \"TimeSpan\"\n }\n },\n targetDedicatedNodes: {\n serializedName: \"targetDedicatedNodes\",\n type: {\n name: \"Number\"\n }\n },\n targetLowPriorityNodes: {\n serializedName: \"targetLowPriorityNodes\",\n type: {\n name: \"Number\"\n }\n },\n nodeDeallocationOption: {\n serializedName: \"nodeDeallocationOption\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Requeue\",\n \"Terminate\",\n \"TaskCompletion\",\n \"RetainedData\"\n ]\n }\n }\n }\n }\n};\n\nexport const AutoScaleSettings: msRest.CompositeMapper = {\n serializedName: \"AutoScaleSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleSettings\",\n modelProperties: {\n formula: {\n required: true,\n serializedName: \"formula\",\n type: {\n name: \"String\"\n }\n },\n evaluationInterval: {\n serializedName: \"evaluationInterval\",\n type: {\n name: \"TimeSpan\"\n }\n }\n }\n }\n};\n\nexport const ScaleSettings: msRest.CompositeMapper = {\n serializedName: \"ScaleSettings\",\n type: {\n name: \"Composite\",\n className: \"ScaleSettings\",\n modelProperties: {\n fixedScale: {\n serializedName: \"fixedScale\",\n type: {\n name: \"Composite\",\n className: \"FixedScaleSettings\"\n }\n },\n autoScale: {\n serializedName: \"autoScale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleSettings\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleRunError: msRest.CompositeMapper = {\n serializedName: \"AutoScaleRunError\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleRunError\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoScaleRunError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AutoScaleRun: msRest.CompositeMapper = {\n serializedName: \"AutoScaleRun\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleRun\",\n modelProperties: {\n evaluationTime: {\n required: true,\n serializedName: \"evaluationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleRunError\"\n }\n }\n }\n }\n};\n\nexport const NetworkSecurityGroupRule: msRest.CompositeMapper = {\n serializedName: \"NetworkSecurityGroupRule\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityGroupRule\",\n modelProperties: {\n priority: {\n required: true,\n serializedName: \"priority\",\n type: {\n name: \"Number\"\n }\n },\n access: {\n required: true,\n serializedName: \"access\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Allow\",\n \"Deny\"\n ]\n }\n },\n sourceAddressPrefix: {\n required: true,\n serializedName: \"sourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n sourcePortRanges: {\n serializedName: \"sourcePortRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InboundNatPool: msRest.CompositeMapper = {\n serializedName: \"InboundNatPool\",\n type: {\n name: \"Composite\",\n className: \"InboundNatPool\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n protocol: {\n required: true,\n serializedName: \"protocol\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"TCP\",\n \"UDP\"\n ]\n }\n },\n backendPort: {\n required: true,\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n },\n frontendPortRangeStart: {\n required: true,\n serializedName: \"frontendPortRangeStart\",\n type: {\n name: \"Number\"\n }\n },\n frontendPortRangeEnd: {\n required: true,\n serializedName: \"frontendPortRangeEnd\",\n type: {\n name: \"Number\"\n }\n },\n networkSecurityGroupRules: {\n serializedName: \"networkSecurityGroupRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityGroupRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PoolEndpointConfiguration: msRest.CompositeMapper = {\n serializedName: \"PoolEndpointConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PoolEndpointConfiguration\",\n modelProperties: {\n inboundNatPools: {\n required: true,\n serializedName: \"inboundNatPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundNatPool\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PublicIPAddressConfiguration: msRest.CompositeMapper = {\n serializedName: \"PublicIPAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PublicIPAddressConfiguration\",\n modelProperties: {\n provision: {\n serializedName: \"provision\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"BatchManaged\",\n \"UserManaged\",\n \"NoPublicIPAddresses\"\n ]\n }\n },\n ipAddressIds: {\n serializedName: \"ipAddressIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkConfiguration: msRest.CompositeMapper = {\n serializedName: \"NetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\",\n modelProperties: {\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\"\n }\n },\n endpointConfiguration: {\n serializedName: \"endpointConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PoolEndpointConfiguration\"\n }\n },\n publicIPAddressConfiguration: {\n serializedName: \"publicIPAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"PublicIPAddressConfiguration\"\n }\n }\n }\n }\n};\n\nexport const TaskSchedulingPolicy: msRest.CompositeMapper = {\n serializedName: \"TaskSchedulingPolicy\",\n type: {\n name: \"Composite\",\n className: \"TaskSchedulingPolicy\",\n modelProperties: {\n nodeFillType: {\n required: true,\n serializedName: \"nodeFillType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Spread\",\n \"Pack\"\n ]\n }\n }\n }\n }\n};\n\nexport const LinuxUserConfiguration: msRest.CompositeMapper = {\n serializedName: \"LinuxUserConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LinuxUserConfiguration\",\n modelProperties: {\n uid: {\n serializedName: \"uid\",\n type: {\n name: \"Number\"\n }\n },\n gid: {\n serializedName: \"gid\",\n type: {\n name: \"Number\"\n }\n },\n sshPrivateKey: {\n serializedName: \"sshPrivateKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WindowsUserConfiguration: msRest.CompositeMapper = {\n serializedName: \"WindowsUserConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WindowsUserConfiguration\",\n modelProperties: {\n loginMode: {\n serializedName: \"loginMode\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Batch\",\n \"Interactive\"\n ]\n }\n }\n }\n }\n};\n\nexport const UserAccount: msRest.CompositeMapper = {\n serializedName: \"UserAccount\",\n type: {\n name: \"Composite\",\n className: \"UserAccount\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n password: {\n required: true,\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n elevationLevel: {\n serializedName: \"elevationLevel\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"NonAdmin\",\n \"Admin\"\n ]\n }\n },\n linuxUserConfiguration: {\n serializedName: \"linuxUserConfiguration\",\n type: {\n name: \"Composite\",\n className: \"LinuxUserConfiguration\"\n }\n },\n windowsUserConfiguration: {\n serializedName: \"windowsUserConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WindowsUserConfiguration\"\n }\n }\n }\n }\n};\n\nexport const MetadataItem: msRest.CompositeMapper = {\n serializedName: \"MetadataItem\",\n type: {\n name: \"Composite\",\n className: \"MetadataItem\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceFile: msRest.CompositeMapper = {\n serializedName: \"ResourceFile\",\n type: {\n name: \"Composite\",\n className: \"ResourceFile\",\n modelProperties: {\n autoStorageContainerName: {\n serializedName: \"autoStorageContainerName\",\n type: {\n name: \"String\"\n }\n },\n storageContainerUrl: {\n serializedName: \"storageContainerUrl\",\n type: {\n name: \"String\"\n }\n },\n httpUrl: {\n serializedName: \"httpUrl\",\n type: {\n name: \"String\"\n }\n },\n blobPrefix: {\n serializedName: \"blobPrefix\",\n type: {\n name: \"String\"\n }\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\"\n }\n },\n fileMode: {\n serializedName: \"fileMode\",\n type: {\n name: \"String\"\n }\n },\n identityReference: {\n serializedName: \"identityReference\",\n type: {\n name: \"Composite\",\n className: \"ComputeNodeIdentityReference\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentSetting: msRest.CompositeMapper = {\n serializedName: \"EnvironmentSetting\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentSetting\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoUserSpecification: msRest.CompositeMapper = {\n serializedName: \"AutoUserSpecification\",\n type: {\n name: \"Composite\",\n className: \"AutoUserSpecification\",\n modelProperties: {\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Task\",\n \"Pool\"\n ]\n }\n },\n elevationLevel: {\n serializedName: \"elevationLevel\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"NonAdmin\",\n \"Admin\"\n ]\n }\n }\n }\n }\n};\n\nexport const UserIdentity: msRest.CompositeMapper = {\n serializedName: \"UserIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentity\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n autoUser: {\n serializedName: \"autoUser\",\n type: {\n name: \"Composite\",\n className: \"AutoUserSpecification\"\n }\n }\n }\n }\n};\n\nexport const TaskContainerSettings: msRest.CompositeMapper = {\n serializedName: \"TaskContainerSettings\",\n type: {\n name: \"Composite\",\n className: \"TaskContainerSettings\",\n modelProperties: {\n containerRunOptions: {\n serializedName: \"containerRunOptions\",\n type: {\n name: \"String\"\n }\n },\n imageName: {\n required: true,\n serializedName: \"imageName\",\n type: {\n name: \"String\"\n }\n },\n registry: {\n serializedName: \"registry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistry\"\n }\n },\n workingDirectory: {\n serializedName: \"workingDirectory\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"TaskWorkingDirectory\",\n \"ContainerImageDefault\"\n ]\n }\n }\n }\n }\n};\n\nexport const StartTask: msRest.CompositeMapper = {\n serializedName: \"StartTask\",\n type: {\n name: \"Composite\",\n className: \"StartTask\",\n modelProperties: {\n commandLine: {\n serializedName: \"commandLine\",\n type: {\n name: \"String\"\n }\n },\n resourceFiles: {\n serializedName: \"resourceFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceFile\"\n }\n }\n }\n },\n environmentSettings: {\n serializedName: \"environmentSettings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentSetting\"\n }\n }\n }\n },\n userIdentity: {\n serializedName: \"userIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentity\"\n }\n },\n maxTaskRetryCount: {\n serializedName: \"maxTaskRetryCount\",\n type: {\n name: \"Number\"\n }\n },\n waitForSuccess: {\n serializedName: \"waitForSuccess\",\n type: {\n name: \"Boolean\"\n }\n },\n containerSettings: {\n serializedName: \"containerSettings\",\n type: {\n name: \"Composite\",\n className: \"TaskContainerSettings\"\n }\n }\n }\n }\n};\n\nexport const CertificateReference: msRest.CompositeMapper = {\n serializedName: \"CertificateReference\",\n type: {\n name: \"Composite\",\n className: \"CertificateReference\",\n modelProperties: {\n id: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n storeLocation: {\n serializedName: \"storeLocation\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"CurrentUser\",\n \"LocalMachine\"\n ]\n }\n },\n storeName: {\n serializedName: \"storeName\",\n type: {\n name: \"String\"\n }\n },\n visibility: {\n serializedName: \"visibility\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"StartTask\",\n \"Task\",\n \"RemoteUser\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplicationPackageReference: msRest.CompositeMapper = {\n serializedName: \"ApplicationPackageReference\",\n type: {\n name: \"Composite\",\n className: \"ApplicationPackageReference\",\n modelProperties: {\n id: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResizeError: msRest.CompositeMapper = {\n serializedName: \"ResizeError\",\n type: {\n name: \"Composite\",\n className: \"ResizeError\",\n modelProperties: {\n code: {\n required: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n required: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResizeError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResizeOperationStatus: msRest.CompositeMapper = {\n serializedName: \"ResizeOperationStatus\",\n type: {\n name: \"Composite\",\n className: \"ResizeOperationStatus\",\n modelProperties: {\n targetDedicatedNodes: {\n serializedName: \"targetDedicatedNodes\",\n type: {\n name: \"Number\"\n }\n },\n targetLowPriorityNodes: {\n serializedName: \"targetLowPriorityNodes\",\n type: {\n name: \"Number\"\n }\n },\n resizeTimeout: {\n serializedName: \"resizeTimeout\",\n type: {\n name: \"TimeSpan\"\n }\n },\n nodeDeallocationOption: {\n serializedName: \"nodeDeallocationOption\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Requeue\",\n \"Terminate\",\n \"TaskCompletion\",\n \"RetainedData\"\n ]\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResizeError\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureBlobFileSystemConfiguration: msRest.CompositeMapper = {\n serializedName: \"AzureBlobFileSystemConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFileSystemConfiguration\",\n modelProperties: {\n accountName: {\n required: true,\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n containerName: {\n required: true,\n serializedName: \"containerName\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\"\n }\n },\n sasKey: {\n serializedName: \"sasKey\",\n type: {\n name: \"String\"\n }\n },\n blobfuseOptions: {\n serializedName: \"blobfuseOptions\",\n type: {\n name: \"String\"\n }\n },\n relativeMountPath: {\n required: true,\n serializedName: \"relativeMountPath\",\n type: {\n name: \"String\"\n }\n },\n identityReference: {\n serializedName: \"identityReference\",\n type: {\n name: \"Composite\",\n className: \"ComputeNodeIdentityReference\"\n }\n }\n }\n }\n};\n\nexport const NFSMountConfiguration: msRest.CompositeMapper = {\n serializedName: \"NFSMountConfiguration\",\n type: {\n name: \"Composite\",\n className: \"NFSMountConfiguration\",\n modelProperties: {\n source: {\n required: true,\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\n relativeMountPath: {\n required: true,\n serializedName: \"relativeMountPath\",\n type: {\n name: \"String\"\n }\n },\n mountOptions: {\n serializedName: \"mountOptions\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CIFSMountConfiguration: msRest.CompositeMapper = {\n serializedName: \"CIFSMountConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CIFSMountConfiguration\",\n modelProperties: {\n username: {\n required: true,\n serializedName: \"username\",\n type: {\n name: \"String\"\n }\n },\n source: {\n required: true,\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n },\n relativeMountPath: {\n required: true,\n serializedName: \"relativeMountPath\",\n type: {\n name: \"String\"\n }\n },\n mountOptions: {\n serializedName: \"mountOptions\",\n type: {\n name: \"String\"\n }\n },\n password: {\n required: true,\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureFileShareConfiguration: msRest.CompositeMapper = {\n serializedName: \"AzureFileShareConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareConfiguration\",\n modelProperties: {\n accountName: {\n required: true,\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n azureFileUrl: {\n required: true,\n serializedName: \"azureFileUrl\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n required: true,\n serializedName: \"accountKey\",\n type: {\n name: \"String\"\n }\n },\n relativeMountPath: {\n required: true,\n serializedName: \"relativeMountPath\",\n type: {\n name: \"String\"\n }\n },\n mountOptions: {\n serializedName: \"mountOptions\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MountConfiguration: msRest.CompositeMapper = {\n serializedName: \"MountConfiguration\",\n type: {\n name: \"Composite\",\n className: \"MountConfiguration\",\n modelProperties: {\n azureBlobFileSystemConfiguration: {\n serializedName: \"azureBlobFileSystemConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobFileSystemConfiguration\"\n }\n },\n nfsMountConfiguration: {\n serializedName: \"nfsMountConfiguration\",\n type: {\n name: \"Composite\",\n className: \"NFSMountConfiguration\"\n }\n },\n cifsMountConfiguration: {\n serializedName: \"cifsMountConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CIFSMountConfiguration\"\n }\n },\n azureFileShareConfiguration: {\n serializedName: \"azureFileShareConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AzureFileShareConfiguration\"\n }\n }\n }\n }\n};\n\nexport const BatchPoolIdentity: msRest.CompositeMapper = {\n serializedName: \"BatchPoolIdentity\",\n type: {\n name: \"Composite\",\n className: \"BatchPoolIdentity\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentities\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Pool: msRest.CompositeMapper = {\n serializedName: \"Pool\",\n type: {\n name: \"Composite\",\n className: \"Pool\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n lastModified: {\n readOnly: true,\n serializedName: \"properties.lastModified\",\n type: {\n name: \"DateTime\"\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Succeeded\",\n \"Deleting\"\n ]\n }\n },\n provisioningStateTransitionTime: {\n readOnly: true,\n serializedName: \"properties.provisioningStateTransitionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n allocationState: {\n readOnly: true,\n serializedName: \"properties.allocationState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Steady\",\n \"Resizing\",\n \"Stopping\"\n ]\n }\n },\n allocationStateTransitionTime: {\n readOnly: true,\n serializedName: \"properties.allocationStateTransitionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n type: {\n name: \"String\"\n }\n },\n deploymentConfiguration: {\n serializedName: \"properties.deploymentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DeploymentConfiguration\"\n }\n },\n currentDedicatedNodes: {\n readOnly: true,\n serializedName: \"properties.currentDedicatedNodes\",\n type: {\n name: \"Number\"\n }\n },\n currentLowPriorityNodes: {\n readOnly: true,\n serializedName: \"properties.currentLowPriorityNodes\",\n type: {\n name: \"Number\"\n }\n },\n scaleSettings: {\n serializedName: \"properties.scaleSettings\",\n type: {\n name: \"Composite\",\n className: \"ScaleSettings\"\n }\n },\n autoScaleRun: {\n readOnly: true,\n serializedName: \"properties.autoScaleRun\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleRun\"\n }\n },\n interNodeCommunication: {\n serializedName: \"properties.interNodeCommunication\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Enabled\",\n \"Disabled\"\n ]\n }\n },\n networkConfiguration: {\n serializedName: \"properties.networkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\"\n }\n },\n taskSlotsPerNode: {\n serializedName: \"properties.taskSlotsPerNode\",\n type: {\n name: \"Number\"\n }\n },\n taskSchedulingPolicy: {\n serializedName: \"properties.taskSchedulingPolicy\",\n type: {\n name: \"Composite\",\n className: \"TaskSchedulingPolicy\"\n }\n },\n userAccounts: {\n serializedName: \"properties.userAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserAccount\"\n }\n }\n }\n },\n metadata: {\n serializedName: \"properties.metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetadataItem\"\n }\n }\n }\n },\n startTask: {\n serializedName: \"properties.startTask\",\n type: {\n name: \"Composite\",\n className: \"StartTask\"\n }\n },\n certificates: {\n serializedName: \"properties.certificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CertificateReference\"\n }\n }\n }\n },\n applicationPackages: {\n serializedName: \"properties.applicationPackages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationPackageReference\"\n }\n }\n }\n },\n applicationLicenses: {\n serializedName: \"properties.applicationLicenses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n resizeOperationStatus: {\n readOnly: true,\n serializedName: \"properties.resizeOperationStatus\",\n type: {\n name: \"Composite\",\n className: \"ResizeOperationStatus\"\n }\n },\n mountConfiguration: {\n serializedName: \"properties.mountConfiguration\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MountConfiguration\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"BatchPoolIdentity\"\n }\n }\n }\n }\n};\n\nexport const SkuCapability: msRest.CompositeMapper = {\n serializedName: \"SkuCapability\",\n type: {\n name: \"Composite\",\n className: \"SkuCapability\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SupportedSku: msRest.CompositeMapper = {\n serializedName: \"SupportedSku\",\n type: {\n name: \"Composite\",\n className: \"SupportedSku\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n familyName: {\n readOnly: true,\n serializedName: \"familyName\",\n type: {\n name: \"String\"\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCapability\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityParameters: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityParameters\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n isConstant: true,\n serializedName: \"type\",\n defaultValue: 'Microsoft.Batch/batchAccounts',\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityResult: msRest.CompositeMapper = {\n serializedName: \"CheckNameAvailabilityResult\",\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityResult\",\n modelProperties: {\n nameAvailable: {\n readOnly: true,\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"reason\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Invalid\",\n \"AlreadyExists\"\n ]\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EndpointDetail: msRest.CompositeMapper = {\n serializedName: \"EndpointDetail\",\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n modelProperties: {\n port: {\n readOnly: true,\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EndpointDependency: msRest.CompositeMapper = {\n serializedName: \"EndpointDependency\",\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n modelProperties: {\n domainName: {\n readOnly: true,\n serializedName: \"domainName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n endpointDetails: {\n readOnly: true,\n serializedName: \"endpointDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OutboundEnvironmentEndpoint: msRest.CompositeMapper = {\n serializedName: \"OutboundEnvironmentEndpoint\",\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n modelProperties: {\n category: {\n readOnly: true,\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n endpoints: {\n readOnly: true,\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BatchAccountCreateHeaders: msRest.CompositeMapper = {\n serializedName: \"batchaccount-create-headers\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountCreateHeaders\",\n modelProperties: {\n locationHeader: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BatchAccountDeleteHeaders: msRest.CompositeMapper = {\n serializedName: \"batchaccount-delete-headers\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CertificateCreateHeaders: msRest.CompositeMapper = {\n serializedName: \"certificate-create-headers\",\n type: {\n name: \"Composite\",\n className: \"CertificateCreateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateUpdateHeaders: msRest.CompositeMapper = {\n serializedName: \"certificate-update-headers\",\n type: {\n name: \"Composite\",\n className: \"CertificateUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateDeleteHeaders: msRest.CompositeMapper = {\n serializedName: \"certificate-delete-headers\",\n type: {\n name: \"Composite\",\n className: \"CertificateDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CertificateGetHeaders: msRest.CompositeMapper = {\n serializedName: \"certificate-get-headers\",\n type: {\n name: \"Composite\",\n className: \"CertificateGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CertificateCancelDeletionHeaders: msRest.CompositeMapper = {\n serializedName: \"certificate-canceldeletion-headers\",\n type: {\n name: \"Composite\",\n className: \"CertificateCancelDeletionHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionUpdateHeaders: msRest.CompositeMapper = {\n serializedName: \"privateendpointconnection-update-headers\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PoolCreateHeaders: msRest.CompositeMapper = {\n serializedName: \"pool-create-headers\",\n type: {\n name: \"Composite\",\n className: \"PoolCreateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PoolUpdateHeaders: msRest.CompositeMapper = {\n serializedName: \"pool-update-headers\",\n type: {\n name: \"Composite\",\n className: \"PoolUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PoolDeleteHeaders: msRest.CompositeMapper = {\n serializedName: \"pool-delete-headers\",\n type: {\n name: \"Composite\",\n className: \"PoolDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PoolGetHeaders: msRest.CompositeMapper = {\n serializedName: \"pool-get-headers\",\n type: {\n name: \"Composite\",\n className: \"PoolGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PoolDisableAutoScaleHeaders: msRest.CompositeMapper = {\n serializedName: \"pool-disableautoscale-headers\",\n type: {\n name: \"Composite\",\n className: \"PoolDisableAutoScaleHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PoolStopResizeHeaders: msRest.CompositeMapper = {\n serializedName: \"pool-stopresize-headers\",\n type: {\n name: \"Composite\",\n className: \"PoolStopResizeHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BatchAccountListResult: msRest.CompositeMapper = {\n serializedName: \"BatchAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"BatchAccountListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BatchAccount\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutboundEnvironmentEndpointCollection: msRest.CompositeMapper = {\n serializedName: \"OutboundEnvironmentEndpointCollection\",\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpointCollection\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListApplicationPackagesResult: msRest.CompositeMapper = {\n serializedName: \"ListApplicationPackagesResult\",\n type: {\n name: \"Composite\",\n className: \"ListApplicationPackagesResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationPackage\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListApplicationsResult: msRest.CompositeMapper = {\n serializedName: \"ListApplicationsResult\",\n type: {\n name: \"Composite\",\n className: \"ListApplicationsResult\",\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 serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SupportedSkusResult: msRest.CompositeMapper = {\n serializedName: \"SupportedSkusResult\",\n type: {\n name: \"Composite\",\n className: \"SupportedSkusResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SupportedSku\"\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 ListCertificatesResult: msRest.CompositeMapper = {\n serializedName: \"ListCertificatesResult\",\n type: {\n name: \"Composite\",\n className: \"ListCertificatesResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListPrivateLinkResourcesResult: msRest.CompositeMapper = {\n serializedName: \"ListPrivateLinkResourcesResult\",\n type: {\n name: \"Composite\",\n className: \"ListPrivateLinkResourcesResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListPrivateEndpointConnectionsResult: msRest.CompositeMapper = {\n serializedName: \"ListPrivateEndpointConnectionsResult\",\n type: {\n name: \"Composite\",\n className: \"ListPrivateEndpointConnectionsResult\",\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 serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ListPoolsResult: msRest.CompositeMapper = {\n serializedName: \"ListPoolsResult\",\n type: {\n name: \"Composite\",\n className: \"ListPoolsResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Pool\"\n }\n }\n }\n },\n nextLink: {\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 ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountCreateHeaders,\n BatchAccountCreateParameters,\n BatchAccountDeleteHeaders,\n BatchAccountIdentity,\n BatchAccountKeys,\n BatchAccountListResult,\n BatchAccountRegenerateKeyParameters,\n BatchAccountUpdateParameters,\n BatchPoolIdentity,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateReference,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EndpointDependency,\n EndpointDetail,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n OutboundEnvironmentEndpoint,\n OutboundEnvironmentEndpointCollection,\n Pool,\n PoolEndpointConfiguration,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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 accountName0: msRest.OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n Pattern: /^[a-z0-9]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const accountName1: msRest.OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n Pattern: /^[a-zA-Z0-9]+$/\n },\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 constraints: {\n MaxLength: 64,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9_-]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificateName: msRest.OperationURLParameter = {\n parameterPath: \"certificateName\",\n mapper: {\n required: true,\n serializedName: \"certificateName\",\n constraints: {\n MaxLength: 45,\n MinLength: 5,\n Pattern: /^[\\w]+-[\\w]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"ifMatch\"\n ],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifNoneMatch: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"ifNoneMatch\"\n ],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const locationName: msRest.OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n required: true,\n serializedName: \"locationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const maxresults: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"maxresults\"\n ],\n mapper: {\n serializedName: \"maxresults\",\n type: {\n name: \"Number\"\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 poolName: msRest.OperationURLParameter = {\n parameterPath: \"poolName\",\n mapper: {\n required: true,\n serializedName: \"poolName\",\n constraints: {\n MaxLength: 64,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9_-]+$/\n },\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 constraints: {\n MaxLength: 101,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9_-]+\\.?[a-fA-F0-9-]*$/\n },\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 constraints: {\n MaxLength: 101,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9_-]+\\.?[a-fA-F0-9-]*$/\n },\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 select: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"select\"\n ],\n mapper: {\n serializedName: \"$select\",\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};\nexport const versionName: msRest.OperationURLParameter = {\n parameterPath: \"versionName\",\n mapper: {\n required: true,\n serializedName: \"versionName\",\n constraints: {\n MaxLength: 64,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9_-][a-zA-Z0-9_.-]*$/\n },\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/batchAccountOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a BatchAccountOperations. */\nexport class BatchAccountOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a BatchAccountOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a new Batch account with the specified parameters. Existing accounts cannot be updated\n * with this API and should instead be updated with the Update Batch Account API.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName A name for the Batch account which must be unique within the region. Batch\n * account names must be between 3 and 24 characters in length and must use only numbers and\n * lowercase letters. This name is used as part of the DNS name that is used to access the Batch\n * service in the region in which the account is created. For example:\n * http://accountname.region.batch.azure.com/.\n * @param parameters Additional parameters for account creation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, parameters: Models.BatchAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountCreateResponse> {\n return this.beginCreate(resourceGroupName,accountName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.BatchAccountCreateResponse>;\n }\n\n /**\n * Updates the properties of an existing Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param parameters Additional parameters for account update.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.BatchAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param parameters Additional parameters for account update.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.BatchAccountUpdateParameters, callback: msRest.ServiceCallback<Models.BatchAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param parameters Additional parameters for account update.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, parameters: Models.BatchAccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchAccount>): void;\n update(resourceGroupName: string, accountName: string, parameters: Models.BatchAccountUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccount>, callback?: msRest.ServiceCallback<Models.BatchAccount>): Promise<Models.BatchAccountUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.BatchAccountUpdateResponse>;\n }\n\n /**\n * Deletes the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountDeleteResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountDeleteResponse> {\n return this.beginDeleteMethod(resourceGroupName,accountName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.BatchAccountDeleteResponse>;\n }\n\n /**\n * Gets information about the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountGetResponse>\n */\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.BatchAccount>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchAccount>): void;\n get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccount>, callback?: msRest.ServiceCallback<Models.BatchAccount>): Promise<Models.BatchAccountGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BatchAccountGetResponse>;\n }\n\n /**\n * Gets information about the Batch accounts associated with the subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.BatchAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccountListResult>, callback?: msRest.ServiceCallback<Models.BatchAccountListResult>): Promise<Models.BatchAccountListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.BatchAccountListResponse>;\n }\n\n /**\n * Gets information about the Batch accounts associated with the specified resource group.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.BatchAccountListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchAccountListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccountListResult>, callback?: msRest.ServiceCallback<Models.BatchAccountListResult>): Promise<Models.BatchAccountListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.BatchAccountListByResourceGroupResponse>;\n }\n\n /**\n * Synchronizes access keys for the auto-storage account configured for the specified Batch\n * account, only if storage key authentication is being used.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n synchronizeAutoStorageKeysOperationSpec,\n callback);\n }\n\n /**\n * This operation applies only to Batch accounts with allowedAuthenticationModes containing\n * 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,\n * clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes\n * instead. In this case, regenerating the keys will fail.\n * @summary Regenerates the specified account key for the Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param keyName The type of account key to regenerate. Possible values include: 'Primary',\n * 'Secondary'\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountRegenerateKeyResponse>\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.AccountKeyType, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param keyName The type of account key to regenerate. Possible values include: 'Primary',\n * 'Secondary'\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.AccountKeyType, callback: msRest.ServiceCallback<Models.BatchAccountKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param keyName The type of account key to regenerate. Possible values include: 'Primary',\n * 'Secondary'\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.AccountKeyType, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchAccountKeys>): void;\n regenerateKey(resourceGroupName: string, accountName: string, keyName: Models.AccountKeyType, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccountKeys>, callback?: msRest.ServiceCallback<Models.BatchAccountKeys>): Promise<Models.BatchAccountRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n keyName,\n options\n },\n regenerateKeyOperationSpec,\n callback) as Promise<Models.BatchAccountRegenerateKeyResponse>;\n }\n\n /**\n * This operation applies only to Batch accounts with allowedAuthenticationModes containing\n * 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,\n * clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes\n * instead. In this case, getting the keys will fail.\n * @summary Gets the account keys for the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountGetKeysResponse>\n */\n getKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountGetKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n getKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.BatchAccountKeys>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n getKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchAccountKeys>): void;\n getKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccountKeys>, callback?: msRest.ServiceCallback<Models.BatchAccountKeys>): Promise<Models.BatchAccountGetKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getKeysOperationSpec,\n callback) as Promise<Models.BatchAccountGetKeysResponse>;\n }\n\n /**\n * Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch\n * service administration. If you are deploying a Pool inside of a virtual network that you\n * specify, you must make sure your network allows outbound access to these endpoints. Failure to\n * allow access to these endpoints may cause Batch to mark the affected nodes as unusable. For more\n * information about creating a pool inside of a virtual network, see\n * https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsResponse>\n */\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>, callback?: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOutboundNetworkDependenciesEndpointsOperationSpec,\n callback) as Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsResponse>;\n }\n\n /**\n * Creates a new Batch account with the specified parameters. Existing accounts cannot be updated\n * with this API and should instead be updated with the Update Batch Account API.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName A name for the Batch account which must be unique within the region. Batch\n * account names must be between 3 and 24 characters in length and must use only numbers and\n * lowercase letters. This name is used as part of the DNS name that is used to access the Batch\n * service in the region in which the account is created. For example:\n * http://accountname.region.batch.azure.com/.\n * @param parameters Additional parameters for account creation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, accountName: string, parameters: Models.BatchAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n parameters,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets information about the Batch accounts associated with 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.BatchAccountListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountListNextResponse>;\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.BatchAccountListResult>): 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.BatchAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccountListResult>, callback?: msRest.ServiceCallback<Models.BatchAccountListResult>): Promise<Models.BatchAccountListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.BatchAccountListNextResponse>;\n }\n\n /**\n * Gets information about the Batch accounts associated with the specified 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.BatchAccountListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountListByResourceGroupNextResponse>;\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.BatchAccountListResult>): 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.BatchAccountListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchAccountListResult>, callback?: msRest.ServiceCallback<Models.BatchAccountListResult>): Promise<Models.BatchAccountListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.BatchAccountListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch\n * service administration. If you are deploying a Pool inside of a virtual network that you\n * specify, you must make sure your network allows outbound access to these endpoints. Failure to\n * allow access to these endpoints may cause Batch to mark the affected nodes as unusable. For more\n * information about creating a pool inside of a virtual network, see\n * https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse>\n */\n listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): 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 listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;\n listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>, callback?: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listOutboundNetworkDependenciesEndpointsNextOperationSpec,\n callback) as Promise<Models.BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse>;\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.Batch/batchAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BatchAccountUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BatchAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BatchAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts\",\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.BatchAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BatchAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst synchronizeAutoStorageKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/syncAutoStorageKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/regenerateKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n keyName: \"keyName\"\n },\n mapper: {\n ...Mappers.BatchAccountRegenerateKeyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BatchAccountKeys\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/listKeys\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BatchAccountKeys\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOutboundNetworkDependenciesEndpointsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/outboundNetworkDependenciesEndpoints\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OutboundEnvironmentEndpointCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName0,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BatchAccountCreateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BatchAccount,\n headersMapper: Mappers.BatchAccountCreateHeaders\n },\n 202: {\n headersMapper: Mappers.BatchAccountCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BatchAccountCreateHeaders\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.BatchAccountDeleteHeaders\n },\n 202: {\n headersMapper: Mappers.BatchAccountDeleteHeaders\n },\n 204: {\n headersMapper: Mappers.BatchAccountDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.BatchAccountDeleteHeaders\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.BatchAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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.BatchAccountListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOutboundNetworkDependenciesEndpointsNextOperationSpec: 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.OutboundEnvironmentEndpointCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ActivateApplicationPackageParameters,\n Application,\n ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountIdentity,\n BatchPoolIdentity,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateReference,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n ListApplicationPackagesResult,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n Pool,\n PoolEndpointConfiguration,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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/applicationPackageOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a ApplicationPackageOperations. */\nexport class ApplicationPackageOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a ApplicationPackageOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Activates the specified application package. This should be done after the `ApplicationPackage`\n * was created and uploaded. This needs to be done before an `ApplicationPackage` can be used on\n * Pools or Tasks.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param format The format of the application package binary file.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationPackageActivateResponse>\n */\n activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageActivateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param format The format of the application package binary file.\n * @param callback The callback\n */\n activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param format The format of the application package binary file.\n * @param options The optional parameters\n * @param callback The callback\n */\n activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;\n activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationPackage>, callback?: msRest.ServiceCallback<Models.ApplicationPackage>): Promise<Models.ApplicationPackageActivateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n versionName,\n format,\n options\n },\n activateOperationSpec,\n callback) as Promise<Models.ApplicationPackageActivateResponse>;\n }\n\n /**\n * Creates an application package record. The record contains a storageUrl where the package should\n * be uploaded to. Once it is uploaded the `ApplicationPackage` needs to be activated using\n * `ApplicationPackageActive` before it can be used. If the auto storage account was configured to\n * use storage keys, the URL returned will contain a SAS.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationPackageCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;\n create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationPackage>, callback?: msRest.ServiceCallback<Models.ApplicationPackage>): Promise<Models.ApplicationPackageCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n versionName,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.ApplicationPackageCreateResponse>;\n }\n\n /**\n * Deletes an application package record and its associated binary file.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n versionName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets information about the specified application package.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationPackageGetResponse>\n */\n get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param versionName The version of the application.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;\n get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicationPackage>, callback?: msRest.ServiceCallback<Models.ApplicationPackage>): Promise<Models.ApplicationPackageGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n versionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ApplicationPackageGetResponse>;\n }\n\n /**\n * Lists all of the application packages in the specified application.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationPackageListResponse>\n */\n list(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationPackageListOptionalParams): Promise<Models.ApplicationPackageListResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, applicationName: string, options: Models.ApplicationPackageListOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;\n list(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationPackageListOptionalParams | msRest.ServiceCallback<Models.ListApplicationPackagesResult>, callback?: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): Promise<Models.ApplicationPackageListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ApplicationPackageListResponse>;\n }\n\n /**\n * Lists all of the application packages in the specified application.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationPackageListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.ApplicationPackageListNextOptionalParams): Promise<Models.ApplicationPackageListNextResponse>;\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.ListApplicationPackagesResult>): 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: Models.ApplicationPackageListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;\n listNext(nextPageLink: string, options?: Models.ApplicationPackageListNextOptionalParams | msRest.ServiceCallback<Models.ListApplicationPackagesResult>, callback?: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): Promise<Models.ApplicationPackageListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ApplicationPackageListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst activateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}/activate\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.versionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n format: \"format\"\n },\n mapper: {\n ...Mappers.ActivateApplicationPackageParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationPackage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.versionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.ApplicationPackage\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationPackage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.versionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.versionName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicationPackage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListApplicationPackagesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListApplicationPackagesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Application,\n ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountIdentity,\n BatchPoolIdentity,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateReference,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n ListApplicationsResult,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n Pool,\n PoolEndpointConfiguration,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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/applicationOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a ApplicationOperations. */\nexport class ApplicationOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a ApplicationOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Adds an application to the specified Batch account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationCreateOptionalParams): Promise<Models.ApplicationCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, applicationName: string, options: Models.ApplicationCreateOptionalParams, callback: msRest.ServiceCallback<Models.Application>): void;\n create(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationCreateOptionalParams | msRest.ServiceCallback<Models.Application>, callback?: msRest.ServiceCallback<Models.Application>): Promise<Models.ApplicationCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.ApplicationCreateResponse>;\n }\n\n /**\n * Deletes an application.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets information about the specified application.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationGetResponse>\n */\n get(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;\n get(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Application>, callback?: msRest.ServiceCallback<Models.Application>): Promise<Models.ApplicationGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ApplicationGetResponse>;\n }\n\n /**\n * Updates settings for the specified application.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param parameters The parameters for the request.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param parameters The parameters for the request.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, callback: msRest.ServiceCallback<Models.Application>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param applicationName The name of the application. This must be unique within the account.\n * @param parameters The parameters for the request.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;\n update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Application>, callback?: msRest.ServiceCallback<Models.Application>): Promise<Models.ApplicationUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n applicationName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ApplicationUpdateResponse>;\n }\n\n /**\n * Lists all of the applications in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationListResponse>\n */\n list(resourceGroupName: string, accountName: string, options?: Models.ApplicationListOptionalParams): Promise<Models.ApplicationListResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, accountName: string, options: Models.ApplicationListOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;\n list(resourceGroupName: string, accountName: string, options?: Models.ApplicationListOptionalParams | msRest.ServiceCallback<Models.ListApplicationsResult>, callback?: msRest.ServiceCallback<Models.ListApplicationsResult>): Promise<Models.ApplicationListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ApplicationListResponse>;\n }\n\n /**\n * Lists all of the applications in the specified account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ApplicationListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.ApplicationListNextOptionalParams): Promise<Models.ApplicationListNextResponse>;\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.ListApplicationsResult>): 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: Models.ApplicationListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;\n listNext(nextPageLink: string, options?: Models.ApplicationListNextOptionalParams | msRest.ServiceCallback<Models.ListApplicationsResult>, callback?: msRest.ServiceCallback<Models.ListApplicationsResult>): Promise<Models.ApplicationListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ApplicationListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"parameters\"\n ],\n mapper: Mappers.Application\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Application\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.subscriptionId\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.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.applicationName,\n Parameters.subscriptionId\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.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListApplicationsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListApplicationsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BatchLocationQuota,\n CheckNameAvailabilityParameters,\n CheckNameAvailabilityResult,\n CloudError,\n SkuCapability,\n SupportedSku,\n SupportedSkusResult\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/locationMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a Location. */\nexport class Location {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a Location.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the Batch service quotas for the specified subscription at the given location.\n * @param locationName The region for which to retrieve Batch service quotas.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationGetQuotasResponse>\n */\n getQuotas(locationName: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationGetQuotasResponse>;\n /**\n * @param locationName The region for which to retrieve Batch service quotas.\n * @param callback The callback\n */\n getQuotas(locationName: string, callback: msRest.ServiceCallback<Models.BatchLocationQuota>): void;\n /**\n * @param locationName The region for which to retrieve Batch service quotas.\n * @param options The optional parameters\n * @param callback The callback\n */\n getQuotas(locationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchLocationQuota>): void;\n getQuotas(locationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BatchLocationQuota>, callback?: msRest.ServiceCallback<Models.BatchLocationQuota>): Promise<Models.LocationGetQuotasResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n options\n },\n getQuotasOperationSpec,\n callback) as Promise<Models.LocationGetQuotasResponse>;\n }\n\n /**\n * Gets the list of Batch supported Virtual Machine VM sizes available at the given location.\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationListSupportedVirtualMachineSkusResponse>\n */\n listSupportedVirtualMachineSkus(locationName: string, options?: Models.LocationListSupportedVirtualMachineSkusOptionalParams): Promise<Models.LocationListSupportedVirtualMachineSkusResponse>;\n /**\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param callback The callback\n */\n listSupportedVirtualMachineSkus(locationName: string, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): void;\n /**\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSupportedVirtualMachineSkus(locationName: string, options: Models.LocationListSupportedVirtualMachineSkusOptionalParams, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): void;\n listSupportedVirtualMachineSkus(locationName: string, options?: Models.LocationListSupportedVirtualMachineSkusOptionalParams | msRest.ServiceCallback<Models.SupportedSkusResult>, callback?: msRest.ServiceCallback<Models.SupportedSkusResult>): Promise<Models.LocationListSupportedVirtualMachineSkusResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n options\n },\n listSupportedVirtualMachineSkusOperationSpec,\n callback) as Promise<Models.LocationListSupportedVirtualMachineSkusResponse>;\n }\n\n /**\n * Gets the list of Batch supported Cloud Service VM sizes available at the given location.\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationListSupportedCloudServiceSkusResponse>\n */\n listSupportedCloudServiceSkus(locationName: string, options?: Models.LocationListSupportedCloudServiceSkusOptionalParams): Promise<Models.LocationListSupportedCloudServiceSkusResponse>;\n /**\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param callback The callback\n */\n listSupportedCloudServiceSkus(locationName: string, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): void;\n /**\n * @param locationName The region for which to retrieve Batch service supported SKUs.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSupportedCloudServiceSkus(locationName: string, options: Models.LocationListSupportedCloudServiceSkusOptionalParams, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): void;\n listSupportedCloudServiceSkus(locationName: string, options?: Models.LocationListSupportedCloudServiceSkusOptionalParams | msRest.ServiceCallback<Models.SupportedSkusResult>, callback?: msRest.ServiceCallback<Models.SupportedSkusResult>): Promise<Models.LocationListSupportedCloudServiceSkusResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n options\n },\n listSupportedCloudServiceSkusOperationSpec,\n callback) as Promise<Models.LocationListSupportedCloudServiceSkusResponse>;\n }\n\n /**\n * Checks whether the Batch account name is available in the specified region.\n * @param locationName The desired region for the name check.\n * @param name The name to check for availability\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationCheckNameAvailabilityResponse>\n */\n checkNameAvailability(locationName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationCheckNameAvailabilityResponse>;\n /**\n * @param locationName The desired region for the name check.\n * @param name The name to check for availability\n * @param callback The callback\n */\n checkNameAvailability(locationName: string, name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;\n /**\n * @param locationName The desired region for the name check.\n * @param name The name to check for availability\n * @param options The optional parameters\n * @param callback The callback\n */\n checkNameAvailability(locationName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;\n checkNameAvailability(locationName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CheckNameAvailabilityResult>, callback?: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): Promise<Models.LocationCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n name,\n options\n },\n checkNameAvailabilityOperationSpec,\n callback) as Promise<Models.LocationCheckNameAvailabilityResponse>;\n }\n\n /**\n * Gets the list of Batch supported Virtual Machine VM sizes available at the given location.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationListSupportedVirtualMachineSkusNextResponse>\n */\n listSupportedVirtualMachineSkusNext(nextPageLink: string, options?: Models.LocationListSupportedVirtualMachineSkusNextOptionalParams): Promise<Models.LocationListSupportedVirtualMachineSkusNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listSupportedVirtualMachineSkusNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): 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 listSupportedVirtualMachineSkusNext(nextPageLink: string, options: Models.LocationListSupportedVirtualMachineSkusNextOptionalParams, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): void;\n listSupportedVirtualMachineSkusNext(nextPageLink: string, options?: Models.LocationListSupportedVirtualMachineSkusNextOptionalParams | msRest.ServiceCallback<Models.SupportedSkusResult>, callback?: msRest.ServiceCallback<Models.SupportedSkusResult>): Promise<Models.LocationListSupportedVirtualMachineSkusNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listSupportedVirtualMachineSkusNextOperationSpec,\n callback) as Promise<Models.LocationListSupportedVirtualMachineSkusNextResponse>;\n }\n\n /**\n * Gets the list of Batch supported Cloud Service VM sizes available at the given location.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LocationListSupportedCloudServiceSkusNextResponse>\n */\n listSupportedCloudServiceSkusNext(nextPageLink: string, options?: Models.LocationListSupportedCloudServiceSkusNextOptionalParams): Promise<Models.LocationListSupportedCloudServiceSkusNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listSupportedCloudServiceSkusNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): 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 listSupportedCloudServiceSkusNext(nextPageLink: string, options: Models.LocationListSupportedCloudServiceSkusNextOptionalParams, callback: msRest.ServiceCallback<Models.SupportedSkusResult>): void;\n listSupportedCloudServiceSkusNext(nextPageLink: string, options?: Models.LocationListSupportedCloudServiceSkusNextOptionalParams | msRest.ServiceCallback<Models.SupportedSkusResult>, callback?: msRest.ServiceCallback<Models.SupportedSkusResult>): Promise<Models.LocationListSupportedCloudServiceSkusNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listSupportedCloudServiceSkusNextOperationSpec,\n callback) as Promise<Models.LocationListSupportedCloudServiceSkusNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getQuotasOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas\",\n urlParameters: [\n Parameters.locationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BatchLocationQuota\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSupportedVirtualMachineSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus\",\n urlParameters: [\n Parameters.locationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SupportedSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSupportedCloudServiceSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus\",\n urlParameters: [\n Parameters.locationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SupportedSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst checkNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/checkNameAvailability\",\n urlParameters: [\n Parameters.locationName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n name: \"name\"\n },\n mapper: {\n ...Mappers.CheckNameAvailabilityParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSupportedVirtualMachineSkusNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SupportedSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listSupportedCloudServiceSkusNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SupportedSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists available operations for the Microsoft.Batch provider\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(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 available operations for the Microsoft.Batch provider\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(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.Batch/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.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\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.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Application,\n ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountIdentity,\n BatchPoolIdentity,\n Certificate,\n CertificateCancelDeletionHeaders,\n CertificateCreateHeaders,\n CertificateCreateOrUpdateParameters,\n CertificateDeleteHeaders,\n CertificateGetHeaders,\n CertificateReference,\n CertificateUpdateHeaders,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n ListCertificatesResult,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n Pool,\n PoolEndpointConfiguration,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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/certificateOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a CertificateOperations. */\nexport class CertificateOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a CertificateOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the certificates in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateListByBatchAccountResponse>\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.CertificateListByBatchAccountOptionalParams): Promise<Models.CertificateListByBatchAccountResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.CertificateListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.CertificateListByBatchAccountOptionalParams | msRest.ServiceCallback<Models.ListCertificatesResult>, callback?: msRest.ServiceCallback<Models.ListCertificatesResult>): Promise<Models.CertificateListByBatchAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByBatchAccountOperationSpec,\n callback) as Promise<Models.CertificateListByBatchAccountResponse>;\n }\n\n /**\n * Creates a new certificate inside the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Additional parameters for certificate creation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateCreateOptionalParams): Promise<Models.CertificateCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Additional parameters for certificate creation.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Additional parameters for certificate creation.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options: Models.CertificateCreateOptionalParams, callback: msRest.ServiceCallback<Models.Certificate>): void;\n create(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateCreateOptionalParams | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n certificateName,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.CertificateCreateResponse>;\n }\n\n /**\n * Updates the properties of an existing certificate.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Certificate entity to update.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateUpdateOptionalParams): Promise<Models.CertificateUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Certificate entity to update.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param parameters Certificate entity to update.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options: Models.CertificateUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Certificate>): void;\n update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateUpdateOptionalParams | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n certificateName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.CertificateUpdateResponse>;\n }\n\n /**\n * Deletes the specified certificate.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateDeleteResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateDeleteResponse> {\n return this.beginDeleteMethod(resourceGroupName,accountName,certificateName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.CertificateDeleteResponse>;\n }\n\n /**\n * Gets information about the specified certificate.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateGetResponse>\n */\n get(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, certificateName: string, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, certificateName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;\n get(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n certificateName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CertificateGetResponse>;\n }\n\n /**\n * If you try to delete a certificate that is being used by a pool or compute node, the status of\n * the certificate changes to deleteFailed. If you decide that you want to continue using the\n * certificate, you can use this operation to set the status of the certificate back to active. If\n * you intend to delete the certificate, you do not need to run this operation after the deletion\n * failed. You must make sure that the certificate is not being used by any resources, and then you\n * can try again to delete the certificate.\n * @summary Cancels a failed deletion of a certificate from the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateCancelDeletionResponse>\n */\n cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateCancelDeletionResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param callback The callback\n */\n cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, callback: msRest.ServiceCallback<Models.Certificate>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param options The optional parameters\n * @param callback The callback\n */\n cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;\n cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Certificate>, callback?: msRest.ServiceCallback<Models.Certificate>): Promise<Models.CertificateCancelDeletionResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n certificateName,\n options\n },\n cancelDeletionOperationSpec,\n callback) as Promise<Models.CertificateCancelDeletionResponse>;\n }\n\n /**\n * Deletes the specified certificate.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param certificateName The identifier for the certificate. This must be made up of algorithm and\n * thumbprint separated by a dash, and must match the certificate data in the request. For example\n * SHA1-a3d1c5.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n certificateName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all of the certificates in the specified account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CertificateListByBatchAccountNextResponse>\n */\n listByBatchAccountNext(nextPageLink: string, options?: Models.CertificateListByBatchAccountNextOptionalParams): Promise<Models.CertificateListByBatchAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): 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 listByBatchAccountNext(nextPageLink: string, options: Models.CertificateListByBatchAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;\n listByBatchAccountNext(nextPageLink: string, options?: Models.CertificateListByBatchAccountNextOptionalParams | msRest.ServiceCallback<Models.ListCertificatesResult>, callback?: msRest.ServiceCallback<Models.ListCertificatesResult>): Promise<Models.CertificateListByBatchAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBatchAccountNextOperationSpec,\n callback) as Promise<Models.CertificateListByBatchAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBatchAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.select,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListCertificatesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CertificateCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n headersMapper: Mappers.CertificateCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.CertificateCreateHeaders\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.CertificateCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n headersMapper: Mappers.CertificateUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.CertificateUpdateHeaders\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n headersMapper: Mappers.CertificateGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.CertificateGetHeaders\n }\n },\n serializer\n};\n\nconst cancelDeletionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}/cancelDelete\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Certificate,\n headersMapper: Mappers.CertificateCancelDeletionHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.CertificateCancelDeletionHeaders\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.certificateName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.CertificateDeleteHeaders\n },\n 202: {\n headersMapper: Mappers.CertificateDeleteHeaders\n },\n 204: {\n headersMapper: Mappers.CertificateDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.CertificateDeleteHeaders\n }\n },\n serializer\n};\n\nconst listByBatchAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.select,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListCertificatesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Application,\n ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountIdentity,\n BatchPoolIdentity,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateReference,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n ListPrivateLinkResourcesResult,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n Pool,\n PoolEndpointConfiguration,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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/privateLinkResourceOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a PrivateLinkResourceOperations. */\nexport class PrivateLinkResourceOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a PrivateLinkResourceOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the private link resources in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourceListByBatchAccountResponse>\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PrivateLinkResourceListByBatchAccountOptionalParams): Promise<Models.PrivateLinkResourceListByBatchAccountResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.PrivateLinkResourceListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PrivateLinkResourceListByBatchAccountOptionalParams | msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>, callback?: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): Promise<Models.PrivateLinkResourceListByBatchAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByBatchAccountOperationSpec,\n callback) as Promise<Models.PrivateLinkResourceListByBatchAccountResponse>;\n }\n\n /**\n * Gets information about the specified private link resource.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateLinkResourceName The private link resource name. This must be unique within the\n * account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourceGetResponse>\n */\n get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourceGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateLinkResourceName The private link resource name. This must be unique within the\n * account.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateLinkResourceName The private link resource name. This must be unique within the\n * account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.PrivateLinkResourceGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateLinkResourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateLinkResourceGetResponse>;\n }\n\n /**\n * Lists all of the private link resources in the specified account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourceListByBatchAccountNextResponse>\n */\n listByBatchAccountNext(nextPageLink: string, options?: Models.PrivateLinkResourceListByBatchAccountNextOptionalParams): Promise<Models.PrivateLinkResourceListByBatchAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): 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 listByBatchAccountNext(nextPageLink: string, options: Models.PrivateLinkResourceListByBatchAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;\n listByBatchAccountNext(nextPageLink: string, options?: Models.PrivateLinkResourceListByBatchAccountNextOptionalParams | msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>, callback?: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): Promise<Models.PrivateLinkResourceListByBatchAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBatchAccountNextOperationSpec,\n callback) as Promise<Models.PrivateLinkResourceListByBatchAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBatchAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName1\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxresults\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListPrivateLinkResourcesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName1,\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.CloudError\n }\n },\n serializer\n};\n\nconst listByBatchAccountNextOperationSpec: 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 Parameters.maxresults\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListPrivateLinkResourcesResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Application,\n ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountIdentity,\n BatchPoolIdentity,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateReference,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n ListPrivateEndpointConnectionsResult,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n Pool,\n PoolEndpointConfiguration,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionUpdateHeaders,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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/privateEndpointConnectionOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnectionOperations. */\nexport class PrivateEndpointConnectionOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnectionOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the private endpoint connections in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionListByBatchAccountResponse>\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PrivateEndpointConnectionListByBatchAccountOptionalParams): Promise<Models.PrivateEndpointConnectionListByBatchAccountResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.PrivateEndpointConnectionListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PrivateEndpointConnectionListByBatchAccountOptionalParams | msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>, callback?: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): Promise<Models.PrivateEndpointConnectionListByBatchAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByBatchAccountOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionListByBatchAccountResponse>;\n }\n\n /**\n * Gets information about the specified private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionGetResponse>\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionGetResponse>;\n }\n\n /**\n * Updates the properties of an existing private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param parameters PrivateEndpointConnection properties that should be updated. Properties that\n * are supplied will be updated, any property not supplied will be unchanged.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionUpdateOptionalParams): Promise<Models.PrivateEndpointConnectionUpdateResponse> {\n return this.beginUpdate(resourceGroupName,accountName,privateEndpointConnectionName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PrivateEndpointConnectionUpdateResponse>;\n }\n\n /**\n * Updates the properties of an existing private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param privateEndpointConnectionName The private endpoint connection name. This must be unique\n * within the account.\n * @param parameters PrivateEndpointConnection properties that should be updated. Properties that\n * are supplied will be updated, any property not supplied will be unchanged.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all of the private endpoint connections in the specified account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionListByBatchAccountNextResponse>\n */\n listByBatchAccountNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionListByBatchAccountNextOptionalParams): Promise<Models.PrivateEndpointConnectionListByBatchAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): 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 listByBatchAccountNext(nextPageLink: string, options: Models.PrivateEndpointConnectionListByBatchAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;\n listByBatchAccountNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionListByBatchAccountNextOptionalParams | msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>, callback?: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): Promise<Models.PrivateEndpointConnectionListByBatchAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBatchAccountNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionListByBatchAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBatchAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName1\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.maxresults\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListPrivateEndpointConnectionsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName1,\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.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch,\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 headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders\n },\n 202: {\n headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders\n },\n 204: {\n headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders\n }\n },\n serializer\n};\n\nconst listByBatchAccountNextOperationSpec: 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 Parameters.maxresults\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListPrivateEndpointConnectionsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Application,\n ApplicationPackage,\n ApplicationPackageReference,\n AutoScaleRun,\n AutoScaleRunError,\n AutoScaleSettings,\n AutoStorageBaseProperties,\n AutoStorageProperties,\n AutoUserSpecification,\n AzureBlobFileSystemConfiguration,\n AzureFileShareConfiguration,\n BaseResource,\n BatchAccount,\n BatchAccountIdentity,\n BatchPoolIdentity,\n Certificate,\n CertificateCreateOrUpdateParameters,\n CertificateReference,\n CIFSMountConfiguration,\n CloudError,\n CloudServiceConfiguration,\n ComputeNodeIdentityReference,\n ContainerConfiguration,\n ContainerRegistry,\n DataDisk,\n DeleteCertificateError,\n DeploymentConfiguration,\n DiffDiskSettings,\n DiskEncryptionConfiguration,\n EncryptionProperties,\n EnvironmentSetting,\n FixedScaleSettings,\n ImageReference,\n InboundNatPool,\n KeyVaultProperties,\n KeyVaultReference,\n LinuxUserConfiguration,\n ListPoolsResult,\n MetadataItem,\n MountConfiguration,\n NetworkConfiguration,\n NetworkSecurityGroupRule,\n NFSMountConfiguration,\n NodePlacementConfiguration,\n OSDisk,\n Pool,\n PoolCreateHeaders,\n PoolDeleteHeaders,\n PoolDisableAutoScaleHeaders,\n PoolEndpointConfiguration,\n PoolGetHeaders,\n PoolStopResizeHeaders,\n PoolUpdateHeaders,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n PublicIPAddressConfiguration,\n ResizeError,\n ResizeOperationStatus,\n Resource,\n ResourceFile,\n ScaleSettings,\n StartTask,\n TaskContainerSettings,\n TaskSchedulingPolicy,\n UserAccount,\n UserAssignedIdentities,\n UserIdentity,\n VirtualMachineConfiguration,\n VirtualMachineFamilyCoreQuota,\n VMExtension,\n WindowsConfiguration,\n WindowsUserConfiguration\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/poolOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BatchManagementClientContext } from \"../batchManagementClientContext\";\n\n/** Class representing a PoolOperations. */\nexport class PoolOperations {\n private readonly client: BatchManagementClientContext;\n\n /**\n * Create a PoolOperations.\n * @param {BatchManagementClientContext} client Reference to the service client.\n */\n constructor(client: BatchManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the pools in the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolListByBatchAccountResponse>\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PoolListByBatchAccountOptionalParams): Promise<Models.PoolListByBatchAccountResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.PoolListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;\n listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PoolListByBatchAccountOptionalParams | msRest.ServiceCallback<Models.ListPoolsResult>, callback?: msRest.ServiceCallback<Models.ListPoolsResult>): Promise<Models.PoolListByBatchAccountResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listByBatchAccountOperationSpec,\n callback) as Promise<Models.PoolListByBatchAccountResponse>;\n }\n\n /**\n * Creates a new pool inside the specified account.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Additional parameters for pool creation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolCreateResponse>\n */\n create(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolCreateOptionalParams): Promise<Models.PoolCreateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Additional parameters for pool creation.\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, callback: msRest.ServiceCallback<Models.Pool>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Additional parameters for pool creation.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options: Models.PoolCreateOptionalParams, callback: msRest.ServiceCallback<Models.Pool>): void;\n create(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolCreateOptionalParams | msRest.ServiceCallback<Models.Pool>, callback?: msRest.ServiceCallback<Models.Pool>): Promise<Models.PoolCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n poolName,\n parameters,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.PoolCreateResponse>;\n }\n\n /**\n * Updates the properties of an existing pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Pool properties that should be updated. Properties that are supplied will be\n * updated, any property not supplied will be unchanged.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolUpdateResponse>\n */\n update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolUpdateOptionalParams): Promise<Models.PoolUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Pool properties that should be updated. Properties that are supplied will be\n * updated, any property not supplied will be unchanged.\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, callback: msRest.ServiceCallback<Models.Pool>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param parameters Pool properties that should be updated. Properties that are supplied will be\n * updated, any property not supplied will be unchanged.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options: Models.PoolUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Pool>): void;\n update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolUpdateOptionalParams | msRest.ServiceCallback<Models.Pool>, callback?: msRest.ServiceCallback<Models.Pool>): Promise<Models.PoolUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n poolName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.PoolUpdateResponse>;\n }\n\n /**\n * Deletes the specified pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolDeleteResponse>\n */\n deleteMethod(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolDeleteResponse> {\n return this.beginDeleteMethod(resourceGroupName,accountName,poolName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.PoolDeleteResponse>;\n }\n\n /**\n * Gets information about the specified pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolGetResponse>\n */\n get(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.Pool>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Pool>): void;\n get(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Pool>, callback?: msRest.ServiceCallback<Models.Pool>): Promise<Models.PoolGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n poolName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PoolGetResponse>;\n }\n\n /**\n * Disables automatic scaling for a pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolDisableAutoScaleResponse>\n */\n disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolDisableAutoScaleResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param callback The callback\n */\n disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.Pool>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Pool>): void;\n disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Pool>, callback?: msRest.ServiceCallback<Models.Pool>): Promise<Models.PoolDisableAutoScaleResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n poolName,\n options\n },\n disableAutoScaleOperationSpec,\n callback) as Promise<Models.PoolDisableAutoScaleResponse>;\n }\n\n /**\n * This does not restore the pool to its previous state before the resize operation: it only stops\n * any further changes being made, and the pool maintains its current state. After stopping, the\n * pool stabilizes at the number of nodes it was at when the stop operation was done. During the\n * stop operation, the pool allocation state changes first to stopping and then to steady. A resize\n * operation need not be an explicit resize pool request; this API can also be used to halt the\n * initial sizing of the pool when it is created.\n * @summary Stops an ongoing resize operation on the pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolStopResizeResponse>\n */\n stopResize(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolStopResizeResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param callback The callback\n */\n stopResize(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.Pool>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param options The optional parameters\n * @param callback The callback\n */\n stopResize(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Pool>): void;\n stopResize(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Pool>, callback?: msRest.ServiceCallback<Models.Pool>): Promise<Models.PoolStopResizeResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n poolName,\n options\n },\n stopResizeOperationSpec,\n callback) as Promise<Models.PoolStopResizeResponse>;\n }\n\n /**\n * Deletes the specified pool.\n * @param resourceGroupName The name of the resource group that contains the Batch account.\n * @param accountName The name of the Batch account.\n * @param poolName The pool name. This must be unique within the account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n poolName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all of the pools in the specified account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoolListByBatchAccountNextResponse>\n */\n listByBatchAccountNext(nextPageLink: string, options?: Models.PoolListByBatchAccountNextOptionalParams): Promise<Models.PoolListByBatchAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListPoolsResult>): 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 listByBatchAccountNext(nextPageLink: string, options: Models.PoolListByBatchAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;\n listByBatchAccountNext(nextPageLink: string, options?: Models.PoolListByBatchAccountNextOptionalParams | msRest.ServiceCallback<Models.ListPoolsResult>, callback?: msRest.ServiceCallback<Models.ListPoolsResult>): Promise<Models.PoolListByBatchAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBatchAccountNextOperationSpec,\n callback) as Promise<Models.PoolListByBatchAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBatchAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.select,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListPoolsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.poolName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Pool,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Pool,\n headersMapper: Mappers.PoolCreateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PoolCreateHeaders\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.poolName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Pool,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Pool,\n headersMapper: Mappers.PoolUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PoolUpdateHeaders\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.poolName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Pool,\n headersMapper: Mappers.PoolGetHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PoolGetHeaders\n }\n },\n serializer\n};\n\nconst disableAutoScaleOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/disableAutoScale\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.poolName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Pool,\n headersMapper: Mappers.PoolDisableAutoScaleHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PoolDisableAutoScaleHeaders\n }\n },\n serializer\n};\n\nconst stopResizeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/stopResize\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.poolName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Pool,\n headersMapper: Mappers.PoolStopResizeHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PoolStopResizeHeaders\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName1,\n Parameters.poolName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.PoolDeleteHeaders\n },\n 202: {\n headersMapper: Mappers.PoolDeleteHeaders\n },\n 204: {\n headersMapper: Mappers.PoolDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.PoolDeleteHeaders\n }\n },\n serializer\n};\n\nconst listByBatchAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.maxresults,\n Parameters.select,\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ListPoolsResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-batch\";\nconst packageVersion = \"6.0.0\";\n\nexport class BatchManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the BatchManagementClient 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 Azure subscription ID. This is a GUID-formatted string (e.g.\n * 00000000-0000-0000-0000-000000000000)\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.BatchManagementClientOptions) {\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 { BatchManagementClientContext } from \"./batchManagementClientContext\";\n\n\nclass BatchManagementClient extends BatchManagementClientContext {\n // Operation groups\n batchAccount: operations.BatchAccountOperations;\n applicationPackage: operations.ApplicationPackageOperations;\n application: operations.ApplicationOperations;\n location: operations.Location;\n operations: operations.Operations;\n certificate: operations.CertificateOperations;\n privateLinkResource: operations.PrivateLinkResourceOperations;\n privateEndpointConnection: operations.PrivateEndpointConnectionOperations;\n pool: operations.PoolOperations;\n\n /**\n * Initializes a new instance of the BatchManagementClient 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 Azure subscription ID. This is a GUID-formatted string (e.g.\n * 00000000-0000-0000-0000-000000000000)\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.BatchManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.batchAccount = new operations.BatchAccountOperations(this);\n this.applicationPackage = new operations.ApplicationPackageOperations(this);\n this.application = new operations.ApplicationOperations(this);\n this.location = new operations.Location(this);\n this.operations = new operations.Operations(this);\n this.certificate = new operations.CertificateOperations(this);\n this.privateLinkResource = new operations.PrivateLinkResourceOperations(this);\n this.privateEndpointConnection = new operations.PrivateEndpointConnectionOperations(this);\n this.pool = new operations.PoolOperations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n BatchManagementClient,\n BatchManagementClientContext,\n Models as BatchManagementModels,\n Mappers as BatchManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.resourceGroupName","Parameters.accountName1","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.BatchAccountUpdateParameters","Mappers.BatchAccount","Mappers.CloudError","Mappers.BatchAccountListResult","Mappers.BatchAccountRegenerateKeyParameters","Mappers.BatchAccountKeys","Mappers.OutboundEnvironmentEndpointCollection","Parameters.accountName0","Mappers.BatchAccountCreateParameters","Mappers.BatchAccountCreateHeaders","Mappers.BatchAccountDeleteHeaders","Parameters.nextPageLink","getOperationSpec","listOperationSpec","listNextOperationSpec","serializer","Mappers","Parameters.applicationName","Parameters.versionName","Mappers.ActivateApplicationPackageParameters","Mappers.ApplicationPackage","Parameters.maxresults","Mappers.ListApplicationPackagesResult","createOperationSpec","deleteMethodOperationSpec","updateOperationSpec","Mappers.Application","Mappers.ListApplicationsResult","Parameters.locationName","Mappers.BatchLocationQuota","Parameters.filter","Mappers.SupportedSkusResult","Mappers.CheckNameAvailabilityParameters","Mappers.CheckNameAvailabilityResult","Mappers.OperationListResult","beginDeleteMethodOperationSpec","Parameters.select","Mappers.ListCertificatesResult","Parameters.certificateName","Parameters.ifMatch","Parameters.ifNoneMatch","Mappers.CertificateCreateOrUpdateParameters","Mappers.Certificate","Mappers.CertificateCreateHeaders","Mappers.CertificateUpdateHeaders","Mappers.CertificateGetHeaders","Mappers.CertificateCancelDeletionHeaders","Mappers.CertificateDeleteHeaders","listByBatchAccountOperationSpec","listByBatchAccountNextOperationSpec","Mappers.ListPrivateLinkResourcesResult","Parameters.privateLinkResourceName","Mappers.PrivateLinkResource","Mappers.ListPrivateEndpointConnectionsResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateEndpointConnectionUpdateHeaders","Mappers.ListPoolsResult","Parameters.poolName","Mappers.Pool","Mappers.PoolCreateHeaders","Mappers.PoolUpdateHeaders","Mappers.PoolGetHeaders","Mappers.PoolDisableAutoScaleHeaders","Mappers.PoolStopResizeHeaders","Mappers.PoolDeleteHeaders","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.BatchAccountOperations","operations.ApplicationPackageOperations","operations.ApplicationOperations","operations.Location","operations.Operations","operations.CertificateOperations","operations.PrivateLinkResourceOperations","operations.PrivateEndpointConnectionOperations","operations.PoolOperations"],"mappings":"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"}
|