@azure/arm-policyinsights 4.1.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -85
- package/dist/index.js +8639 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/policyEventsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1870 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +50 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +60 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1287 -697
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +209 -162
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attestations.d.ts +161 -0
- package/dist-esm/src/operations/attestations.d.ts.map +1 -0
- package/dist-esm/src/operations/attestations.js +747 -0
- package/dist-esm/src/operations/attestations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +16 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policyEvents.d.ts +208 -0
- package/dist-esm/src/operations/policyEvents.d.ts.map +1 -0
- package/dist-esm/src/operations/policyEvents.js +1097 -0
- package/dist-esm/src/operations/policyEvents.js.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts +38 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.js +144 -0
- package/dist-esm/src/operations/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts +27 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.js +81 -0
- package/dist-esm/src/operations/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operations/policyStates.d.ts +361 -0
- package/dist-esm/src/operations/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operations/policyStates.js +1632 -0
- package/dist-esm/src/operations/policyStates.js.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts +99 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.js +458 -0
- package/dist-esm/src/operations/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operations/remediations.d.ts +304 -0
- package/dist-esm/src/operations/remediations.d.ts.map +1 -0
- package/dist-esm/src/operations/remediations.js +1377 -0
- package/dist-esm/src/operations/remediations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/attestations.js} +2 -8
- package/dist-esm/src/operationsInterfaces/attestations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +16 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/{src/models/policyEventsMappers.ts → dist-esm/src/operationsInterfaces/policyEvents.js} +2 -8
- package/dist-esm/src/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/{src/models/policyMetadataOperationsMappers.ts → dist-esm/src/operationsInterfaces/policyMetadataOperations.js} +2 -9
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts +165 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts +168 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.js +9 -0
- package/dist-esm/src/operationsInterfaces/remediations.js.map +1 -0
- package/dist-esm/src/policyInsightsClient.d.ts +24 -0
- package/dist-esm/src/policyInsightsClient.d.ts.map +1 -0
- package/dist-esm/src/policyInsightsClient.js +57 -0
- package/dist-esm/src/policyInsightsClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +82 -23
- package/review/arm-policyinsights.api.md +1525 -0
- package/rollup.config.js +181 -30
- package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1582 -2619
- package/src/models/mappers.ts +1454 -829
- package/src/models/parameters.ts +257 -163
- package/src/operations/attestations.ts +999 -0
- package/src/operations/index.ts +3 -2
- package/src/operations/operations.ts +27 -41
- package/src/operations/policyEvents.ts +1064 -600
- package/src/operations/policyMetadataOperations.ts +106 -113
- package/src/operations/policyRestrictions.ts +111 -0
- package/src/operations/policyStates.ts +1685 -1109
- package/src/operations/policyTrackedResources.ts +414 -293
- package/src/operations/remediations.ts +1201 -1264
- package/src/operationsInterfaces/attestations.ts +212 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/policyEvents.ts +109 -0
- package/src/operationsInterfaces/policyMetadataOperations.ts +36 -0
- package/src/operationsInterfaces/policyRestrictions.ts +40 -0
- package/src/operationsInterfaces/policyStates.ts +287 -0
- package/src/operationsInterfaces/policyTrackedResources.ts +55 -0
- package/src/operationsInterfaces/remediations.ts +310 -0
- package/src/policyInsightsClient.ts +91 -42
- package/tsconfig.json +20 -7
- package/types/arm-policyinsights.d.ts +2728 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-policyinsights.js +0 -5548
- package/dist/arm-policyinsights.js.map +0 -1
- package/dist/arm-policyinsights.min.js +0 -1
- package/dist/arm-policyinsights.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -3009
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -42
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -32
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policyEventsMappers.d.ts +0 -2
- package/esm/models/policyEventsMappers.d.ts.map +0 -1
- package/esm/models/policyEventsMappers.js.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.d.ts +0 -2
- package/esm/models/policyMetadataOperationsMappers.d.ts.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.js +0 -9
- package/esm/models/policyMetadataOperationsMappers.js.map +0 -1
- package/esm/models/policyStatesMappers.d.ts +0 -2
- package/esm/models/policyStatesMappers.d.ts.map +0 -1
- package/esm/models/policyStatesMappers.js +0 -9
- package/esm/models/policyStatesMappers.js.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.d.ts +0 -2
- package/esm/models/policyTrackedResourcesMappers.d.ts.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.js +0 -9
- package/esm/models/policyTrackedResourcesMappers.js.map +0 -1
- package/esm/models/remediationsMappers.d.ts +0 -2
- package/esm/models/remediationsMappers.d.ts.map +0 -1
- package/esm/models/remediationsMappers.js +0 -9
- package/esm/models/remediationsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policyEvents.d.ts +0 -323
- package/esm/operations/policyEvents.d.ts.map +0 -1
- package/esm/operations/policyEvents.js +0 -572
- package/esm/operations/policyEvents.js.map +0 -1
- package/esm/operations/policyMetadataOperations.d.ts +0 -64
- package/esm/operations/policyMetadataOperations.d.ts.map +0 -1
- package/esm/operations/policyMetadataOperations.js +0 -108
- package/esm/operations/policyMetadataOperations.js.map +0 -1
- package/esm/operations/policyStates.d.ts +0 -588
- package/esm/operations/policyStates.d.ts.map +0 -1
- package/esm/operations/policyStates.js +0 -951
- package/esm/operations/policyStates.js.map +0 -1
- package/esm/operations/policyTrackedResources.d.ts +0 -160
- package/esm/operations/policyTrackedResources.d.ts.map +0 -1
- package/esm/operations/policyTrackedResources.js +0 -269
- package/esm/operations/policyTrackedResources.js.map +0 -1
- package/esm/operations/remediations.d.ts +0 -679
- package/esm/operations/remediations.d.ts.map +0 -1
- package/esm/operations/remediations.js +0 -1037
- package/esm/operations/remediations.js.map +0 -1
- package/esm/policyInsightsClient.d.ts +0 -28
- package/esm/policyInsightsClient.d.ts.map +0 -1
- package/esm/policyInsightsClient.js +0 -41
- package/esm/policyInsightsClient.js.map +0 -1
- package/esm/policyInsightsClientContext.d.ts +0 -19
- package/esm/policyInsightsClientContext.d.ts.map +0 -1
- package/esm/policyInsightsClientContext.js +0 -54
- package/esm/policyInsightsClientContext.js.map +0 -1
- package/src/models/policyStatesMappers.ts +0 -25
- package/src/models/policyTrackedResourcesMappers.ts +0 -16
- package/src/models/remediationsMappers.ts +0 -20
- package/src/policyInsightsClientContext.ts +0 -59
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-policyinsights.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/policyTrackedResourcesMappers.ts","../src/models/parameters.ts","../src/operations/policyTrackedResources.ts","../src/models/remediationsMappers.ts","../src/operations/remediations.ts","../src/models/policyEventsMappers.ts","../src/operations/policyEvents.ts","../src/models/policyStatesMappers.ts","../src/operations/policyStates.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/policyMetadataOperationsMappers.ts","../src/operations/policyMetadataOperations.ts","../src/policyInsightsClientContext.ts","../src/policyInsightsClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * The policy details.\n */\nexport interface PolicyDetails {\n /**\n * The ID of the policy definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyDefinitionId?: string;\n /**\n * The ID of the policy assignment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyAssignmentId?: string;\n /**\n * The display name of the policy assignment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyAssignmentDisplayName?: string;\n /**\n * The scope of the policy assignment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyAssignmentScope?: string;\n /**\n * The ID of the policy set definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policySetDefinitionId?: string;\n /**\n * The policy definition reference ID within the policy set definition.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyDefinitionReferenceId?: string;\n}\n\n/**\n * The details of the policy triggered deployment that created or modified the tracked resource.\n */\nexport interface TrackedResourceModificationDetails {\n /**\n * The details of the policy that created or modified the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyDetails?: PolicyDetails;\n /**\n * The ID of the deployment that created or modified the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deploymentId?: string;\n /**\n * Timestamp of the deployment that created or modified the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deploymentTime?: Date;\n}\n\n/**\n * Policy tracked resource record.\n */\nexport interface PolicyTrackedResource {\n /**\n * The ID of the policy tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly trackedResourceId?: string;\n /**\n * The details of the policy that require the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyDetails?: PolicyDetails;\n /**\n * The details of the policy triggered deployment that created the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdBy?: TrackedResourceModificationDetails;\n /**\n * The details of the policy triggered deployment that modified the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastModifiedBy?: TrackedResourceModificationDetails;\n /**\n * Timestamp of the last update to the tracked resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastUpdateUtc?: Date;\n}\n\n/**\n * Error definition.\n */\nexport interface QueryFailureError {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Description of the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * Error response.\n */\nexport interface QueryFailure {\n /**\n * Error definition.\n */\n error?: QueryFailureError;\n}\n\n/**\n * The filters that will be applied to determine which resources to remediate.\n */\nexport interface RemediationFilters {\n /**\n * The resource locations that will be remediated.\n */\n locations?: string[];\n}\n\n/**\n * The deployment status summary for all deployments created by the remediation.\n */\nexport interface RemediationDeploymentSummary {\n /**\n * The number of deployments required by the remediation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalDeployments?: number;\n /**\n * The number of deployments required by the remediation that have succeeded.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly successfulDeployments?: number;\n /**\n * The number of deployments required by the remediation that have failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly failedDeployments?: number;\n}\n\n/**\n * The remediation definition.\n */\nexport interface Remediation extends BaseResource {\n /**\n * The resource ID of the policy assignment that should be remediated.\n */\n policyAssignmentId?: string;\n /**\n * The policy definition reference ID of the individual definition that should be remediated.\n * Required when the policy assignment being remediated assigns a policy set definition.\n */\n policyDefinitionReferenceId?: string;\n /**\n * The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not\n * specified. Possible values include: 'ExistingNonCompliant', 'ReEvaluateCompliance'\n */\n resourceDiscoveryMode?: ResourceDiscoveryMode;\n /**\n * The status of the remediation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The time at which the remediation was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdOn?: Date;\n /**\n * The time at which the remediation was last updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastUpdatedOn?: Date;\n /**\n * The filters that will be applied to determine which resources to remediate.\n */\n filters?: RemediationFilters;\n /**\n * The deployment status summary for all deployments created by the remediation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deploymentStatus?: RemediationDeploymentSummary;\n /**\n * The ID of the remediation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The type of the remediation.\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 remediation.\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 * Scenario specific error details.\n */\nexport interface TypedErrorInfo {\n /**\n * The type of included error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The scenario specific error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly info?: any;\n}\n\n/**\n * Error definition.\n */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Description of the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The target of the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * Internal error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorDefinition[];\n /**\n * Additional scenario specific error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalInfo?: TypedErrorInfo[];\n}\n\n/**\n * Details of a single deployment created by the remediation.\n */\nexport interface RemediationDeployment {\n /**\n * Resource ID of the resource that is being remediated by the deployment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly remediatedResourceId?: string;\n /**\n * Resource ID of the template deployment that will remediate the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deploymentId?: string;\n /**\n * Status of the remediation deployment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * Location of the resource that is being remediated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceLocation?: string;\n /**\n * Error encountered while remediated the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: ErrorDefinition;\n /**\n * The time at which the remediation was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdOn?: Date;\n /**\n * The time at which the remediation deployment was last updated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastUpdatedOn?: Date;\n}\n\n/**\n * Error response.\n */\nexport interface ErrorResponse {\n /**\n * The error details.\n */\n error?: ErrorDefinition;\n}\n\n/**\n * Component event details.\n */\nexport interface ComponentEventDetails {\n /**\n * Component Id.\n */\n id?: string;\n /**\n * Component type.\n */\n type?: string;\n /**\n * Component name.\n */\n name?: string;\n /**\n * Timestamp for component policy event record.\n */\n timestamp?: Date;\n /**\n * Tenant ID for the policy event record.\n */\n tenantId?: string;\n /**\n * Principal object ID for the user who initiated the resource component operation that triggered\n * the policy event.\n */\n principalOid?: string;\n /**\n * Policy definition action, i.e. effect.\n */\n policyDefinitionAction?: string;\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * Policy event record.\n */\nexport interface PolicyEvent {\n /**\n * OData entity ID; always set to null since policy event records do not have an entity ID.\n */\n odataid?: string;\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n */\n odatacontext?: string;\n /**\n * Timestamp for the policy event record.\n */\n timestamp?: Date;\n /**\n * Resource ID.\n */\n resourceId?: string;\n /**\n * Policy assignment ID.\n */\n policyAssignmentId?: string;\n /**\n * Policy definition ID.\n */\n policyDefinitionId?: string;\n /**\n * Effective parameters for the policy assignment.\n */\n effectiveParameters?: string;\n /**\n * Flag which states whether the resource is compliant against the policy assignment it was\n * evaluated against.\n */\n isCompliant?: boolean;\n /**\n * Subscription ID.\n */\n subscriptionId?: string;\n /**\n * Resource type.\n */\n resourceType?: string;\n /**\n * Resource location.\n */\n resourceLocation?: string;\n /**\n * Resource group name.\n */\n resourceGroup?: string;\n /**\n * List of resource tags.\n */\n resourceTags?: string;\n /**\n * Policy assignment name.\n */\n policyAssignmentName?: string;\n /**\n * Policy assignment owner.\n */\n policyAssignmentOwner?: string;\n /**\n * Policy assignment parameters.\n */\n policyAssignmentParameters?: string;\n /**\n * Policy assignment scope.\n */\n policyAssignmentScope?: string;\n /**\n * Policy definition name.\n */\n policyDefinitionName?: string;\n /**\n * Policy definition action, i.e. effect.\n */\n policyDefinitionAction?: string;\n /**\n * Policy definition category.\n */\n policyDefinitionCategory?: string;\n /**\n * Policy set definition ID, if the policy assignment is for a policy set.\n */\n policySetDefinitionId?: string;\n /**\n * Policy set definition name, if the policy assignment is for a policy set.\n */\n policySetDefinitionName?: string;\n /**\n * Policy set definition owner, if the policy assignment is for a policy set.\n */\n policySetDefinitionOwner?: string;\n /**\n * Policy set definition category, if the policy assignment is for a policy set.\n */\n policySetDefinitionCategory?: string;\n /**\n * Policy set definition parameters, if the policy assignment is for a policy set.\n */\n policySetDefinitionParameters?: string;\n /**\n * Comma separated list of management group IDs, which represent the hierarchy of the management\n * groups the resource is under.\n */\n managementGroupIds?: string;\n /**\n * Reference ID for the policy definition inside the policy set, if the policy assignment is for\n * a policy set.\n */\n policyDefinitionReferenceId?: string;\n /**\n * Compliance state of the resource.\n */\n complianceState?: string;\n /**\n * Tenant ID for the policy event record.\n */\n tenantId?: string;\n /**\n * Principal object ID for the user who initiated the resource operation that triggered the\n * policy event.\n */\n principalOid?: string;\n /**\n * Components events records populated only when URL contains $expand=components clause.\n */\n components?: ComponentEventDetails[];\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * Evaluation details of policy language expressions.\n */\nexport interface ExpressionEvaluationDetails {\n /**\n * Evaluation result.\n */\n result?: string;\n /**\n * Expression evaluated.\n */\n expression?: string;\n /**\n * Property path if the expression is a field or an alias.\n */\n path?: string;\n /**\n * Value of the expression.\n */\n expressionValue?: any;\n /**\n * Target value to be compared with the expression value.\n */\n targetValue?: any;\n /**\n * Operator to compare the expression value and the target value.\n */\n operator?: string;\n}\n\n/**\n * Evaluation details of IfNotExists effect.\n */\nexport interface IfNotExistsEvaluationDetails {\n /**\n * ID of the last evaluated resource for IfNotExists effect.\n */\n resourceId?: string;\n /**\n * Total number of resources to which the existence condition is applicable.\n */\n totalResources?: number;\n}\n\n/**\n * Policy evaluation details.\n */\nexport interface PolicyEvaluationDetails {\n /**\n * Details of the evaluated expressions.\n */\n evaluatedExpressions?: ExpressionEvaluationDetails[];\n /**\n * Evaluation details of IfNotExists effect.\n */\n ifNotExistsDetails?: IfNotExistsEvaluationDetails;\n}\n\n/**\n * Component state details.\n */\nexport interface ComponentStateDetails {\n /**\n * Component Id.\n */\n id?: string;\n /**\n * Component type.\n */\n type?: string;\n /**\n * Component name.\n */\n name?: string;\n /**\n * Component compliance evaluation timestamp.\n */\n timestamp?: Date;\n /**\n * Component compliance state.\n */\n complianceState?: string;\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * Policy state record.\n */\nexport interface PolicyState {\n /**\n * OData entity ID; always set to null since policy state records do not have an entity ID.\n */\n odataid?: string;\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n */\n odatacontext?: string;\n /**\n * Timestamp for the policy state record.\n */\n timestamp?: Date;\n /**\n * Resource ID.\n */\n resourceId?: string;\n /**\n * Policy assignment ID.\n */\n policyAssignmentId?: string;\n /**\n * Policy definition ID.\n */\n policyDefinitionId?: string;\n /**\n * Effective parameters for the policy assignment.\n */\n effectiveParameters?: string;\n /**\n * Flag which states whether the resource is compliant against the policy assignment it was\n * evaluated against. This property is deprecated; please use ComplianceState instead.\n */\n isCompliant?: boolean;\n /**\n * Subscription ID.\n */\n subscriptionId?: string;\n /**\n * Resource type.\n */\n resourceType?: string;\n /**\n * Resource location.\n */\n resourceLocation?: string;\n /**\n * Resource group name.\n */\n resourceGroup?: string;\n /**\n * List of resource tags.\n */\n resourceTags?: string;\n /**\n * Policy assignment name.\n */\n policyAssignmentName?: string;\n /**\n * Policy assignment owner.\n */\n policyAssignmentOwner?: string;\n /**\n * Policy assignment parameters.\n */\n policyAssignmentParameters?: string;\n /**\n * Policy assignment scope.\n */\n policyAssignmentScope?: string;\n /**\n * Policy definition name.\n */\n policyDefinitionName?: string;\n /**\n * Policy definition action, i.e. effect.\n */\n policyDefinitionAction?: string;\n /**\n * Policy definition category.\n */\n policyDefinitionCategory?: string;\n /**\n * Policy set definition ID, if the policy assignment is for a policy set.\n */\n policySetDefinitionId?: string;\n /**\n * Policy set definition name, if the policy assignment is for a policy set.\n */\n policySetDefinitionName?: string;\n /**\n * Policy set definition owner, if the policy assignment is for a policy set.\n */\n policySetDefinitionOwner?: string;\n /**\n * Policy set definition category, if the policy assignment is for a policy set.\n */\n policySetDefinitionCategory?: string;\n /**\n * Policy set definition parameters, if the policy assignment is for a policy set.\n */\n policySetDefinitionParameters?: string;\n /**\n * Comma separated list of management group IDs, which represent the hierarchy of the management\n * groups the resource is under.\n */\n managementGroupIds?: string;\n /**\n * Reference ID for the policy definition inside the policy set, if the policy assignment is for\n * a policy set.\n */\n policyDefinitionReferenceId?: string;\n /**\n * Compliance state of the resource.\n */\n complianceState?: string;\n /**\n * Policy evaluation details.\n */\n policyEvaluationDetails?: PolicyEvaluationDetails;\n /**\n * Policy definition group names.\n */\n policyDefinitionGroupNames?: string[];\n /**\n * Components state compliance records populated only when URL contains $expand=components\n * clause.\n */\n components?: ComponentStateDetails[];\n /**\n * Evaluated policy definition version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyDefinitionVersion?: string;\n /**\n * Evaluated policy set definition version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policySetDefinitionVersion?: string;\n /**\n * Evaluated policy assignment version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policyAssignmentVersion?: string;\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * The compliance state rollup.\n */\nexport interface ComplianceDetail {\n /**\n * The compliance state.\n */\n complianceState?: string;\n /**\n * Summarized count value for this compliance state.\n */\n count?: number;\n}\n\n/**\n * Compliance summary on a particular summary level.\n */\nexport interface SummaryResults {\n /**\n * HTTP POST URI for queryResults action on Microsoft.PolicyInsights to retrieve raw results for\n * the compliance summary. This property will not be available by default in future API versions,\n * but could be queried explicitly.\n */\n queryResultsUri?: string;\n /**\n * Number of non-compliant resources.\n */\n nonCompliantResources?: number;\n /**\n * Number of non-compliant policies.\n */\n nonCompliantPolicies?: number;\n /**\n * The resources summary at this level.\n */\n resourceDetails?: ComplianceDetail[];\n /**\n * The policy artifact summary at this level. For query scope level, it represents policy\n * assignment summary. For policy assignment level, it represents policy definitions summary.\n */\n policyDetails?: ComplianceDetail[];\n /**\n * The policy definition group summary at this level.\n */\n policyGroupDetails?: ComplianceDetail[];\n}\n\n/**\n * Policy definition summary.\n */\nexport interface PolicyDefinitionSummary {\n /**\n * Policy definition ID.\n */\n policyDefinitionId?: string;\n /**\n * Policy definition reference ID.\n */\n policyDefinitionReferenceId?: string;\n /**\n * Policy definition group names.\n */\n policyDefinitionGroupNames?: string[];\n /**\n * Policy effect, i.e. policy definition action.\n */\n effect?: string;\n /**\n * Compliance summary for the policy definition.\n */\n results?: SummaryResults;\n}\n\n/**\n * Policy definition group summary.\n */\nexport interface PolicyGroupSummary {\n /**\n * Policy group name.\n */\n policyGroupName?: string;\n /**\n * Compliance summary for the policy definition group.\n */\n results?: SummaryResults;\n}\n\n/**\n * Policy assignment summary.\n */\nexport interface PolicyAssignmentSummary {\n /**\n * Policy assignment ID.\n */\n policyAssignmentId?: string;\n /**\n * Policy set definition ID, if the policy assignment is for a policy set.\n */\n policySetDefinitionId?: string;\n /**\n * Compliance summary for the policy assignment.\n */\n results?: SummaryResults;\n /**\n * Policy definitions summary.\n */\n policyDefinitions?: PolicyDefinitionSummary[];\n /**\n * Policy definition group summary.\n */\n policyGroups?: PolicyGroupSummary[];\n}\n\n/**\n * Summary results.\n */\nexport interface Summary {\n /**\n * OData entity ID; always set to null since summaries do not have an entity ID.\n */\n odataid?: string;\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n */\n odatacontext?: string;\n /**\n * Compliance summary for all policy assignments.\n */\n results?: SummaryResults;\n /**\n * Policy assignments summary.\n */\n policyAssignments?: PolicyAssignmentSummary[];\n}\n\n/**\n * Summarize action results.\n */\nexport interface SummarizeResults {\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n */\n odatacontext?: string;\n /**\n * OData entity count; represents the number of summaries returned; always set to 1.\n */\n odatacount?: number;\n /**\n * Summarize action results.\n */\n value?: Summary[];\n}\n\n/**\n * Display metadata associated with the operation.\n */\nexport interface OperationDisplay {\n /**\n * Resource provider name.\n */\n provider?: string;\n /**\n * Resource name on which the operation is performed.\n */\n resource?: string;\n /**\n * Operation name.\n */\n operation?: string;\n /**\n * Operation description.\n */\n description?: string;\n}\n\n/**\n * Operation definition.\n */\nexport interface Operation {\n /**\n * Operation name.\n */\n name?: string;\n /**\n * Display metadata associated with the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * List of available operations.\n */\nexport interface OperationsListResults {\n /**\n * OData entity count; represents the number of operations returned.\n */\n odatacount?: number;\n /**\n * List of available operations.\n */\n value?: Operation[];\n}\n\n/**\n * Policy metadata resource definition.\n */\nexport interface PolicyMetadata {\n /**\n * The policy metadata identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metadataId?: string;\n /**\n * The category of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly category?: string;\n /**\n * The title of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly title?: string;\n /**\n * The owner of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly owner?: string;\n /**\n * Url for getting additional content about the resource metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalContentUrl?: string;\n /**\n * Additional metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metadata?: any;\n /**\n * The description of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The requirements of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requirements?: string;\n /**\n * The ID of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The type of the policy metadata.\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 policy metadata.\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 * Slim version of policy metadata resource definition, excluding properties with large strings\n */\nexport interface SlimPolicyMetadata {\n /**\n * The policy metadata identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metadataId?: string;\n /**\n * The category of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly category?: string;\n /**\n * The title of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly title?: string;\n /**\n * The owner of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly owner?: string;\n /**\n * Url for getting additional content about the resource metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalContentUrl?: string;\n /**\n * Additional metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly metadata?: any;\n /**\n * The ID of the policy metadata.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The type of the policy metadata.\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 policy metadata.\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 * Additional parameters for a set of operations.\n */\nexport interface QueryOptions {\n /**\n * Maximum number of records to return.\n */\n top?: number;\n /**\n * OData filter expression.\n */\n filter?: string;\n /**\n * Ordering expression using OData notation. One or more comma-separated column names with an\n * optional \"desc\" (the default) or \"asc\", e.g. \"$orderby=PolicyAssignmentId, ResourceId asc\".\n */\n orderBy?: string;\n /**\n * Select expression using OData notation. Limits the columns on each record to just those\n * requested, e.g. \"$select=PolicyAssignmentId, ResourceId\".\n */\n select?: string;\n /**\n * ISO 8601 formatted timestamp specifying the start time of the interval to query. When not\n * specified, the service uses ($to - 1-day).\n */\n from?: Date;\n /**\n * ISO 8601 formatted timestamp specifying the end time of the interval to query. When not\n * specified, the service uses request time.\n */\n to?: Date;\n /**\n * OData apply expression for aggregations.\n */\n apply?: string;\n /**\n * Skiptoken is only provided if a previous response returned a partial result as a part of\n * nextLink element.\n */\n skipToken?: string;\n /**\n * The $expand query parameter. For example, to expand components use $expand=components\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyTrackedResourcesListQueryResultsForManagementGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyTrackedResourcesListQueryResultsForSubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyTrackedResourcesListQueryResultsForResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyTrackedResourcesListQueryResultsForResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListDeploymentsAtManagementGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListForManagementGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListDeploymentsAtSubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListForSubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListDeploymentsAtResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListForResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListDeploymentsAtResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface RemediationsListForResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForManagementGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForSubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForManagementGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForManagementGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForSubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForSubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForPolicySetDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForPolicySetDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForPolicyDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForPolicyDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PolicyMetadataListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Additional parameters for the operation\n */\n queryOptions?: QueryOptions;\n}\n\n/**\n * An interface representing PolicyInsightsClientOptions.\n */\nexport interface PolicyInsightsClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Query results.\n * @extends Array<PolicyTrackedResource>\n */\nexport interface PolicyTrackedResourcesQueryResults extends Array<PolicyTrackedResource> {\n /**\n * The URL to get the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * List of deployments for a remediation.\n * @extends Array<RemediationDeployment>\n */\nexport interface RemediationDeploymentsListResult extends Array<RemediationDeployment> {\n /**\n * The URL to get the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * List of remediations.\n * @extends Array<Remediation>\n */\nexport interface RemediationListResult extends Array<Remediation> {\n /**\n * The URL to get the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Query results.\n * @extends Array<PolicyEvent>\n */\nexport interface PolicyEventsQueryResults extends Array<PolicyEvent> {\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n */\n odatacontext?: string;\n /**\n * OData entity count; represents the number of policy event records returned.\n */\n odatacount?: number;\n /**\n * Odata next link; URL to get the next set of results.\n */\n odatanextLink?: string;\n}\n\n/**\n * @interface\n * Query results.\n * @extends Array<PolicyState>\n */\nexport interface PolicyStatesQueryResults extends Array<PolicyState> {\n /**\n * OData context string; used by OData clients to resolve type information based on metadata.\n */\n odatacontext?: string;\n /**\n * OData entity count; represents the number of policy state records returned.\n */\n odatacount?: number;\n /**\n * Odata next link; URL to get the next set of results.\n */\n odatanextLink?: string;\n}\n\n/**\n * @interface\n * Collection of policy metadata resources.\n * @extends Array<SlimPolicyMetadata>\n */\nexport interface PolicyMetadataCollection extends Array<SlimPolicyMetadata> {\n /**\n * The URL to get the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ResourceDiscoveryMode.\n * Possible values include: 'ExistingNonCompliant', 'ReEvaluateCompliance'\n * @readonly\n * @enum {string}\n */\nexport type ResourceDiscoveryMode = 'ExistingNonCompliant' | 'ReEvaluateCompliance';\n\n/**\n * Defines values for PolicyStatesResource.\n * Possible values include: 'default', 'latest'\n * @readonly\n * @enum {string}\n */\nexport type PolicyStatesResource = 'default' | 'latest';\n\n/**\n * Contains response data for the listQueryResultsForManagementGroup operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForManagementGroupResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscription operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForSubscriptionResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroup operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForResourceGroupResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResource operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForResourceResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForManagementGroupNext operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionNext operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupNext operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceNext operation.\n */\nexport type PolicyTrackedResourcesListQueryResultsForResourceNextResponse = PolicyTrackedResourcesQueryResults & {\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: PolicyTrackedResourcesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtManagementGroup operation.\n */\nexport type RemediationsListDeploymentsAtManagementGroupResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the cancelAtManagementGroup operation.\n */\nexport type RemediationsCancelAtManagementGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listForManagementGroup operation.\n */\nexport type RemediationsListForManagementGroupResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtManagementGroup operation.\n */\nexport type RemediationsCreateOrUpdateAtManagementGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the getAtManagementGroup operation.\n */\nexport type RemediationsGetAtManagementGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the deleteAtManagementGroup operation.\n */\nexport type RemediationsDeleteAtManagementGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtSubscription operation.\n */\nexport type RemediationsListDeploymentsAtSubscriptionResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the cancelAtSubscription operation.\n */\nexport type RemediationsCancelAtSubscriptionResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listForSubscription operation.\n */\nexport type RemediationsListForSubscriptionResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtSubscription operation.\n */\nexport type RemediationsCreateOrUpdateAtSubscriptionResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the getAtSubscription operation.\n */\nexport type RemediationsGetAtSubscriptionResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the deleteAtSubscription operation.\n */\nexport type RemediationsDeleteAtSubscriptionResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtResourceGroup operation.\n */\nexport type RemediationsListDeploymentsAtResourceGroupResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the cancelAtResourceGroup operation.\n */\nexport type RemediationsCancelAtResourceGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listForResourceGroup operation.\n */\nexport type RemediationsListForResourceGroupResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtResourceGroup operation.\n */\nexport type RemediationsCreateOrUpdateAtResourceGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the getAtResourceGroup operation.\n */\nexport type RemediationsGetAtResourceGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the deleteAtResourceGroup operation.\n */\nexport type RemediationsDeleteAtResourceGroupResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtResource operation.\n */\nexport type RemediationsListDeploymentsAtResourceResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the cancelAtResource operation.\n */\nexport type RemediationsCancelAtResourceResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listForResource operation.\n */\nexport type RemediationsListForResourceResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdateAtResource operation.\n */\nexport type RemediationsCreateOrUpdateAtResourceResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the getAtResource operation.\n */\nexport type RemediationsGetAtResourceResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the deleteAtResource operation.\n */\nexport type RemediationsDeleteAtResourceResponse = Remediation & {\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: Remediation;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtManagementGroupNext operation.\n */\nexport type RemediationsListDeploymentsAtManagementGroupNextResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the listForManagementGroupNext operation.\n */\nexport type RemediationsListForManagementGroupNextResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtSubscriptionNext operation.\n */\nexport type RemediationsListDeploymentsAtSubscriptionNextResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the listForSubscriptionNext operation.\n */\nexport type RemediationsListForSubscriptionNextResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtResourceGroupNext operation.\n */\nexport type RemediationsListDeploymentsAtResourceGroupNextResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the listForResourceGroupNext operation.\n */\nexport type RemediationsListForResourceGroupNextResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the listDeploymentsAtResourceNext operation.\n */\nexport type RemediationsListDeploymentsAtResourceNextResponse = RemediationDeploymentsListResult & {\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: RemediationDeploymentsListResult;\n };\n};\n\n/**\n * Contains response data for the listForResourceNext operation.\n */\nexport type RemediationsListForResourceNextResponse = RemediationListResult & {\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: RemediationListResult;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForManagementGroup operation.\n */\nexport type PolicyEventsListQueryResultsForManagementGroupResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscription operation.\n */\nexport type PolicyEventsListQueryResultsForSubscriptionResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroup operation.\n */\nexport type PolicyEventsListQueryResultsForResourceGroupResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResource operation.\n */\nexport type PolicyEventsListQueryResultsForResourceResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicySetDefinition operation.\n */\nexport type PolicyEventsListQueryResultsForPolicySetDefinitionResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicyDefinition operation.\n */\nexport type PolicyEventsListQueryResultsForPolicyDefinitionResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation.\n */\nexport type PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation.\n */\nexport type PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForManagementGroupNext operation.\n */\nexport type PolicyEventsListQueryResultsForManagementGroupNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionNext operation.\n */\nexport type PolicyEventsListQueryResultsForSubscriptionNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupNext operation.\n */\nexport type PolicyEventsListQueryResultsForResourceGroupNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceNext operation.\n */\nexport type PolicyEventsListQueryResultsForResourceNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicySetDefinitionNext operation.\n */\nexport type PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicyDefinitionNext operation.\n */\nexport type PolicyEventsListQueryResultsForPolicyDefinitionNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignmentNext\n * operation.\n */\nexport type PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignmentNext\n * operation.\n */\nexport type PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse = PolicyEventsQueryResults & {\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: PolicyEventsQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForManagementGroup operation.\n */\nexport type PolicyStatesListQueryResultsForManagementGroupResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForManagementGroup operation.\n */\nexport type PolicyStatesSummarizeForManagementGroupResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscription operation.\n */\nexport type PolicyStatesListQueryResultsForSubscriptionResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForSubscription operation.\n */\nexport type PolicyStatesSummarizeForSubscriptionResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroup operation.\n */\nexport type PolicyStatesListQueryResultsForResourceGroupResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForResourceGroup operation.\n */\nexport type PolicyStatesSummarizeForResourceGroupResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResource operation.\n */\nexport type PolicyStatesListQueryResultsForResourceResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForResource operation.\n */\nexport type PolicyStatesSummarizeForResourceResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicySetDefinition operation.\n */\nexport type PolicyStatesListQueryResultsForPolicySetDefinitionResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForPolicySetDefinition operation.\n */\nexport type PolicyStatesSummarizeForPolicySetDefinitionResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicyDefinition operation.\n */\nexport type PolicyStatesListQueryResultsForPolicyDefinitionResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForPolicyDefinition operation.\n */\nexport type PolicyStatesSummarizeForPolicyDefinitionResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation.\n */\nexport type PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForSubscriptionLevelPolicyAssignment operation.\n */\nexport type PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation.\n */\nexport type PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the summarizeForResourceGroupLevelPolicyAssignment operation.\n */\nexport type PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse = SummarizeResults & {\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: SummarizeResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForManagementGroupNext operation.\n */\nexport type PolicyStatesListQueryResultsForManagementGroupNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionNext operation.\n */\nexport type PolicyStatesListQueryResultsForSubscriptionNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupNext operation.\n */\nexport type PolicyStatesListQueryResultsForResourceGroupNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceNext operation.\n */\nexport type PolicyStatesListQueryResultsForResourceNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicySetDefinitionNext operation.\n */\nexport type PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForPolicyDefinitionNext operation.\n */\nexport type PolicyStatesListQueryResultsForPolicyDefinitionNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignmentNext\n * operation.\n */\nexport type PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignmentNext\n * operation.\n */\nexport type PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse = PolicyStatesQueryResults & {\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: PolicyStatesQueryResults;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationsListResults & {\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: OperationsListResults;\n };\n};\n\n/**\n * Contains response data for the getResource operation.\n */\nexport type PolicyMetadataGetResourceResponse = PolicyMetadata & {\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: PolicyMetadata;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PolicyMetadataListResponse = PolicyMetadataCollection & {\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: PolicyMetadataCollection;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type PolicyMetadataListNextResponse = PolicyMetadataCollection & {\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: PolicyMetadataCollection;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const PolicyDetails: msRest.CompositeMapper = {\n serializedName: \"PolicyDetails\",\n type: {\n name: \"Composite\",\n className: \"PolicyDetails\",\n modelProperties: {\n policyDefinitionId: {\n readOnly: true,\n serializedName: \"policyDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentId: {\n readOnly: true,\n serializedName: \"policyAssignmentId\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentDisplayName: {\n readOnly: true,\n serializedName: \"policyAssignmentDisplayName\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentScope: {\n readOnly: true,\n serializedName: \"policyAssignmentScope\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionId: {\n readOnly: true,\n serializedName: \"policySetDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionReferenceId: {\n readOnly: true,\n serializedName: \"policyDefinitionReferenceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResourceModificationDetails: msRest.CompositeMapper = {\n serializedName: \"TrackedResourceModificationDetails\",\n type: {\n name: \"Composite\",\n className: \"TrackedResourceModificationDetails\",\n modelProperties: {\n policyDetails: {\n readOnly: true,\n serializedName: \"policyDetails\",\n type: {\n name: \"Composite\",\n className: \"PolicyDetails\"\n }\n },\n deploymentId: {\n readOnly: true,\n serializedName: \"deploymentId\",\n type: {\n name: \"String\"\n }\n },\n deploymentTime: {\n readOnly: true,\n serializedName: \"deploymentTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const PolicyTrackedResource: msRest.CompositeMapper = {\n serializedName: \"PolicyTrackedResource\",\n type: {\n name: \"Composite\",\n className: \"PolicyTrackedResource\",\n modelProperties: {\n trackedResourceId: {\n readOnly: true,\n serializedName: \"trackedResourceId\",\n type: {\n name: \"String\"\n }\n },\n policyDetails: {\n readOnly: true,\n serializedName: \"policyDetails\",\n type: {\n name: \"Composite\",\n className: \"PolicyDetails\"\n }\n },\n createdBy: {\n readOnly: true,\n serializedName: \"createdBy\",\n type: {\n name: \"Composite\",\n className: \"TrackedResourceModificationDetails\"\n }\n },\n lastModifiedBy: {\n readOnly: true,\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"Composite\",\n className: \"TrackedResourceModificationDetails\"\n }\n },\n lastUpdateUtc: {\n readOnly: true,\n serializedName: \"lastUpdateUtc\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const QueryFailureError: msRest.CompositeMapper = {\n serializedName: \"QueryFailure_error\",\n type: {\n name: \"Composite\",\n className: \"QueryFailureError\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryFailure: msRest.CompositeMapper = {\n serializedName: \"QueryFailure\",\n type: {\n name: \"Composite\",\n className: \"QueryFailure\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"QueryFailureError\"\n }\n }\n }\n }\n};\n\nexport const RemediationFilters: msRest.CompositeMapper = {\n serializedName: \"RemediationFilters\",\n type: {\n name: \"Composite\",\n className: \"RemediationFilters\",\n modelProperties: {\n locations: {\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RemediationDeploymentSummary: msRest.CompositeMapper = {\n serializedName: \"RemediationDeploymentSummary\",\n type: {\n name: \"Composite\",\n className: \"RemediationDeploymentSummary\",\n modelProperties: {\n totalDeployments: {\n readOnly: true,\n serializedName: \"totalDeployments\",\n type: {\n name: \"Number\"\n }\n },\n successfulDeployments: {\n readOnly: true,\n serializedName: \"successfulDeployments\",\n type: {\n name: \"Number\"\n }\n },\n failedDeployments: {\n readOnly: true,\n serializedName: \"failedDeployments\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Remediation: msRest.CompositeMapper = {\n serializedName: \"Remediation\",\n type: {\n name: \"Composite\",\n className: \"Remediation\",\n modelProperties: {\n policyAssignmentId: {\n serializedName: \"properties.policyAssignmentId\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionReferenceId: {\n serializedName: \"properties.policyDefinitionReferenceId\",\n type: {\n name: \"String\"\n }\n },\n resourceDiscoveryMode: {\n serializedName: \"properties.resourceDiscoveryMode\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n readOnly: true,\n serializedName: \"properties.createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n lastUpdatedOn: {\n readOnly: true,\n serializedName: \"properties.lastUpdatedOn\",\n type: {\n name: \"DateTime\"\n }\n },\n filters: {\n serializedName: \"properties.filters\",\n type: {\n name: \"Composite\",\n className: \"RemediationFilters\"\n }\n },\n deploymentStatus: {\n readOnly: true,\n serializedName: \"properties.deploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"RemediationDeploymentSummary\"\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 TypedErrorInfo: msRest.CompositeMapper = {\n serializedName: \"TypedErrorInfo\",\n type: {\n name: \"Composite\",\n className: \"TypedErrorInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n info: {\n readOnly: true,\n serializedName: \"info\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinition: msRest.CompositeMapper = {\n serializedName: \"ErrorDefinition\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n },\n additionalInfo: {\n readOnly: true,\n serializedName: \"additionalInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TypedErrorInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RemediationDeployment: msRest.CompositeMapper = {\n serializedName: \"RemediationDeployment\",\n type: {\n name: \"Composite\",\n className: \"RemediationDeployment\",\n modelProperties: {\n remediatedResourceId: {\n readOnly: true,\n serializedName: \"remediatedResourceId\",\n type: {\n name: \"String\"\n }\n },\n deploymentId: {\n readOnly: true,\n serializedName: \"deploymentId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n resourceLocation: {\n readOnly: true,\n serializedName: \"resourceLocation\",\n type: {\n name: \"String\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n },\n createdOn: {\n readOnly: true,\n serializedName: \"createdOn\",\n type: {\n name: \"DateTime\"\n }\n },\n lastUpdatedOn: {\n readOnly: true,\n serializedName: \"lastUpdatedOn\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n};\n\nexport const ComponentEventDetails: msRest.CompositeMapper = {\n serializedName: \"ComponentEventDetails\",\n type: {\n name: \"Composite\",\n className: \"ComponentEventDetails\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalOid: {\n serializedName: \"principalOid\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionAction: {\n serializedName: \"policyDefinitionAction\",\n type: {\n name: \"String\"\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const PolicyEvent: msRest.CompositeMapper = {\n serializedName: \"PolicyEvent\",\n type: {\n name: \"Composite\",\n className: \"PolicyEvent\",\n modelProperties: {\n odataid: {\n serializedName: \"@odata\\\\.id\",\n type: {\n name: \"String\"\n }\n },\n odatacontext: {\n serializedName: \"@odata\\\\.context\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentId: {\n serializedName: \"policyAssignmentId\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionId: {\n serializedName: \"policyDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n effectiveParameters: {\n serializedName: \"effectiveParameters\",\n type: {\n name: \"String\"\n }\n },\n isCompliant: {\n serializedName: \"isCompliant\",\n type: {\n name: \"Boolean\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n resourceLocation: {\n serializedName: \"resourceLocation\",\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\"\n }\n },\n resourceTags: {\n serializedName: \"resourceTags\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentName: {\n serializedName: \"policyAssignmentName\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentOwner: {\n serializedName: \"policyAssignmentOwner\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentParameters: {\n serializedName: \"policyAssignmentParameters\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentScope: {\n serializedName: \"policyAssignmentScope\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionName: {\n serializedName: \"policyDefinitionName\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionAction: {\n serializedName: \"policyDefinitionAction\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionCategory: {\n serializedName: \"policyDefinitionCategory\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionId: {\n serializedName: \"policySetDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionName: {\n serializedName: \"policySetDefinitionName\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionOwner: {\n serializedName: \"policySetDefinitionOwner\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionCategory: {\n serializedName: \"policySetDefinitionCategory\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionParameters: {\n serializedName: \"policySetDefinitionParameters\",\n type: {\n name: \"String\"\n }\n },\n managementGroupIds: {\n serializedName: \"managementGroupIds\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionReferenceId: {\n serializedName: \"policyDefinitionReferenceId\",\n type: {\n name: \"String\"\n }\n },\n complianceState: {\n serializedName: \"complianceState\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalOid: {\n serializedName: \"principalOid\",\n type: {\n name: \"String\"\n }\n },\n components: {\n serializedName: \"components\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentEventDetails\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const ExpressionEvaluationDetails: msRest.CompositeMapper = {\n serializedName: \"ExpressionEvaluationDetails\",\n type: {\n name: \"Composite\",\n className: \"ExpressionEvaluationDetails\",\n modelProperties: {\n result: {\n serializedName: \"result\",\n type: {\n name: \"String\"\n }\n },\n expression: {\n serializedName: \"expression\",\n type: {\n name: \"String\"\n }\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n },\n expressionValue: {\n serializedName: \"expressionValue\",\n type: {\n name: \"Object\"\n }\n },\n targetValue: {\n serializedName: \"targetValue\",\n type: {\n name: \"Object\"\n }\n },\n operator: {\n serializedName: \"operator\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IfNotExistsEvaluationDetails: msRest.CompositeMapper = {\n serializedName: \"IfNotExistsEvaluationDetails\",\n type: {\n name: \"Composite\",\n className: \"IfNotExistsEvaluationDetails\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n totalResources: {\n serializedName: \"totalResources\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PolicyEvaluationDetails: msRest.CompositeMapper = {\n serializedName: \"PolicyEvaluationDetails\",\n type: {\n name: \"Composite\",\n className: \"PolicyEvaluationDetails\",\n modelProperties: {\n evaluatedExpressions: {\n serializedName: \"evaluatedExpressions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExpressionEvaluationDetails\"\n }\n }\n }\n },\n ifNotExistsDetails: {\n serializedName: \"ifNotExistsDetails\",\n type: {\n name: \"Composite\",\n className: \"IfNotExistsEvaluationDetails\"\n }\n }\n }\n }\n};\n\nexport const ComponentStateDetails: msRest.CompositeMapper = {\n serializedName: \"ComponentStateDetails\",\n type: {\n name: \"Composite\",\n className: \"ComponentStateDetails\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n complianceState: {\n serializedName: \"complianceState\",\n type: {\n name: \"String\"\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const PolicyState: msRest.CompositeMapper = {\n serializedName: \"PolicyState\",\n type: {\n name: \"Composite\",\n className: \"PolicyState\",\n modelProperties: {\n odataid: {\n serializedName: \"@odata\\\\.id\",\n type: {\n name: \"String\"\n }\n },\n odatacontext: {\n serializedName: \"@odata\\\\.context\",\n type: {\n name: \"String\"\n }\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentId: {\n serializedName: \"policyAssignmentId\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionId: {\n serializedName: \"policyDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n effectiveParameters: {\n serializedName: \"effectiveParameters\",\n type: {\n name: \"String\"\n }\n },\n isCompliant: {\n serializedName: \"isCompliant\",\n type: {\n name: \"Boolean\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n resourceLocation: {\n serializedName: \"resourceLocation\",\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\"\n }\n },\n resourceTags: {\n serializedName: \"resourceTags\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentName: {\n serializedName: \"policyAssignmentName\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentOwner: {\n serializedName: \"policyAssignmentOwner\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentParameters: {\n serializedName: \"policyAssignmentParameters\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentScope: {\n serializedName: \"policyAssignmentScope\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionName: {\n serializedName: \"policyDefinitionName\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionAction: {\n serializedName: \"policyDefinitionAction\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionCategory: {\n serializedName: \"policyDefinitionCategory\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionId: {\n serializedName: \"policySetDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionName: {\n serializedName: \"policySetDefinitionName\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionOwner: {\n serializedName: \"policySetDefinitionOwner\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionCategory: {\n serializedName: \"policySetDefinitionCategory\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionParameters: {\n serializedName: \"policySetDefinitionParameters\",\n type: {\n name: \"String\"\n }\n },\n managementGroupIds: {\n serializedName: \"managementGroupIds\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionReferenceId: {\n serializedName: \"policyDefinitionReferenceId\",\n type: {\n name: \"String\"\n }\n },\n complianceState: {\n serializedName: \"complianceState\",\n type: {\n name: \"String\"\n }\n },\n policyEvaluationDetails: {\n serializedName: \"policyEvaluationDetails\",\n type: {\n name: \"Composite\",\n className: \"PolicyEvaluationDetails\"\n }\n },\n policyDefinitionGroupNames: {\n serializedName: \"policyDefinitionGroupNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n components: {\n serializedName: \"components\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComponentStateDetails\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n },\n policyDefinitionVersion: {\n readOnly: true,\n serializedName: \"policyDefinitionVersion\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionVersion: {\n readOnly: true,\n serializedName: \"policySetDefinitionVersion\",\n type: {\n name: \"String\"\n }\n },\n policyAssignmentVersion: {\n readOnly: true,\n serializedName: \"policyAssignmentVersion\",\n type: {\n name: \"String\"\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const ComplianceDetail: msRest.CompositeMapper = {\n serializedName: \"ComplianceDetail\",\n type: {\n name: \"Composite\",\n className: \"ComplianceDetail\",\n modelProperties: {\n complianceState: {\n serializedName: \"complianceState\",\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SummaryResults: msRest.CompositeMapper = {\n serializedName: \"SummaryResults\",\n type: {\n name: \"Composite\",\n className: \"SummaryResults\",\n modelProperties: {\n queryResultsUri: {\n serializedName: \"queryResultsUri\",\n type: {\n name: \"String\"\n }\n },\n nonCompliantResources: {\n serializedName: \"nonCompliantResources\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n nonCompliantPolicies: {\n serializedName: \"nonCompliantPolicies\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n resourceDetails: {\n serializedName: \"resourceDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComplianceDetail\"\n }\n }\n }\n },\n policyDetails: {\n serializedName: \"policyDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComplianceDetail\"\n }\n }\n }\n },\n policyGroupDetails: {\n serializedName: \"policyGroupDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComplianceDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyDefinitionSummary: msRest.CompositeMapper = {\n serializedName: \"PolicyDefinitionSummary\",\n type: {\n name: \"Composite\",\n className: \"PolicyDefinitionSummary\",\n modelProperties: {\n policyDefinitionId: {\n serializedName: \"policyDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionReferenceId: {\n serializedName: \"policyDefinitionReferenceId\",\n type: {\n name: \"String\"\n }\n },\n policyDefinitionGroupNames: {\n serializedName: \"policyDefinitionGroupNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n effect: {\n serializedName: \"effect\",\n type: {\n name: \"String\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"Composite\",\n className: \"SummaryResults\"\n }\n }\n }\n }\n};\n\nexport const PolicyGroupSummary: msRest.CompositeMapper = {\n serializedName: \"PolicyGroupSummary\",\n type: {\n name: \"Composite\",\n className: \"PolicyGroupSummary\",\n modelProperties: {\n policyGroupName: {\n serializedName: \"policyGroupName\",\n type: {\n name: \"String\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"Composite\",\n className: \"SummaryResults\"\n }\n }\n }\n }\n};\n\nexport const PolicyAssignmentSummary: msRest.CompositeMapper = {\n serializedName: \"PolicyAssignmentSummary\",\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentSummary\",\n modelProperties: {\n policyAssignmentId: {\n serializedName: \"policyAssignmentId\",\n type: {\n name: \"String\"\n }\n },\n policySetDefinitionId: {\n serializedName: \"policySetDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"Composite\",\n className: \"SummaryResults\"\n }\n },\n policyDefinitions: {\n serializedName: \"policyDefinitions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyDefinitionSummary\"\n }\n }\n }\n },\n policyGroups: {\n serializedName: \"policyGroups\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyGroupSummary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Summary: msRest.CompositeMapper = {\n serializedName: \"Summary\",\n type: {\n name: \"Composite\",\n className: \"Summary\",\n modelProperties: {\n odataid: {\n serializedName: \"@odata\\\\.id\",\n type: {\n name: \"String\"\n }\n },\n odatacontext: {\n serializedName: \"@odata\\\\.context\",\n type: {\n name: \"String\"\n }\n },\n results: {\n serializedName: \"results\",\n type: {\n name: \"Composite\",\n className: \"SummaryResults\"\n }\n },\n policyAssignments: {\n serializedName: \"policyAssignments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyAssignmentSummary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SummarizeResults: msRest.CompositeMapper = {\n serializedName: \"SummarizeResults\",\n type: {\n name: \"Composite\",\n className: \"SummarizeResults\",\n modelProperties: {\n odatacontext: {\n serializedName: \"@odata\\\\.context\",\n type: {\n name: \"String\"\n }\n },\n odatacount: {\n serializedName: \"@odata\\\\.count\",\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Summary\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const 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 description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationsListResults: msRest.CompositeMapper = {\n serializedName: \"OperationsListResults\",\n type: {\n name: \"Composite\",\n className: \"OperationsListResults\",\n modelProperties: {\n odatacount: {\n serializedName: \"@odata\\\\.count\",\n constraints: {\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyMetadata: msRest.CompositeMapper = {\n serializedName: \"PolicyMetadata\",\n type: {\n name: \"Composite\",\n className: \"PolicyMetadata\",\n modelProperties: {\n metadataId: {\n readOnly: true,\n serializedName: \"properties.metadataId\",\n type: {\n name: \"String\"\n }\n },\n category: {\n readOnly: true,\n serializedName: \"properties.category\",\n type: {\n name: \"String\"\n }\n },\n title: {\n readOnly: true,\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n owner: {\n readOnly: true,\n serializedName: \"properties.owner\",\n type: {\n name: \"String\"\n }\n },\n additionalContentUrl: {\n readOnly: true,\n serializedName: \"properties.additionalContentUrl\",\n type: {\n name: \"String\"\n }\n },\n metadata: {\n readOnly: true,\n serializedName: \"properties.metadata\",\n type: {\n name: \"Object\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n requirements: {\n readOnly: true,\n serializedName: \"properties.requirements\",\n type: {\n name: \"String\"\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 SlimPolicyMetadata: msRest.CompositeMapper = {\n serializedName: \"SlimPolicyMetadata\",\n type: {\n name: \"Composite\",\n className: \"SlimPolicyMetadata\",\n modelProperties: {\n metadataId: {\n readOnly: true,\n serializedName: \"properties.metadataId\",\n type: {\n name: \"String\"\n }\n },\n category: {\n readOnly: true,\n serializedName: \"properties.category\",\n type: {\n name: \"String\"\n }\n },\n title: {\n readOnly: true,\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n owner: {\n readOnly: true,\n serializedName: \"properties.owner\",\n type: {\n name: \"String\"\n }\n },\n additionalContentUrl: {\n readOnly: true,\n serializedName: \"properties.additionalContentUrl\",\n type: {\n name: \"String\"\n }\n },\n metadata: {\n readOnly: true,\n serializedName: \"properties.metadata\",\n type: {\n name: \"Object\"\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 QueryOptions: msRest.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryOptions\",\n modelProperties: {\n top: {\n type: {\n name: \"Number\"\n }\n },\n filter: {\n type: {\n name: \"String\"\n }\n },\n orderBy: {\n type: {\n name: \"String\"\n }\n },\n select: {\n type: {\n name: \"String\"\n }\n },\n from: {\n type: {\n name: \"DateTime\"\n }\n },\n to: {\n type: {\n name: \"DateTime\"\n }\n },\n apply: {\n type: {\n name: \"String\"\n }\n },\n skipToken: {\n type: {\n name: \"String\"\n }\n },\n expand: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyTrackedResourcesQueryResults: msRest.CompositeMapper = {\n serializedName: \"PolicyTrackedResourcesQueryResults\",\n type: {\n name: \"Composite\",\n className: \"PolicyTrackedResourcesQueryResults\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyTrackedResource\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RemediationDeploymentsListResult: msRest.CompositeMapper = {\n serializedName: \"RemediationDeploymentsListResult\",\n type: {\n name: \"Composite\",\n className: \"RemediationDeploymentsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RemediationDeployment\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RemediationListResult: msRest.CompositeMapper = {\n serializedName: \"RemediationListResult\",\n type: {\n name: \"Composite\",\n className: \"RemediationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Remediation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyEventsQueryResults: msRest.CompositeMapper = {\n serializedName: \"PolicyEventsQueryResults\",\n type: {\n name: \"Composite\",\n className: \"PolicyEventsQueryResults\",\n modelProperties: {\n odatacontext: {\n serializedName: \"@odata\\\\.context\",\n type: {\n name: \"String\"\n }\n },\n odatacount: {\n serializedName: \"@odata\\\\.count\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n odatanextLink: {\n serializedName: \"@odata\\\\.nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyEvent\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyStatesQueryResults: msRest.CompositeMapper = {\n serializedName: \"PolicyStatesQueryResults\",\n type: {\n name: \"Composite\",\n className: \"PolicyStatesQueryResults\",\n modelProperties: {\n odatacontext: {\n serializedName: \"@odata\\\\.context\",\n type: {\n name: \"String\"\n }\n },\n odatacount: {\n serializedName: \"@odata\\\\.count\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n odatanextLink: {\n serializedName: \"@odata\\\\.nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyState\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyMetadataCollection: msRest.CompositeMapper = {\n serializedName: \"PolicyMetadataCollection\",\n type: {\n name: \"Composite\",\n className: \"PolicyMetadataCollection\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SlimPolicyMetadata\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n PolicyDetails,\n PolicyTrackedResource,\n PolicyTrackedResourcesQueryResults,\n QueryFailure,\n QueryFailureError,\n TrackedResourceModificationDetails\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-07-01-preview',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2019-07-01',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion2: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2019-10-01',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apply: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"apply\"\n ],\n mapper: {\n serializedName: \"$apply\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const authorizationNamespace: msRest.OperationURLParameter = {\n parameterPath: \"authorizationNamespace\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"authorizationNamespace\",\n defaultValue: 'Microsoft.Authorization',\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const from: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"from\"\n ],\n mapper: {\n serializedName: \"$from\",\n type: {\n name: \"DateTime\"\n }\n }\n};\nexport const managementGroupId: msRest.OperationURLParameter = {\n parameterPath: \"managementGroupId\",\n mapper: {\n required: true,\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const managementGroupName: msRest.OperationURLParameter = {\n parameterPath: \"managementGroupName\",\n mapper: {\n required: true,\n serializedName: \"managementGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const managementGroupsNamespace: msRest.OperationURLParameter = {\n parameterPath: \"managementGroupsNamespace\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"managementGroupsNamespace\",\n defaultValue: 'Microsoft.Management',\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const orderBy: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"orderBy\"\n ],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const policyAssignmentName: msRest.OperationURLParameter = {\n parameterPath: \"policyAssignmentName\",\n mapper: {\n required: true,\n serializedName: \"policyAssignmentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const policyDefinitionName: msRest.OperationURLParameter = {\n parameterPath: \"policyDefinitionName\",\n mapper: {\n required: true,\n serializedName: \"policyDefinitionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const policyEventsResource: msRest.OperationURLParameter = {\n parameterPath: \"policyEventsResource\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"policyEventsResource\",\n defaultValue: 'default',\n type: {\n name: \"String\"\n }\n }\n};\nexport const policySetDefinitionName: msRest.OperationURLParameter = {\n parameterPath: \"policySetDefinitionName\",\n mapper: {\n required: true,\n serializedName: \"policySetDefinitionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const policyStatesResource: msRest.OperationURLParameter = {\n parameterPath: \"policyStatesResource\",\n mapper: {\n required: true,\n serializedName: \"policyStatesResource\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const policyStatesSummaryResource: msRest.OperationURLParameter = {\n parameterPath: \"policyStatesSummaryResource\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"policyStatesSummaryResource\",\n defaultValue: 'latest',\n type: {\n name: \"String\"\n }\n }\n};\nexport const policyTrackedResourcesResource: msRest.OperationURLParameter = {\n parameterPath: \"policyTrackedResourcesResource\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"policyTrackedResourcesResource\",\n defaultValue: 'default',\n type: {\n name: \"String\"\n }\n }\n};\nexport const remediationName: msRest.OperationURLParameter = {\n parameterPath: \"remediationName\",\n mapper: {\n required: true,\n serializedName: \"remediationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceId: msRest.OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n required: true,\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\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 skipEncoding: true\n};\nexport const select: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"select\"\n ],\n mapper: {\n serializedName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const skipToken: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"skipToken\"\n ],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const to: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"to\"\n ],\n mapper: {\n serializedName: \"$to\",\n type: {\n name: \"DateTime\"\n }\n }\n};\nexport const top: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"queryOptions\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n constraints: {\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policyTrackedResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { PolicyInsightsClientContext } from \"../policyInsightsClientContext\";\n\n/** Class representing a PolicyTrackedResources. */\nexport class PolicyTrackedResources {\n private readonly client: PolicyInsightsClientContext;\n\n /**\n * Create a PolicyTrackedResources.\n * @param {PolicyInsightsClientContext} client Reference to the service client.\n */\n constructor(client: PolicyInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Queries policy tracked resources under the management group.\n * @param managementGroupName Management group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupResponse>\n */\n listQueryResultsForManagementGroup(managementGroupName: string, options?: Models.PolicyTrackedResourcesListQueryResultsForManagementGroupOptionalParams): Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupResponse>;\n /**\n * @param managementGroupName Management group name.\n * @param callback The callback\n */\n listQueryResultsForManagementGroup(managementGroupName: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n /**\n * @param managementGroupName Management group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForManagementGroup(managementGroupName: string, options: Models.PolicyTrackedResourcesListQueryResultsForManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForManagementGroup(managementGroupName: string, options?: Models.PolicyTrackedResourcesListQueryResultsForManagementGroupOptionalParams | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupName,\n options\n },\n listQueryResultsForManagementGroupOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupResponse>;\n }\n\n /**\n * Queries policy tracked resources under the subscription.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionResponse>\n */\n listQueryResultsForSubscription(subscriptionId: string, options?: Models.PolicyTrackedResourcesListQueryResultsForSubscriptionOptionalParams): Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param callback The callback\n */\n listQueryResultsForSubscription(subscriptionId: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForSubscription(subscriptionId: string, options: Models.PolicyTrackedResourcesListQueryResultsForSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForSubscription(subscriptionId: string, options?: Models.PolicyTrackedResourcesListQueryResultsForSubscriptionOptionalParams | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n options\n },\n listQueryResultsForSubscriptionOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionResponse>;\n }\n\n /**\n * Queries policy tracked resources under the resource group.\n * @param resourceGroupName Resource group name.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupResponse>\n */\n listQueryResultsForResourceGroup(resourceGroupName: string, subscriptionId: string, options?: Models.PolicyTrackedResourcesListQueryResultsForResourceGroupOptionalParams): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupResponse>;\n /**\n * @param resourceGroupName Resource group name.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param callback The callback\n */\n listQueryResultsForResourceGroup(resourceGroupName: string, subscriptionId: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n /**\n * @param resourceGroupName Resource group name.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResourceGroup(resourceGroupName: string, subscriptionId: string, options: Models.PolicyTrackedResourcesListQueryResultsForResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForResourceGroup(resourceGroupName: string, subscriptionId: string, options?: Models.PolicyTrackedResourcesListQueryResultsForResourceGroupOptionalParams | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n subscriptionId,\n options\n },\n listQueryResultsForResourceGroupOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupResponse>;\n }\n\n /**\n * Queries policy tracked resources under the resource.\n * @param resourceId Resource ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceResponse>\n */\n listQueryResultsForResource(resourceId: string, options?: Models.PolicyTrackedResourcesListQueryResultsForResourceOptionalParams): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param callback The callback\n */\n listQueryResultsForResource(resourceId: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n /**\n * @param resourceId Resource ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResource(resourceId: string, options: Models.PolicyTrackedResourcesListQueryResultsForResourceOptionalParams, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForResource(resourceId: string, options?: Models.PolicyTrackedResourcesListQueryResultsForResourceOptionalParams | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n options\n },\n listQueryResultsForResourceOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceResponse>;\n }\n\n /**\n * Queries policy tracked resources under the management group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse>\n */\n listQueryResultsForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): 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 listQueryResultsForManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForManagementGroupNextOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse>;\n }\n\n /**\n * Queries policy tracked resources under the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse>\n */\n listQueryResultsForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): 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 listQueryResultsForSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForSubscriptionNextOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse>;\n }\n\n /**\n * Queries policy tracked resources under the 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.PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse>\n */\n listQueryResultsForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): 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 listQueryResultsForResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceGroupNextOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse>;\n }\n\n /**\n * Queries policy tracked resources under the resource.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceNextResponse>\n */\n listQueryResultsForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): 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 listQueryResultsForResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): void;\n listQueryResultsForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyTrackedResourcesQueryResults>): Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceNextOperationSpec,\n callback) as Promise<Models.PolicyTrackedResourcesListQueryResultsForResourceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listQueryResultsForManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupName}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupName,\n Parameters.policyTrackedResourcesResource\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults\",\n urlParameters: [\n Parameters.policyTrackedResourcesResource,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.policyTrackedResourcesResource,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/policyTrackedResources/{policyTrackedResourcesResource}/queryResults\",\n urlParameters: [\n Parameters.resourceId,\n Parameters.policyTrackedResourcesResource\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForManagementGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyTrackedResourcesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BaseResource,\n ErrorDefinition,\n ErrorResponse,\n Remediation,\n RemediationDeployment,\n RemediationDeploymentsListResult,\n RemediationDeploymentSummary,\n RemediationFilters,\n RemediationListResult,\n TypedErrorInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/remediationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { PolicyInsightsClientContext } from \"../policyInsightsClientContext\";\n\n/** Class representing a Remediations. */\nexport class Remediations {\n private readonly client: PolicyInsightsClientContext;\n\n /**\n * Create a Remediations.\n * @param {PolicyInsightsClientContext} client Reference to the service client.\n */\n constructor(client: PolicyInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all deployments for a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtManagementGroupResponse>\n */\n listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtManagementGroupOptionalParams): Promise<Models.RemediationsListDeploymentsAtManagementGroupResponse>;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, options: Models.RemediationsListDeploymentsAtManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtManagementGroup(managementGroupId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtManagementGroupOptionalParams | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n remediationName,\n options\n },\n listDeploymentsAtManagementGroupOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtManagementGroupResponse>;\n }\n\n /**\n * Cancels a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCancelAtManagementGroupResponse>\n */\n cancelAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtManagementGroupResponse>;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n cancelAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n cancelAtManagementGroup(managementGroupId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n cancelAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCancelAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n remediationName,\n options\n },\n cancelAtManagementGroupOperationSpec,\n callback) as Promise<Models.RemediationsCancelAtManagementGroupResponse>;\n }\n\n /**\n * Gets all remediations for the management group.\n * @param managementGroupId Management group ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForManagementGroupResponse>\n */\n listForManagementGroup(managementGroupId: string, options?: Models.RemediationsListForManagementGroupOptionalParams): Promise<Models.RemediationsListForManagementGroupResponse>;\n /**\n * @param managementGroupId Management group ID.\n * @param callback The callback\n */\n listForManagementGroup(managementGroupId: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n /**\n * @param managementGroupId Management group ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listForManagementGroup(managementGroupId: string, options: Models.RemediationsListForManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForManagementGroup(managementGroupId: string, options?: Models.RemediationsListForManagementGroupOptionalParams | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n options\n },\n listForManagementGroupOperationSpec,\n callback) as Promise<Models.RemediationsListForManagementGroupResponse>;\n }\n\n /**\n * Creates or updates a remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCreateOrUpdateAtManagementGroupResponse>\n */\n createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtManagementGroupResponse>;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param callback The callback\n */\n createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n createOrUpdateAtManagementGroup(managementGroupId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCreateOrUpdateAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n remediationName,\n parameters,\n options\n },\n createOrUpdateAtManagementGroupOperationSpec,\n callback) as Promise<Models.RemediationsCreateOrUpdateAtManagementGroupResponse>;\n }\n\n /**\n * Gets an existing remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsGetAtManagementGroupResponse>\n */\n getAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtManagementGroupResponse>;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n getAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtManagementGroup(managementGroupId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n getAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsGetAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n remediationName,\n options\n },\n getAtManagementGroupOperationSpec,\n callback) as Promise<Models.RemediationsGetAtManagementGroupResponse>;\n }\n\n /**\n * Deletes an existing remediation at management group scope.\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsDeleteAtManagementGroupResponse>\n */\n deleteAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtManagementGroupResponse>;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n deleteAtManagementGroup(managementGroupId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param managementGroupId Management group ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtManagementGroup(managementGroupId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n deleteAtManagementGroup(managementGroupId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsDeleteAtManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupId,\n remediationName,\n options\n },\n deleteAtManagementGroupOperationSpec,\n callback) as Promise<Models.RemediationsDeleteAtManagementGroupResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at subscription scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtSubscriptionResponse>\n */\n listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtSubscriptionOptionalParams): Promise<Models.RemediationsListDeploymentsAtSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, options: Models.RemediationsListDeploymentsAtSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtSubscription(subscriptionId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtSubscriptionOptionalParams | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n remediationName,\n options\n },\n listDeploymentsAtSubscriptionOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtSubscriptionResponse>;\n }\n\n /**\n * Cancels a remediation at subscription scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCancelAtSubscriptionResponse>\n */\n cancelAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n cancelAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n cancelAtSubscription(subscriptionId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n cancelAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCancelAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n remediationName,\n options\n },\n cancelAtSubscriptionOperationSpec,\n callback) as Promise<Models.RemediationsCancelAtSubscriptionResponse>;\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForSubscriptionResponse>\n */\n listForSubscription(subscriptionId: string, options?: Models.RemediationsListForSubscriptionOptionalParams): Promise<Models.RemediationsListForSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param callback The callback\n */\n listForSubscription(subscriptionId: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listForSubscription(subscriptionId: string, options: Models.RemediationsListForSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForSubscription(subscriptionId: string, options?: Models.RemediationsListForSubscriptionOptionalParams | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n options\n },\n listForSubscriptionOperationSpec,\n callback) as Promise<Models.RemediationsListForSubscriptionResponse>;\n }\n\n /**\n * Creates or updates a remediation at subscription scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCreateOrUpdateAtSubscriptionResponse>\n */\n createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param callback The callback\n */\n createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n createOrUpdateAtSubscription(subscriptionId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCreateOrUpdateAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n remediationName,\n parameters,\n options\n },\n createOrUpdateAtSubscriptionOperationSpec,\n callback) as Promise<Models.RemediationsCreateOrUpdateAtSubscriptionResponse>;\n }\n\n /**\n * Gets an existing remediation at subscription scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsGetAtSubscriptionResponse>\n */\n getAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n getAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtSubscription(subscriptionId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n getAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsGetAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n remediationName,\n options\n },\n getAtSubscriptionOperationSpec,\n callback) as Promise<Models.RemediationsGetAtSubscriptionResponse>;\n }\n\n /**\n * Deletes an existing remediation at subscription scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsDeleteAtSubscriptionResponse>\n */\n deleteAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n deleteAtSubscription(subscriptionId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtSubscription(subscriptionId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n deleteAtSubscription(subscriptionId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsDeleteAtSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n remediationName,\n options\n },\n deleteAtSubscriptionOperationSpec,\n callback) as Promise<Models.RemediationsDeleteAtSubscriptionResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at resource group scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtResourceGroupResponse>\n */\n listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtResourceGroupOptionalParams): Promise<Models.RemediationsListDeploymentsAtResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: Models.RemediationsListDeploymentsAtResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtResourceGroupOptionalParams | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n remediationName,\n options\n },\n listDeploymentsAtResourceGroupOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtResourceGroupResponse>;\n }\n\n /**\n * Cancels a remediation at resource group scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCancelAtResourceGroupResponse>\n */\n cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n cancelAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCancelAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n remediationName,\n options\n },\n cancelAtResourceGroupOperationSpec,\n callback) as Promise<Models.RemediationsCancelAtResourceGroupResponse>;\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForResourceGroupResponse>\n */\n listForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.RemediationsListForResourceGroupOptionalParams): Promise<Models.RemediationsListForResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param callback The callback\n */\n listForResourceGroup(subscriptionId: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listForResourceGroup(subscriptionId: string, resourceGroupName: string, options: Models.RemediationsListForResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.RemediationsListForResourceGroupOptionalParams | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n options\n },\n listForResourceGroupOperationSpec,\n callback) as Promise<Models.RemediationsListForResourceGroupResponse>;\n }\n\n /**\n * Creates or updates a remediation at resource group scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCreateOrUpdateAtResourceGroupResponse>\n */\n createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param callback The callback\n */\n createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n createOrUpdateAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCreateOrUpdateAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n remediationName,\n parameters,\n options\n },\n createOrUpdateAtResourceGroupOperationSpec,\n callback) as Promise<Models.RemediationsCreateOrUpdateAtResourceGroupResponse>;\n }\n\n /**\n * Gets an existing remediation at resource group scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsGetAtResourceGroupResponse>\n */\n getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n getAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsGetAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n remediationName,\n options\n },\n getAtResourceGroupOperationSpec,\n callback) as Promise<Models.RemediationsGetAtResourceGroupResponse>;\n }\n\n /**\n * Deletes an existing remediation at resource group scope.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsDeleteAtResourceGroupResponse>\n */\n deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n deleteAtResourceGroup(subscriptionId: string, resourceGroupName: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsDeleteAtResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n remediationName,\n options\n },\n deleteAtResourceGroupOperationSpec,\n callback) as Promise<Models.RemediationsDeleteAtResourceGroupResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtResourceResponse>\n */\n listDeploymentsAtResource(resourceId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtResourceOptionalParams): Promise<Models.RemediationsListDeploymentsAtResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n listDeploymentsAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listDeploymentsAtResource(resourceId: string, remediationName: string, options: Models.RemediationsListDeploymentsAtResourceOptionalParams, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtResource(resourceId: string, remediationName: string, options?: Models.RemediationsListDeploymentsAtResourceOptionalParams | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n remediationName,\n options\n },\n listDeploymentsAtResourceOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtResourceResponse>;\n }\n\n /**\n * Cancel a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCancelAtResourceResponse>\n */\n cancelAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCancelAtResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n cancelAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n cancelAtResource(resourceId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n cancelAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCancelAtResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n remediationName,\n options\n },\n cancelAtResourceOperationSpec,\n callback) as Promise<Models.RemediationsCancelAtResourceResponse>;\n }\n\n /**\n * Gets all remediations for a resource.\n * @param resourceId Resource ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForResourceResponse>\n */\n listForResource(resourceId: string, options?: Models.RemediationsListForResourceOptionalParams): Promise<Models.RemediationsListForResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param callback The callback\n */\n listForResource(resourceId: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n /**\n * @param resourceId Resource ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listForResource(resourceId: string, options: Models.RemediationsListForResourceOptionalParams, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForResource(resourceId: string, options?: Models.RemediationsListForResourceOptionalParams | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n options\n },\n listForResourceOperationSpec,\n callback) as Promise<Models.RemediationsListForResourceResponse>;\n }\n\n /**\n * Creates or updates a remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsCreateOrUpdateAtResourceResponse>\n */\n createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsCreateOrUpdateAtResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param callback The callback\n */\n createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param parameters The remediation parameters.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n createOrUpdateAtResource(resourceId: string, remediationName: string, parameters: Models.Remediation, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsCreateOrUpdateAtResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n remediationName,\n parameters,\n options\n },\n createOrUpdateAtResourceOperationSpec,\n callback) as Promise<Models.RemediationsCreateOrUpdateAtResourceResponse>;\n }\n\n /**\n * Gets an existing remediation at resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsGetAtResourceResponse>\n */\n getAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsGetAtResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n getAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAtResource(resourceId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n getAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsGetAtResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n remediationName,\n options\n },\n getAtResourceOperationSpec,\n callback) as Promise<Models.RemediationsGetAtResourceResponse>;\n }\n\n /**\n * Deletes an existing remediation at individual resource scope.\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsDeleteAtResourceResponse>\n */\n deleteAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsDeleteAtResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param callback The callback\n */\n deleteAtResource(resourceId: string, remediationName: string, callback: msRest.ServiceCallback<Models.Remediation>): void;\n /**\n * @param resourceId Resource ID.\n * @param remediationName The name of the remediation.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteAtResource(resourceId: string, remediationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Remediation>): void;\n deleteAtResource(resourceId: string, remediationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Remediation>, callback?: msRest.ServiceCallback<Models.Remediation>): Promise<Models.RemediationsDeleteAtResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n remediationName,\n options\n },\n deleteAtResourceOperationSpec,\n callback) as Promise<Models.RemediationsDeleteAtResourceResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at management group scope.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtManagementGroupNextResponse>\n */\n listDeploymentsAtManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtManagementGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listDeploymentsAtManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): 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 listDeploymentsAtManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listDeploymentsAtManagementGroupNextOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtManagementGroupNextResponse>;\n }\n\n /**\n * Gets all remediations for the management group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForManagementGroupNextResponse>\n */\n listForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForManagementGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listForManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): 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 listForManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listForManagementGroupNextOperationSpec,\n callback) as Promise<Models.RemediationsListForManagementGroupNextResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at subscription scope.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtSubscriptionNextResponse>\n */\n listDeploymentsAtSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtSubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listDeploymentsAtSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): 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 listDeploymentsAtSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listDeploymentsAtSubscriptionNextOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtSubscriptionNextResponse>;\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForSubscriptionNextResponse>\n */\n listForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForSubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listForSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): 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 listForSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listForSubscriptionNextOperationSpec,\n callback) as Promise<Models.RemediationsListForSubscriptionNextResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at resource group scope.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtResourceGroupNextResponse>\n */\n listDeploymentsAtResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listDeploymentsAtResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): 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 listDeploymentsAtResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listDeploymentsAtResourceGroupNextOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtResourceGroupNextResponse>;\n }\n\n /**\n * Gets all remediations for the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForResourceGroupNextResponse>\n */\n listForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listForResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): 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 listForResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listForResourceGroupNextOperationSpec,\n callback) as Promise<Models.RemediationsListForResourceGroupNextResponse>;\n }\n\n /**\n * Gets all deployments for a remediation at resource scope.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListDeploymentsAtResourceNextResponse>\n */\n listDeploymentsAtResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListDeploymentsAtResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listDeploymentsAtResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): 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 listDeploymentsAtResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): void;\n listDeploymentsAtResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationDeploymentsListResult>, callback?: msRest.ServiceCallback<Models.RemediationDeploymentsListResult>): Promise<Models.RemediationsListDeploymentsAtResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listDeploymentsAtResourceNextOperationSpec,\n callback) as Promise<Models.RemediationsListDeploymentsAtResourceNextResponse>;\n }\n\n /**\n * Gets all remediations for a resource.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RemediationsListForResourceNextResponse>\n */\n listForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RemediationsListForResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listForResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RemediationListResult>): 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 listForResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RemediationListResult>): void;\n listForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RemediationListResult>, callback?: msRest.ServiceCallback<Models.RemediationListResult>): Promise<Models.RemediationsListForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listForResourceNextOperationSpec,\n callback) as Promise<Models.RemediationsListForResourceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listDeploymentsAtManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst cancelAtManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateAtManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Remediation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 201: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAtManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteAtManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst cancelAtSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateAtSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Remediation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 201: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAtSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteAtSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst cancelAtResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateAtResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Remediation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 201: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAtResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteAtResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments\",\n urlParameters: [\n Parameters.resourceId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst cancelAtResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/cancel\",\n urlParameters: [\n Parameters.resourceId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/remediations\",\n urlParameters: [\n Parameters.resourceId\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.top,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst createOrUpdateAtResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.resourceId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Remediation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 201: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getAtResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.resourceId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteAtResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}\",\n urlParameters: [\n Parameters.resourceId,\n Parameters.remediationName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Remediation\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtManagementGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForManagementGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtSubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForSubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listDeploymentsAtResourceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationDeploymentsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listForResourceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RemediationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ComponentEventDetails,\n PolicyEvent,\n PolicyEventsQueryResults,\n QueryFailure,\n QueryFailureError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policyEventsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { PolicyInsightsClientContext } from \"../policyInsightsClientContext\";\n\n/** Class representing a PolicyEvents. */\nexport class PolicyEvents {\n private readonly client: PolicyInsightsClientContext;\n\n /**\n * Create a PolicyEvents.\n * @param {PolicyInsightsClientContext} client Reference to the service client.\n */\n constructor(client: PolicyInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Queries policy events for the resources under the management group.\n * @param managementGroupName Management group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForManagementGroupResponse>\n */\n listQueryResultsForManagementGroup(managementGroupName: string, options?: Models.PolicyEventsListQueryResultsForManagementGroupOptionalParams): Promise<Models.PolicyEventsListQueryResultsForManagementGroupResponse>;\n /**\n * @param managementGroupName Management group name.\n * @param callback The callback\n */\n listQueryResultsForManagementGroup(managementGroupName: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param managementGroupName Management group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForManagementGroup(managementGroupName: string, options: Models.PolicyEventsListQueryResultsForManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForManagementGroup(managementGroupName: string, options?: Models.PolicyEventsListQueryResultsForManagementGroupOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupName,\n options\n },\n listQueryResultsForManagementGroupOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForManagementGroupResponse>;\n }\n\n /**\n * Queries policy events for the resources under the subscription.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForSubscriptionResponse>\n */\n listQueryResultsForSubscription(subscriptionId: string, options?: Models.PolicyEventsListQueryResultsForSubscriptionOptionalParams): Promise<Models.PolicyEventsListQueryResultsForSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param callback The callback\n */\n listQueryResultsForSubscription(subscriptionId: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForSubscription(subscriptionId: string, options: Models.PolicyEventsListQueryResultsForSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForSubscription(subscriptionId: string, options?: Models.PolicyEventsListQueryResultsForSubscriptionOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n options\n },\n listQueryResultsForSubscriptionOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForSubscriptionResponse>;\n }\n\n /**\n * Queries policy events for the resources under the resource group.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForResourceGroupResponse>\n */\n listQueryResultsForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.PolicyEventsListQueryResultsForResourceGroupOptionalParams): Promise<Models.PolicyEventsListQueryResultsForResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param callback The callback\n */\n listQueryResultsForResourceGroup(subscriptionId: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResourceGroup(subscriptionId: string, resourceGroupName: string, options: Models.PolicyEventsListQueryResultsForResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.PolicyEventsListQueryResultsForResourceGroupOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n options\n },\n listQueryResultsForResourceGroupOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForResourceGroupResponse>;\n }\n\n /**\n * Queries policy events for the resource.\n * @param resourceId Resource ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForResourceResponse>\n */\n listQueryResultsForResource(resourceId: string, options?: Models.PolicyEventsListQueryResultsForResourceOptionalParams): Promise<Models.PolicyEventsListQueryResultsForResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param callback The callback\n */\n listQueryResultsForResource(resourceId: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param resourceId Resource ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResource(resourceId: string, options: Models.PolicyEventsListQueryResultsForResourceOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForResource(resourceId: string, options?: Models.PolicyEventsListQueryResultsForResourceOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n options\n },\n listQueryResultsForResourceOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForResourceResponse>;\n }\n\n /**\n * Queries policy events for the subscription level policy set definition.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionResponse>\n */\n listQueryResultsForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, options?: Models.PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams): Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param callback The callback\n */\n listQueryResultsForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, options: Models.PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, options?: Models.PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n policySetDefinitionName,\n options\n },\n listQueryResultsForPolicySetDefinitionOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionResponse>;\n }\n\n /**\n * Queries policy events for the subscription level policy definition.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionResponse>\n */\n listQueryResultsForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, options?: Models.PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams): Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param callback The callback\n */\n listQueryResultsForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, options: Models.PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, options?: Models.PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n policyDefinitionName,\n options\n },\n listQueryResultsForPolicyDefinitionOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionResponse>;\n }\n\n /**\n * Queries policy events for the subscription level policy assignment.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, options?: Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams): Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, options: Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, options?: Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n policyAssignmentName,\n options\n },\n listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>;\n }\n\n /**\n * Queries policy events for the resource group level policy assignment.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options?: Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams): Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options: Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options?: Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options\n },\n listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>;\n }\n\n /**\n * Queries policy events for the resources under the management group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForManagementGroupNextResponse>\n */\n listQueryResultsForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForManagementGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForManagementGroupNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForManagementGroupNextResponse>;\n }\n\n /**\n * Queries policy events for the resources under the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForSubscriptionNextResponse>\n */\n listQueryResultsForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForSubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForSubscriptionNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForSubscriptionNextResponse>;\n }\n\n /**\n * Queries policy events for the resources under the 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.PolicyEventsListQueryResultsForResourceGroupNextResponse>\n */\n listQueryResultsForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceGroupNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForResourceGroupNextResponse>;\n }\n\n /**\n * Queries policy events for the resource.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForResourceNextResponse>\n */\n listQueryResultsForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForResourceNextResponse>;\n }\n\n /**\n * Queries policy events for the subscription level policy set definition.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse>\n */\n listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForPolicySetDefinitionNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse>;\n }\n\n /**\n * Queries policy events for the subscription level policy definition.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionNextResponse>\n */\n listQueryResultsForPolicyDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForPolicyDefinitionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForPolicyDefinitionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForPolicyDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForPolicyDefinitionNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForPolicyDefinitionNextResponse>;\n }\n\n /**\n * Queries policy events for the subscription level policy assignment.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse>\n */\n listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse>;\n }\n\n /**\n * Queries policy events for the resource group level policy assignment.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse>\n */\n listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): 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 listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): void;\n listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyEventsQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyEventsQueryResults>): Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec,\n callback) as Promise<Models.PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listQueryResultsForManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.resourceId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.expand,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicySetDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policySetDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicyDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policyDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyEvents/{policyEventsResource}/queryResults\",\n urlParameters: [\n Parameters.policyEventsResource,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForManagementGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicySetDefinitionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicyDefinitionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyEventsQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ComplianceDetail,\n ComponentStateDetails,\n ExpressionEvaluationDetails,\n IfNotExistsEvaluationDetails,\n PolicyAssignmentSummary,\n PolicyDefinitionSummary,\n PolicyEvaluationDetails,\n PolicyGroupSummary,\n PolicyState,\n PolicyStatesQueryResults,\n QueryFailure,\n QueryFailureError,\n SummarizeResults,\n Summary,\n SummaryResults\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policyStatesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { PolicyInsightsClientContext } from \"../policyInsightsClientContext\";\n\n/** Class representing a PolicyStates. */\nexport class PolicyStates {\n private readonly client: PolicyInsightsClientContext;\n\n /**\n * Create a PolicyStates.\n * @param {PolicyInsightsClientContext} client Reference to the service client.\n */\n constructor(client: PolicyInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Queries policy states for the resources under the management group.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param managementGroupName Management group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForManagementGroupResponse>\n */\n listQueryResultsForManagementGroup(policyStatesResource: Models.PolicyStatesResource, managementGroupName: string, options?: Models.PolicyStatesListQueryResultsForManagementGroupOptionalParams): Promise<Models.PolicyStatesListQueryResultsForManagementGroupResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param managementGroupName Management group name.\n * @param callback The callback\n */\n listQueryResultsForManagementGroup(policyStatesResource: Models.PolicyStatesResource, managementGroupName: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param managementGroupName Management group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForManagementGroup(policyStatesResource: Models.PolicyStatesResource, managementGroupName: string, options: Models.PolicyStatesListQueryResultsForManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForManagementGroup(policyStatesResource: Models.PolicyStatesResource, managementGroupName: string, options?: Models.PolicyStatesListQueryResultsForManagementGroupOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n managementGroupName,\n options\n },\n listQueryResultsForManagementGroupOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForManagementGroupResponse>;\n }\n\n /**\n * Summarizes policy states for the resources under the management group.\n * @param managementGroupName Management group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForManagementGroupResponse>\n */\n summarizeForManagementGroup(managementGroupName: string, options?: Models.PolicyStatesSummarizeForManagementGroupOptionalParams): Promise<Models.PolicyStatesSummarizeForManagementGroupResponse>;\n /**\n * @param managementGroupName Management group name.\n * @param callback The callback\n */\n summarizeForManagementGroup(managementGroupName: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param managementGroupName Management group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForManagementGroup(managementGroupName: string, options: Models.PolicyStatesSummarizeForManagementGroupOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForManagementGroup(managementGroupName: string, options?: Models.PolicyStatesSummarizeForManagementGroupOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForManagementGroupResponse> {\n return this.client.sendOperationRequest(\n {\n managementGroupName,\n options\n },\n summarizeForManagementGroupOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForManagementGroupResponse>;\n }\n\n /**\n * Queries policy states for the resources under the subscription.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForSubscriptionResponse>\n */\n listQueryResultsForSubscription(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, options?: Models.PolicyStatesListQueryResultsForSubscriptionOptionalParams): Promise<Models.PolicyStatesListQueryResultsForSubscriptionResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param callback The callback\n */\n listQueryResultsForSubscription(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForSubscription(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, options: Models.PolicyStatesListQueryResultsForSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForSubscription(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, options?: Models.PolicyStatesListQueryResultsForSubscriptionOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n subscriptionId,\n options\n },\n listQueryResultsForSubscriptionOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForSubscriptionResponse>;\n }\n\n /**\n * Summarizes policy states for the resources under the subscription.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForSubscriptionResponse>\n */\n summarizeForSubscription(subscriptionId: string, options?: Models.PolicyStatesSummarizeForSubscriptionOptionalParams): Promise<Models.PolicyStatesSummarizeForSubscriptionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param callback The callback\n */\n summarizeForSubscription(subscriptionId: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForSubscription(subscriptionId: string, options: Models.PolicyStatesSummarizeForSubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForSubscription(subscriptionId: string, options?: Models.PolicyStatesSummarizeForSubscriptionOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n options\n },\n summarizeForSubscriptionOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForSubscriptionResponse>;\n }\n\n /**\n * Queries policy states for the resources under the resource group.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForResourceGroupResponse>\n */\n listQueryResultsForResourceGroup(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, options?: Models.PolicyStatesListQueryResultsForResourceGroupOptionalParams): Promise<Models.PolicyStatesListQueryResultsForResourceGroupResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param callback The callback\n */\n listQueryResultsForResourceGroup(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResourceGroup(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, options: Models.PolicyStatesListQueryResultsForResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForResourceGroup(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, options?: Models.PolicyStatesListQueryResultsForResourceGroupOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n subscriptionId,\n resourceGroupName,\n options\n },\n listQueryResultsForResourceGroupOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForResourceGroupResponse>;\n }\n\n /**\n * Summarizes policy states for the resources under the resource group.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForResourceGroupResponse>\n */\n summarizeForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.PolicyStatesSummarizeForResourceGroupOptionalParams): Promise<Models.PolicyStatesSummarizeForResourceGroupResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param callback The callback\n */\n summarizeForResourceGroup(subscriptionId: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForResourceGroup(subscriptionId: string, resourceGroupName: string, options: Models.PolicyStatesSummarizeForResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForResourceGroup(subscriptionId: string, resourceGroupName: string, options?: Models.PolicyStatesSummarizeForResourceGroupOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n options\n },\n summarizeForResourceGroupOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForResourceGroupResponse>;\n }\n\n /**\n * Queries policy states for the resource.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param resourceId Resource ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForResourceResponse>\n */\n listQueryResultsForResource(policyStatesResource: Models.PolicyStatesResource, resourceId: string, options?: Models.PolicyStatesListQueryResultsForResourceOptionalParams): Promise<Models.PolicyStatesListQueryResultsForResourceResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param resourceId Resource ID.\n * @param callback The callback\n */\n listQueryResultsForResource(policyStatesResource: Models.PolicyStatesResource, resourceId: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param resourceId Resource ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResource(policyStatesResource: Models.PolicyStatesResource, resourceId: string, options: Models.PolicyStatesListQueryResultsForResourceOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForResource(policyStatesResource: Models.PolicyStatesResource, resourceId: string, options?: Models.PolicyStatesListQueryResultsForResourceOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n resourceId,\n options\n },\n listQueryResultsForResourceOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForResourceResponse>;\n }\n\n /**\n * Summarizes policy states for the resource.\n * @param resourceId Resource ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForResourceResponse>\n */\n summarizeForResource(resourceId: string, options?: Models.PolicyStatesSummarizeForResourceOptionalParams): Promise<Models.PolicyStatesSummarizeForResourceResponse>;\n /**\n * @param resourceId Resource ID.\n * @param callback The callback\n */\n summarizeForResource(resourceId: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param resourceId Resource ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForResource(resourceId: string, options: Models.PolicyStatesSummarizeForResourceOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForResource(resourceId: string, options?: Models.PolicyStatesSummarizeForResourceOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceId,\n options\n },\n summarizeForResourceOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForResourceResponse>;\n }\n\n /**\n * Triggers a policy evaluation scan for all the resources under the subscription\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n triggerSubscriptionEvaluation(subscriptionId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginTriggerSubscriptionEvaluation(subscriptionId,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Triggers a policy evaluation scan for all the resources under the resource group.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n triggerResourceGroupEvaluation(subscriptionId: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginTriggerResourceGroupEvaluation(subscriptionId,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Queries policy states for the subscription level policy set definition.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionResponse>\n */\n listQueryResultsForPolicySetDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policySetDefinitionName: string, options?: Models.PolicyStatesListQueryResultsForPolicySetDefinitionOptionalParams): Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param callback The callback\n */\n listQueryResultsForPolicySetDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policySetDefinitionName: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForPolicySetDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policySetDefinitionName: string, options: Models.PolicyStatesListQueryResultsForPolicySetDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForPolicySetDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policySetDefinitionName: string, options?: Models.PolicyStatesListQueryResultsForPolicySetDefinitionOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n subscriptionId,\n policySetDefinitionName,\n options\n },\n listQueryResultsForPolicySetDefinitionOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionResponse>;\n }\n\n /**\n * Summarizes policy states for the subscription level policy set definition.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForPolicySetDefinitionResponse>\n */\n summarizeForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, options?: Models.PolicyStatesSummarizeForPolicySetDefinitionOptionalParams): Promise<Models.PolicyStatesSummarizeForPolicySetDefinitionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param callback The callback\n */\n summarizeForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policySetDefinitionName Policy set definition name.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, options: Models.PolicyStatesSummarizeForPolicySetDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForPolicySetDefinition(subscriptionId: string, policySetDefinitionName: string, options?: Models.PolicyStatesSummarizeForPolicySetDefinitionOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForPolicySetDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n policySetDefinitionName,\n options\n },\n summarizeForPolicySetDefinitionOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForPolicySetDefinitionResponse>;\n }\n\n /**\n * Queries policy states for the subscription level policy definition.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionResponse>\n */\n listQueryResultsForPolicyDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyDefinitionName: string, options?: Models.PolicyStatesListQueryResultsForPolicyDefinitionOptionalParams): Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param callback The callback\n */\n listQueryResultsForPolicyDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyDefinitionName: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForPolicyDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyDefinitionName: string, options: Models.PolicyStatesListQueryResultsForPolicyDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForPolicyDefinition(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyDefinitionName: string, options?: Models.PolicyStatesListQueryResultsForPolicyDefinitionOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n subscriptionId,\n policyDefinitionName,\n options\n },\n listQueryResultsForPolicyDefinitionOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionResponse>;\n }\n\n /**\n * Summarizes policy states for the subscription level policy definition.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForPolicyDefinitionResponse>\n */\n summarizeForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, options?: Models.PolicyStatesSummarizeForPolicyDefinitionOptionalParams): Promise<Models.PolicyStatesSummarizeForPolicyDefinitionResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param callback The callback\n */\n summarizeForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyDefinitionName Policy definition name.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, options: Models.PolicyStatesSummarizeForPolicyDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForPolicyDefinition(subscriptionId: string, policyDefinitionName: string, options?: Models.PolicyStatesSummarizeForPolicyDefinitionOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForPolicyDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n policyDefinitionName,\n options\n },\n summarizeForPolicyDefinitionOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForPolicyDefinitionResponse>;\n }\n\n /**\n * Queries policy states for the subscription level policy assignment.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyAssignmentName: string, options?: Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams): Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyAssignmentName: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForSubscriptionLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyAssignmentName: string, options: Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForSubscriptionLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, policyAssignmentName: string, options?: Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n subscriptionId,\n policyAssignmentName,\n options\n },\n listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse>;\n }\n\n /**\n * Summarizes policy states for the subscription level policy assignment.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse>\n */\n summarizeForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, options?: Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentOptionalParams): Promise<Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param callback The callback\n */\n summarizeForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param policyAssignmentName Policy assignment name.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, options: Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForSubscriptionLevelPolicyAssignment(subscriptionId: string, policyAssignmentName: string, options?: Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n policyAssignmentName,\n options\n },\n summarizeForSubscriptionLevelPolicyAssignmentOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse>;\n }\n\n /**\n * Queries policy states for the resource group level policy assignment.\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options?: Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams): Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n /**\n * @param policyStatesResource The virtual resource under PolicyStates resource type. In a given\n * time range, 'latest' represents the latest policy state(s), whereas 'default' represents all\n * policy state(s). Possible values include: 'default', 'latest'\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listQueryResultsForResourceGroupLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options: Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForResourceGroupLevelPolicyAssignment(policyStatesResource: Models.PolicyStatesResource, subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options?: Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n policyStatesResource,\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options\n },\n listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse>;\n }\n\n /**\n * Summarizes policy states for the resource group level policy assignment.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse>\n */\n summarizeForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options?: Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentOptionalParams): Promise<Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse>;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param callback The callback\n */\n summarizeForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n /**\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param policyAssignmentName Policy assignment name.\n * @param options The optional parameters\n * @param callback The callback\n */\n summarizeForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options: Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentOptionalParams, callback: msRest.ServiceCallback<Models.SummarizeResults>): void;\n summarizeForResourceGroupLevelPolicyAssignment(subscriptionId: string, resourceGroupName: string, policyAssignmentName: string, options?: Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentOptionalParams | msRest.ServiceCallback<Models.SummarizeResults>, callback?: msRest.ServiceCallback<Models.SummarizeResults>): Promise<Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse> {\n return this.client.sendOperationRequest(\n {\n subscriptionId,\n resourceGroupName,\n policyAssignmentName,\n options\n },\n summarizeForResourceGroupLevelPolicyAssignmentOperationSpec,\n callback) as Promise<Models.PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse>;\n }\n\n /**\n * Triggers a policy evaluation scan for all the resources under the subscription\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTriggerSubscriptionEvaluation(subscriptionId: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n subscriptionId,\n options\n },\n beginTriggerSubscriptionEvaluationOperationSpec,\n options);\n }\n\n /**\n * Triggers a policy evaluation scan for all the resources under the resource group.\n * @param subscriptionId Microsoft Azure subscription ID.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTriggerResourceGroupEvaluation(subscriptionId: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n subscriptionId,\n resourceGroupName,\n options\n },\n beginTriggerResourceGroupEvaluationOperationSpec,\n options);\n }\n\n /**\n * Queries policy states for the resources under the management group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForManagementGroupNextResponse>\n */\n listQueryResultsForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForManagementGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForManagementGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForManagementGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForManagementGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForManagementGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForManagementGroupNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForManagementGroupNextResponse>;\n }\n\n /**\n * Queries policy states for the resources under the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForSubscriptionNextResponse>\n */\n listQueryResultsForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForSubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForSubscriptionNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForSubscriptionNextResponse>;\n }\n\n /**\n * Queries policy states for the resources under the 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.PolicyStatesListQueryResultsForResourceGroupNextResponse>\n */\n listQueryResultsForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceGroupNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForResourceGroupNextResponse>;\n }\n\n /**\n * Queries policy states for the resource.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForResourceNextResponse>\n */\n listQueryResultsForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForResourceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForResourceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForResourceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForResourceNextResponse>;\n }\n\n /**\n * Queries policy states for the subscription level policy set definition.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse>\n */\n listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForPolicySetDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForPolicySetDefinitionNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse>;\n }\n\n /**\n * Queries policy states for the subscription level policy definition.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionNextResponse>\n */\n listQueryResultsForPolicyDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForPolicyDefinitionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForPolicyDefinitionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForPolicyDefinitionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForPolicyDefinitionNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForPolicyDefinitionNextResponse>;\n }\n\n /**\n * Queries policy states for the subscription level policy assignment.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse>\n */\n listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForSubscriptionLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse>;\n }\n\n /**\n * Queries policy states for the resource group level policy assignment.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse>\n */\n listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): 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 listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): void;\n listQueryResultsForResourceGroupLevelPolicyAssignmentNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyStatesQueryResults>, callback?: msRest.ServiceCallback<Models.PolicyStatesQueryResults>): Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec,\n callback) as Promise<Models.PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listQueryResultsForManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForManagementGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/{managementGroupsNamespace}/managementGroups/{managementGroupName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.managementGroupsNamespace,\n Parameters.managementGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.resourceId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.expand,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"{resourceId}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.resourceId\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicySetDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policySetDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForPolicySetDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policySetDefinitions/{policySetDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policySetDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicyDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policyDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForPolicyDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyDefinitions/{policyDefinitionName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policyDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForSubscriptionLevelPolicyAssignmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.subscriptionId,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesResource}/queryResults\",\n urlParameters: [\n Parameters.policyStatesResource,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.orderBy,\n Parameters.select,\n Parameters.from,\n Parameters.to,\n Parameters.filter,\n Parameters.apply,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst summarizeForResourceGroupLevelPolicyAssignmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{authorizationNamespace}/policyAssignments/{policyAssignmentName}/providers/Microsoft.PolicyInsights/policyStates/{policyStatesSummaryResource}/summarize\",\n urlParameters: [\n Parameters.policyStatesSummaryResource,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.authorizationNamespace,\n Parameters.policyAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top,\n Parameters.from,\n Parameters.to,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SummarizeResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst beginTriggerSubscriptionEvaluationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst beginTriggerResourceGroupEvaluationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PolicyInsights/policyStates/latest/triggerEvaluation\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForManagementGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicySetDefinitionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForPolicyDefinitionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n\nconst listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyStatesQueryResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Operation,\n OperationDisplay,\n OperationsListResults,\n QueryFailure,\n QueryFailureError\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { PolicyInsightsClientContext } from \"../policyInsightsClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: PolicyInsightsClientContext;\n\n /**\n * Create a Operations.\n * @param {PolicyInsightsClientContext} client Reference to the service client.\n */\n constructor(client: PolicyInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Lists available operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationsListResults>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsListResults>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsListResults>, callback?: msRest.ServiceCallback<Models.OperationsListResults>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.PolicyInsights/operations\",\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsListResults\n },\n default: {\n bodyMapper: Mappers.QueryFailure\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorDefinition,\n ErrorResponse,\n PolicyMetadata,\n PolicyMetadataCollection,\n SlimPolicyMetadata,\n TypedErrorInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policyMetadataOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { PolicyInsightsClientContext } from \"../policyInsightsClientContext\";\n\n/** Class representing a PolicyMetadataOperations. */\nexport class PolicyMetadataOperations {\n private readonly client: PolicyInsightsClientContext;\n\n /**\n * Create a PolicyMetadataOperations.\n * @param {PolicyInsightsClientContext} client Reference to the service client.\n */\n constructor(client: PolicyInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Get policy metadata resource.\n * @param resourceName The name of the policy metadata resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyMetadataGetResourceResponse>\n */\n getResource(resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyMetadataGetResourceResponse>;\n /**\n * @param resourceName The name of the policy metadata resource.\n * @param callback The callback\n */\n getResource(resourceName: string, callback: msRest.ServiceCallback<Models.PolicyMetadata>): void;\n /**\n * @param resourceName The name of the policy metadata resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n getResource(resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyMetadata>): void;\n getResource(resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyMetadata>, callback?: msRest.ServiceCallback<Models.PolicyMetadata>): Promise<Models.PolicyMetadataGetResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceName,\n options\n },\n getResourceOperationSpec,\n callback) as Promise<Models.PolicyMetadataGetResourceResponse>;\n }\n\n /**\n * Get a list of the policy metadata resources.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyMetadataListResponse>\n */\n list(options?: Models.PolicyMetadataListOptionalParams): Promise<Models.PolicyMetadataListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.PolicyMetadataCollection>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.PolicyMetadataListOptionalParams, callback: msRest.ServiceCallback<Models.PolicyMetadataCollection>): void;\n list(options?: Models.PolicyMetadataListOptionalParams | msRest.ServiceCallback<Models.PolicyMetadataCollection>, callback?: msRest.ServiceCallback<Models.PolicyMetadataCollection>): Promise<Models.PolicyMetadataListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PolicyMetadataListResponse>;\n }\n\n /**\n * Get a list of the policy metadata resources.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicyMetadataListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PolicyMetadataListNextResponse>;\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.PolicyMetadataCollection>): 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.PolicyMetadataCollection>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyMetadataCollection>, callback?: msRest.ServiceCallback<Models.PolicyMetadataCollection>): Promise<Models.PolicyMetadataListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.PolicyMetadataListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.PolicyInsights/policyMetadata/{resourceName}\",\n urlParameters: [\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyMetadata\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.PolicyInsights/policyMetadata\",\n queryParameters: [\n Parameters.apiVersion2,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyMetadataCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion2\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyMetadataCollection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-policyinsights\";\nconst packageVersion = \"4.1.1\";\n\nexport class PolicyInsightsClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n\n /**\n * Initializes a new instance of the PolicyInsightsClient 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 [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, options?: Models.PolicyInsightsClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' 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.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\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { PolicyInsightsClientContext } from \"./policyInsightsClientContext\";\n\n\nclass PolicyInsightsClient extends PolicyInsightsClientContext {\n // Operation groups\n policyTrackedResources: operations.PolicyTrackedResources;\n remediations: operations.Remediations;\n policyEvents: operations.PolicyEvents;\n policyStates: operations.PolicyStates;\n operations: operations.Operations;\n policyMetadata: operations.PolicyMetadataOperations;\n\n /**\n * Initializes a new instance of the PolicyInsightsClient 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 [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, options?: Models.PolicyInsightsClientOptions) {\n super(credentials, options);\n this.policyTrackedResources = new operations.PolicyTrackedResources(this);\n this.remediations = new operations.Remediations(this);\n this.policyEvents = new operations.PolicyEvents(this);\n this.policyStates = new operations.PolicyStates(this);\n this.operations = new operations.Operations(this);\n this.policyMetadata = new operations.PolicyMetadataOperations(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n PolicyInsightsClient,\n PolicyInsightsClientContext,\n Models as PolicyInsightsModels,\n Mappers as PolicyInsightsMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.managementGroupsNamespace","Parameters.managementGroupName","Parameters.policyTrackedResourcesResource","Parameters.apiVersion0","Parameters.top","Parameters.filter","Parameters.acceptLanguage","Mappers.PolicyTrackedResourcesQueryResults","Mappers.QueryFailure","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.resourceId","Parameters.nextPageLink","serializer","Mappers","Parameters.managementGroupId","Parameters.remediationName","Parameters.apiVersion1","Mappers.RemediationDeploymentsListResult","Mappers.ErrorResponse","Mappers.Remediation","Mappers.RemediationListResult","listQueryResultsForManagementGroupOperationSpec","listQueryResultsForSubscriptionOperationSpec","listQueryResultsForResourceGroupOperationSpec","listQueryResultsForResourceOperationSpec","listQueryResultsForManagementGroupNextOperationSpec","listQueryResultsForSubscriptionNextOperationSpec","listQueryResultsForResourceGroupNextOperationSpec","listQueryResultsForResourceNextOperationSpec","Parameters.policyEventsResource","Parameters.apiVersion2","Parameters.orderBy","Parameters.select","Parameters.from","Parameters.to","Parameters.apply","Parameters.skipToken","Mappers.PolicyEventsQueryResults","Parameters.expand","Parameters.authorizationNamespace","Parameters.policySetDefinitionName","Parameters.policyDefinitionName","Parameters.policyAssignmentName","listQueryResultsForPolicySetDefinitionOperationSpec","listQueryResultsForPolicyDefinitionOperationSpec","listQueryResultsForSubscriptionLevelPolicyAssignmentOperationSpec","listQueryResultsForResourceGroupLevelPolicyAssignmentOperationSpec","listQueryResultsForPolicySetDefinitionNextOperationSpec","listQueryResultsForPolicyDefinitionNextOperationSpec","listQueryResultsForSubscriptionLevelPolicyAssignmentNextOperationSpec","listQueryResultsForResourceGroupLevelPolicyAssignmentNextOperationSpec","Parameters.policyStatesResource","Mappers.PolicyStatesQueryResults","Parameters.policyStatesSummaryResource","Mappers.SummarizeResults","Mappers.OperationsListResults","listOperationSpec","Parameters.resourceName","Mappers.PolicyMetadata","Mappers.PolicyMetadataCollection","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.PolicyTrackedResources","operations.Remediations","operations.PolicyEvents","operations.PolicyStates","operations.Operations","operations.PolicyMetadataOperations"],"mappings":"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"}
|