@azure/arm-resourcemover 1.1.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +3878 -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/samples-dev/moveCollectionsBulkRemove.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsBulkRemove.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsBulkRemove.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsBulkRemove.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsCommit.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.js +37 -0
- package/dist-esm/samples-dev/moveCollectionsCreate.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.js +31 -0
- package/dist-esm/samples-dev/moveCollectionsDelete.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsDiscard.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsGet.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsGet.js +31 -0
- package/dist-esm/samples-dev/moveCollectionsGet.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsInitiateMove.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.js +43 -0
- package/dist-esm/samples-dev/moveCollectionsListMoveCollectionsBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.js +38 -0
- package/dist-esm/samples-dev/moveCollectionsPrepare.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.js +31 -0
- package/dist-esm/samples-dev/moveCollectionsResolveDependencies.js.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.js +36 -0
- package/dist-esm/samples-dev/moveCollectionsUpdate.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesCreate.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesCreate.js +54 -0
- package/dist-esm/samples-dev/moveResourcesCreate.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesDelete.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesDelete.js +32 -0
- package/dist-esm/samples-dev/moveResourcesDelete.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesGet.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesGet.js +32 -0
- package/dist-esm/samples-dev/moveResourcesGet.js.map +1 -0
- package/dist-esm/samples-dev/moveResourcesList.d.ts +2 -0
- package/dist-esm/samples-dev/moveResourcesList.d.ts.map +1 -0
- package/dist-esm/samples-dev/moveResourcesList.js +45 -0
- package/dist-esm/samples-dev/moveResourcesList.js.map +1 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.d.ts +2 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.js +29 -0
- package/dist-esm/samples-dev/operationsDiscoveryGet.js.map +1 -0
- package/dist-esm/samples-dev/requiredForGet.d.ts +2 -0
- package/dist-esm/samples-dev/requiredForGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/requiredForGet.js +32 -0
- package/dist-esm/samples-dev/requiredForGet.js.map +1 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.d.ts +2 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.js +45 -0
- package/dist-esm/samples-dev/unresolvedDependenciesGet.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/unresolvedDependenciesMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1273 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +93 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +88 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1091 -983
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +23 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +173 -0
- package/dist-esm/src/models/parameters.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/moveCollections.d.ts +211 -0
- package/dist-esm/src/operations/moveCollections.d.ts.map +1 -0
- package/dist-esm/src/operations/moveCollections.js +961 -0
- package/dist-esm/src/operations/moveCollections.js.map +1 -0
- package/dist-esm/src/operations/moveResources.d.ts +79 -0
- package/dist-esm/src/operations/moveResources.d.ts.map +1 -0
- package/dist-esm/src/operations/moveResources.js +339 -0
- package/dist-esm/src/operations/moveResources.js.map +1 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts +15 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.js +43 -0
- package/dist-esm/src/operations/operationsDiscoveryOperations.js.map +1 -0
- package/dist-esm/src/operations/unresolvedDependencies.d.ts +38 -0
- package/dist-esm/src/operations/unresolvedDependencies.d.ts.map +1 -0
- package/dist-esm/src/operations/unresolvedDependencies.js +147 -0
- package/dist-esm/src/operations/unresolvedDependencies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/moveCollections.d.ts +173 -0
- package/dist-esm/src/operationsInterfaces/moveCollections.d.ts.map +1 -0
- package/{src/models/operationsDiscoveryOperationsMappers.ts → dist-esm/src/operationsInterfaces/moveCollections.js} +2 -8
- package/dist-esm/src/operationsInterfaces/moveCollections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/moveResources.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/moveResources.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/moveResources.js} +2 -1
- package/dist-esm/src/operationsInterfaces/moveResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.d.ts.map +1 -0
- package/{esm/models/operationsDiscoveryOperationsMappers.js → dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operationsDiscoveryOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js +9 -0
- package/dist-esm/src/operationsInterfaces/unresolvedDependencies.js.map +1 -0
- package/dist-esm/src/resourceMoverServiceAPI.d.ts +21 -0
- package/dist-esm/src/resourceMoverServiceAPI.d.ts.map +1 -0
- package/dist-esm/src/resourceMoverServiceAPI.js +54 -0
- package/dist-esm/src/resourceMoverServiceAPI.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +77 -33
- package/review/arm-resourcemover.api.md +946 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1043 -1764
- package/src/models/mappers.ts +1096 -976
- package/src/models/parameters.ts +128 -48
- package/src/operations/index.ts +1 -2
- package/src/operations/moveCollections.ts +1014 -621
- package/src/operations/moveResources.ts +357 -203
- package/src/operations/operationsDiscoveryOperations.ts +28 -43
- package/src/operations/unresolvedDependencies.ts +142 -87
- package/src/{models/unresolvedDependenciesMappers.ts → operationsInterfaces/index.ts} +4 -8
- package/src/operationsInterfaces/moveCollections.ts +321 -0
- package/src/operationsInterfaces/moveResources.ts +111 -0
- package/src/operationsInterfaces/operationsDiscoveryOperations.ts +20 -0
- package/src/operationsInterfaces/unresolvedDependencies.ts +29 -0
- package/src/resourceMoverServiceAPI.ts +78 -38
- package/tsconfig.json +5 -4
- package/types/arm-resourcemover.d.ts +1673 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcemover.js +0 -3490
- package/dist/arm-resourcemover.js.map +0 -1
- package/dist/arm-resourcemover.min.js +0 -1
- package/dist/arm-resourcemover.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -1997
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -87
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/moveCollectionsMappers.d.ts +0 -2
- package/esm/models/moveCollectionsMappers.d.ts.map +0 -1
- package/esm/models/moveCollectionsMappers.js +0 -9
- package/esm/models/moveCollectionsMappers.js.map +0 -1
- package/esm/models/moveResourcesMappers.d.ts +0 -2
- package/esm/models/moveResourcesMappers.d.ts.map +0 -1
- package/esm/models/moveResourcesMappers.js +0 -9
- package/esm/models/moveResourcesMappers.js.map +0 -1
- package/esm/models/operationsDiscoveryOperationsMappers.d.ts +0 -2
- package/esm/models/operationsDiscoveryOperationsMappers.d.ts.map +0 -1
- package/esm/models/operationsDiscoveryOperationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -13
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -126
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/unresolvedDependenciesMappers.d.ts +0 -2
- package/esm/models/unresolvedDependenciesMappers.d.ts.map +0 -1
- package/esm/models/unresolvedDependenciesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/moveCollections.d.ts +0 -316
- package/esm/operations/moveCollections.d.ts.map +0 -1
- package/esm/operations/moveCollections.js +0 -699
- package/esm/operations/moveCollections.js.map +0 -1
- package/esm/operations/moveResources.d.ts +0 -113
- package/esm/operations/moveResources.d.ts.map +0 -1
- package/esm/operations/moveResources.js +0 -239
- package/esm/operations/moveResources.js.map +0 -1
- package/esm/operations/operationsDiscoveryOperations.d.ts +0 -27
- package/esm/operations/operationsDiscoveryOperations.d.ts.map +0 -1
- package/esm/operations/operationsDiscoveryOperations.js +0 -50
- package/esm/operations/operationsDiscoveryOperations.js.map +0 -1
- package/esm/operations/unresolvedDependencies.d.ts +0 -52
- package/esm/operations/unresolvedDependencies.d.ts.map +0 -1
- package/esm/operations/unresolvedDependencies.js +0 -92
- package/esm/operations/unresolvedDependencies.js.map +0 -1
- package/esm/resourceMoverServiceAPI.d.ts +0 -27
- package/esm/resourceMoverServiceAPI.d.ts.map +0 -1
- package/esm/resourceMoverServiceAPI.js +0 -40
- package/esm/resourceMoverServiceAPI.js.map +0 -1
- package/esm/resourceMoverServiceAPIContext.d.ts +0 -22
- package/esm/resourceMoverServiceAPIContext.d.ts.map +0 -1
- package/esm/resourceMoverServiceAPIContext.js +0 -60
- package/esm/resourceMoverServiceAPIContext.js.map +0 -1
- package/src/models/moveCollectionsMappers.ts +0 -68
- package/src/models/moveResourcesMappers.ts +0 -63
- package/src/resourceMoverServiceAPIContext.ts +0 -67
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-resourcemover.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/moveCollectionsMappers.ts","../src/models/parameters.ts","../src/operations/moveCollections.ts","../src/models/moveResourcesMappers.ts","../src/operations/moveResources.ts","../src/models/unresolvedDependenciesMappers.ts","../src/operations/unresolvedDependencies.ts","../src/models/operationsDiscoveryOperationsMappers.ts","../src/operations/operationsDiscoveryOperations.ts","../src/resourceMoverServiceAPIContext.ts","../src/resourceMoverServiceAPI.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 * Defines the MSI properties of the Move Collection.\n */\nexport interface Identity {\n /**\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned'\n */\n type?: ResourceIdentityType;\n /**\n * Gets or sets the principal id.\n */\n principalId?: string;\n /**\n * Gets or sets the tenant id.\n */\n tenantId?: string;\n}\n\n/**\n * Defines the job status.\n */\nexport interface JobStatus {\n /**\n * Possible values include: 'InitialSync'\n */\n jobName?: JobName;\n /**\n * Gets or sets the monitoring job percentage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobProgress?: string;\n}\n\n/**\n * An error response from the Azure Migrate service.\n */\nexport interface MoveResourceErrorBody {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The target of the particular error. For example, the name of the property in error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * A list of additional details about the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: MoveResourceErrorBody[];\n}\n\n/**\n * An error response from the azure resource mover service.\n */\nexport interface MoveResourceError {\n /**\n * The move resource error body.\n */\n properties?: MoveResourceErrorBody;\n}\n\n/**\n * Defines the move resource status.\n */\nexport interface MoveResourceStatus {\n /**\n * Possible values include: 'AssignmentPending', 'PreparePending', 'PrepareInProgress',\n * 'PrepareFailed', 'MovePending', 'MoveInProgress', 'MoveFailed', 'DiscardInProgress',\n * 'DiscardFailed', 'CommitPending', 'CommitInProgress', 'CommitFailed', 'Committed',\n * 'DeleteSourcePending', 'ResourceMoveCompleted'\n */\n moveState?: MoveState;\n jobStatus?: JobStatus;\n errors?: MoveResourceError;\n}\n\n/**\n * Defines the properties for manual resolution.\n */\nexport interface ManualResolutionProperties {\n /**\n * Gets or sets the target resource ARM ID of the dependent resource if the resource type is\n * Manual.\n */\n targetId?: string;\n}\n\n/**\n * Defines the properties for automatic resolution.\n */\nexport interface AutomaticResolutionProperties {\n /**\n * Gets the MoveResource ARM ID of\n * the dependent resource if the resolution type is Automatic.\n */\n moveResourceId?: string;\n}\n\n/**\n * Defines the dependency of the move resource.\n */\nexport interface MoveResourceDependency {\n /**\n * Gets the source ARM ID of the dependent resource.\n */\n id?: string;\n /**\n * Gets the dependency resolution status.\n */\n resolutionStatus?: string;\n /**\n * Possible values include: 'Manual', 'Automatic'\n */\n resolutionType?: ResolutionType;\n /**\n * Possible values include: 'RequiredForPrepare', 'RequiredForMove'\n */\n dependencyType?: DependencyType;\n manualResolution?: ManualResolutionProperties;\n automaticResolution?: AutomaticResolutionProperties;\n /**\n * Gets or sets a value indicating whether the dependency is optional.\n */\n isOptional?: string;\n}\n\n/**\n * Defines the dependency override of the move resource.\n */\nexport interface MoveResourceDependencyOverride {\n /**\n * Gets or sets the ARM ID of the dependent resource.\n */\n id?: string;\n /**\n * Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of\n * the dependent resource.\n */\n targetId?: string;\n}\n\n/**\n * Contains the possible cases for ResourceSettings.\n */\nexport type ResourceSettingsUnion = ResourceSettings | VirtualMachineResourceSettings | AvailabilitySetResourceSettings | VirtualNetworkResourceSettings | NetworkInterfaceResourceSettings | NetworkSecurityGroupResourceSettings | LoadBalancerResourceSettings | SqlServerResourceSettings | SqlElasticPoolResourceSettings | SqlDatabaseResourceSettings | ResourceGroupResourceSettings | PublicIPAddressResourceSettings | KeyVaultResourceSettings | DiskEncryptionSetResourceSettings;\n\n/**\n * Gets or sets the resource settings.\n */\nexport interface ResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"ResourceSettings\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n}\n\n/**\n * Defines the move resource status.\n */\nexport interface MoveResourcePropertiesMoveStatus extends MoveResourceStatus {\n}\n\n/**\n * Defines the move resource errors.\n */\nexport interface MoveResourcePropertiesErrors extends MoveResourceError {\n}\n\n/**\n * Defines the move resource properties.\n */\nexport interface MoveResourceProperties {\n /**\n * Possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'\n */\n provisioningState?: ProvisioningState;\n /**\n * Gets or sets the Source ARM Id of the resource.\n */\n sourceId: string;\n /**\n * Gets or sets the Target ARM Id of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly targetId?: string;\n /**\n * Gets or sets the existing target ARM Id of the resource.\n */\n existingTargetId?: string;\n /**\n * Gets or sets the resource settings.\n */\n resourceSettings?: ResourceSettingsUnion;\n /**\n * Gets or sets the source resource settings.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sourceResourceSettings?: ResourceSettingsUnion;\n /**\n * Defines the move resource status.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly moveStatus?: MoveResourcePropertiesMoveStatus;\n /**\n * Gets or sets the move resource dependencies.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dependsOn?: MoveResourceDependency[];\n /**\n * Gets or sets the move resource dependencies overrides.\n */\n dependsOnOverrides?: MoveResourceDependencyOverride[];\n /**\n * Gets a value indicating whether the resolve action is required over the move collection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isResolveRequired?: boolean;\n /**\n * Defines the move resource errors.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errors?: MoveResourcePropertiesErrors;\n}\n\n/**\n * Defines the move resource.\n */\nexport interface MoveResource extends BaseResource {\n /**\n * Fully qualified resource Id for 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 properties?: MoveResourceProperties;\n}\n\n/**\n * Summary item.\n */\nexport interface Summary {\n /**\n * Gets the count.\n */\n count?: number;\n /**\n * Gets the item.\n */\n item?: string;\n}\n\n/**\n * Summary Collection.\n */\nexport interface SummaryCollection {\n /**\n * Gets or sets the field name on which summary is done.\n */\n fieldName?: string;\n /**\n * Gets or sets the list of summary items.\n */\n summary?: Summary[];\n}\n\n/**\n * Defines the move collection errors.\n */\nexport interface MoveCollectionPropertiesErrors extends MoveResourceError {\n}\n\n/**\n * Defines the move collection properties.\n */\nexport interface MoveCollectionProperties {\n /**\n * Gets or sets the source region.\n */\n sourceRegion: string;\n /**\n * Gets or sets the target region.\n */\n targetRegion: string;\n /**\n * Possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'\n */\n provisioningState?: ProvisioningState;\n /**\n * Defines the move collection errors.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errors?: MoveCollectionPropertiesErrors;\n}\n\n/**\n * Define the move collection.\n */\nexport interface MoveCollection extends BaseResource {\n /**\n * Fully qualified resource Id for 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.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives.\n */\n location?: string;\n identity?: Identity;\n properties?: MoveCollectionProperties;\n}\n\n/**\n * Defines the request body for updating move collection.\n */\nexport interface UpdateMoveCollectionRequest {\n /**\n * Gets or sets the Resource tags.\n */\n tags?: { [propertyName: string]: string };\n identity?: Identity;\n}\n\n/**\n * Defines the request body for initiate prepare operation.\n */\nexport interface PrepareRequest {\n /**\n * Gets or sets a value indicating whether the operation needs to only run pre-requisite.\n */\n validateOnly?: boolean;\n /**\n * Gets or sets the list of resource Id's, by default it accepts move resource id's unless the\n * input type is switched via moveResourceInputType property.\n */\n moveResources: string[];\n /**\n * Possible values include: 'MoveResourceId', 'MoveResourceSourceId'\n */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/**\n * Defines the request body for resource move operation.\n */\nexport interface ResourceMoveRequest {\n /**\n * Gets or sets a value indicating whether the operation needs to only run pre-requisite.\n */\n validateOnly?: boolean;\n /**\n * Gets or sets the list of resource Id's, by default it accepts move resource id's unless the\n * input type is switched via moveResourceInputType property.\n */\n moveResources: string[];\n /**\n * Possible values include: 'MoveResourceId', 'MoveResourceSourceId'\n */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/**\n * Defines the request body for commit operation.\n */\nexport interface CommitRequest {\n /**\n * Gets or sets a value indicating whether the operation needs to only run pre-requisite.\n */\n validateOnly?: boolean;\n /**\n * Gets or sets the list of resource Id's, by default it accepts move resource id's unless the\n * input type is switched via moveResourceInputType property.\n */\n moveResources: string[];\n /**\n * Possible values include: 'MoveResourceId', 'MoveResourceSourceId'\n */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/**\n * Defines the request body for discard operation.\n */\nexport interface DiscardRequest {\n /**\n * Gets or sets a value indicating whether the operation needs to only run pre-requisite.\n */\n validateOnly?: boolean;\n /**\n * Gets or sets the list of resource Id's, by default it accepts move resource id's unless the\n * input type is switched via moveResourceInputType property.\n */\n moveResources: string[];\n /**\n * Possible values include: 'MoveResourceId', 'MoveResourceSourceId'\n */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/**\n * Defines the request body for bulk remove of move resources operation.\n */\nexport interface BulkRemoveRequest {\n /**\n * Gets or sets a value indicating whether the operation needs to only run pre-requisite.\n */\n validateOnly?: boolean;\n /**\n * Gets or sets the list of resource Id's, by default it accepts move resource id's unless the\n * input type is switched via moveResourceInputType property.\n */\n moveResources?: string[];\n /**\n * Possible values include: 'MoveResourceId', 'MoveResourceSourceId'\n */\n moveResourceInputType?: MoveResourceInputType;\n}\n\n/**\n * An interface representing MoveResourceFilterProperties.\n */\nexport interface MoveResourceFilterProperties {\n /**\n * The provisioning state.\n */\n provisioningState?: string;\n}\n\n/**\n * Move resource filter.\n */\nexport interface MoveResourceFilter {\n properties?: MoveResourceFilterProperties;\n}\n\n/**\n * An interface representing UnresolvedDependenciesFilterProperties.\n */\nexport interface UnresolvedDependenciesFilterProperties {\n /**\n * The count of the resource.\n */\n count?: number;\n}\n\n/**\n * Unresolved dependencies contract.\n */\nexport interface UnresolvedDependenciesFilter {\n properties?: UnresolvedDependenciesFilterProperties;\n}\n\n/**\n * Unresolved dependency.\n */\nexport interface UnresolvedDependency {\n /**\n * Gets or sets the count.\n */\n count?: number;\n /**\n * Gets or sets the arm id of the dependency.\n */\n id?: string;\n}\n\n/**\n * Required for resources collection.\n */\nexport interface RequiredForResourcesCollection {\n /**\n * Gets or sets the list of source Ids for which the input resource is required.\n */\n sourceIds?: string[];\n}\n\n/**\n * Contains the localized display information for this particular operation / action. These\n * value will be used by several clients for\n * (1) custom role definitions for RBAC;\n * (2) complex query filters for the event service; and\n * (3) audit history / records for management operations.\n */\nexport interface Display {\n /**\n * Gets or sets the provider.\n * The localized friendly form of the resource provider name – it is expected to also\n * include the publisher/company responsible.\n * It should use Title Casing and begin with \"Microsoft\" for 1st party services.\n * e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute.\".\n */\n provider?: string;\n /**\n * Gets or sets the resource.\n * The localized friendly form of the resource related to this action/operation – it\n * should match the public documentation for the resource provider.\n * It should use Title Casing.\n * This value should be unique for a particular URL type (e.g. nested types should *not*\n * reuse their parent’s display.resource field)\n * e.g. \"Virtual Machines\" or \"Scheduler Job Collections\", or \"Virtual Machine VM Sizes\"\n * or \"Scheduler Jobs\".\n */\n resource?: string;\n /**\n * Gets or sets the operation.\n * The localized friendly name for the operation, as it should be shown to the user.\n * It should be concise (to fit in drop downs) but clear (i.e. self-documenting).\n * It should use Title Casing.\n * Prescriptive guidance: Read Create or Update Delete 'ActionName'.\n */\n operation?: string;\n /**\n * Gets or sets the description.\n * The localized friendly description for the operation, as it should be shown to the\n * user.\n * It should be thorough, yet concise – it will be used in tool tips and detailed views.\n * Prescriptive guidance for namespace:\n * Read any 'display.provider' resource\n * Create or Update any 'display.provider' resource\n * Delete any 'display.provider' resource\n * Perform any other action on any 'display.provider' resource\n * Prescriptive guidance for namespace:\n * Read any 'display.resource' Create or Update any 'display.resource' Delete any\n * 'display.resource' 'ActionName' any 'display.resources'.\n */\n description?: string;\n}\n\n/**\n * Operations discovery class.\n */\nexport interface OperationsDiscovery {\n /**\n * Gets or sets Name of the API.\n * The name of the operation being performed on this particular object. It should\n * match the action name that appears in RBAC / the event service.\n * Examples of operations include:\n * * Microsoft.Compute/virtualMachine/capture/action\n * * Microsoft.Compute/virtualMachine/restart/action\n * * Microsoft.Compute/virtualMachine/write\n * * Microsoft.Compute/virtualMachine/read\n * * Microsoft.Compute/virtualMachine/delete\n * Each action should include, in order:\n * (1) Resource Provider Namespace\n * (2) Type hierarchy for which the action applies (e.g. server/databases for a SQL\n * Azure database)\n * (3) Read, Write, Action or Delete indicating which type applies. If it is a PUT/PATCH\n * on a collection or named value, Write should be used.\n * If it is a GET, Read should be used. If it is a DELETE, Delete should be used. If it\n * is a POST, Action should be used.\n * As a note: all resource providers would need to include the \"{Resource Provider\n * Namespace}/register/action\" operation in their response.\n * This API is used to register for their service, and should include details about the\n * operation (e.g. a localized name for the resource provider + any special\n * considerations like PII release).\n */\n name?: string;\n /**\n * Indicates whether the operation is a data action\n */\n isDataAction?: boolean;\n display?: Display;\n /**\n * Gets or sets Origin.\n * The intended executor of the operation; governs the display of the operation in the\n * RBAC UX and the audit logs UX.\n * Default value is \"user,system\".\n */\n origin?: string;\n properties?: any;\n}\n\n/**\n * Collection of ClientDiscovery details.\n */\nexport interface OperationsDiscoveryCollection {\n /**\n * Gets or sets the ClientDiscovery details.\n */\n value?: OperationsDiscovery[];\n /**\n * Gets or sets the value of next link.\n */\n nextLink?: string;\n}\n\n/**\n * Gets or sets the virtual machine resource settings.\n */\nexport interface VirtualMachineResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Compute/virtualMachines\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets the target availability zone. Possible values include: '1', '2', '3', 'NA'\n */\n targetAvailabilityZone?: TargetAvailabilityZone;\n /**\n * Gets or sets the target virtual machine size.\n */\n targetVmSize?: string;\n /**\n * Gets or sets the target availability set id for virtual machines not in an availability set at\n * source.\n */\n targetAvailabilitySetId?: string;\n}\n\n/**\n * Gets or sets the availability set resource settings.\n */\nexport interface AvailabilitySetResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Compute/availabilitySets\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets the target fault domain.\n */\n faultDomain?: number;\n /**\n * Gets or sets the target update domain.\n */\n updateDomain?: number;\n}\n\n/**\n * Defines reference to an Azure resource.\n */\nexport interface AzureResourceReference {\n /**\n * Gets the ARM resource ID of the tracked resource being referenced.\n */\n sourceArmResourceId: string;\n}\n\n/**\n * Defines reference to NSG.\n */\nexport interface NsgReference extends AzureResourceReference {\n}\n\n/**\n * Defines the virtual network subnets resource settings.\n */\nexport interface SubnetResourceSettings {\n /**\n * Gets or sets the Subnet name.\n */\n name?: string;\n /**\n * Gets or sets address prefix for the subnet.\n */\n addressPrefix?: string;\n networkSecurityGroup?: NsgReference;\n}\n\n/**\n * Defines the virtual network resource settings.\n */\nexport interface VirtualNetworkResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Network/virtualNetworks\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets a value indicating whether gets or sets whether the\n * DDOS protection should be switched on.\n */\n enableDdosProtection?: boolean;\n /**\n * Gets or sets the address prefixes for the virtual network.\n */\n addressSpace?: string[];\n /**\n * Gets or sets DHCPOptions that contains an array of DNS servers available to VMs\n * deployed in the virtual network.\n */\n dnsServers?: string[];\n /**\n * Gets or sets List of subnets in a VirtualNetwork.\n */\n subnets?: SubnetResourceSettings[];\n}\n\n/**\n * Defines reference to a proxy resource.\n */\nexport interface ProxyResourceReference extends AzureResourceReference {\n /**\n * Gets the name of the proxy resource on the target side.\n */\n name?: string;\n}\n\n/**\n * Defines reference to subnet.\n */\nexport interface SubnetReference extends ProxyResourceReference {\n}\n\n/**\n * Defines reference to load balancer backend address pools.\n */\nexport interface LoadBalancerBackendAddressPoolReference extends ProxyResourceReference {\n}\n\n/**\n * Defines reference to load balancer NAT rules.\n */\nexport interface LoadBalancerNatRuleReference extends ProxyResourceReference {\n}\n\n/**\n * Defines reference to a public IP.\n */\nexport interface PublicIpReference extends AzureResourceReference {\n}\n\n/**\n * Defines NIC IP configuration properties.\n */\nexport interface NicIpConfigurationResourceSettings {\n /**\n * Gets or sets the IP configuration name.\n */\n name?: string;\n /**\n * Gets or sets the private IP address of the network interface IP Configuration.\n */\n privateIpAddress?: string;\n /**\n * Gets or sets the private IP address allocation method.\n */\n privateIpAllocationMethod?: string;\n subnet?: SubnetReference;\n /**\n * Gets or sets a value indicating whether this IP configuration is the primary.\n */\n primary?: boolean;\n /**\n * Gets or sets the references of the load balancer backend address pools.\n */\n loadBalancerBackendAddressPools?: LoadBalancerBackendAddressPoolReference[];\n /**\n * Gets or sets the references of the load balancer NAT rules.\n */\n loadBalancerNatRules?: LoadBalancerNatRuleReference[];\n publicIp?: PublicIpReference;\n}\n\n/**\n * Defines the network interface resource settings.\n */\nexport interface NetworkInterfaceResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Network/networkInterfaces\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets the IP configurations of the NIC.\n */\n ipConfigurations?: NicIpConfigurationResourceSettings[];\n /**\n * Gets or sets a value indicating whether accelerated networking is enabled.\n */\n enableAcceleratedNetworking?: boolean;\n}\n\n/**\n * Security Rule data model for Network Security Groups.\n */\nexport interface NsgSecurityRule {\n /**\n * Gets or sets the Security rule name.\n */\n name?: string;\n /**\n * Gets or sets whether network traffic is allowed or denied.\n * Possible values are “Allow” and “Deny”.\n */\n access?: string;\n /**\n * Gets or sets a description for this rule. Restricted to 140 chars.\n */\n description?: string;\n /**\n * Gets or sets destination address prefix. CIDR or source IP range.\n * A “*” can also be used to match all source IPs. Default tags such\n * as ‘VirtualNetwork’, ‘AzureLoadBalancer’ and ‘Internet’ can also be used.\n */\n destinationAddressPrefix?: string;\n /**\n * Gets or sets Destination Port or Range. Integer or range between\n * 0 and 65535. A “*” can also be used to match all ports.\n */\n destinationPortRange?: string;\n /**\n * Gets or sets the direction of the rule.InBound or Outbound. The\n * direction specifies if rule will be evaluated on incoming or outgoing traffic.\n */\n direction?: string;\n /**\n * Gets or sets the priority of the rule. The value can be between\n * 100 and 4096. The priority number must be unique for each rule in the collection.\n * The lower the priority number, the higher the priority of the rule.\n */\n priority?: number;\n /**\n * Gets or sets Network protocol this rule applies to. Can be Tcp, Udp or All(*).\n */\n protocol?: string;\n /**\n * Gets or sets source address prefix. CIDR or source IP range. A\n * “*” can also be used to match all source IPs. Default tags such as ‘VirtualNetwork’,\n * ‘AzureLoadBalancer’ and ‘Internet’ can also be used. If this is an ingress\n * rule, specifies where network traffic originates from.\n */\n sourceAddressPrefix?: string;\n /**\n * Gets or sets Source Port or Range. Integer or range between 0 and\n * 65535. A “*” can also be used to match all ports.\n */\n sourcePortRange?: string;\n}\n\n/**\n * Defines the NSG resource settings.\n */\nexport interface NetworkSecurityGroupResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Network/networkSecurityGroups\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets Security rules of network security group.\n */\n securityRules?: NsgSecurityRule[];\n}\n\n/**\n * Defines load balancer frontend IP configuration properties.\n */\nexport interface LBFrontendIPConfigurationResourceSettings {\n /**\n * Gets or sets the frontend IP configuration name.\n */\n name?: string;\n /**\n * Gets or sets the IP address of the Load Balancer.This is only specified if a specific\n * private IP address shall be allocated from the subnet specified in subnetRef.\n */\n privateIpAddress?: string;\n /**\n * Gets or sets PrivateIP allocation method (Static/Dynamic).\n */\n privateIpAllocationMethod?: string;\n subnet?: SubnetReference;\n /**\n * Gets or sets the csv list of zones.\n */\n zones?: string;\n}\n\n/**\n * Defines load balancer backend address pool properties.\n */\nexport interface LBBackendAddressPoolResourceSettings {\n /**\n * Gets or sets the backend address pool name.\n */\n name?: string;\n}\n\n/**\n * Defines the load balancer resource settings.\n */\nexport interface LoadBalancerResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Network/loadBalancers\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets load balancer sku (Basic/Standard).\n */\n sku?: string;\n /**\n * Gets or sets the frontend IP configurations of the load balancer.\n */\n frontendIPConfigurations?: LBFrontendIPConfigurationResourceSettings[];\n /**\n * Gets or sets the backend address pools of the load balancer.\n */\n backendAddressPools?: LBBackendAddressPoolResourceSettings[];\n /**\n * Gets or sets the csv list of zones common for all frontend IP configurations. Note this is\n * given\n * precedence only if frontend IP configurations settings are not present.\n */\n zones?: string;\n}\n\n/**\n * Defines the SQL Server resource settings.\n */\nexport interface SqlServerResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Sql/servers\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n}\n\n/**\n * Defines the Sql ElasticPool resource settings.\n */\nexport interface SqlElasticPoolResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Sql/servers/elasticPools\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Possible values include: 'Enable', 'Disable'\n */\n zoneRedundant?: ZoneRedundant;\n}\n\n/**\n * Defines the Sql Database resource settings.\n */\nexport interface SqlDatabaseResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Sql/servers/databases\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Possible values include: 'Enable', 'Disable'\n */\n zoneRedundant?: ZoneRedundant;\n}\n\n/**\n * Defines the resource group resource settings.\n */\nexport interface ResourceGroupResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"resourceGroups\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n}\n\n/**\n * Defines the public IP address resource settings.\n */\nexport interface PublicIPAddressResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Network/publicIPAddresses\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n /**\n * Gets or sets the domain name label.\n */\n domainNameLabel?: string;\n /**\n * Gets or sets the fully qualified domain name.\n */\n fqdn?: string;\n /**\n * Gets or sets public IP allocation method.\n */\n publicIpAllocationMethod?: string;\n /**\n * Gets or sets public IP sku.\n */\n sku?: string;\n /**\n * Gets or sets public IP zones.\n */\n zones?: string;\n}\n\n/**\n * Defines the key vault resource settings.\n */\nexport interface KeyVaultResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.KeyVault/vaults\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n}\n\n/**\n * Defines the disk encryption set resource settings.\n */\nexport interface DiskEncryptionSetResourceSettings {\n /**\n * Polymorphic Discriminator\n */\n resourceType: \"Microsoft.Compute/diskEncryptionSets\";\n /**\n * Gets or sets the target Resource name.\n */\n targetResourceName: string;\n}\n\n/**\n * The RP custom operation error info.\n */\nexport interface AffectedMoveResource {\n /**\n * The affected move resource id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The affected move resource source id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sourceId?: string;\n /**\n * The affected move resources.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly moveResources?: AffectedMoveResource[];\n}\n\n/**\n * The move custom error info.\n */\nexport interface MoveErrorInfo {\n /**\n * The affected move resources.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly moveResources?: AffectedMoveResource[];\n}\n\n/**\n * The operation error info.\n */\nexport interface OperationErrorAdditionalInfo {\n /**\n * The error type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The operation error info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly info?: MoveErrorInfo;\n}\n\n/**\n * Class for operation status errors.\n */\nexport interface OperationStatusError {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: OperationStatusError[];\n /**\n * The additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalInfo?: OperationErrorAdditionalInfo[];\n}\n\n/**\n * Operation status REST resource.\n */\nexport interface OperationStatus {\n /**\n * Resource Id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Operation name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/\n * Canceled. All other values imply that the operation is still running.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Start time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: string;\n /**\n * End time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: string;\n /**\n * Error stating all error details for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: OperationStatusError;\n /**\n * Custom data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: any;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsCreateOptionalParams extends msRest.RequestOptionsBase {\n body?: MoveCollection;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsUpdateOptionalParams extends msRest.RequestOptionsBase {\n body?: UpdateMoveCollectionRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsPrepareOptionalParams extends msRest.RequestOptionsBase {\n body?: PrepareRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsInitiateMoveOptionalParams extends msRest.RequestOptionsBase {\n body?: ResourceMoveRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsCommitOptionalParams extends msRest.RequestOptionsBase {\n body?: CommitRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsDiscardOptionalParams extends msRest.RequestOptionsBase {\n body?: DiscardRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsBulkRemoveOptionalParams extends msRest.RequestOptionsBase {\n body?: BulkRemoveRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsBeginPrepareOptionalParams extends msRest.RequestOptionsBase {\n body?: PrepareRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsBeginInitiateMoveOptionalParams extends msRest.RequestOptionsBase {\n body?: ResourceMoveRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsBeginCommitOptionalParams extends msRest.RequestOptionsBase {\n body?: CommitRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsBeginDiscardOptionalParams extends msRest.RequestOptionsBase {\n body?: DiscardRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveCollectionsBeginBulkRemoveOptionalParams extends msRest.RequestOptionsBase {\n body?: BulkRemoveRequest;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveResourcesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For example, you can use\n * $filter=Properties/ProvisioningState eq 'Succeeded'.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveResourcesCreateOptionalParams extends msRest.RequestOptionsBase {\n properties?: MoveResourceProperties;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveResourcesBeginCreateOptionalParams extends msRest.RequestOptionsBase {\n properties?: MoveResourceProperties;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface MoveResourcesListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For example, you can use\n * $filter=Properties/ProvisioningState eq 'Succeeded'.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface UnresolvedDependenciesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Defines the dependency level. Possible values include: 'Direct', 'Descendant'\n */\n dependencyLevel?: DependencyLevel;\n /**\n * OData order by query option. For example, you can use $orderby=Count desc.\n */\n orderby?: string;\n /**\n * The filter to apply on the operation. For example, $apply=filter(count eq 2).\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface UnresolvedDependenciesGetNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Defines the dependency level. Possible values include: 'Direct', 'Descendant'\n */\n dependencyLevel?: DependencyLevel;\n /**\n * OData order by query option. For example, you can use $orderby=Count desc.\n */\n orderby?: string;\n /**\n * The filter to apply on the operation. For example, $apply=filter(count eq 2).\n */\n filter?: string;\n}\n\n/**\n * An interface representing ResourceMoverServiceAPIOptions.\n */\nexport interface ResourceMoverServiceAPIOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Defines the collection of move collections.\n * @extends Array<MoveCollection>\n */\nexport interface MoveCollectionResultList extends Array<MoveCollection> {\n /**\n * Gets the value of next link.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Defines the collection of move resources.\n * @extends Array<MoveResource>\n */\nexport interface MoveResourceCollection extends Array<MoveResource> {\n /**\n * Gets the value of next link.\n */\n nextLink?: string;\n /**\n * Gets or sets the list of summary items and the field on which summary is done.\n */\n summaryCollection?: SummaryCollection;\n /**\n * Gets the total count.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalCount?: number;\n}\n\n/**\n * @interface\n * Unresolved dependency collection.\n * @extends Array<UnresolvedDependency>\n */\nexport interface UnresolvedDependencyCollection extends Array<UnresolvedDependency> {\n /**\n * Gets or sets the value of next link.\n */\n nextLink?: string;\n /**\n * Gets or sets the list of summary items and the field on which summary is done.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly summaryCollection?: SummaryCollection;\n /**\n * Gets the total count.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalCount?: number;\n}\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'None' | 'SystemAssigned' | 'UserAssigned';\n\n/**\n * Defines values for MoveState.\n * Possible values include: 'AssignmentPending', 'PreparePending', 'PrepareInProgress',\n * 'PrepareFailed', 'MovePending', 'MoveInProgress', 'MoveFailed', 'DiscardInProgress',\n * 'DiscardFailed', 'CommitPending', 'CommitInProgress', 'CommitFailed', 'Committed',\n * 'DeleteSourcePending', 'ResourceMoveCompleted'\n * @readonly\n * @enum {string}\n */\nexport type MoveState = 'AssignmentPending' | 'PreparePending' | 'PrepareInProgress' | 'PrepareFailed' | 'MovePending' | 'MoveInProgress' | 'MoveFailed' | 'DiscardInProgress' | 'DiscardFailed' | 'CommitPending' | 'CommitInProgress' | 'CommitFailed' | 'Committed' | 'DeleteSourcePending' | 'ResourceMoveCompleted';\n\n/**\n * Defines values for MoveResourceInputType.\n * Possible values include: 'MoveResourceId', 'MoveResourceSourceId'\n * @readonly\n * @enum {string}\n */\nexport type MoveResourceInputType = 'MoveResourceId' | 'MoveResourceSourceId';\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Succeeded', 'Updating', 'Creating', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Succeeded' | 'Updating' | 'Creating' | 'Failed';\n\n/**\n * Defines values for JobName.\n * Possible values include: 'InitialSync'\n * @readonly\n * @enum {string}\n */\nexport type JobName = 'InitialSync';\n\n/**\n * Defines values for ResolutionType.\n * Possible values include: 'Manual', 'Automatic'\n * @readonly\n * @enum {string}\n */\nexport type ResolutionType = 'Manual' | 'Automatic';\n\n/**\n * Defines values for DependencyType.\n * Possible values include: 'RequiredForPrepare', 'RequiredForMove'\n * @readonly\n * @enum {string}\n */\nexport type DependencyType = 'RequiredForPrepare' | 'RequiredForMove';\n\n/**\n * Defines values for TargetAvailabilityZone.\n * Possible values include: '1', '2', '3', 'NA'\n * @readonly\n * @enum {string}\n */\nexport type TargetAvailabilityZone = '1' | '2' | '3' | 'NA';\n\n/**\n * Defines values for ZoneRedundant.\n * Possible values include: 'Enable', 'Disable'\n * @readonly\n * @enum {string}\n */\nexport type ZoneRedundant = 'Enable' | 'Disable';\n\n/**\n * Defines values for DependencyLevel.\n * Possible values include: 'Direct', 'Descendant'\n * @readonly\n * @enum {string}\n */\nexport type DependencyLevel = 'Direct' | 'Descendant';\n\n/**\n * Contains response data for the create operation.\n */\nexport type MoveCollectionsCreateResponse = MoveCollection & {\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: MoveCollection;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type MoveCollectionsUpdateResponse = MoveCollection & {\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: MoveCollection;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type MoveCollectionsDeleteMethodResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type MoveCollectionsGetResponse = MoveCollection & {\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: MoveCollection;\n };\n};\n\n/**\n * Contains response data for the prepare operation.\n */\nexport type MoveCollectionsPrepareResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the initiateMove operation.\n */\nexport type MoveCollectionsInitiateMoveResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the commit operation.\n */\nexport type MoveCollectionsCommitResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the discard operation.\n */\nexport type MoveCollectionsDiscardResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the resolveDependencies operation.\n */\nexport type MoveCollectionsResolveDependenciesResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the bulkRemove operation.\n */\nexport type MoveCollectionsBulkRemoveResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the listMoveCollectionsBySubscription operation.\n */\nexport type MoveCollectionsListMoveCollectionsBySubscriptionResponse = MoveCollectionResultList & {\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: MoveCollectionResultList;\n };\n};\n\n/**\n * Contains response data for the listMoveCollectionsByResourceGroup operation.\n */\nexport type MoveCollectionsListMoveCollectionsByResourceGroupResponse = MoveCollectionResultList & {\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: MoveCollectionResultList;\n };\n};\n\n/**\n * Contains response data for the listRequiredFor operation.\n */\nexport type MoveCollectionsListRequiredForResponse = RequiredForResourcesCollection & {\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: RequiredForResourcesCollection;\n };\n};\n\n/**\n * Contains response data for the beginDeleteMethod operation.\n */\nexport type MoveCollectionsBeginDeleteMethodResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the beginPrepare operation.\n */\nexport type MoveCollectionsBeginPrepareResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the beginInitiateMove operation.\n */\nexport type MoveCollectionsBeginInitiateMoveResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the beginCommit operation.\n */\nexport type MoveCollectionsBeginCommitResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the beginDiscard operation.\n */\nexport type MoveCollectionsBeginDiscardResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the beginResolveDependencies operation.\n */\nexport type MoveCollectionsBeginResolveDependenciesResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the beginBulkRemove operation.\n */\nexport type MoveCollectionsBeginBulkRemoveResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the listMoveCollectionsBySubscriptionNext operation.\n */\nexport type MoveCollectionsListMoveCollectionsBySubscriptionNextResponse = MoveCollectionResultList & {\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: MoveCollectionResultList;\n };\n};\n\n/**\n * Contains response data for the listMoveCollectionsByResourceGroupNext operation.\n */\nexport type MoveCollectionsListMoveCollectionsByResourceGroupNextResponse = MoveCollectionResultList & {\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: MoveCollectionResultList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type MoveResourcesListResponse = MoveResourceCollection & {\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: MoveResourceCollection;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type MoveResourcesCreateResponse = MoveResource & {\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: MoveResource;\n };\n};\n\n/**\n * Contains response data for the deleteMethod operation.\n */\nexport type MoveResourcesDeleteMethodResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type MoveResourcesGetResponse = MoveResource & {\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: MoveResource;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type MoveResourcesBeginCreateResponse = MoveResource & {\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: MoveResource;\n };\n};\n\n/**\n * Contains response data for the beginDeleteMethod operation.\n */\nexport type MoveResourcesBeginDeleteMethodResponse = OperationStatus & {\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: OperationStatus;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type MoveResourcesListNextResponse = MoveResourceCollection & {\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: MoveResourceCollection;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type UnresolvedDependenciesGetResponse = UnresolvedDependencyCollection & {\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: UnresolvedDependencyCollection;\n };\n};\n\n/**\n * Contains response data for the getNext operation.\n */\nexport type UnresolvedDependenciesGetNextResponse = UnresolvedDependencyCollection & {\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: UnresolvedDependencyCollection;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationsDiscoveryGetResponse = OperationsDiscoveryCollection & {\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: OperationsDiscoveryCollection;\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 Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStatus: msRest.CompositeMapper = {\n serializedName: \"JobStatus\",\n type: {\n name: \"Composite\",\n className: \"JobStatus\",\n modelProperties: {\n jobName: {\n serializedName: \"jobName\",\n type: {\n name: \"String\"\n }\n },\n jobProgress: {\n readOnly: true,\n serializedName: \"jobProgress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceErrorBody: msRest.CompositeMapper = {\n serializedName: \"MoveResourceErrorBody\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MoveResourceError: msRest.CompositeMapper = {\n serializedName: \"MoveResourceError\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceError\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceErrorBody\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceStatus: msRest.CompositeMapper = {\n serializedName: \"MoveResourceStatus\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceStatus\",\n modelProperties: {\n moveState: {\n serializedName: \"moveState\",\n type: {\n name: \"String\"\n }\n },\n jobStatus: {\n serializedName: \"jobStatus\",\n type: {\n name: \"Composite\",\n className: \"JobStatus\"\n }\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceError\"\n }\n }\n }\n }\n};\n\nexport const ManualResolutionProperties: msRest.CompositeMapper = {\n serializedName: \"ManualResolutionProperties\",\n type: {\n name: \"Composite\",\n className: \"ManualResolutionProperties\",\n modelProperties: {\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutomaticResolutionProperties: msRest.CompositeMapper = {\n serializedName: \"AutomaticResolutionProperties\",\n type: {\n name: \"Composite\",\n className: \"AutomaticResolutionProperties\",\n modelProperties: {\n moveResourceId: {\n serializedName: \"moveResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceDependency: msRest.CompositeMapper = {\n serializedName: \"MoveResourceDependency\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependency\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n resolutionStatus: {\n serializedName: \"resolutionStatus\",\n type: {\n name: \"String\"\n }\n },\n resolutionType: {\n serializedName: \"resolutionType\",\n type: {\n name: \"String\"\n }\n },\n dependencyType: {\n serializedName: \"dependencyType\",\n type: {\n name: \"String\"\n }\n },\n manualResolution: {\n serializedName: \"manualResolution\",\n type: {\n name: \"Composite\",\n className: \"ManualResolutionProperties\"\n }\n },\n automaticResolution: {\n serializedName: \"automaticResolution\",\n type: {\n name: \"Composite\",\n className: \"AutomaticResolutionProperties\"\n }\n },\n isOptional: {\n serializedName: \"isOptional\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceDependencyOverride: msRest.CompositeMapper = {\n serializedName: \"MoveResourceDependencyOverride\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependencyOverride\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n targetId: {\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSettings: msRest.CompositeMapper = {\n serializedName: \"ResourceSettings\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"resourceType\",\n clientName: \"resourceType\"\n },\n uberParent: \"ResourceSettings\",\n className: \"ResourceSettings\",\n modelProperties: {\n targetResourceName: {\n required: true,\n serializedName: \"targetResourceName\",\n type: {\n name: \"String\"\n }\n },\n resourceType: {\n required: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourcePropertiesMoveStatus: msRest.CompositeMapper = {\n serializedName: \"MoveResourceProperties_moveStatus\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesMoveStatus\",\n modelProperties: {\n ...MoveResourceStatus.type.modelProperties\n }\n }\n};\n\nexport const MoveResourcePropertiesErrors: msRest.CompositeMapper = {\n serializedName: \"MoveResourceProperties_errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesErrors\",\n modelProperties: {\n ...MoveResourceError.type.modelProperties\n }\n }\n};\n\nexport const MoveResourceProperties: msRest.CompositeMapper = {\n serializedName: \"MoveResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n required: true,\n serializedName: \"sourceId\",\n type: {\n name: \"String\"\n }\n },\n targetId: {\n readOnly: true,\n serializedName: \"targetId\",\n type: {\n name: \"String\"\n }\n },\n existingTargetId: {\n serializedName: \"existingTargetId\",\n type: {\n name: \"String\"\n }\n },\n resourceSettings: {\n serializedName: \"resourceSettings\",\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\"\n }\n },\n sourceResourceSettings: {\n readOnly: true,\n serializedName: \"sourceResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"ResourceSettings\"\n }\n },\n moveStatus: {\n readOnly: true,\n serializedName: \"moveStatus\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesMoveStatus\"\n }\n },\n dependsOn: {\n readOnly: true,\n serializedName: \"dependsOn\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependency\"\n }\n }\n }\n },\n dependsOnOverrides: {\n serializedName: \"dependsOnOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResourceDependencyOverride\"\n }\n }\n }\n },\n isResolveRequired: {\n readOnly: true,\n serializedName: \"isResolveRequired\",\n type: {\n name: \"Boolean\"\n }\n },\n errors: {\n readOnly: true,\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveResourcePropertiesErrors\"\n }\n }\n }\n }\n};\n\nexport const MoveResource: msRest.CompositeMapper = {\n serializedName: \"MoveResource\",\n type: {\n name: \"Composite\",\n className: \"MoveResource\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const Summary: msRest.CompositeMapper = {\n serializedName: \"Summary\",\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n item: {\n serializedName: \"item\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SummaryCollection: msRest.CompositeMapper = {\n serializedName: \"SummaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\",\n modelProperties: {\n fieldName: {\n serializedName: \"fieldName\",\n type: {\n name: \"String\"\n }\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Summary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MoveCollectionPropertiesErrors: msRest.CompositeMapper = {\n serializedName: \"MoveCollectionProperties_errors\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionPropertiesErrors\",\n modelProperties: {\n ...MoveResourceError.type.modelProperties\n }\n }\n};\n\nexport const MoveCollectionProperties: msRest.CompositeMapper = {\n serializedName: \"MoveCollectionProperties\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionProperties\",\n modelProperties: {\n sourceRegion: {\n required: true,\n serializedName: \"sourceRegion\",\n type: {\n name: \"String\"\n }\n },\n targetRegion: {\n required: true,\n serializedName: \"targetRegion\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n errors: {\n readOnly: true,\n serializedName: \"errors\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionPropertiesErrors\"\n }\n }\n }\n }\n};\n\nexport const MoveCollection: msRest.CompositeMapper = {\n serializedName: \"MoveCollection\",\n type: {\n name: \"Composite\",\n className: \"MoveCollection\",\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 tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionProperties\"\n }\n }\n }\n }\n};\n\nexport const UpdateMoveCollectionRequest: msRest.CompositeMapper = {\n serializedName: \"UpdateMoveCollectionRequest\",\n type: {\n name: \"Composite\",\n className: \"UpdateMoveCollectionRequest\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n }\n }\n }\n};\n\nexport const PrepareRequest: msRest.CompositeMapper = {\n serializedName: \"PrepareRequest\",\n type: {\n name: \"Composite\",\n className: \"PrepareRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n required: true,\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceMoveRequest: msRest.CompositeMapper = {\n serializedName: \"ResourceMoveRequest\",\n type: {\n name: \"Composite\",\n className: \"ResourceMoveRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n required: true,\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CommitRequest: msRest.CompositeMapper = {\n serializedName: \"CommitRequest\",\n type: {\n name: \"Composite\",\n className: \"CommitRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n required: true,\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiscardRequest: msRest.CompositeMapper = {\n serializedName: \"DiscardRequest\",\n type: {\n name: \"Composite\",\n className: \"DiscardRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n required: true,\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BulkRemoveRequest: msRest.CompositeMapper = {\n serializedName: \"BulkRemoveRequest\",\n type: {\n name: \"Composite\",\n className: \"BulkRemoveRequest\",\n modelProperties: {\n validateOnly: {\n serializedName: \"validateOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n moveResources: {\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n moveResourceInputType: {\n serializedName: \"moveResourceInputType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceFilterProperties: msRest.CompositeMapper = {\n serializedName: \"MoveResourceFilterProperties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilterProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceFilter: msRest.CompositeMapper = {\n serializedName: \"MoveResourceFilter\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilter\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceFilterProperties\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependenciesFilterProperties: msRest.CompositeMapper = {\n serializedName: \"UnresolvedDependenciesFilterProperties\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilterProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependenciesFilter: msRest.CompositeMapper = {\n serializedName: \"UnresolvedDependenciesFilter\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilter\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependenciesFilterProperties\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependency: msRest.CompositeMapper = {\n serializedName: \"UnresolvedDependency\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependency\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RequiredForResourcesCollection: msRest.CompositeMapper = {\n serializedName: \"RequiredForResourcesCollection\",\n type: {\n name: \"Composite\",\n className: \"RequiredForResourcesCollection\",\n modelProperties: {\n sourceIds: {\n serializedName: \"sourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Display: msRest.CompositeMapper = {\n serializedName: \"Display\",\n type: {\n name: \"Composite\",\n className: \"Display\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsDiscovery: msRest.CompositeMapper = {\n serializedName: \"OperationsDiscovery\",\n type: {\n name: \"Composite\",\n className: \"OperationsDiscovery\",\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: \"Display\"\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 OperationsDiscoveryCollection: msRest.CompositeMapper = {\n serializedName: \"OperationsDiscoveryCollection\",\n type: {\n name: \"Composite\",\n className: \"OperationsDiscoveryCollection\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDiscovery\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualMachineResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Compute/virtualMachines\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"VirtualMachineResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n targetAvailabilityZone: {\n serializedName: \"targetAvailabilityZone\",\n type: {\n name: \"String\"\n }\n },\n targetVmSize: {\n serializedName: \"targetVmSize\",\n type: {\n name: \"String\"\n }\n },\n targetAvailabilitySetId: {\n serializedName: \"targetAvailabilitySetId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailabilitySetResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Compute/availabilitySets\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"AvailabilitySetResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n faultDomain: {\n nullable: true,\n serializedName: \"faultDomain\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n updateDomain: {\n nullable: true,\n serializedName: \"updateDomain\",\n constraints: {\n InclusiveMaximum: 20,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AzureResourceReference: msRest.CompositeMapper = {\n serializedName: \"AzureResourceReference\",\n type: {\n name: \"Composite\",\n className: \"AzureResourceReference\",\n modelProperties: {\n sourceArmResourceId: {\n required: true,\n serializedName: \"sourceArmResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NsgReference: msRest.CompositeMapper = {\n serializedName: \"NsgReference\",\n type: {\n name: \"Composite\",\n className: \"NsgReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties\n }\n }\n};\n\nexport const SubnetResourceSettings: msRest.CompositeMapper = {\n serializedName: \"SubnetResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"SubnetResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n addressPrefix: {\n serializedName: \"addressPrefix\",\n type: {\n name: \"String\"\n }\n },\n networkSecurityGroup: {\n serializedName: \"networkSecurityGroup\",\n type: {\n name: \"Composite\",\n className: \"NsgReference\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Network/virtualNetworks\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"VirtualNetworkResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n enableDdosProtection: {\n nullable: true,\n serializedName: \"enableDdosProtection\",\n type: {\n name: \"Boolean\"\n }\n },\n addressSpace: {\n serializedName: \"addressSpace\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dnsServers: {\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n subnets: {\n serializedName: \"subnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetResourceSettings\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProxyResourceReference: msRest.CompositeMapper = {\n serializedName: \"ProxyResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ProxyResourceReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties,\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubnetReference: msRest.CompositeMapper = {\n serializedName: \"SubnetReference\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const LoadBalancerBackendAddressPoolReference: msRest.CompositeMapper = {\n serializedName: \"LoadBalancerBackendAddressPoolReference\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancerBackendAddressPoolReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const LoadBalancerNatRuleReference: msRest.CompositeMapper = {\n serializedName: \"LoadBalancerNatRuleReference\",\n type: {\n name: \"Composite\",\n className: \"LoadBalancerNatRuleReference\",\n modelProperties: {\n ...ProxyResourceReference.type.modelProperties\n }\n }\n};\n\nexport const PublicIpReference: msRest.CompositeMapper = {\n serializedName: \"PublicIpReference\",\n type: {\n name: \"Composite\",\n className: \"PublicIpReference\",\n modelProperties: {\n ...AzureResourceReference.type.modelProperties\n }\n }\n};\n\nexport const NicIpConfigurationResourceSettings: msRest.CompositeMapper = {\n serializedName: \"NicIpConfigurationResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"NicIpConfigurationResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAllocationMethod: {\n serializedName: \"privateIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\"\n }\n },\n primary: {\n serializedName: \"primary\",\n type: {\n name: \"Boolean\"\n }\n },\n loadBalancerBackendAddressPools: {\n serializedName: \"loadBalancerBackendAddressPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerBackendAddressPoolReference\"\n }\n }\n }\n },\n loadBalancerNatRules: {\n serializedName: \"loadBalancerNatRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LoadBalancerNatRuleReference\"\n }\n }\n }\n },\n publicIp: {\n serializedName: \"publicIp\",\n type: {\n name: \"Composite\",\n className: \"PublicIpReference\"\n }\n }\n }\n }\n};\n\nexport const NetworkInterfaceResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Network/networkInterfaces\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"NetworkInterfaceResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n ipConfigurations: {\n serializedName: \"ipConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NicIpConfigurationResourceSettings\"\n }\n }\n }\n },\n enableAcceleratedNetworking: {\n nullable: true,\n serializedName: \"enableAcceleratedNetworking\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NsgSecurityRule: msRest.CompositeMapper = {\n serializedName: \"NsgSecurityRule\",\n type: {\n name: \"Composite\",\n className: \"NsgSecurityRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n access: {\n serializedName: \"access\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n destinationAddressPrefix: {\n serializedName: \"destinationAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n destinationPortRange: {\n serializedName: \"destinationPortRange\",\n type: {\n name: \"String\"\n }\n },\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\"\n }\n },\n priority: {\n serializedName: \"priority\",\n type: {\n name: \"Number\"\n }\n },\n protocol: {\n serializedName: \"protocol\",\n type: {\n name: \"String\"\n }\n },\n sourceAddressPrefix: {\n serializedName: \"sourceAddressPrefix\",\n type: {\n name: \"String\"\n }\n },\n sourcePortRange: {\n serializedName: \"sourcePortRange\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkSecurityGroupResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Network/networkSecurityGroups\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"NetworkSecurityGroupResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n securityRules: {\n serializedName: \"securityRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NsgSecurityRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LBFrontendIPConfigurationResourceSettings: msRest.CompositeMapper = {\n serializedName: \"LBFrontendIPConfigurationResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"LBFrontendIPConfigurationResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAllocationMethod: {\n serializedName: \"privateIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"SubnetReference\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LBBackendAddressPoolResourceSettings: msRest.CompositeMapper = {\n serializedName: \"LBBackendAddressPoolResourceSettings\",\n type: {\n name: \"Composite\",\n className: \"LBBackendAddressPoolResourceSettings\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LoadBalancerResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Network/loadBalancers\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"LoadBalancerResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n frontendIPConfigurations: {\n serializedName: \"frontendIPConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LBFrontendIPConfigurationResourceSettings\"\n }\n }\n }\n },\n backendAddressPools: {\n serializedName: \"backendAddressPools\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LBBackendAddressPoolResourceSettings\"\n }\n }\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlServerResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"SqlServerResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const SqlElasticPoolResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/elasticPools\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"SqlElasticPoolResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n zoneRedundant: {\n serializedName: \"zoneRedundant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SqlDatabaseResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Sql/servers/databases\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"SqlDatabaseResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n zoneRedundant: {\n serializedName: \"zoneRedundant\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceGroupResourceSettings: msRest.CompositeMapper = {\n serializedName: \"resourceGroups\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"ResourceGroupResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const PublicIPAddressResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Network/publicIPAddresses\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"PublicIPAddressResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties,\n domainNameLabel: {\n serializedName: \"domainNameLabel\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n },\n publicIpAllocationMethod: {\n serializedName: \"publicIpAllocationMethod\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KeyVaultResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.KeyVault/vaults\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"KeyVaultResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const DiskEncryptionSetResourceSettings: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Compute/diskEncryptionSets\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ResourceSettings.type.polymorphicDiscriminator,\n uberParent: \"ResourceSettings\",\n className: \"DiskEncryptionSetResourceSettings\",\n modelProperties: {\n ...ResourceSettings.type.modelProperties\n }\n }\n};\n\nexport const AffectedMoveResource: msRest.CompositeMapper = {\n serializedName: \"AffectedMoveResource\",\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n sourceId: {\n readOnly: true,\n serializedName: \"sourceId\",\n type: {\n name: \"String\"\n }\n },\n moveResources: {\n readOnly: true,\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MoveErrorInfo: msRest.CompositeMapper = {\n serializedName: \"MoveErrorInfo\",\n type: {\n name: \"Composite\",\n className: \"MoveErrorInfo\",\n modelProperties: {\n moveResources: {\n readOnly: true,\n serializedName: \"moveResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AffectedMoveResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationErrorAdditionalInfo: msRest.CompositeMapper = {\n serializedName: \"OperationErrorAdditionalInfo\",\n type: {\n name: \"Composite\",\n className: \"OperationErrorAdditionalInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n info: {\n readOnly: true,\n serializedName: \"info\",\n type: {\n name: \"Composite\",\n className: \"MoveErrorInfo\"\n }\n }\n }\n }\n};\n\nexport const OperationStatusError: msRest.CompositeMapper = {\n serializedName: \"OperationStatusError\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\"\n }\n }\n }\n },\n additionalInfo: {\n readOnly: true,\n serializedName: \"additionalInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationStatus: msRest.CompositeMapper = {\n serializedName: \"OperationStatus\",\n type: {\n name: \"Composite\",\n className: \"OperationStatus\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n readOnly: true,\n serializedName: \"startTime\",\n type: {\n name: \"String\"\n }\n },\n endTime: {\n readOnly: true,\n serializedName: \"endTime\",\n type: {\n name: \"String\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationStatusError\"\n }\n },\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const MoveCollectionResultList: msRest.CompositeMapper = {\n serializedName: \"MoveCollectionResultList\",\n type: {\n name: \"Composite\",\n className: \"MoveCollectionResultList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveCollection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MoveResourceCollection: msRest.CompositeMapper = {\n serializedName: \"MoveResourceCollection\",\n type: {\n name: \"Composite\",\n className: \"MoveResourceCollection\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MoveResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n summaryCollection: {\n serializedName: \"summaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\"\n }\n },\n totalCount: {\n readOnly: true,\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UnresolvedDependencyCollection: msRest.CompositeMapper = {\n serializedName: \"UnresolvedDependencyCollection\",\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependencyCollection\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UnresolvedDependency\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n summaryCollection: {\n readOnly: true,\n serializedName: \"summaryCollection\",\n type: {\n name: \"Composite\",\n className: \"SummaryCollection\"\n }\n },\n totalCount: {\n readOnly: true,\n serializedName: \"totalCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'ResourceSettings' : ResourceSettings,\n 'ResourceSettings.Microsoft.Compute/virtualMachines' : VirtualMachineResourceSettings,\n 'ResourceSettings.Microsoft.Compute/availabilitySets' : AvailabilitySetResourceSettings,\n 'ResourceSettings.Microsoft.Network/virtualNetworks' : VirtualNetworkResourceSettings,\n 'ResourceSettings.Microsoft.Network/networkInterfaces' : NetworkInterfaceResourceSettings,\n 'ResourceSettings.Microsoft.Network/networkSecurityGroups' : NetworkSecurityGroupResourceSettings,\n 'ResourceSettings.Microsoft.Network/loadBalancers' : LoadBalancerResourceSettings,\n 'ResourceSettings.Microsoft.Sql/servers' : SqlServerResourceSettings,\n 'ResourceSettings.Microsoft.Sql/servers/elasticPools' : SqlElasticPoolResourceSettings,\n 'ResourceSettings.Microsoft.Sql/servers/databases' : SqlDatabaseResourceSettings,\n 'ResourceSettings.resourceGroups' : ResourceGroupResourceSettings,\n 'ResourceSettings.Microsoft.Network/publicIPAddresses' : PublicIPAddressResourceSettings,\n 'ResourceSettings.Microsoft.KeyVault/vaults' : KeyVaultResourceSettings,\n 'ResourceSettings.Microsoft.Compute/diskEncryptionSets' : DiskEncryptionSetResourceSettings\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 discriminators,\n AffectedMoveResource,\n AutomaticResolutionProperties,\n AvailabilitySetResourceSettings,\n AzureResourceReference,\n BaseResource,\n BulkRemoveRequest,\n CloudError,\n CommitRequest,\n DiscardRequest,\n DiskEncryptionSetResourceSettings,\n Identity,\n JobStatus,\n KeyVaultResourceSettings,\n LBBackendAddressPoolResourceSettings,\n LBFrontendIPConfigurationResourceSettings,\n LoadBalancerBackendAddressPoolReference,\n LoadBalancerNatRuleReference,\n LoadBalancerResourceSettings,\n ManualResolutionProperties,\n MoveCollection,\n MoveCollectionProperties,\n MoveCollectionPropertiesErrors,\n MoveCollectionResultList,\n MoveErrorInfo,\n MoveResource,\n MoveResourceDependency,\n MoveResourceDependencyOverride,\n MoveResourceError,\n MoveResourceErrorBody,\n MoveResourceProperties,\n MoveResourcePropertiesErrors,\n MoveResourcePropertiesMoveStatus,\n MoveResourceStatus,\n NetworkInterfaceResourceSettings,\n NetworkSecurityGroupResourceSettings,\n NicIpConfigurationResourceSettings,\n NsgReference,\n NsgSecurityRule,\n OperationErrorAdditionalInfo,\n OperationStatus,\n OperationStatusError,\n PrepareRequest,\n ProxyResourceReference,\n PublicIPAddressResourceSettings,\n PublicIpReference,\n RequiredForResourcesCollection,\n ResourceGroupResourceSettings,\n ResourceMoveRequest,\n ResourceSettings,\n SqlDatabaseResourceSettings,\n SqlElasticPoolResourceSettings,\n SqlServerResourceSettings,\n SubnetReference,\n SubnetResourceSettings,\n UpdateMoveCollectionRequest,\n VirtualMachineResourceSettings,\n VirtualNetworkResourceSettings\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const dependencyLevel: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"dependencyLevel\"\n ],\n mapper: {\n serializedName: \"dependencyLevel\",\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 moveCollectionName: msRest.OperationURLParameter = {\n parameterPath: \"moveCollectionName\",\n mapper: {\n required: true,\n serializedName: \"moveCollectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const moveResourceName: msRest.OperationURLParameter = {\n parameterPath: \"moveResourceName\",\n mapper: {\n required: true,\n serializedName: \"moveResourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const orderby: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"orderby\"\n ],\n mapper: {\n serializedName: \"$orderby\",\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 sourceId: msRest.OperationQueryParameter = {\n parameterPath: \"sourceId\",\n mapper: {\n required: true,\n serializedName: \"sourceId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/moveCollectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ResourceMoverServiceAPIContext } from \"../resourceMoverServiceAPIContext\";\n\n/** Class representing a MoveCollections. */\nexport class MoveCollections {\n private readonly client: ResourceMoverServiceAPIContext;\n\n /**\n * Create a MoveCollections.\n * @param {ResourceMoverServiceAPIContext} client Reference to the service client.\n */\n constructor(client: ResourceMoverServiceAPIContext) {\n this.client = client;\n }\n\n /**\n * Creates or updates a move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsCreateResponse>\n */\n create(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsCreateOptionalParams): Promise<Models.MoveCollectionsCreateResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param callback The callback\n */\n create(resourceGroupName: string, moveCollectionName: string, callback: msRest.ServiceCallback<Models.MoveCollection>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n create(resourceGroupName: string, moveCollectionName: string, options: Models.MoveCollectionsCreateOptionalParams, callback: msRest.ServiceCallback<Models.MoveCollection>): void;\n create(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsCreateOptionalParams | msRest.ServiceCallback<Models.MoveCollection>, callback?: msRest.ServiceCallback<Models.MoveCollection>): Promise<Models.MoveCollectionsCreateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n createOperationSpec,\n callback) as Promise<Models.MoveCollectionsCreateResponse>;\n }\n\n /**\n * Updates a move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsUpdateResponse>\n */\n update(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsUpdateOptionalParams): Promise<Models.MoveCollectionsUpdateResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param callback The callback\n */\n update(resourceGroupName: string, moveCollectionName: string, callback: msRest.ServiceCallback<Models.MoveCollection>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, moveCollectionName: string, options: Models.MoveCollectionsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.MoveCollection>): void;\n update(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsUpdateOptionalParams | msRest.ServiceCallback<Models.MoveCollection>, callback?: msRest.ServiceCallback<Models.MoveCollection>): Promise<Models.MoveCollectionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.MoveCollectionsUpdateResponse>;\n }\n\n /**\n * Deletes a move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, moveCollectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsDeleteMethodResponse> {\n return this.beginDeleteMethod(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsDeleteMethodResponse>;\n }\n\n /**\n * Gets the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsGetResponse>\n */\n get(resourceGroupName: string, moveCollectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsGetResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param callback The callback\n */\n get(resourceGroupName: string, moveCollectionName: string, callback: msRest.ServiceCallback<Models.MoveCollection>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, moveCollectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MoveCollection>): void;\n get(resourceGroupName: string, moveCollectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MoveCollection>, callback?: msRest.ServiceCallback<Models.MoveCollection>): Promise<Models.MoveCollectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.MoveCollectionsGetResponse>;\n }\n\n /**\n * Initiates prepare for the set of resources included in the request body. The prepare operation\n * is on the moveResources that are in the moveState 'PreparePending' or 'PrepareFailed', on a\n * successful completion the moveResource moveState do a transition to MovePending. To aid the user\n * to prerequisite the operation the client can call operation with validateOnly property set to\n * true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsPrepareResponse>\n */\n prepare(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsPrepareOptionalParams): Promise<Models.MoveCollectionsPrepareResponse> {\n return this.beginPrepare(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsPrepareResponse>;\n }\n\n /**\n * Moves the set of resources included in the request body. The move operation is triggered after\n * the moveResources are in the moveState 'MovePending' or 'MoveFailed', on a successful completion\n * the moveResource moveState do a transition to CommitPending. To aid the user to prerequisite the\n * operation the client can call operation with validateOnly property set to true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsInitiateMoveResponse>\n */\n initiateMove(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsInitiateMoveOptionalParams): Promise<Models.MoveCollectionsInitiateMoveResponse> {\n return this.beginInitiateMove(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsInitiateMoveResponse>;\n }\n\n /**\n * Commits the set of resources included in the request body. The commit operation is triggered on\n * the moveResources in the moveState 'CommitPending' or 'CommitFailed', on a successful completion\n * the moveResource moveState do a transition to Committed. To aid the user to prerequisite the\n * operation the client can call operation with validateOnly property set to true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsCommitResponse>\n */\n commit(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsCommitOptionalParams): Promise<Models.MoveCollectionsCommitResponse> {\n return this.beginCommit(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsCommitResponse>;\n }\n\n /**\n * Discards the set of resources included in the request body. The discard operation is triggered\n * on the moveResources in the moveState 'CommitPending' or 'DiscardFailed', on a successful\n * completion the moveResource moveState do a transition to MovePending. To aid the user to\n * prerequisite the operation the client can call operation with validateOnly property set to true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsDiscardResponse>\n */\n discard(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsDiscardOptionalParams): Promise<Models.MoveCollectionsDiscardResponse> {\n return this.beginDiscard(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsDiscardResponse>;\n }\n\n /**\n * Computes, resolves and validate the dependencies of the moveResources in the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsResolveDependenciesResponse>\n */\n resolveDependencies(resourceGroupName: string, moveCollectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsResolveDependenciesResponse> {\n return this.beginResolveDependencies(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsResolveDependenciesResponse>;\n }\n\n /**\n * Removes the set of move resources included in the request body from move collection. The\n * orchestration is done by service. To aid the user to prerequisite the operation the client can\n * call operation with validateOnly property set to true.\n * @param resourceGroupName\n * @param moveCollectionName\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsBulkRemoveResponse>\n */\n bulkRemove(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsBulkRemoveOptionalParams): Promise<Models.MoveCollectionsBulkRemoveResponse> {\n return this.beginBulkRemove(resourceGroupName,moveCollectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveCollectionsBulkRemoveResponse>;\n }\n\n /**\n * Get all the Move Collections in the subscription.\n * @summary Get all Move Collections.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionResponse>\n */\n listMoveCollectionsBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listMoveCollectionsBySubscription(callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listMoveCollectionsBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): void;\n listMoveCollectionsBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MoveCollectionResultList>, callback?: msRest.ServiceCallback<Models.MoveCollectionResultList>): Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listMoveCollectionsBySubscriptionOperationSpec,\n callback) as Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionResponse>;\n }\n\n /**\n * Get all the Move Collections in the resource group.\n * @summary Get all Move Collections.\n * @param resourceGroupName The Resource Group Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupResponse>\n */\n listMoveCollectionsByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param callback The callback\n */\n listMoveCollectionsByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listMoveCollectionsByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): void;\n listMoveCollectionsByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MoveCollectionResultList>, callback?: msRest.ServiceCallback<Models.MoveCollectionResultList>): Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listMoveCollectionsByResourceGroupOperationSpec,\n callback) as Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupResponse>;\n }\n\n /**\n * List of the move resources for which an arm resource is required for.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param sourceId The sourceId for which the api is invoked.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsListRequiredForResponse>\n */\n listRequiredFor(resourceGroupName: string, moveCollectionName: string, sourceId: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsListRequiredForResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param sourceId The sourceId for which the api is invoked.\n * @param callback The callback\n */\n listRequiredFor(resourceGroupName: string, moveCollectionName: string, sourceId: string, callback: msRest.ServiceCallback<Models.RequiredForResourcesCollection>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param sourceId The sourceId for which the api is invoked.\n * @param options The optional parameters\n * @param callback The callback\n */\n listRequiredFor(resourceGroupName: string, moveCollectionName: string, sourceId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RequiredForResourcesCollection>): void;\n listRequiredFor(resourceGroupName: string, moveCollectionName: string, sourceId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RequiredForResourcesCollection>, callback?: msRest.ServiceCallback<Models.RequiredForResourcesCollection>): Promise<Models.MoveCollectionsListRequiredForResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n sourceId,\n options\n },\n listRequiredForOperationSpec,\n callback) as Promise<Models.MoveCollectionsListRequiredForResponse>;\n }\n\n /**\n * Deletes a move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, moveCollectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Initiates prepare for the set of resources included in the request body. The prepare operation\n * is on the moveResources that are in the moveState 'PreparePending' or 'PrepareFailed', on a\n * successful completion the moveResource moveState do a transition to MovePending. To aid the user\n * to prerequisite the operation the client can call operation with validateOnly property set to\n * true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginPrepare(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsBeginPrepareOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginPrepareOperationSpec,\n options);\n }\n\n /**\n * Moves the set of resources included in the request body. The move operation is triggered after\n * the moveResources are in the moveState 'MovePending' or 'MoveFailed', on a successful completion\n * the moveResource moveState do a transition to CommitPending. To aid the user to prerequisite the\n * operation the client can call operation with validateOnly property set to true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginInitiateMove(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsBeginInitiateMoveOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginInitiateMoveOperationSpec,\n options);\n }\n\n /**\n * Commits the set of resources included in the request body. The commit operation is triggered on\n * the moveResources in the moveState 'CommitPending' or 'CommitFailed', on a successful completion\n * the moveResource moveState do a transition to Committed. To aid the user to prerequisite the\n * operation the client can call operation with validateOnly property set to true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCommit(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsBeginCommitOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginCommitOperationSpec,\n options);\n }\n\n /**\n * Discards the set of resources included in the request body. The discard operation is triggered\n * on the moveResources in the moveState 'CommitPending' or 'DiscardFailed', on a successful\n * completion the moveResource moveState do a transition to MovePending. To aid the user to\n * prerequisite the operation the client can call operation with validateOnly property set to true.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDiscard(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsBeginDiscardOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginDiscardOperationSpec,\n options);\n }\n\n /**\n * Computes, resolves and validate the dependencies of the moveResources in the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResolveDependencies(resourceGroupName: string, moveCollectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginResolveDependenciesOperationSpec,\n options);\n }\n\n /**\n * Removes the set of move resources included in the request body from move collection. The\n * orchestration is done by service. To aid the user to prerequisite the operation the client can\n * call operation with validateOnly property set to true.\n * @param resourceGroupName\n * @param moveCollectionName\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginBulkRemove(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveCollectionsBeginBulkRemoveOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n beginBulkRemoveOperationSpec,\n options);\n }\n\n /**\n * Get all the Move Collections in the subscription.\n * @summary Get all Move Collections.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionNextResponse>\n */\n listMoveCollectionsBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listMoveCollectionsBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): 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 listMoveCollectionsBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): void;\n listMoveCollectionsBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MoveCollectionResultList>, callback?: msRest.ServiceCallback<Models.MoveCollectionResultList>): Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listMoveCollectionsBySubscriptionNextOperationSpec,\n callback) as Promise<Models.MoveCollectionsListMoveCollectionsBySubscriptionNextResponse>;\n }\n\n /**\n * Get all the Move Collections in the resource group.\n * @summary Get all Move Collections.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupNextResponse>\n */\n listMoveCollectionsByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listMoveCollectionsByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): 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 listMoveCollectionsByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MoveCollectionResultList>): void;\n listMoveCollectionsByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MoveCollectionResultList>, callback?: msRest.ServiceCallback<Models.MoveCollectionResultList>): Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listMoveCollectionsByResourceGroupNextOperationSpec,\n callback) as Promise<Models.MoveCollectionsListMoveCollectionsByResourceGroupNextResponse>;\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.Migrate/moveCollections/{moveCollectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.MoveCollection\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MoveCollection\n },\n 201: {\n bodyMapper: Mappers.MoveCollection\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.Migrate/moveCollections/{moveCollectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.UpdateMoveCollectionRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MoveCollection\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.Migrate/moveCollections/{moveCollectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MoveCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listMoveCollectionsBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Migrate/moveCollections\",\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.MoveCollectionResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listMoveCollectionsByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MoveCollectionResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listRequiredForOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/requiredFor\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.sourceId,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RequiredForResourcesCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginPrepareOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/prepare\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.PrepareRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginInitiateMoveOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/initiateMove\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.ResourceMoveRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCommitOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/commit\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.CommitRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDiscardOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/discard\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.DiscardRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginResolveDependenciesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/resolveDependencies\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginBulkRemoveOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/bulkRemove\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"body\"\n ],\n mapper: Mappers.BulkRemoveRequest\n },\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listMoveCollectionsBySubscriptionNextOperationSpec: 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.MoveCollectionResultList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listMoveCollectionsByResourceGroupNextOperationSpec: 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.MoveCollectionResultList\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 discriminators,\n AffectedMoveResource,\n AutomaticResolutionProperties,\n AvailabilitySetResourceSettings,\n AzureResourceReference,\n BaseResource,\n CloudError,\n DiskEncryptionSetResourceSettings,\n Identity,\n JobStatus,\n KeyVaultResourceSettings,\n LBBackendAddressPoolResourceSettings,\n LBFrontendIPConfigurationResourceSettings,\n LoadBalancerBackendAddressPoolReference,\n LoadBalancerNatRuleReference,\n LoadBalancerResourceSettings,\n ManualResolutionProperties,\n MoveCollection,\n MoveCollectionProperties,\n MoveCollectionPropertiesErrors,\n MoveErrorInfo,\n MoveResource,\n MoveResourceCollection,\n MoveResourceDependency,\n MoveResourceDependencyOverride,\n MoveResourceError,\n MoveResourceErrorBody,\n MoveResourceProperties,\n MoveResourcePropertiesErrors,\n MoveResourcePropertiesMoveStatus,\n MoveResourceStatus,\n NetworkInterfaceResourceSettings,\n NetworkSecurityGroupResourceSettings,\n NicIpConfigurationResourceSettings,\n NsgReference,\n NsgSecurityRule,\n OperationErrorAdditionalInfo,\n OperationStatus,\n OperationStatusError,\n ProxyResourceReference,\n PublicIPAddressResourceSettings,\n PublicIpReference,\n ResourceGroupResourceSettings,\n ResourceSettings,\n SqlDatabaseResourceSettings,\n SqlElasticPoolResourceSettings,\n SqlServerResourceSettings,\n SubnetReference,\n SubnetResourceSettings,\n Summary,\n SummaryCollection,\n VirtualMachineResourceSettings,\n VirtualNetworkResourceSettings\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/moveResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ResourceMoverServiceAPIContext } from \"../resourceMoverServiceAPIContext\";\n\n/** Class representing a MoveResources. */\nexport class MoveResources {\n private readonly client: ResourceMoverServiceAPIContext;\n\n /**\n * Create a MoveResources.\n * @param {ResourceMoverServiceAPIContext} client Reference to the service client.\n */\n constructor(client: ResourceMoverServiceAPIContext) {\n this.client = client;\n }\n\n /**\n * Lists the Move Resources in the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveResourcesListResponse>\n */\n list(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveResourcesListOptionalParams): Promise<Models.MoveResourcesListResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param callback The callback\n */\n list(resourceGroupName: string, moveCollectionName: string, callback: msRest.ServiceCallback<Models.MoveResourceCollection>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, moveCollectionName: string, options: Models.MoveResourcesListOptionalParams, callback: msRest.ServiceCallback<Models.MoveResourceCollection>): void;\n list(resourceGroupName: string, moveCollectionName: string, options?: Models.MoveResourcesListOptionalParams | msRest.ServiceCallback<Models.MoveResourceCollection>, callback?: msRest.ServiceCallback<Models.MoveResourceCollection>): Promise<Models.MoveResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.MoveResourcesListResponse>;\n }\n\n /**\n * Creates or updates a Move Resource in the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveResourcesCreateResponse>\n */\n create(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options?: Models.MoveResourcesCreateOptionalParams): Promise<Models.MoveResourcesCreateResponse> {\n return this.beginCreate(resourceGroupName,moveCollectionName,moveResourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveResourcesCreateResponse>;\n }\n\n /**\n * Deletes a Move Resource from the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveResourcesDeleteMethodResponse>\n */\n deleteMethod(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveResourcesDeleteMethodResponse> {\n return this.beginDeleteMethod(resourceGroupName,moveCollectionName,moveResourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.MoveResourcesDeleteMethodResponse>;\n }\n\n /**\n * Gets the Move Resource.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveResourcesGetResponse>\n */\n get(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MoveResourcesGetResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param callback The callback\n */\n get(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, callback: msRest.ServiceCallback<Models.MoveResource>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MoveResource>): void;\n get(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MoveResource>, callback?: msRest.ServiceCallback<Models.MoveResource>): Promise<Models.MoveResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n moveResourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.MoveResourcesGetResponse>;\n }\n\n /**\n * Creates or updates a Move Resource in the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options?: Models.MoveResourcesBeginCreateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n moveResourceName,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a Move Resource from the move collection.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param moveResourceName The Move Resource Name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, moveCollectionName: string, moveResourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n moveCollectionName,\n moveResourceName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists the Move Resources in the move collection.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.MoveResourcesListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.MoveResourcesListNextOptionalParams): Promise<Models.MoveResourcesListNextResponse>;\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.MoveResourceCollection>): 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.MoveResourcesListNextOptionalParams, callback: msRest.ServiceCallback<Models.MoveResourceCollection>): void;\n listNext(nextPageLink: string, options?: Models.MoveResourcesListNextOptionalParams | msRest.ServiceCallback<Models.MoveResourceCollection>, callback?: msRest.ServiceCallback<Models.MoveResourceCollection>): Promise<Models.MoveResourcesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.MoveResourcesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/moveResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MoveResourceCollection\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.Migrate/moveCollections/{moveCollectionName}/moveResources/{moveResourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName,\n Parameters.moveResourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MoveResource\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.Migrate/moveCollections/{moveCollectionName}/moveResources/{moveResourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName,\n Parameters.moveResourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n properties: [\n \"options\",\n \"properties\"\n ]\n },\n mapper: Mappers.MoveResource\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MoveResource\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/moveResources/{moveResourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName,\n Parameters.moveResourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationStatus\n },\n 202: {},\n 204: {},\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 Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MoveResourceCollection\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 discriminators,\n CloudError,\n Summary,\n SummaryCollection,\n UnresolvedDependency,\n UnresolvedDependencyCollection\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/unresolvedDependenciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ResourceMoverServiceAPIContext } from \"../resourceMoverServiceAPIContext\";\n\n/** Class representing a UnresolvedDependencies. */\nexport class UnresolvedDependencies {\n private readonly client: ResourceMoverServiceAPIContext;\n\n /**\n * Create a UnresolvedDependencies.\n * @param {ResourceMoverServiceAPIContext} client Reference to the service client.\n */\n constructor(client: ResourceMoverServiceAPIContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of unresolved dependencies.\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.UnresolvedDependenciesGetResponse>\n */\n get(resourceGroupName: string, moveCollectionName: string, options?: Models.UnresolvedDependenciesGetOptionalParams): Promise<Models.UnresolvedDependenciesGetResponse>;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param callback The callback\n */\n get(resourceGroupName: string, moveCollectionName: string, callback: msRest.ServiceCallback<Models.UnresolvedDependencyCollection>): void;\n /**\n * @param resourceGroupName The Resource Group Name.\n * @param moveCollectionName The Move Collection Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, moveCollectionName: string, options: Models.UnresolvedDependenciesGetOptionalParams, callback: msRest.ServiceCallback<Models.UnresolvedDependencyCollection>): void;\n get(resourceGroupName: string, moveCollectionName: string, options?: Models.UnresolvedDependenciesGetOptionalParams | msRest.ServiceCallback<Models.UnresolvedDependencyCollection>, callback?: msRest.ServiceCallback<Models.UnresolvedDependencyCollection>): Promise<Models.UnresolvedDependenciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n moveCollectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.UnresolvedDependenciesGetResponse>;\n }\n\n /**\n * Gets a list of unresolved dependencies.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.UnresolvedDependenciesGetNextResponse>\n */\n getNext(nextPageLink: string, options?: Models.UnresolvedDependenciesGetNextOptionalParams): Promise<Models.UnresolvedDependenciesGetNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n getNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.UnresolvedDependencyCollection>): 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 getNext(nextPageLink: string, options: Models.UnresolvedDependenciesGetNextOptionalParams, callback: msRest.ServiceCallback<Models.UnresolvedDependencyCollection>): void;\n getNext(nextPageLink: string, options?: Models.UnresolvedDependenciesGetNextOptionalParams | msRest.ServiceCallback<Models.UnresolvedDependencyCollection>, callback?: msRest.ServiceCallback<Models.UnresolvedDependencyCollection>): Promise<Models.UnresolvedDependenciesGetNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n getNextOperationSpec,\n callback) as Promise<Models.UnresolvedDependenciesGetNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/unresolvedDependencies\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.moveCollectionName\n ],\n queryParameters: [\n Parameters.dependencyLevel,\n Parameters.orderby,\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UnresolvedDependencyCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.dependencyLevel,\n Parameters.orderby,\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UnresolvedDependencyCollection\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 discriminators,\n CloudError,\n Display,\n OperationsDiscovery,\n OperationsDiscoveryCollection\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/operationsDiscoveryOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ResourceMoverServiceAPIContext } from \"../resourceMoverServiceAPIContext\";\n\n/** Class representing a OperationsDiscoveryOperations. */\nexport class OperationsDiscoveryOperations {\n private readonly client: ResourceMoverServiceAPIContext;\n\n /**\n * Create a OperationsDiscoveryOperations.\n * @param {ResourceMoverServiceAPIContext} client Reference to the service client.\n */\n constructor(client: ResourceMoverServiceAPIContext) {\n this.client = client;\n }\n\n /**\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsDiscoveryGetResponse>\n */\n get(options?: msRest.RequestOptionsBase): Promise<Models.OperationsDiscoveryGetResponse>;\n /**\n * @param callback The callback\n */\n get(callback: msRest.ServiceCallback<Models.OperationsDiscoveryCollection>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n get(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsDiscoveryCollection>): void;\n get(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsDiscoveryCollection>, callback?: msRest.ServiceCallback<Models.OperationsDiscoveryCollection>): Promise<Models.OperationsDiscoveryGetResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OperationsDiscoveryGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Migrate/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsDiscoveryCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-resourcemover\";\nconst packageVersion = \"1.1.1\";\n\nexport class ResourceMoverServiceAPIContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the ResourceMoverServiceAPI class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The Subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.ResourceMoverServiceAPIOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2021-01-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (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 { ResourceMoverServiceAPIContext } from \"./resourceMoverServiceAPIContext\";\n\n\nclass ResourceMoverServiceAPI extends ResourceMoverServiceAPIContext {\n // Operation groups\n moveCollections: operations.MoveCollections;\n moveResources: operations.MoveResources;\n unresolvedDependencies: operations.UnresolvedDependencies;\n operationsDiscovery: operations.OperationsDiscoveryOperations;\n\n /**\n * Initializes a new instance of the ResourceMoverServiceAPI class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The Subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.ResourceMoverServiceAPIOptions) {\n super(credentials, subscriptionId, options);\n this.moveCollections = new operations.MoveCollections(this);\n this.moveResources = new operations.MoveResources(this);\n this.unresolvedDependencies = new operations.UnresolvedDependencies(this);\n this.operationsDiscovery = new operations.OperationsDiscoveryOperations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ResourceMoverServiceAPI,\n ResourceMoverServiceAPIContext,\n Models as ResourceMoverServiceAPIModels,\n Mappers as ResourceMoverServiceAPIMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.moveCollectionName","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.MoveCollection","Mappers.CloudError","Mappers.UpdateMoveCollectionRequest","Mappers.MoveCollectionResultList","Parameters.sourceId","Mappers.RequiredForResourcesCollection","Mappers.OperationStatus","Mappers.PrepareRequest","Mappers.ResourceMoveRequest","Mappers.CommitRequest","Mappers.DiscardRequest","Mappers.BulkRemoveRequest","Parameters.nextPageLink","getOperationSpec","beginDeleteMethodOperationSpec","serializer","Mappers","Parameters.filter","Mappers.MoveResourceCollection","Parameters.moveResourceName","Mappers.MoveResource","Parameters.dependencyLevel","Parameters.orderby","Mappers.UnresolvedDependencyCollection","Mappers.OperationsDiscoveryCollection","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.MoveCollections","operations.MoveResources","operations.UnresolvedDependencies","operations.OperationsDiscoveryOperations"],"mappings":"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"}
|