@azure/arm-locks 1.2.0 → 2.0.0-alpha.20211015.3

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +63 -80
  4. package/dist/index.js +1796 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/esm/index.d.ts +534 -0
  9. package/esm/index.d.ts.map +1 -0
  10. package/esm/index.js +13 -0
  11. package/esm/index.js.map +1 -0
  12. package/esm/managementLockClient.d.ts +9 -18
  13. package/esm/managementLockClient.d.ts.map +1 -1
  14. package/esm/managementLockClient.js +12 -28
  15. package/esm/managementLockClient.js.map +1 -1
  16. package/esm/managementLockClientContext.d.ts +10 -16
  17. package/esm/managementLockClientContext.d.ts.map +1 -1
  18. package/esm/managementLockClientContext.js +34 -46
  19. package/esm/managementLockClientContext.js.map +1 -1
  20. package/esm/models/index.d.ts +208 -445
  21. package/esm/models/index.d.ts.map +1 -1
  22. package/esm/models/index.js +9 -2
  23. package/esm/models/index.js.map +1 -1
  24. package/esm/models/mappers.d.ts +7 -9
  25. package/esm/models/mappers.d.ts.map +1 -1
  26. package/esm/models/mappers.js +69 -78
  27. package/esm/models/mappers.js.map +1 -1
  28. package/esm/models/parameters.d.ts +16 -13
  29. package/esm/models/parameters.d.ts.map +1 -1
  30. package/esm/models/parameters.js +78 -54
  31. package/esm/models/parameters.js.map +1 -1
  32. package/esm/operations/authorizationOperations.d.ts +27 -26
  33. package/esm/operations/authorizationOperations.d.ts.map +1 -1
  34. package/esm/operations/authorizationOperations.js +158 -50
  35. package/esm/operations/authorizationOperations.js.map +1 -1
  36. package/esm/operations/index.d.ts.map +1 -1
  37. package/esm/operations/index.js +3 -5
  38. package/esm/operations/index.js.map +1 -1
  39. package/esm/operations/managementLocks.d.ts +203 -393
  40. package/esm/operations/managementLocks.d.ts.map +1 -1
  41. package/esm/operations/managementLocks.js +993 -485
  42. package/esm/operations/managementLocks.js.map +1 -1
  43. package/esm/operationsInterfaces/authorizationOperations.d.ts +18 -0
  44. package/esm/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
  45. package/esm/operationsInterfaces/authorizationOperations.js +9 -0
  46. package/esm/operationsInterfaces/authorizationOperations.js.map +1 -0
  47. package/esm/operationsInterfaces/index.d.ts +3 -0
  48. package/esm/operationsInterfaces/index.d.ts.map +1 -0
  49. package/esm/operationsInterfaces/index.js +10 -0
  50. package/esm/operationsInterfaces/index.js.map +1 -0
  51. package/esm/operationsInterfaces/managementLocks.d.ts +198 -0
  52. package/esm/operationsInterfaces/managementLocks.d.ts.map +1 -0
  53. package/esm/operationsInterfaces/managementLocks.js +9 -0
  54. package/esm/operationsInterfaces/managementLocks.js.map +1 -0
  55. package/package.json +53 -16
  56. package/review/arm-locks.api.md +313 -0
  57. package/rollup.config.js +181 -30
  58. package/src/index.ts +13 -0
  59. package/src/managementLockClient.ts +23 -36
  60. package/src/managementLockClientContext.ts +47 -45
  61. package/src/models/index.ts +256 -470
  62. package/src/models/mappers.ts +72 -82
  63. package/src/models/parameters.ts +97 -55
  64. package/src/operations/authorizationOperations.ts +155 -70
  65. package/src/operations/index.ts +3 -5
  66. package/src/operations/managementLocks.ts +1165 -869
  67. package/src/operationsInterfaces/authorizationOperations.ts +36 -0
  68. package/src/operationsInterfaces/index.ts +10 -0
  69. package/src/operationsInterfaces/managementLocks.ts +332 -0
  70. package/tsconfig.json +3 -2
  71. package/dist/arm-locks.js +0 -1280
  72. package/dist/arm-locks.js.map +0 -1
  73. package/dist/arm-locks.min.js +0 -1
  74. package/dist/arm-locks.min.js.map +0 -1
  75. package/esm/models/authorizationOperationsMappers.d.ts +0 -2
  76. package/esm/models/authorizationOperationsMappers.d.ts.map +0 -1
  77. package/esm/models/authorizationOperationsMappers.js +0 -9
  78. package/esm/models/authorizationOperationsMappers.js.map +0 -1
  79. package/esm/models/managementLocksMappers.d.ts +0 -2
  80. package/esm/models/managementLocksMappers.d.ts.map +0 -1
  81. package/esm/models/managementLocksMappers.js +0 -9
  82. package/esm/models/managementLocksMappers.js.map +0 -1
  83. package/src/models/authorizationOperationsMappers.ts +0 -14
  84. package/src/models/managementLocksMappers.ts +0 -15
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-locks.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/authorizationOperationsMappers.ts","../src/models/parameters.ts","../src/operations/authorizationOperations.ts","../src/models/managementLocksMappers.ts","../src/operations/managementLocks.ts","../src/operations/index.ts","../src/managementLockClientContext.ts","../src/managementLockClient.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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 * Lock owner properties.\n */\nexport interface ManagementLockOwner {\n /**\n * The application ID of the lock owner.\n */\n applicationId?: string;\n}\n\n/**\n * The lock information.\n */\nexport interface ManagementLockObject extends BaseResource {\n /**\n * The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete\n * means authorized users are able to read and modify the resources, but not delete. ReadOnly\n * means authorized users can only read from a resource, but they can't modify or delete it.\n * Possible values include: 'NotSpecified', 'CanNotDelete', 'ReadOnly'\n */\n level: LockLevel;\n /**\n * Notes about the lock. Maximum of 512 characters.\n */\n notes?: string;\n /**\n * The owners of the lock.\n */\n owners?: ManagementLockOwner[];\n /**\n * The resource ID of the lock.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource type of the lock - Microsoft.Authorization/locks.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The name of the lock.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.Authorization\n */\n provider?: string;\n /**\n * Resource on which the operation is performed: Profile, endpoint, etc.\n */\n resource?: string;\n /**\n * Operation type: Read, write, delete, etc.\n */\n operation?: string;\n}\n\n/**\n * Microsoft.Authorization operation\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * The object that represents the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagementLocksListAtResourceGroupLevelOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagementLocksListAtResourceLevelOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagementLocksListAtSubscriptionLevelOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagementLocksListByScopeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation.\n */\n filter?: string;\n}\n\n/**\n * An interface representing ManagementLockClientOptions.\n */\nexport interface ManagementLockClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Microsoft.Authorization operations. It contains a list of\n * operations and a URL link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * URL to get the next set of operation list results if there are any.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The list of locks.\n * @extends Array<ManagementLockObject>\n */\nexport interface ManagementLockListResult extends Array<ManagementLockObject> {\n /**\n * The URL to use for getting the next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for LockLevel.\n * Possible values include: 'NotSpecified', 'CanNotDelete', 'ReadOnly'\n * @readonly\n * @enum {string}\n */\nexport type LockLevel = 'NotSpecified' | 'CanNotDelete' | 'ReadOnly';\n\n/**\n * Contains response data for the list operation.\n */\nexport type AuthorizationOperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AuthorizationOperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtResourceGroupLevel operation.\n */\nexport type ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the getAtResourceGroupLevel operation.\n */\nexport type ManagementLocksGetAtResourceGroupLevelResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateByScope operation.\n */\nexport type ManagementLocksCreateOrUpdateByScopeResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the getByScope operation.\n */\nexport type ManagementLocksGetByScopeResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtResourceLevel operation.\n */\nexport type ManagementLocksCreateOrUpdateAtResourceLevelResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the getAtResourceLevel operation.\n */\nexport type ManagementLocksGetAtResourceLevelResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtSubscriptionLevel operation.\n */\nexport type ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the getAtSubscriptionLevel operation.\n */\nexport type ManagementLocksGetAtSubscriptionLevelResponse = ManagementLockObject & {\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: ManagementLockObject;\n };\n};\n\n/**\n * Contains response data for the listAtResourceGroupLevel operation.\n */\nexport type ManagementLocksListAtResourceGroupLevelResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listAtResourceLevel operation.\n */\nexport type ManagementLocksListAtResourceLevelResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listAtSubscriptionLevel operation.\n */\nexport type ManagementLocksListAtSubscriptionLevelResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listByScope operation.\n */\nexport type ManagementLocksListByScopeResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listAtResourceGroupLevelNext operation.\n */\nexport type ManagementLocksListAtResourceGroupLevelNextResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listAtResourceLevelNext operation.\n */\nexport type ManagementLocksListAtResourceLevelNextResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listAtSubscriptionLevelNext operation.\n */\nexport type ManagementLocksListAtSubscriptionLevelNextResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n\n/**\n * Contains response data for the listByScopeNext operation.\n */\nexport type ManagementLocksListByScopeNextResponse = ManagementLockListResult & {\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: ManagementLockListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 ManagementLockOwner: msRest.CompositeMapper = {\n serializedName: \"ManagementLockOwner\",\n type: {\n name: \"Composite\",\n className: \"ManagementLockOwner\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagementLockObject: msRest.CompositeMapper = {\n serializedName: \"ManagementLockObject\",\n type: {\n name: \"Composite\",\n className: \"ManagementLockObject\",\n modelProperties: {\n level: {\n required: true,\n serializedName: \"properties.level\",\n type: {\n name: \"String\"\n }\n },\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n owners: {\n serializedName: \"properties.owners\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementLockOwner\"\n }\n }\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagementLockListResult: msRest.CompositeMapper = {\n serializedName: \"ManagementLockListResult\",\n type: {\n name: \"Composite\",\n className: \"ManagementLockListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagementLockObject\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 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 lockName: msRest.OperationURLParameter = {\n parameterPath: \"lockName\",\n mapper: {\n required: true,\n serializedName: \"lockName\",\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 parentResourcePath: msRest.OperationURLParameter = {\n parameterPath: \"parentResourcePath\",\n mapper: {\n required: true,\n serializedName: \"parentResourcePath\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceProviderNamespace: msRest.OperationURLParameter = {\n parameterPath: \"resourceProviderNamespace\",\n mapper: {\n required: true,\n serializedName: \"resourceProviderNamespace\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceType: msRest.OperationURLParameter = {\n parameterPath: \"resourceType\",\n mapper: {\n required: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const scope: msRest.OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n required: true,\n serializedName: \"scope\",\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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/authorizationOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ManagementLockClientContext } from \"../managementLockClientContext\";\n\n/** Class representing a AuthorizationOperations. */\nexport class AuthorizationOperations {\n private readonly client: ManagementLockClientContext;\n\n /**\n * Create a AuthorizationOperations.\n * @param {ManagementLockClientContext} client Reference to the service client.\n */\n constructor(client: ManagementLockClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Microsoft.Authorization REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.AuthorizationOperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.AuthorizationOperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.AuthorizationOperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AuthorizationOperationsListResponse>;\n }\n\n /**\n * Lists all of the available Microsoft.Authorization REST API operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AuthorizationOperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AuthorizationOperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.AuthorizationOperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.AuthorizationOperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Authorization/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 BaseResource,\n CloudError,\n ManagementLockListResult,\n ManagementLockObject,\n ManagementLockOwner\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/managementLocksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ManagementLockClientContext } from \"../managementLockClientContext\";\n\n/** Class representing a ManagementLocks. */\nexport class ManagementLocks {\n private readonly client: ManagementLockClientContext;\n\n /**\n * Create a ManagementLocks.\n * @param {ManagementLockClientContext} client Reference to the service client.\n */\n constructor(client: ManagementLockClientContext) {\n this.client = client;\n }\n\n /**\n * When you apply a lock at a parent scope, all child resources inherit the same lock. To create\n * management locks, you must have access to Microsoft.Authorization/* or\n * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access\n * Administrator are granted those actions.\n * @summary Creates or updates a management lock at the resource group level.\n * @param resourceGroupName The name of the resource group to lock.\n * @param lockName The lock name. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters The management lock parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse>\n */\n createOrUpdateAtResourceGroupLevel(resourceGroupName: string, lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse>;\n /**\n * @param resourceGroupName The name of the resource group to lock.\n * @param lockName The lock name. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters The management lock parameters.\n * @param callback The callback\n */\n createOrUpdateAtResourceGroupLevel(resourceGroupName: string, lockName: string, parameters: Models.ManagementLockObject, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param resourceGroupName The name of the resource group to lock.\n * @param lockName The lock name. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters The management lock parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtResourceGroupLevel(resourceGroupName: string, lockName: string, parameters: Models.ManagementLockObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n createOrUpdateAtResourceGroupLevel(resourceGroupName: string, lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n lockName,\n parameters,\n options\n },\n createOrUpdateAtResourceGroupLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse>;\n }\n\n /**\n * To delete management locks, you must have access to Microsoft.Authorization/* or\n * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access\n * Administrator are granted those actions.\n * @summary Deletes a management lock at the resource group level.\n * @param resourceGroupName The name of the resource group containing the lock.\n * @param lockName The name of lock to delete.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the lock.\n * @param lockName The name of lock to delete.\n * @param callback The callback\n */\n deleteAtResourceGroupLevel(resourceGroupName: string, lockName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group containing the lock.\n * @param lockName The name of lock to delete.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtResourceGroupLevel(resourceGroupName: string, lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n lockName,\n options\n },\n deleteAtResourceGroupLevelOperationSpec,\n callback);\n }\n\n /**\n * Gets a management lock at the resource group level.\n * @param resourceGroupName The name of the locked resource group.\n * @param lockName The name of the lock to get.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksGetAtResourceGroupLevelResponse>\n */\n getAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksGetAtResourceGroupLevelResponse>;\n /**\n * @param resourceGroupName The name of the locked resource group.\n * @param lockName The name of the lock to get.\n * @param callback The callback\n */\n getAtResourceGroupLevel(resourceGroupName: string, lockName: string, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param resourceGroupName The name of the locked resource group.\n * @param lockName The name of the lock to get.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtResourceGroupLevel(resourceGroupName: string, lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n getAtResourceGroupLevel(resourceGroupName: string, lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksGetAtResourceGroupLevelResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n lockName,\n options\n },\n getAtResourceGroupLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksGetAtResourceGroupLevelResponse>;\n }\n\n /**\n * Create or update a management lock by scope.\n * @param scope The scope for the lock. When providing a scope for the assignment, use\n * '/subscriptions/{subscriptionId}' for subscriptions,\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'\n * for resources.\n * @param lockName The name of lock.\n * @param parameters Create or update management lock parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksCreateOrUpdateByScopeResponse>\n */\n createOrUpdateByScope(scope: string, lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksCreateOrUpdateByScopeResponse>;\n /**\n * @param scope The scope for the lock. When providing a scope for the assignment, use\n * '/subscriptions/{subscriptionId}' for subscriptions,\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'\n * for resources.\n * @param lockName The name of lock.\n * @param parameters Create or update management lock parameters.\n * @param callback The callback\n */\n createOrUpdateByScope(scope: string, lockName: string, parameters: Models.ManagementLockObject, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param scope The scope for the lock. When providing a scope for the assignment, use\n * '/subscriptions/{subscriptionId}' for subscriptions,\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'\n * for resources.\n * @param lockName The name of lock.\n * @param parameters Create or update management lock parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateByScope(scope: string, lockName: string, parameters: Models.ManagementLockObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n createOrUpdateByScope(scope: string, lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksCreateOrUpdateByScopeResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n lockName,\n parameters,\n options\n },\n createOrUpdateByScopeOperationSpec,\n callback) as Promise<Models.ManagementLocksCreateOrUpdateByScopeResponse>;\n }\n\n /**\n * Delete a management lock by scope.\n * @param scope The scope for the lock.\n * @param lockName The name of lock.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteByScope(scope: string, lockName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param scope The scope for the lock.\n * @param lockName The name of lock.\n * @param callback The callback\n */\n deleteByScope(scope: string, lockName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param scope The scope for the lock.\n * @param lockName The name of lock.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteByScope(scope: string, lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteByScope(scope: string, lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n lockName,\n options\n },\n deleteByScopeOperationSpec,\n callback);\n }\n\n /**\n * Get a management lock by scope.\n * @param scope The scope for the lock.\n * @param lockName The name of lock.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksGetByScopeResponse>\n */\n getByScope(scope: string, lockName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksGetByScopeResponse>;\n /**\n * @param scope The scope for the lock.\n * @param lockName The name of lock.\n * @param callback The callback\n */\n getByScope(scope: string, lockName: string, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param scope The scope for the lock.\n * @param lockName The name of lock.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByScope(scope: string, lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n getByScope(scope: string, lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksGetByScopeResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n lockName,\n options\n },\n getByScopeOperationSpec,\n callback) as Promise<Models.ManagementLocksGetByScopeResponse>;\n }\n\n /**\n * When you apply a lock at a parent scope, all child resources inherit the same lock. To create\n * management locks, you must have access to Microsoft.Authorization/* or\n * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access\n * Administrator are granted those actions.\n * @summary Creates or updates a management lock at the resource level or any level below the\n * resource.\n * @param resourceGroupName The name of the resource group containing the resource to lock.\n * @param resourceProviderNamespace The resource provider namespace of the resource to lock.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to lock.\n * @param resourceName The name of the resource to lock.\n * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters Parameters for creating or updating a management lock.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksCreateOrUpdateAtResourceLevelResponse>\n */\n createOrUpdateAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksCreateOrUpdateAtResourceLevelResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the resource to lock.\n * @param resourceProviderNamespace The resource provider namespace of the resource to lock.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to lock.\n * @param resourceName The name of the resource to lock.\n * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters Parameters for creating or updating a management lock.\n * @param callback The callback\n */\n createOrUpdateAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, parameters: Models.ManagementLockObject, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param resourceGroupName The name of the resource group containing the resource to lock.\n * @param resourceProviderNamespace The resource provider namespace of the resource to lock.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource to lock.\n * @param resourceName The name of the resource to lock.\n * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters Parameters for creating or updating a management lock.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, parameters: Models.ManagementLockObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n createOrUpdateAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksCreateOrUpdateAtResourceLevelResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n lockName,\n parameters,\n options\n },\n createOrUpdateAtResourceLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksCreateOrUpdateAtResourceLevelResponse>;\n }\n\n /**\n * To delete management locks, you must have access to Microsoft.Authorization/* or\n * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access\n * Administrator are granted those actions.\n * @summary Deletes the management lock of a resource or any level below the resource.\n * @param resourceGroupName The name of the resource group containing the resource with the lock to\n * delete.\n * @param resourceProviderNamespace The resource provider namespace of the resource with the lock\n * to delete.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource with the lock to delete.\n * @param resourceName The name of the resource with the lock to delete.\n * @param lockName The name of the lock to delete.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the resource with the lock to\n * delete.\n * @param resourceProviderNamespace The resource provider namespace of the resource with the lock\n * to delete.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource with the lock to delete.\n * @param resourceName The name of the resource with the lock to delete.\n * @param lockName The name of the lock to delete.\n * @param callback The callback\n */\n deleteAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group containing the resource with the lock to\n * delete.\n * @param resourceProviderNamespace The resource provider namespace of the resource with the lock\n * to delete.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the resource with the lock to delete.\n * @param resourceName The name of the resource with the lock to delete.\n * @param lockName The name of the lock to delete.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n lockName,\n options\n },\n deleteAtResourceLevelOperationSpec,\n callback);\n }\n\n /**\n * Get the management lock of a resource or any level below resource.\n * @param resourceGroupName The name of the resource group.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath An extra path parameter needed in some services, like SQL Databases.\n * @param resourceType The type of the resource.\n * @param resourceName The name of the resource.\n * @param lockName The name of lock.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksGetAtResourceLevelResponse>\n */\n getAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksGetAtResourceLevelResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath An extra path parameter needed in some services, like SQL Databases.\n * @param resourceType The type of the resource.\n * @param resourceName The name of the resource.\n * @param lockName The name of lock.\n * @param callback The callback\n */\n getAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath An extra path parameter needed in some services, like SQL Databases.\n * @param resourceType The type of the resource.\n * @param resourceName The name of the resource.\n * @param lockName The name of lock.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n getAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksGetAtResourceLevelResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n lockName,\n options\n },\n getAtResourceLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksGetAtResourceLevelResponse>;\n }\n\n /**\n * When you apply a lock at a parent scope, all child resources inherit the same lock. To create\n * management locks, you must have access to Microsoft.Authorization/* or\n * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access\n * Administrator are granted those actions.\n * @summary Creates or updates a management lock at the subscription level.\n * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters The management lock parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse>\n */\n createOrUpdateAtSubscriptionLevel(lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse>;\n /**\n * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters The management lock parameters.\n * @param callback The callback\n */\n createOrUpdateAtSubscriptionLevel(lockName: string, parameters: Models.ManagementLockObject, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param lockName The name of lock. The lock name can be a maximum of 260 characters. It cannot\n * contain <, > %, &, :, \\, ?, /, or any control characters.\n * @param parameters The management lock parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtSubscriptionLevel(lockName: string, parameters: Models.ManagementLockObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n createOrUpdateAtSubscriptionLevel(lockName: string, parameters: Models.ManagementLockObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse> {\n return this.client.sendOperationRequest(\n {\n lockName,\n parameters,\n options\n },\n createOrUpdateAtSubscriptionLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse>;\n }\n\n /**\n * To delete management locks, you must have access to Microsoft.Authorization/* or\n * Microsoft.Authorization/locks/* actions. Of the built-in roles, only Owner and User Access\n * Administrator are granted those actions.\n * @summary Deletes the management lock at the subscription level.\n * @param lockName The name of lock to delete.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteAtSubscriptionLevel(lockName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param lockName The name of lock to delete.\n * @param callback The callback\n */\n deleteAtSubscriptionLevel(lockName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param lockName The name of lock to delete.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtSubscriptionLevel(lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteAtSubscriptionLevel(lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n lockName,\n options\n },\n deleteAtSubscriptionLevelOperationSpec,\n callback);\n }\n\n /**\n * Gets a management lock at the subscription level.\n * @param lockName The name of the lock to get.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksGetAtSubscriptionLevelResponse>\n */\n getAtSubscriptionLevel(lockName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksGetAtSubscriptionLevelResponse>;\n /**\n * @param lockName The name of the lock to get.\n * @param callback The callback\n */\n getAtSubscriptionLevel(lockName: string, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n /**\n * @param lockName The name of the lock to get.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtSubscriptionLevel(lockName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockObject>): void;\n getAtSubscriptionLevel(lockName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockObject>, callback?: msRest.ServiceCallback<Models.ManagementLockObject>): Promise<Models.ManagementLocksGetAtSubscriptionLevelResponse> {\n return this.client.sendOperationRequest(\n {\n lockName,\n options\n },\n getAtSubscriptionLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksGetAtSubscriptionLevelResponse>;\n }\n\n /**\n * Gets all the management locks for a resource group.\n * @param resourceGroupName The name of the resource group containing the locks to get.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListAtResourceGroupLevelResponse>\n */\n listAtResourceGroupLevel(resourceGroupName: string, options?: Models.ManagementLocksListAtResourceGroupLevelOptionalParams): Promise<Models.ManagementLocksListAtResourceGroupLevelResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the locks to get.\n * @param callback The callback\n */\n listAtResourceGroupLevel(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group containing the locks to get.\n * @param options The optional parameters\n * @param callback The callback\n */\n listAtResourceGroupLevel(resourceGroupName: string, options: Models.ManagementLocksListAtResourceGroupLevelOptionalParams, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listAtResourceGroupLevel(resourceGroupName: string, options?: Models.ManagementLocksListAtResourceGroupLevelOptionalParams | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListAtResourceGroupLevelResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listAtResourceGroupLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksListAtResourceGroupLevelResponse>;\n }\n\n /**\n * Gets all the management locks for a resource or any level below resource.\n * @param resourceGroupName The name of the resource group containing the locked resource. The name\n * is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the locked resource.\n * @param resourceName The name of the locked resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListAtResourceLevelResponse>\n */\n listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: Models.ManagementLocksListAtResourceLevelOptionalParams): Promise<Models.ManagementLocksListAtResourceLevelResponse>;\n /**\n * @param resourceGroupName The name of the resource group containing the locked resource. The name\n * is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the locked resource.\n * @param resourceName The name of the locked resource.\n * @param callback The callback\n */\n listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group containing the locked resource. The name\n * is case insensitive.\n * @param resourceProviderNamespace The namespace of the resource provider.\n * @param parentResourcePath The parent resource identity.\n * @param resourceType The resource type of the locked resource.\n * @param resourceName The name of the locked resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options: Models.ManagementLocksListAtResourceLevelOptionalParams, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: Models.ManagementLocksListAtResourceLevelOptionalParams | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListAtResourceLevelResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceProviderNamespace,\n parentResourcePath,\n resourceType,\n resourceName,\n options\n },\n listAtResourceLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksListAtResourceLevelResponse>;\n }\n\n /**\n * Gets all the management locks for a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListAtSubscriptionLevelResponse>\n */\n listAtSubscriptionLevel(options?: Models.ManagementLocksListAtSubscriptionLevelOptionalParams): Promise<Models.ManagementLocksListAtSubscriptionLevelResponse>;\n /**\n * @param callback The callback\n */\n listAtSubscriptionLevel(callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listAtSubscriptionLevel(options: Models.ManagementLocksListAtSubscriptionLevelOptionalParams, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listAtSubscriptionLevel(options?: Models.ManagementLocksListAtSubscriptionLevelOptionalParams | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListAtSubscriptionLevelResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listAtSubscriptionLevelOperationSpec,\n callback) as Promise<Models.ManagementLocksListAtSubscriptionLevelResponse>;\n }\n\n /**\n * Gets all the management locks for a scope.\n * @param scope The scope for the lock. When providing a scope for the assignment, use\n * '/subscriptions/{subscriptionId}' for subscriptions,\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'\n * for resources.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListByScopeResponse>\n */\n listByScope(scope: string, options?: Models.ManagementLocksListByScopeOptionalParams): Promise<Models.ManagementLocksListByScopeResponse>;\n /**\n * @param scope The scope for the lock. When providing a scope for the assignment, use\n * '/subscriptions/{subscriptionId}' for subscriptions,\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'\n * for resources.\n * @param callback The callback\n */\n listByScope(scope: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n /**\n * @param scope The scope for the lock. When providing a scope for the assignment, use\n * '/subscriptions/{subscriptionId}' for subscriptions,\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and\n * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'\n * for resources.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByScope(scope: string, options: Models.ManagementLocksListByScopeOptionalParams, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listByScope(scope: string, options?: Models.ManagementLocksListByScopeOptionalParams | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListByScopeResponse> {\n return this.client.sendOperationRequest(\n {\n scope,\n options\n },\n listByScopeOperationSpec,\n callback) as Promise<Models.ManagementLocksListByScopeResponse>;\n }\n\n /**\n * Gets all the management locks for a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListAtResourceGroupLevelNextResponse>\n */\n listAtResourceGroupLevelNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksListAtResourceGroupLevelNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listAtResourceGroupLevelNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): 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 listAtResourceGroupLevelNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listAtResourceGroupLevelNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListAtResourceGroupLevelNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listAtResourceGroupLevelNextOperationSpec,\n callback) as Promise<Models.ManagementLocksListAtResourceGroupLevelNextResponse>;\n }\n\n /**\n * Gets all the management locks for a resource or any level below resource.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListAtResourceLevelNextResponse>\n */\n listAtResourceLevelNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksListAtResourceLevelNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listAtResourceLevelNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): 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 listAtResourceLevelNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listAtResourceLevelNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListAtResourceLevelNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listAtResourceLevelNextOperationSpec,\n callback) as Promise<Models.ManagementLocksListAtResourceLevelNextResponse>;\n }\n\n /**\n * Gets all the management locks for a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListAtSubscriptionLevelNextResponse>\n */\n listAtSubscriptionLevelNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksListAtSubscriptionLevelNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listAtSubscriptionLevelNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): 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 listAtSubscriptionLevelNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listAtSubscriptionLevelNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListAtSubscriptionLevelNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listAtSubscriptionLevelNextOperationSpec,\n callback) as Promise<Models.ManagementLocksListAtSubscriptionLevelNextResponse>;\n }\n\n /**\n * Gets all the management locks for a scope.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagementLocksListByScopeNextResponse>\n */\n listByScopeNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagementLocksListByScopeNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByScopeNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): 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 listByScopeNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagementLockListResult>): void;\n listByScopeNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagementLockListResult>, callback?: msRest.ServiceCallback<Models.ManagementLockListResult>): Promise<Models.ManagementLocksListByScopeNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByScopeNextOperationSpec,\n callback) as Promise<Models.ManagementLocksListByScopeNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrUpdateAtResourceGroupLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagementLockObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n 201: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteAtResourceGroupLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAtResourceGroupLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateByScopeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"{scope}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.scope,\n Parameters.lockName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagementLockObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n 201: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteByScopeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"{scope}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.scope,\n Parameters.lockName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getByScopeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{scope}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.scope,\n Parameters.lockName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateAtResourceLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagementLockObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n 201: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteAtResourceLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAtResourceLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateAtSubscriptionLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagementLockObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n 201: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteAtSubscriptionLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAtSubscriptionLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}\",\n urlParameters: [\n Parameters.lockName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockObject\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAtResourceGroupLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAtResourceLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.resourceProviderNamespace,\n Parameters.parentResourcePath,\n Parameters.resourceType,\n Parameters.resourceName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAtSubscriptionLevelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByScopeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{scope}/providers/Microsoft.Authorization/locks\",\n urlParameters: [\n Parameters.scope\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAtResourceGroupLevelNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAtResourceLevelNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAtSubscriptionLevelNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByScopeNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagementLockListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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\nexport * from \"./authorizationOperations\";\nexport * from \"./managementLocks\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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-locks\";\nconst packageVersion = \"1.2.0\";\n\nexport class ManagementLockClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the ManagementLockClient 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 ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.ManagementLockClientOptions) {\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 = '2016-09-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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 { ManagementLockClientContext } from \"./managementLockClientContext\";\n\n\nclass ManagementLockClient extends ManagementLockClientContext {\n // Operation groups\n authorizationOperations: operations.AuthorizationOperations;\n managementLocks: operations.ManagementLocks;\n\n /**\n * Initializes a new instance of the ManagementLockClient 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 ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.ManagementLockClientOptions) {\n super(credentials, subscriptionId, options);\n this.authorizationOperations = new operations.AuthorizationOperations(this);\n this.managementLocks = new operations.ManagementLocks(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ManagementLockClient,\n ManagementLockClientContext,\n Models as ManagementLockModels,\n Mappers as ManagementLockMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","nextPageLink","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","Parameters.nextPageLink","resourceGroupName","lockName","scope","resourceProviderNamespace","parentResourcePath","resourceType","resourceName","serializer","Mappers","Parameters.resourceGroupName","Parameters.lockName","Parameters.subscriptionId","Mappers.ManagementLockObject","Parameters.scope","Parameters.resourceProviderNamespace","Parameters.parentResourcePath","Parameters.resourceType","Parameters.resourceName","Parameters.filter","Mappers.ManagementLockListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.AuthorizationOperations","operations.ManagementLocks"],"mappings":"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"}
@@ -1 +0,0 @@
1
- !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],r):r((e.Azure=e.Azure||{},e.Azure.ArmLocks={}),e.msRestAzure,e.msRest)}(this,function(e,s,r){"use strict";var a=function(e,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};function t(e,r){function t(){this.constructor=e}a(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var o=function(){return(o=Object.assign||function(e){for(var r,t=1,a=arguments.length;t<a;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e}).apply(this,arguments)},i=Object.freeze({}),p=s.CloudErrorMapper,n=s.BaseResourceMapper,u={serializedName:"ManagementLockOwner",type:{name:"Composite",className:"ManagementLockOwner",modelProperties:{applicationId:{serializedName:"applicationId",type:{name:"String"}}}}},c={serializedName:"ManagementLockObject",type:{name:"Composite",className:"ManagementLockObject",modelProperties:{level:{required:!0,serializedName:"properties.level",type:{name:"String"}},notes:{serializedName:"properties.notes",type:{name:"String"}},owners:{serializedName:"properties.owners",type:{name:"Sequence",element:{type:{name:"Composite",className:"ManagementLockOwner"}}}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}}}}},m={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}}}}},l={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},d={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},h={serializedName:"ManagementLockListResult",type:{name:"Composite",className:"ManagementLockListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ManagementLockObject"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},y=Object.freeze({CloudError:p,BaseResource:n,ManagementLockOwner:u,ManagementLockObject:c,OperationDisplay:m,Operation:l,OperationListResult:d,ManagementLockListResult:h}),P=Object.freeze({CloudError:p,Operation:l,OperationDisplay:m,OperationListResult:d}),N={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},M={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},b={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},f={parameterPath:"lockName",mapper:{required:!0,serializedName:"lockName",type:{name:"String"}}},g={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},z={parameterPath:"parentResourcePath",mapper:{required:!0,serializedName:"parentResourcePath",type:{name:"String"}},skipEncoding:!0},k={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},L={parameterPath:"resourceName",mapper:{required:!0,serializedName:"resourceName",type:{name:"String"}}},O={parameterPath:"resourceProviderNamespace",mapper:{required:!0,serializedName:"resourceProviderNamespace",type:{name:"String"}}},v={parameterPath:"resourceType",mapper:{required:!0,serializedName:"resourceType",type:{name:"String"}},skipEncoding:!0},l={parameterPath:"scope",mapper:{required:!0,serializedName:"scope",type:{name:"String"}}},m={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},R=(q.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},A,r)},q.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},S,t)},q);function q(e){this.client=e}var P=new r.Serializer(P),A={httpMethod:"GET",path:"providers/Microsoft.Authorization/operations",queryParameters:[M],headerParameters:[N],responses:{200:{bodyMapper:d},default:{bodyMapper:p}},serializer:P},S={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[g],headerParameters:[N],responses:{200:{bodyMapper:d},default:{bodyMapper:p}},serializer:P},u=Object.freeze({BaseResource:n,CloudError:p,ManagementLockListResult:h,ManagementLockObject:c,ManagementLockOwner:u}),G=(T.prototype.createOrUpdateAtResourceGroupLevel=function(e,r,t,a,o){return this.client.sendOperationRequest({resourceGroupName:e,lockName:r,parameters:t,options:a},x,o)},T.prototype.deleteAtResourceGroupLevel=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,lockName:r,options:t},j,a)},T.prototype.getAtResourceGroupLevel=function(e,r,t,a){return this.client.sendOperationRequest({resourceGroupName:e,lockName:r,options:t},w,a)},T.prototype.createOrUpdateByScope=function(e,r,t,a,o){return this.client.sendOperationRequest({scope:e,lockName:r,parameters:t,options:a},C,o)},T.prototype.deleteByScope=function(e,r,t,a){return this.client.sendOperationRequest({scope:e,lockName:r,options:t},U,a)},T.prototype.getByScope=function(e,r,t,a){return this.client.sendOperationRequest({scope:e,lockName:r,options:t},I,a)},T.prototype.createOrUpdateAtResourceLevel=function(e,r,t,a,o,s,i,p,n){return this.client.sendOperationRequest({resourceGroupName:e,resourceProviderNamespace:r,parentResourcePath:t,resourceType:a,resourceName:o,lockName:s,parameters:i,options:p},B,n)},T.prototype.deleteAtResourceLevel=function(e,r,t,a,o,s,i,p){return this.client.sendOperationRequest({resourceGroupName:e,resourceProviderNamespace:r,parentResourcePath:t,resourceType:a,resourceName:o,lockName:s,options:i},_,p)},T.prototype.getAtResourceLevel=function(e,r,t,a,o,s,i,p){return this.client.sendOperationRequest({resourceGroupName:e,resourceProviderNamespace:r,parentResourcePath:t,resourceType:a,resourceName:o,lockName:s,options:i},D,p)},T.prototype.createOrUpdateAtSubscriptionLevel=function(e,r,t,a){return this.client.sendOperationRequest({lockName:e,parameters:r,options:t},V,a)},T.prototype.deleteAtSubscriptionLevel=function(e,r,t){return this.client.sendOperationRequest({lockName:e,options:r},$,t)},T.prototype.getAtSubscriptionLevel=function(e,r,t){return this.client.sendOperationRequest({lockName:e,options:r},F,t)},T.prototype.listAtResourceGroupLevel=function(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,options:r},H,t)},T.prototype.listAtResourceLevel=function(e,r,t,a,o,s,i){return this.client.sendOperationRequest({resourceGroupName:e,resourceProviderNamespace:r,parentResourcePath:t,resourceType:a,resourceName:o,options:s},J,i)},T.prototype.listAtSubscriptionLevel=function(e,r){return this.client.sendOperationRequest({options:e},K,r)},T.prototype.listByScope=function(e,r,t){return this.client.sendOperationRequest({scope:e,options:r},Q,t)},T.prototype.listAtResourceGroupLevelNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},W,t)},T.prototype.listAtResourceLevelNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},X,t)},T.prototype.listAtSubscriptionLevelNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Y,t)},T.prototype.listByScopeNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Z,t)},T);function T(e){this.client=e}var E,u=new r.Serializer(u),x={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[k,f,m],queryParameters:[M],headerParameters:[N],requestBody:{parameterPath:"parameters",mapper:o(o({},c),{required:!0})},responses:{200:{bodyMapper:c},201:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},j={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[k,f,m],queryParameters:[M],headerParameters:[N],responses:{200:{},204:{},default:{bodyMapper:p}},serializer:u},w={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[k,f,m],queryParameters:[M],headerParameters:[N],responses:{200:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},C={httpMethod:"PUT",path:"{scope}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[l,f],queryParameters:[M],headerParameters:[N],requestBody:{parameterPath:"parameters",mapper:o(o({},c),{required:!0})},responses:{200:{bodyMapper:c},201:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},U={httpMethod:"DELETE",path:"{scope}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[l,f],queryParameters:[M],headerParameters:[N],responses:{200:{},204:{},default:{bodyMapper:p}},serializer:u},I={httpMethod:"GET",path:"{scope}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[l,f],queryParameters:[M],headerParameters:[N],responses:{200:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},B={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[k,O,z,v,L,f,m],queryParameters:[M],headerParameters:[N],requestBody:{parameterPath:"parameters",mapper:o(o({},c),{required:!0})},responses:{200:{bodyMapper:c},201:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},_={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[k,O,z,v,L,f,m],queryParameters:[M],headerParameters:[N],responses:{200:{},204:{},default:{bodyMapper:p}},serializer:u},D={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[k,O,z,v,L,f,m],queryParameters:[M],headerParameters:[N],responses:{200:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},V={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[f,m],queryParameters:[M],headerParameters:[N],requestBody:{parameterPath:"parameters",mapper:o(o({},c),{required:!0})},responses:{200:{bodyMapper:c},201:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},$={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[f,m],queryParameters:[M],headerParameters:[N],responses:{200:{},204:{},default:{bodyMapper:p}},serializer:u},F={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}",urlParameters:[f,m],queryParameters:[M],headerParameters:[N],responses:{200:{bodyMapper:c},default:{bodyMapper:p}},serializer:u},H={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks",urlParameters:[k,m],queryParameters:[b,M],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},J={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks",urlParameters:[k,O,z,v,L,m],queryParameters:[b,M],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},K={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks",urlParameters:[m],queryParameters:[b,M],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},Q={httpMethod:"GET",path:"{scope}/providers/Microsoft.Authorization/locks",urlParameters:[l],queryParameters:[b,M],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},W={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[g],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},X={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[g],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},Y={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[g],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},Z={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[g],headerParameters:[N],responses:{200:{bodyMapper:h},default:{bodyMapper:p}},serializer:u},p=(t(ee,E=s.AzureServiceClient),ee);function ee(e,r,t){var a,o=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(a=s.getDefaultUserAgentValue(),t.userAgent="@azure/arm-locks/1.2.0 "+a),(o=E.call(this,e,t)||this).apiVersion="2016-09-01",o.acceptLanguage="en-US",o.longRunningOperationRetryTimeout=30,o.baseUri=t.baseUri||o.baseUri||"https://management.azure.com",o.requestContentType="application/json; charset=utf-8",o.credentials=e,o.subscriptionId=r,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(o.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(o.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),o}var re,u=(t(te,re=p),te);function te(e,r,t){t=re.call(this,e,r,t)||this;return t.authorizationOperations=new R(t),t.managementLocks=new G(t),t}e.ManagementLockClient=u,e.ManagementLockClientContext=p,e.ManagementLockModels=i,e.ManagementLockMappers=y,e.AuthorizationOperations=R,e.ManagementLocks=G,Object.defineProperty(e,"__esModule",{value:!0})});
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/authorizationOperations.ts","../src/operations/managementLocks.ts","../src/managementLockClientContext.ts","../src/managementLockClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","ManagementLockOwner","serializedName","type","name","className","modelProperties","applicationId","ManagementLockObject","level","required","notes","owners","element","id","readOnly","OperationDisplay","provider","resource","operation","Operation","display","OperationListResult","value","nextLink","ManagementLockListResult","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","filter","lockName","nextPageLink","skipEncoding","parentResourcePath","resourceGroupName","constraints","MaxLength","MinLength","Pattern","resourceName","resourceProviderNamespace","resourceType","scope","subscriptionId","AuthorizationOperations","list","options","callback","client","sendOperationRequest","listOperationSpec","listNext","nextPageLink$$1","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","queryParameters","Parameters.apiVersion","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.OperationListResult","default","Mappers.CloudError","baseUrl","urlParameters","Parameters.nextPageLink","ManagementLocks","createOrUpdateAtResourceGroupLevel","parameters","resourceGroupName$$1","lockName$$1","createOrUpdateAtResourceGroupLevelOperationSpec","deleteAtResourceGroupLevel","deleteAtResourceGroupLevelOperationSpec","getAtResourceGroupLevel","getAtResourceGroupLevelOperationSpec","createOrUpdateByScope","scope$$1","createOrUpdateByScopeOperationSpec","deleteByScope","deleteByScopeOperationSpec","getByScope","getByScopeOperationSpec","createOrUpdateAtResourceLevel","resourceProviderNamespace$$1","parentResourcePath$$1","resourceType$$1","resourceName$$1","createOrUpdateAtResourceLevelOperationSpec","deleteAtResourceLevel","deleteAtResourceLevelOperationSpec","getAtResourceLevel","getAtResourceLevelOperationSpec","createOrUpdateAtSubscriptionLevel","createOrUpdateAtSubscriptionLevelOperationSpec","deleteAtSubscriptionLevel","deleteAtSubscriptionLevelOperationSpec","getAtSubscriptionLevel","getAtSubscriptionLevelOperationSpec","listAtResourceGroupLevel","listAtResourceGroupLevelOperationSpec","listAtResourceLevel","listAtResourceLevelOperationSpec","listAtSubscriptionLevel","listAtSubscriptionLevelOperationSpec","listByScope","listByScopeOperationSpec","listAtResourceGroupLevelNext","listAtResourceGroupLevelNextOperationSpec","listAtResourceLevelNext","listAtResourceLevelNextOperationSpec","listAtSubscriptionLevelNext","listAtSubscriptionLevelNextOperationSpec","listByScopeNext","listByScopeNextOperationSpec","_super","Parameters.resourceGroupName","Parameters.lockName","Parameters.subscriptionId","requestBody","Mappers.ManagementLockObject","201","serializer$1","204","Parameters.scope","Parameters.resourceProviderNamespace","Parameters.parentResourcePath","Parameters.resourceType","Parameters.resourceName","Parameters.filter","Mappers.ManagementLockListResult","ManagementLockClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","ManagementLockClient","authorizationOperations","operations.AuthorizationOperations","managementLocks","operations.ManagementLocks"],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { CloudError, Operation, OperationDisplay, OperationListResult } from "../models/mappers";
2
- //# sourceMappingURL=authorizationOperationsMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"authorizationOperationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/authorizationOperationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,UAAU,EACV,SAAS,EACT,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { CloudError, Operation, OperationDisplay, OperationListResult } from "../models/mappers";
9
- //# sourceMappingURL=authorizationOperationsMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"authorizationOperationsMappers.js","sourceRoot":"","sources":["../../src/models/authorizationOperationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,UAAU,EACV,SAAS,EACT,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export { BaseResource, CloudError, ManagementLockListResult, ManagementLockObject, ManagementLockOwner } from "../models/mappers";
2
- //# sourceMappingURL=managementLocksMappers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementLocksMappers.d.ts","sourceRoot":"","sources":["../../src/models/managementLocksMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,YAAY,EACZ,UAAU,EACV,wBAAwB,EACxB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export { BaseResource, CloudError, ManagementLockListResult, ManagementLockObject, ManagementLockOwner } from "../models/mappers";
9
- //# sourceMappingURL=managementLocksMappers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"managementLocksMappers.js","sourceRoot":"","sources":["../../src/models/managementLocksMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,YAAY,EACZ,UAAU,EACV,wBAAwB,EACxB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC"}
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CloudError,
11
- Operation,
12
- OperationDisplay,
13
- OperationListResult
14
- } from "../models/mappers";
@@ -1,15 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- BaseResource,
11
- CloudError,
12
- ManagementLockListResult,
13
- ManagementLockObject,
14
- ManagementLockOwner
15
- } from "../models/mappers";