@azure/arm-resourcehealth 2.0.0 → 3.0.0-alpha.20211124.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +1811 -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 +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts +20 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.js +27 -0
- package/dist-esm/src/microsoftResourceHealth.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts +17 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.js +50 -0
- package/dist-esm/src/microsoftResourceHealthContext.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +402 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +21 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +233 -309
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +12 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +44 -39
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts +102 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.js +407 -0
- package/dist-esm/src/operations/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js +173 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childResources.d.ts +43 -0
- package/dist-esm/src/operations/childResources.d.ts.map +1 -0
- package/dist-esm/src/operations/childResources.js +143 -0
- package/dist-esm/src/operations/childResources.js.map +1 -0
- package/dist-esm/src/operations/emergingIssues.d.ts +37 -0
- package/dist-esm/src/operations/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operations/emergingIssues.js +143 -0
- package/dist-esm/src/operations/emergingIssues.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/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/operationsInterfaces/availabilityStatuses.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/availabilityStatuses.js} +2 -7
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js} +2 -2
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/childResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js +9 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -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/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 +63 -22
- package/review/arm-resourcehealth.api.md +396 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +13 -0
- package/src/microsoftResourceHealth.ts +38 -41
- package/src/microsoftResourceHealthContext.ts +47 -44
- package/src/models/index.ts +322 -878
- package/src/models/mappers.ts +232 -320
- package/src/models/parameters.ts +58 -40
- package/src/operations/availabilityStatuses.ts +325 -276
- package/src/operations/childAvailabilityStatuses.ts +137 -130
- package/src/operations/childResources.ts +109 -85
- package/src/operations/emergingIssues.ts +96 -103
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +24 -38
- package/src/operationsInterfaces/availabilityStatuses.ts +67 -0
- package/src/operationsInterfaces/childAvailabilityStatuses.ts +43 -0
- package/src/operationsInterfaces/childResources.ts +30 -0
- package/src/operationsInterfaces/emergingIssues.ts +34 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/tsconfig.json +3 -3
- package/types/arm-resourcehealth.d.ts +588 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcehealth.js +0 -1743
- package/dist/arm-resourcehealth.js.map +0 -1
- package/dist/arm-resourcehealth.min.js +0 -1
- package/dist/arm-resourcehealth.min.js.map +0 -1
- package/esm/microsoftResourceHealth.d.ts +0 -29
- package/esm/microsoftResourceHealth.d.ts.map +0 -1
- package/esm/microsoftResourceHealth.js +0 -42
- package/esm/microsoftResourceHealth.js.map +0 -1
- package/esm/microsoftResourceHealthContext.d.ts +0 -23
- package/esm/microsoftResourceHealthContext.d.ts.map +0 -1
- package/esm/microsoftResourceHealthContext.js +0 -61
- package/esm/microsoftResourceHealthContext.js.map +0 -1
- package/esm/models/availabilityStatusesMappers.d.ts +0 -2
- package/esm/models/availabilityStatusesMappers.d.ts.map +0 -1
- package/esm/models/availabilityStatusesMappers.js +0 -9
- package/esm/models/availabilityStatusesMappers.js.map +0 -1
- package/esm/models/childAvailabilityStatusesMappers.d.ts +0 -2
- package/esm/models/childAvailabilityStatusesMappers.d.ts.map +0 -1
- package/esm/models/childAvailabilityStatusesMappers.js +0 -9
- package/esm/models/childAvailabilityStatusesMappers.js.map +0 -1
- package/esm/models/childResourcesMappers.d.ts +0 -2
- package/esm/models/childResourcesMappers.d.ts.map +0 -1
- package/esm/models/childResourcesMappers.js +0 -9
- package/esm/models/childResourcesMappers.js.map +0 -1
- package/esm/models/emergingIssuesMappers.d.ts +0 -2
- package/esm/models/emergingIssuesMappers.d.ts.map +0 -1
- package/esm/models/emergingIssuesMappers.js +0 -9
- package/esm/models/emergingIssuesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -957
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -26
- 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 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/availabilityStatuses.d.ts +0 -166
- package/esm/operations/availabilityStatuses.d.ts.map +0 -1
- package/esm/operations/availabilityStatuses.js +0 -239
- package/esm/operations/availabilityStatuses.js.map +0 -1
- package/esm/operations/childAvailabilityStatuses.d.ts +0 -81
- package/esm/operations/childAvailabilityStatuses.d.ts.map +0 -1
- package/esm/operations/childAvailabilityStatuses.js +0 -117
- package/esm/operations/childAvailabilityStatuses.js.map +0 -1
- package/esm/operations/childResources.d.ts +0 -57
- package/esm/operations/childResources.d.ts.map +0 -1
- package/esm/operations/childResources.js +0 -87
- package/esm/operations/childResources.js.map +0 -1
- package/esm/operations/emergingIssues.d.ts +0 -61
- package/esm/operations/emergingIssues.d.ts.map +0 -1
- package/esm/operations/emergingIssues.js +0 -106
- package/esm/operations/emergingIssues.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/src/models/availabilityStatusesMappers.ts +0 -19
- package/src/models/childAvailabilityStatusesMappers.ts +0 -19
- package/src/models/childResourcesMappers.ts +0 -19
- package/src/models/emergingIssuesMappers.ts +0 -22
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"arm-resourcehealth.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/availabilityStatusesMappers.ts","../src/models/parameters.ts","../src/operations/availabilityStatuses.ts","../src/models/childAvailabilityStatusesMappers.ts","../src/operations/childAvailabilityStatuses.ts","../src/models/childResourcesMappers.ts","../src/operations/childResources.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/emergingIssuesMappers.ts","../src/operations/emergingIssues.ts","../src/microsoftResourceHealthContext.ts","../src/microsoftResourceHealth.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 * An annotation describing a change in the availabilityState to Available from Unavailable with a\n * reasonType of type Unplanned\n */\nexport interface AvailabilityStatusPropertiesRecentlyResolvedState {\n /**\n * Timestamp for when the availabilityState changed to Unavailable\n */\n unavailableOccurredTime?: Date;\n /**\n * Timestamp when the availabilityState changes to Available.\n */\n resolvedTime?: Date;\n /**\n * Brief description of cause of the resource becoming unavailable.\n */\n unavailabilitySummary?: string;\n}\n\n/**\n * Lists actions the user can take based on the current availabilityState of the resource.\n */\nexport interface RecommendedAction {\n /**\n * Recommended action.\n */\n action?: string;\n /**\n * Link to the action\n */\n actionUrl?: string;\n /**\n * Substring of action, it describes which text should host the action url.\n */\n actionUrlText?: string;\n}\n\n/**\n * Status of the service impacting event.\n */\nexport interface ServiceImpactingEventStatus {\n /**\n * Current status of the event\n */\n value?: string;\n}\n\n/**\n * Properties of the service impacting event.\n */\nexport interface ServiceImpactingEventIncidentProperties {\n /**\n * Title of the incident.\n */\n title?: string;\n /**\n * Service impacted by the event.\n */\n service?: string;\n /**\n * Region impacted by the event.\n */\n region?: string;\n /**\n * Type of Event.\n */\n incidentType?: string;\n}\n\n/**\n * Lists the service impacting events that may be affecting the health of the resource.\n */\nexport interface ServiceImpactingEvent {\n /**\n * Timestamp for when the event started.\n */\n eventStartTime?: Date;\n /**\n * Timestamp for when event was submitted/detected.\n */\n eventStatusLastModifiedTime?: Date;\n /**\n * Correlation id for the event\n */\n correlationId?: string;\n /**\n * Status of the service impacting event.\n */\n status?: ServiceImpactingEventStatus;\n /**\n * Properties of the service impacting event.\n */\n incidentProperties?: ServiceImpactingEventIncidentProperties;\n}\n\n/**\n * Properties of availability state.\n */\nexport interface AvailabilityStatusProperties {\n /**\n * Availability status of the resource. When it is null, this availabilityStatus object\n * represents an availability impacting event. Possible values include: 'Available',\n * 'Unavailable', 'Unknown'\n */\n availabilityState?: AvailabilityStateValues;\n /**\n * Summary description of the availability status.\n */\n summary?: string;\n /**\n * Details of the availability status.\n */\n detailedStatus?: string;\n /**\n * When the resource's availabilityState is Unavailable, it describes where the health impacting\n * event was originated. Examples are planned, unplanned, user initiated or an outage etc.\n */\n reasonType?: string;\n /**\n * When the resource's availabilityState is Unavailable, it provides the Timestamp for when the\n * health impacting event was received.\n */\n rootCauseAttributionTime?: Date;\n /**\n * In case of an availability impacting event, it describes when the health impacting event was\n * originated. Examples are Lifecycle, Downtime, Fault Analysis etc.\n */\n healthEventType?: string;\n /**\n * In case of an availability impacting event, it describes where the health impacting event was\n * originated. Examples are PlatformInitiated, UserInitiated etc.\n */\n healthEventCause?: string;\n /**\n * In case of an availability impacting event, it describes the category of a PlatformInitiated\n * health impacting event. Examples are Planned, Unplanned etc.\n */\n healthEventCategory?: string;\n /**\n * It is a unique Id that identifies the event\n */\n healthEventId?: string;\n /**\n * When the resource's availabilityState is Unavailable and the reasonType is not User Initiated,\n * it provides the date and time for when the issue is expected to be resolved.\n */\n resolutionETA?: Date;\n /**\n * Timestamp for when last change in health status occurred.\n */\n occuredTime?: Date;\n /**\n * Chronicity of the availability transition. Possible values include: 'Transient', 'Persistent'\n */\n reasonChronicity?: ReasonChronicityTypes;\n /**\n * Timestamp for when the health was last checked.\n */\n reportedTime?: Date;\n /**\n * An annotation describing a change in the availabilityState to Available from Unavailable with\n * a reasonType of type Unplanned\n */\n recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;\n /**\n * Lists actions the user can take based on the current availabilityState of the resource.\n */\n recommendedActions?: RecommendedAction[];\n /**\n * Lists the service impacting events that may be affecting the health of the resource.\n */\n serviceImpactingEvents?: ServiceImpactingEvent[];\n}\n\n/**\n * availabilityStatus of a resource.\n */\nexport interface AvailabilityStatus {\n /**\n * Azure Resource Manager Identity for the availabilityStatuses resource.\n */\n id?: string;\n /**\n * current.\n */\n name?: string;\n /**\n * Microsoft.ResourceHealth/AvailabilityStatuses.\n */\n type?: string;\n /**\n * Azure Resource Manager geo location of the resource.\n */\n location?: string;\n /**\n * Properties of availability state.\n */\n properties?: AvailabilityStatusProperties;\n}\n\n/**\n * Properties of the operation.\n */\nexport interface OperationDisplay {\n /**\n * Provider name.\n */\n provider?: string;\n /**\n * Resource name.\n */\n resource?: string;\n /**\n * Operation name.\n */\n operation?: string;\n /**\n * Description of the operation.\n */\n description?: string;\n}\n\n/**\n * Operation available in the resourcehealth resource provider.\n */\nexport interface Operation {\n /**\n * Name of the operation.\n */\n name?: string;\n /**\n * Properties of the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * Lists the operations response.\n */\nexport interface OperationListResult {\n /**\n * List of operations available in the resourcehealth resource provider.\n */\n value: Operation[];\n}\n\n/**\n * Banner type of emerging issue.\n */\nexport interface StatusBanner {\n /**\n * The banner title.\n */\n title?: string;\n /**\n * The details of banner.\n */\n message?: string;\n /**\n * The cloud type of this banner.\n */\n cloud?: string;\n /**\n * The last time modified on this banner.\n */\n lastModifiedTime?: Date;\n}\n\n/**\n * Object of impacted region.\n */\nexport interface ImpactedRegion {\n /**\n * The impacted region id.\n */\n id?: string;\n /**\n * The impacted region name.\n */\n name?: string;\n}\n\n/**\n * Object of the emerging issue impact on services and regions.\n */\nexport interface EmergingIssueImpact {\n /**\n * The impacted service id.\n */\n id?: string;\n /**\n * The impacted service name.\n */\n name?: string;\n /**\n * The list of impacted regions for corresponding emerging issues.\n */\n regions?: ImpactedRegion[];\n}\n\n/**\n * Active event type of emerging issue.\n */\nexport interface StatusActiveEvent {\n /**\n * The active event title.\n */\n title?: string;\n /**\n * The details of active event.\n */\n description?: string;\n /**\n * The tracking id of this active event.\n */\n trackingId?: string;\n /**\n * The impact start time on this active event.\n */\n startTime?: Date;\n /**\n * The cloud type of this active event.\n */\n cloud?: string;\n /**\n * The severity level of this active event. Possible values include: 'Information', 'Warning',\n * 'Error'\n */\n severity?: SeverityValues;\n /**\n * The stage of this active event. Possible values include: 'Active', 'Resolve', 'Archived'\n */\n stage?: StageValues;\n /**\n * The boolean value of this active event if published or not.\n */\n published?: boolean;\n /**\n * The last time modified on this banner.\n */\n lastModifiedTime?: Date;\n /**\n * The list of emerging issues impacts.\n */\n impacts?: EmergingIssueImpact[];\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The Get EmergingIssues operation response.\n */\nexport interface EmergingIssuesGetResult extends Resource {\n /**\n * Timestamp for when last time refreshed for ongoing emerging issue.\n */\n refreshTimestamp?: Date;\n /**\n * The list of emerging issues of banner type.\n */\n statusBanners?: StatusBanner[];\n /**\n * The list of emerging issues of active event type.\n */\n statusActiveEvents?: StatusActiveEvent[];\n}\n\n/**\n * Error details.\n */\nexport interface ErrorResponse {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: string;\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesListBySubscriptionIdOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesGetByResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesListBySubscriptionIdNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AvailabilityStatusesListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ChildAvailabilityStatusesGetByResourceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ChildAvailabilityStatusesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ChildAvailabilityStatusesListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ChildResourcesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ChildResourcesListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply on the operation. For more information please see\n * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN\n */\n filter?: string;\n /**\n * Setting $expand=recommendedactions in url query expands the recommendedactions in the\n * response.\n */\n expand?: string;\n}\n\n/**\n * An interface representing MicrosoftResourceHealthOptions.\n */\nexport interface MicrosoftResourceHealthOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The List availabilityStatus operation response.\n * @extends Array<AvailabilityStatus>\n */\nexport interface AvailabilityStatusListResult extends Array<AvailabilityStatus> {\n /**\n * The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch\n * the next page of availabilityStatuses.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The list of emerging issues.\n * @extends Array<EmergingIssuesGetResult>\n */\nexport interface EmergingIssueListResult extends Array<EmergingIssuesGetResult> {\n /**\n * The link used to get the next page of emerging issues.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for AvailabilityStateValues.\n * Possible values include: 'Available', 'Unavailable', 'Unknown'\n * @readonly\n * @enum {string}\n */\nexport type AvailabilityStateValues = 'Available' | 'Unavailable' | 'Unknown';\n\n/**\n * Defines values for ReasonChronicityTypes.\n * Possible values include: 'Transient', 'Persistent'\n * @readonly\n * @enum {string}\n */\nexport type ReasonChronicityTypes = 'Transient' | 'Persistent';\n\n/**\n * Defines values for SeverityValues.\n * Possible values include: 'Information', 'Warning', 'Error'\n * @readonly\n * @enum {string}\n */\nexport type SeverityValues = 'Information' | 'Warning' | 'Error';\n\n/**\n * Defines values for StageValues.\n * Possible values include: 'Active', 'Resolve', 'Archived'\n * @readonly\n * @enum {string}\n */\nexport type StageValues = 'Active' | 'Resolve' | 'Archived';\n\n/**\n * Contains response data for the listBySubscriptionId operation.\n */\nexport type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the getByResource operation.\n */\nexport type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus & {\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: AvailabilityStatus;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AvailabilityStatusesListResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionIdNext operation.\n */\nexport type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the getByResource operation.\n */\nexport type ChildAvailabilityStatusesGetByResourceResponse = AvailabilityStatus & {\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: AvailabilityStatus;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ChildAvailabilityStatusesListResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ChildAvailabilityStatusesListNextResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ChildResourcesListResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ChildResourcesListNextResponse = AvailabilityStatusListResult & {\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: AvailabilityStatusListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EmergingIssuesGetResponse = EmergingIssuesGetResult & {\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: EmergingIssuesGetResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type EmergingIssuesListResponse = EmergingIssueListResult & {\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: EmergingIssueListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type EmergingIssuesListNextResponse = EmergingIssueListResult & {\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: EmergingIssueListResult;\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 AvailabilityStatusPropertiesRecentlyResolvedState: msRest.CompositeMapper = {\n serializedName: \"availabilityStatus_properties_recentlyResolvedState\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusPropertiesRecentlyResolvedState\",\n modelProperties: {\n unavailableOccurredTime: {\n serializedName: \"unavailableOccurredTime\",\n type: {\n name: \"DateTime\"\n }\n },\n resolvedTime: {\n serializedName: \"resolvedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n unavailabilitySummary: {\n serializedName: \"unavailabilitySummary\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RecommendedAction: msRest.CompositeMapper = {\n serializedName: \"recommendedAction\",\n type: {\n name: \"Composite\",\n className: \"RecommendedAction\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n },\n actionUrl: {\n serializedName: \"actionUrl\",\n type: {\n name: \"String\"\n }\n },\n actionUrlText: {\n serializedName: \"actionUrlText\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceImpactingEventStatus: msRest.CompositeMapper = {\n serializedName: \"serviceImpactingEvent_status\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventStatus\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceImpactingEventIncidentProperties: msRest.CompositeMapper = {\n serializedName: \"serviceImpactingEvent_incidentProperties\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventIncidentProperties\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n service: {\n serializedName: \"service\",\n type: {\n name: \"String\"\n }\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n incidentType: {\n serializedName: \"incidentType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceImpactingEvent: msRest.CompositeMapper = {\n serializedName: \"serviceImpactingEvent\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEvent\",\n modelProperties: {\n eventStartTime: {\n serializedName: \"eventStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n eventStatusLastModifiedTime: {\n serializedName: \"eventStatusLastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventStatus\"\n }\n },\n incidentProperties: {\n serializedName: \"incidentProperties\",\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEventIncidentProperties\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityStatusProperties: msRest.CompositeMapper = {\n serializedName: \"availabilityStatus_properties\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusProperties\",\n modelProperties: {\n availabilityState: {\n serializedName: \"availabilityState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Available\",\n \"Unavailable\",\n \"Unknown\"\n ]\n }\n },\n summary: {\n serializedName: \"summary\",\n type: {\n name: \"String\"\n }\n },\n detailedStatus: {\n serializedName: \"detailedStatus\",\n type: {\n name: \"String\"\n }\n },\n reasonType: {\n serializedName: \"reasonType\",\n type: {\n name: \"String\"\n }\n },\n rootCauseAttributionTime: {\n serializedName: \"rootCauseAttributionTime\",\n type: {\n name: \"DateTime\"\n }\n },\n healthEventType: {\n serializedName: \"healthEventType\",\n type: {\n name: \"String\"\n }\n },\n healthEventCause: {\n serializedName: \"healthEventCause\",\n type: {\n name: \"String\"\n }\n },\n healthEventCategory: {\n serializedName: \"healthEventCategory\",\n type: {\n name: \"String\"\n }\n },\n healthEventId: {\n serializedName: \"healthEventId\",\n type: {\n name: \"String\"\n }\n },\n resolutionETA: {\n serializedName: \"resolutionETA\",\n type: {\n name: \"DateTime\"\n }\n },\n occuredTime: {\n serializedName: \"occuredTime\",\n type: {\n name: \"DateTime\"\n }\n },\n reasonChronicity: {\n serializedName: \"reasonChronicity\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Transient\",\n \"Persistent\"\n ]\n }\n },\n reportedTime: {\n serializedName: \"reportedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n recentlyResolvedState: {\n serializedName: \"recentlyResolvedState\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusPropertiesRecentlyResolvedState\"\n }\n },\n recommendedActions: {\n serializedName: \"recommendedActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RecommendedAction\"\n }\n }\n }\n },\n serviceImpactingEvents: {\n serializedName: \"serviceImpactingEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceImpactingEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailabilityStatus: msRest.CompositeMapper = {\n serializedName: \"availabilityStatus\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatus\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusProperties\"\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 OperationListResult: msRest.CompositeMapper = {\n serializedName: \"operationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n required: true,\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 StatusBanner: msRest.CompositeMapper = {\n serializedName: \"statusBanner\",\n type: {\n name: \"Composite\",\n className: \"StatusBanner\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ImpactedRegion: msRest.CompositeMapper = {\n serializedName: \"impactedRegion\",\n type: {\n name: \"Composite\",\n className: \"ImpactedRegion\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EmergingIssueImpact: msRest.CompositeMapper = {\n serializedName: \"emergingIssueImpact\",\n type: {\n name: \"Composite\",\n className: \"EmergingIssueImpact\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n regions: {\n serializedName: \"regions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImpactedRegion\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StatusActiveEvent: msRest.CompositeMapper = {\n serializedName: \"statusActiveEvent\",\n type: {\n name: \"Composite\",\n className: \"StatusActiveEvent\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n trackingId: {\n serializedName: \"trackingId\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n cloud: {\n serializedName: \"cloud\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\"\n }\n },\n stage: {\n serializedName: \"stage\",\n type: {\n name: \"String\"\n }\n },\n published: {\n serializedName: \"published\",\n type: {\n name: \"Boolean\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\"\n }\n },\n impacts: {\n serializedName: \"impacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmergingIssueImpact\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EmergingIssuesGetResult: msRest.CompositeMapper = {\n serializedName: \"emergingIssuesGetResult\",\n type: {\n name: \"Composite\",\n className: \"EmergingIssuesGetResult\",\n modelProperties: {\n ...Resource.type.modelProperties,\n refreshTimestamp: {\n serializedName: \"properties.refreshTimestamp\",\n type: {\n name: \"DateTime\"\n }\n },\n statusBanners: {\n serializedName: \"properties.statusBanners\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StatusBanner\"\n }\n }\n }\n },\n statusActiveEvents: {\n serializedName: \"properties.statusActiveEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StatusActiveEvent\"\n }\n }\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 code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityStatusListResult: msRest.CompositeMapper = {\n serializedName: \"availabilityStatusListResult\",\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatusListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityStatus\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EmergingIssueListResult: msRest.CompositeMapper = {\n serializedName: \"emergingIssueListResult\",\n type: {\n name: \"Composite\",\n className: \"EmergingIssueListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EmergingIssuesGetResult\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AvailabilityStatus,\n AvailabilityStatusListResult,\n AvailabilityStatusProperties,\n AvailabilityStatusPropertiesRecentlyResolvedState,\n ErrorResponse,\n RecommendedAction,\n ServiceImpactingEvent,\n ServiceImpactingEventIncidentProperties,\n ServiceImpactingEventStatus\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\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 \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const issueName: msRest.OperationURLParameter = {\n parameterPath: \"issueName\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"issueName\",\n defaultValue: 'default',\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 resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceUri: msRest.OperationURLParameter = {\n parameterPath: \"resourceUri\",\n mapper: {\n required: true,\n serializedName: \"resourceUri\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/availabilityStatusesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\n\n/** Class representing a AvailabilityStatuses. */\nexport class AvailabilityStatuses {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Create a AvailabilityStatuses.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists the current availability status for all the resources in the subscription. Use the\n * nextLink property in the response to get the next page of availability statuses.\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesListBySubscriptionIdResponse>\n */\n listBySubscriptionId(options?: Models.AvailabilityStatusesListBySubscriptionIdOptionalParams): Promise<Models.AvailabilityStatusesListBySubscriptionIdResponse>;\n /**\n * @param callback The callback\n */\n listBySubscriptionId(callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionId(options: Models.AvailabilityStatusesListBySubscriptionIdOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listBySubscriptionId(options?: Models.AvailabilityStatusesListBySubscriptionIdOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.AvailabilityStatusesListBySubscriptionIdResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionIdOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesListBySubscriptionIdResponse>;\n }\n\n /**\n * Lists the current availability status for all the resources in the resource group. Use the\n * nextLink property in the response to get the next page of availability statuses.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.AvailabilityStatusesListByResourceGroupOptionalParams): Promise<Models.AvailabilityStatusesListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.AvailabilityStatusesListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.AvailabilityStatusesListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.AvailabilityStatusesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesListByResourceGroupResponse>;\n }\n\n /**\n * Gets current availability status for a single resource\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesGetByResourceResponse>\n */\n getByResource(resourceUri: string, options?: Models.AvailabilityStatusesGetByResourceOptionalParams): Promise<Models.AvailabilityStatusesGetByResourceResponse>;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param callback The callback\n */\n getByResource(resourceUri: string, callback: msRest.ServiceCallback<Models.AvailabilityStatus>): void;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The optional parameters\n * @param callback The callback\n */\n getByResource(resourceUri: string, options: Models.AvailabilityStatusesGetByResourceOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatus>): void;\n getByResource(resourceUri: string, options?: Models.AvailabilityStatusesGetByResourceOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatus>, callback?: msRest.ServiceCallback<Models.AvailabilityStatus>): Promise<Models.AvailabilityStatusesGetByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n options\n },\n getByResourceOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesGetByResourceResponse>;\n }\n\n /**\n * Lists all historical availability transitions and impacting events for a single resource. Use\n * the nextLink property in the response to get the next page of availability status\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesListResponse>\n */\n list(resourceUri: string, options?: Models.AvailabilityStatusesListOptionalParams): Promise<Models.AvailabilityStatusesListResponse>;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param callback The callback\n */\n list(resourceUri: string, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API support not nested and one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * and\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceUri: string, options: Models.AvailabilityStatusesListOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n list(resourceUri: string, options?: Models.AvailabilityStatusesListOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.AvailabilityStatusesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesListResponse>;\n }\n\n /**\n * Lists the current availability status for all the resources in the subscription. Use the\n * nextLink property in the response to get the next page of availability statuses.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse>\n */\n listBySubscriptionIdNext(nextPageLink: string, options?: Models.AvailabilityStatusesListBySubscriptionIdNextOptionalParams): Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionIdNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): 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 listBySubscriptionIdNext(nextPageLink: string, options: Models.AvailabilityStatusesListBySubscriptionIdNextOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listBySubscriptionIdNext(nextPageLink: string, options?: Models.AvailabilityStatusesListBySubscriptionIdNextOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionIdNextOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesListBySubscriptionIdNextResponse>;\n }\n\n /**\n * Lists the current availability status for all the resources in the resource group. Use the\n * nextLink property in the response to get the next page of availability statuses.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.AvailabilityStatusesListByResourceGroupNextOptionalParams): Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: Models.AvailabilityStatusesListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.AvailabilityStatusesListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists all historical availability transitions and impacting events for a single resource. Use\n * the nextLink property in the response to get the next page of availability status\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailabilityStatusesListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.AvailabilityStatusesListNextOptionalParams): Promise<Models.AvailabilityStatusesListNextResponse>;\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.AvailabilityStatusListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: Models.AvailabilityStatusesListNextOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listNext(nextPageLink: string, options?: Models.AvailabilityStatusesListNextOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.AvailabilityStatusesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.AvailabilityStatusesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listBySubscriptionIdOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatus\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listBySubscriptionIdNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\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 AvailabilityStatus,\n AvailabilityStatusListResult,\n AvailabilityStatusProperties,\n AvailabilityStatusPropertiesRecentlyResolvedState,\n ErrorResponse,\n RecommendedAction,\n ServiceImpactingEvent,\n ServiceImpactingEventIncidentProperties,\n ServiceImpactingEventStatus\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/childAvailabilityStatusesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\n\n/** Class representing a ChildAvailabilityStatuses. */\nexport class ChildAvailabilityStatuses {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Create a ChildAvailabilityStatuses.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Gets current availability status for a single resource\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param [options] The optional parameters\n * @returns Promise<Models.ChildAvailabilityStatusesGetByResourceResponse>\n */\n getByResource(resourceUri: string, options?: Models.ChildAvailabilityStatusesGetByResourceOptionalParams): Promise<Models.ChildAvailabilityStatusesGetByResourceResponse>;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param callback The callback\n */\n getByResource(resourceUri: string, callback: msRest.ServiceCallback<Models.AvailabilityStatus>): void;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The optional parameters\n * @param callback The callback\n */\n getByResource(resourceUri: string, options: Models.ChildAvailabilityStatusesGetByResourceOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatus>): void;\n getByResource(resourceUri: string, options?: Models.ChildAvailabilityStatusesGetByResourceOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatus>, callback?: msRest.ServiceCallback<Models.AvailabilityStatus>): Promise<Models.ChildAvailabilityStatusesGetByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n options\n },\n getByResourceOperationSpec,\n callback) as Promise<Models.ChildAvailabilityStatusesGetByResourceResponse>;\n }\n\n /**\n * Lists the historical availability statuses for a single child resource. Use the nextLink\n * property in the response to get the next page of availability status\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param [options] The optional parameters\n * @returns Promise<Models.ChildAvailabilityStatusesListResponse>\n */\n list(resourceUri: string, options?: Models.ChildAvailabilityStatusesListOptionalParams): Promise<Models.ChildAvailabilityStatusesListResponse>;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param callback The callback\n */\n list(resourceUri: string, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support one nesting level resource types :\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceUri: string, options: Models.ChildAvailabilityStatusesListOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n list(resourceUri: string, options?: Models.ChildAvailabilityStatusesListOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.ChildAvailabilityStatusesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ChildAvailabilityStatusesListResponse>;\n }\n\n /**\n * Lists the historical availability statuses for a single child resource. Use the nextLink\n * property in the response to get the next page of availability status\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ChildAvailabilityStatusesListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.ChildAvailabilityStatusesListNextOptionalParams): Promise<Models.ChildAvailabilityStatusesListNextResponse>;\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.AvailabilityStatusListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: Models.ChildAvailabilityStatusesListNextOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listNext(nextPageLink: string, options?: Models.ChildAvailabilityStatusesListNextOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.ChildAvailabilityStatusesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ChildAvailabilityStatusesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getByResourceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses/current\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatus\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\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 AvailabilityStatus,\n AvailabilityStatusListResult,\n AvailabilityStatusProperties,\n AvailabilityStatusPropertiesRecentlyResolvedState,\n ErrorResponse,\n RecommendedAction,\n ServiceImpactingEvent,\n ServiceImpactingEventIncidentProperties,\n ServiceImpactingEventStatus\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/childResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\n\n/** Class representing a ChildResources. */\nexport class ChildResources {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Create a ChildResources.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists the all the children and its current health status for a parent resource. Use the nextLink\n * property in the response to get the next page of children current health\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support not nested parent resource type:\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * @param [options] The optional parameters\n * @returns Promise<Models.ChildResourcesListResponse>\n */\n list(resourceUri: string, options?: Models.ChildResourcesListOptionalParams): Promise<Models.ChildResourcesListResponse>;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support not nested parent resource type:\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * @param callback The callback\n */\n list(resourceUri: string, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n /**\n * @param resourceUri The fully qualified ID of the resource, including the resource name and\n * resource type. Currently the API only support not nested parent resource type:\n * /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceUri: string, options: Models.ChildResourcesListOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n list(resourceUri: string, options?: Models.ChildResourcesListOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.ChildResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceUri,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ChildResourcesListResponse>;\n }\n\n /**\n * Lists the all the children and its current health status for a parent resource. Use the nextLink\n * property in the response to get the next page of children current health\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ChildResourcesListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.ChildResourcesListNextOptionalParams): Promise<Models.ChildResourcesListNextResponse>;\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.AvailabilityStatusListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: Models.ChildResourcesListNextOptionalParams, callback: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): void;\n listNext(nextPageLink: string, options?: Models.ChildResourcesListNextOptionalParams | msRest.ServiceCallback<Models.AvailabilityStatusListResult>, callback?: msRest.ServiceCallback<Models.AvailabilityStatusListResult>): Promise<Models.ChildResourcesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ChildResourcesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"{resourceUri}/providers/Microsoft.ResourceHealth/childResources\",\n urlParameters: [\n Parameters.resourceUri\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Create a Operations.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Lists available operations for the resourcehealth resource provider\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.ResourceHealth/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\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 AzureEntityResource,\n BaseResource,\n EmergingIssueImpact,\n EmergingIssueListResult,\n EmergingIssuesGetResult,\n ErrorResponse,\n ImpactedRegion,\n ProxyResource,\n Resource,\n StatusActiveEvent,\n StatusBanner,\n TrackedResource\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/emergingIssuesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { MicrosoftResourceHealthContext } from \"../microsoftResourceHealthContext\";\n\n/** Class representing a EmergingIssues. */\nexport class EmergingIssues {\n private readonly client: MicrosoftResourceHealthContext;\n\n /**\n * Create a EmergingIssues.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n constructor(client: MicrosoftResourceHealthContext) {\n this.client = client;\n }\n\n /**\n * Gets Azure services' emerging issues.\n * @param [options] The optional parameters\n * @returns Promise<Models.EmergingIssuesGetResponse>\n */\n get(options?: msRest.RequestOptionsBase): Promise<Models.EmergingIssuesGetResponse>;\n /**\n * @param callback The callback\n */\n get(callback: msRest.ServiceCallback<Models.EmergingIssuesGetResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n get(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EmergingIssuesGetResult>): void;\n get(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EmergingIssuesGetResult>, callback?: msRest.ServiceCallback<Models.EmergingIssuesGetResult>): Promise<Models.EmergingIssuesGetResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EmergingIssuesGetResponse>;\n }\n\n /**\n * Lists Azure services' emerging issues.\n * @param [options] The optional parameters\n * @returns Promise<Models.EmergingIssuesListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.EmergingIssuesListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.EmergingIssueListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EmergingIssueListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EmergingIssueListResult>, callback?: msRest.ServiceCallback<Models.EmergingIssueListResult>): Promise<Models.EmergingIssuesListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.EmergingIssuesListResponse>;\n }\n\n /**\n * Lists Azure services' emerging issues.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EmergingIssuesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EmergingIssuesListNextResponse>;\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.EmergingIssueListResult>): 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.EmergingIssueListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EmergingIssueListResult>, callback?: msRest.ServiceCallback<Models.EmergingIssueListResult>): Promise<Models.EmergingIssuesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.EmergingIssuesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.ResourceHealth/emergingIssues/{issueName}\",\n urlParameters: [\n Parameters.issueName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EmergingIssuesGetResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.ResourceHealth/emergingIssues\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EmergingIssueListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EmergingIssueListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-resourcehealth\";\nconst packageVersion = \"2.0.0\";\n\nexport class MicrosoftResourceHealthContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the MicrosoftResourceHealth class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2017-07-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MicrosoftResourceHealthContext } from \"./microsoftResourceHealthContext\";\n\n\nclass MicrosoftResourceHealth extends MicrosoftResourceHealthContext {\n // Operation groups\n availabilityStatuses: operations.AvailabilityStatuses;\n childAvailabilityStatuses: operations.ChildAvailabilityStatuses;\n childResources: operations.ChildResources;\n operations: operations.Operations;\n emergingIssues: operations.EmergingIssues;\n\n /**\n * Initializes a new instance of the MicrosoftResourceHealth class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions) {\n super(credentials, subscriptionId, options);\n this.availabilityStatuses = new operations.AvailabilityStatuses(this);\n this.childAvailabilityStatuses = new operations.ChildAvailabilityStatuses(this);\n this.childResources = new operations.ChildResources(this);\n this.operations = new operations.Operations(this);\n this.emergingIssues = new operations.EmergingIssues(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n MicrosoftResourceHealth,\n MicrosoftResourceHealthContext,\n Models as MicrosoftResourceHealthModels,\n Mappers as MicrosoftResourceHealthMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion","Parameters.filter","Parameters.expand","Parameters.acceptLanguage","Mappers.AvailabilityStatusListResult","Mappers.ErrorResponse","Parameters.resourceGroupName","Parameters.resourceUri","Mappers.AvailabilityStatus","Parameters.nextPageLink","getByResourceOperationSpec","listOperationSpec","listNextOperationSpec","serializer","Mappers","Mappers.OperationListResult","Parameters.issueName","Mappers.EmergingIssuesGetResult","Mappers.EmergingIssueListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.AvailabilityStatuses","operations.ChildAvailabilityStatuses","operations.ChildResources","operations.Operations","operations.EmergingIssues"],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],t):t(((e=e||self).Azure=e.Azure||{},e.Azure.ArmResourcehealth={}),e.msRestAzure,e.msRest)}(this,function(e,s,t){"use strict";var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)t.hasOwnProperty(a)&&(e[a]=t[a])})(e,t)};function a(e,t){function a(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}var i=function(){return(i=Object.assign||function(e){for(var t,a=1,r=arguments.length;a<r;a++)for(var i in t=arguments[a])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},n=Object.freeze({__proto__:null}),o=s.CloudErrorMapper,p=s.BaseResourceMapper,m={serializedName:"availabilityStatus_properties_recentlyResolvedState",type:{name:"Composite",className:"AvailabilityStatusPropertiesRecentlyResolvedState",modelProperties:{unavailableOccurredTime:{serializedName:"unavailableOccurredTime",type:{name:"DateTime"}},resolvedTime:{serializedName:"resolvedTime",type:{name:"DateTime"}},unavailabilitySummary:{serializedName:"unavailabilitySummary",type:{name:"String"}}}}},l={serializedName:"recommendedAction",type:{name:"Composite",className:"RecommendedAction",modelProperties:{action:{serializedName:"action",type:{name:"String"}},actionUrl:{serializedName:"actionUrl",type:{name:"String"}},actionUrlText:{serializedName:"actionUrlText",type:{name:"String"}}}}},u={serializedName:"serviceImpactingEvent_status",type:{name:"Composite",className:"ServiceImpactingEventStatus",modelProperties:{value:{serializedName:"value",type:{name:"String"}}}}},d={serializedName:"serviceImpactingEvent_incidentProperties",type:{name:"Composite",className:"ServiceImpactingEventIncidentProperties",modelProperties:{title:{serializedName:"title",type:{name:"String"}},service:{serializedName:"service",type:{name:"String"}},region:{serializedName:"region",type:{name:"String"}},incidentType:{serializedName:"incidentType",type:{name:"String"}}}}},c={serializedName:"serviceImpactingEvent",type:{name:"Composite",className:"ServiceImpactingEvent",modelProperties:{eventStartTime:{serializedName:"eventStartTime",type:{name:"DateTime"}},eventStatusLastModifiedTime:{serializedName:"eventStatusLastModifiedTime",type:{name:"DateTime"}},correlationId:{serializedName:"correlationId",type:{name:"String"}},status:{serializedName:"status",type:{name:"Composite",className:"ServiceImpactingEventStatus"}},incidentProperties:{serializedName:"incidentProperties",type:{name:"Composite",className:"ServiceImpactingEventIncidentProperties"}}}}},y={serializedName:"availabilityStatus_properties",type:{name:"Composite",className:"AvailabilityStatusProperties",modelProperties:{availabilityState:{serializedName:"availabilityState",type:{name:"Enum",allowedValues:["Available","Unavailable","Unknown"]}},summary:{serializedName:"summary",type:{name:"String"}},detailedStatus:{serializedName:"detailedStatus",type:{name:"String"}},reasonType:{serializedName:"reasonType",type:{name:"String"}},rootCauseAttributionTime:{serializedName:"rootCauseAttributionTime",type:{name:"DateTime"}},healthEventType:{serializedName:"healthEventType",type:{name:"String"}},healthEventCause:{serializedName:"healthEventCause",type:{name:"String"}},healthEventCategory:{serializedName:"healthEventCategory",type:{name:"String"}},healthEventId:{serializedName:"healthEventId",type:{name:"String"}},resolutionETA:{serializedName:"resolutionETA",type:{name:"DateTime"}},occuredTime:{serializedName:"occuredTime",type:{name:"DateTime"}},reasonChronicity:{serializedName:"reasonChronicity",type:{name:"Enum",allowedValues:["Transient","Persistent"]}},reportedTime:{serializedName:"reportedTime",type:{name:"DateTime"}},recentlyResolvedState:{serializedName:"recentlyResolvedState",type:{name:"Composite",className:"AvailabilityStatusPropertiesRecentlyResolvedState"}},recommendedActions:{serializedName:"recommendedActions",type:{name:"Sequence",element:{type:{name:"Composite",className:"RecommendedAction"}}}},serviceImpactingEvents:{serializedName:"serviceImpactingEvents",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServiceImpactingEvent"}}}}}}},g={serializedName:"availabilityStatus",type:{name:"Composite",className:"AvailabilityStatus",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}},location:{serializedName:"location",type:{name:"String"}},properties:{serializedName:"properties",type:{name:"Composite",className:"AvailabilityStatusProperties"}}}}},v={serializedName:"operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},S={serializedName:"operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}}}}},h={serializedName:"operationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{required:!0,serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},z={serializedName:"statusBanner",type:{name:"Composite",className:"StatusBanner",modelProperties:{title:{serializedName:"title",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}},cloud:{serializedName:"cloud",type:{name:"String"}},lastModifiedTime:{serializedName:"lastModifiedTime",type:{name:"DateTime"}}}}},N={serializedName:"impactedRegion",type:{name:"Composite",className:"ImpactedRegion",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}}}}},R={serializedName:"emergingIssueImpact",type:{name:"Composite",className:"EmergingIssueImpact",modelProperties:{id:{serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},regions:{serializedName:"regions",type:{name:"Sequence",element:{type:{name:"Composite",className:"ImpactedRegion"}}}}}}},P={serializedName:"statusActiveEvent",type:{name:"Composite",className:"StatusActiveEvent",modelProperties:{title:{serializedName:"title",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}},trackingId:{serializedName:"trackingId",type:{name:"String"}},startTime:{serializedName:"startTime",type:{name:"DateTime"}},cloud:{serializedName:"cloud",type:{name:"String"}},severity:{serializedName:"severity",type:{name:"String"}},stage:{serializedName:"stage",type:{name:"String"}},published:{serializedName:"published",type:{name:"Boolean"}},lastModifiedTime:{serializedName:"lastModifiedTime",type:{name:"DateTime"}},impacts:{serializedName:"impacts",type:{name:"Sequence",element:{type:{name:"Composite",className:"EmergingIssueImpact"}}}}}}},b={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},f={serializedName:"emergingIssuesGetResult",type:{name:"Composite",className:"EmergingIssuesGetResult",modelProperties:i(i({},b.type.modelProperties),{refreshTimestamp:{serializedName:"properties.refreshTimestamp",type:{name:"DateTime"}},statusBanners:{serializedName:"properties.statusBanners",type:{name:"Sequence",element:{type:{name:"Composite",className:"StatusBanner"}}}},statusActiveEvents:{serializedName:"properties.statusActiveEvents",type:{name:"Sequence",element:{type:{name:"Composite",className:"StatusActiveEvent"}}}}})}},E={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"String"}}}}},M={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:i({},b.type.modelProperties)}},T={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:i(i({},b.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},I={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:i(i({},b.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},A={serializedName:"availabilityStatusListResult",type:{name:"Composite",className:"AvailabilityStatusListResult",modelProperties:{value:{required:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"AvailabilityStatus"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},O={serializedName:"emergingIssueListResult",type:{name:"Composite",className:"EmergingIssueListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"EmergingIssuesGetResult"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},q=Object.freeze({__proto__:null,CloudError:o,BaseResource:p,AvailabilityStatusPropertiesRecentlyResolvedState:m,RecommendedAction:l,ServiceImpactingEventStatus:u,ServiceImpactingEventIncidentProperties:d,ServiceImpactingEvent:c,AvailabilityStatusProperties:y,AvailabilityStatus:g,OperationDisplay:v,Operation:S,OperationListResult:h,StatusBanner:z,ImpactedRegion:N,EmergingIssueImpact:R,StatusActiveEvent:P,Resource:b,EmergingIssuesGetResult:f,ErrorResponse:E,ProxyResource:M,TrackedResource:T,AzureEntityResource:I,AvailabilityStatusListResult:A,EmergingIssueListResult:O}),C=Object.freeze({__proto__:null,AvailabilityStatus:g,AvailabilityStatusListResult:A,AvailabilityStatusProperties:y,AvailabilityStatusPropertiesRecentlyResolvedState:m,ErrorResponse:E,RecommendedAction:l,ServiceImpactingEvent:c,ServiceImpactingEventIncidentProperties:d,ServiceImpactingEventStatus:u}),_={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},L={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},x={parameterPath:["options","expand"],mapper:{serializedName:"$expand",type:{name:"String"}}},U={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},G={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},k={parameterPath:"resourceUri",mapper:{required:!0,serializedName:"resourceUri",type:{name:"String"}},skipEncoding:!0},o={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},w=(j.prototype.listBySubscriptionId=function(e,t){return this.client.sendOperationRequest({options:e},D,t)},j.prototype.listByResourceGroup=function(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,options:t},B,a)},j.prototype.getByResource=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},H,a)},j.prototype.list=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},V,a)},j.prototype.listBySubscriptionIdNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},$,a)},j.prototype.listByResourceGroupNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},F,a)},j.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},J,a)},j);function j(e){this.client=e}var C=new t.Serializer(C),D={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[o],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},B={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[o,{parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}}],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},H={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current",urlParameters:[k],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:g},default:{bodyMapper:E}},serializer:C},V={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[k],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},$={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},F={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},J={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},C=Object.freeze({__proto__:null,AvailabilityStatus:g,AvailabilityStatusListResult:A,AvailabilityStatusProperties:y,AvailabilityStatusPropertiesRecentlyResolvedState:m,ErrorResponse:E,RecommendedAction:l,ServiceImpactingEvent:c,ServiceImpactingEventIncidentProperties:d,ServiceImpactingEventStatus:u}),K=(Q.prototype.getByResource=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},W,a)},Q.prototype.list=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},X,a)},Q.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},Y,a)},Q);function Q(e){this.client=e}var C=new t.Serializer(C),W={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses/current",urlParameters:[k],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:g},default:{bodyMapper:E}},serializer:C},X={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses",urlParameters:[k],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},Y={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:C},u=Object.freeze({__proto__:null,AvailabilityStatus:g,AvailabilityStatusListResult:A,AvailabilityStatusProperties:y,AvailabilityStatusPropertiesRecentlyResolvedState:m,ErrorResponse:E,RecommendedAction:l,ServiceImpactingEvent:c,ServiceImpactingEventIncidentProperties:d,ServiceImpactingEventStatus:u}),Z=(ee.prototype.list=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},te,a)},ee.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},ae,a)},ee);function ee(e){this.client=e}var u=new t.Serializer(u),te={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/childResources",urlParameters:[k],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:u},ae={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],queryParameters:[L,U,x],headerParameters:[_],responses:{200:{bodyMapper:A},default:{bodyMapper:E}},serializer:u},v=Object.freeze({__proto__:null,ErrorResponse:E,Operation:S,OperationDisplay:v,OperationListResult:h}),re=(ie.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},se,t)},ie);function ie(e){this.client=e}var se={httpMethod:"GET",path:"providers/Microsoft.ResourceHealth/operations",queryParameters:[L],headerParameters:[_],responses:{200:{bodyMapper:h},default:{bodyMapper:E}},serializer:new t.Serializer(v)},T=Object.freeze({__proto__:null,AzureEntityResource:I,BaseResource:p,EmergingIssueImpact:R,EmergingIssueListResult:O,EmergingIssuesGetResult:f,ErrorResponse:E,ImpactedRegion:N,ProxyResource:M,Resource:b,StatusActiveEvent:P,StatusBanner:z,TrackedResource:T}),ne=(oe.prototype.get=function(e,t){return this.client.sendOperationRequest({options:e},me,t)},oe.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},le,t)},oe.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},ue,a)},oe);function oe(e){this.client=e}var pe,T=new t.Serializer(T),me={httpMethod:"GET",path:"providers/Microsoft.ResourceHealth/emergingIssues/{issueName}",urlParameters:[{parameterPath:"issueName",mapper:{required:!0,isConstant:!0,serializedName:"issueName",defaultValue:"default",type:{name:"String"}}}],queryParameters:[L],headerParameters:[_],responses:{200:{bodyMapper:f},default:{bodyMapper:E}},serializer:T},le={httpMethod:"GET",path:"providers/Microsoft.ResourceHealth/emergingIssues",queryParameters:[L],headerParameters:[_],responses:{200:{bodyMapper:O},default:{bodyMapper:E}},serializer:T},ue={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[G],queryParameters:[L],headerParameters:[_],responses:{200:{bodyMapper:O},default:{bodyMapper:E}},serializer:T},E=(a(de,pe=s.AzureServiceClient),de);function de(e,t,a){var r,i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");return(a=a||{}).userAgent||(r=s.getDefaultUserAgentValue(),a.userAgent="@azure/arm-resourcehealth/2.0.0 "+r),(i=pe.call(this,e,a)||this).apiVersion="2017-07-01",i.acceptLanguage="en-US",i.longRunningOperationRetryTimeout=30,i.baseUri=a.baseUri||i.baseUri||"https://management.azure.com",i.requestContentType="application/json; charset=utf-8",i.credentials=e,i.subscriptionId=t,null!==a.acceptLanguage&&void 0!==a.acceptLanguage&&(i.acceptLanguage=a.acceptLanguage),null!==a.longRunningOperationRetryTimeout&&void 0!==a.longRunningOperationRetryTimeout&&(i.longRunningOperationRetryTimeout=a.longRunningOperationRetryTimeout),i}var ce,T=(a(ye,ce=E),ye);function ye(e,t,a){a=ce.call(this,e,t,a)||this;return a.availabilityStatuses=new w(a),a.childAvailabilityStatuses=new K(a),a.childResources=new Z(a),a.operations=new re(a),a.emergingIssues=new ne(a),a}e.AvailabilityStatuses=w,e.ChildAvailabilityStatuses=K,e.ChildResources=Z,e.EmergingIssues=ne,e.MicrosoftResourceHealth=T,e.MicrosoftResourceHealthContext=E,e.MicrosoftResourceHealthMappers=q,e.MicrosoftResourceHealthModels=n,e.Operations=re,Object.defineProperty(e,"__esModule",{value:!0})});
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/availabilityStatuses.ts","../src/operations/childAvailabilityStatuses.ts","../src/operations/childResources.ts","../src/operations/operations.ts","../src/operations/emergingIssues.ts","../src/microsoftResourceHealthContext.ts","../src/microsoftResourceHealth.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","AvailabilityStatusPropertiesRecentlyResolvedState","serializedName","type","name","className","modelProperties","unavailableOccurredTime","resolvedTime","unavailabilitySummary","RecommendedAction","action","actionUrl","actionUrlText","ServiceImpactingEventStatus","value","ServiceImpactingEventIncidentProperties","title","service","region","incidentType","ServiceImpactingEvent","eventStartTime","eventStatusLastModifiedTime","correlationId","status","incidentProperties","AvailabilityStatusProperties","availabilityState","allowedValues","summary","detailedStatus","reasonType","rootCauseAttributionTime","healthEventType","healthEventCause","healthEventCategory","healthEventId","resolutionETA","occuredTime","reasonChronicity","reportedTime","recentlyResolvedState","recommendedActions","element","serviceImpactingEvents","AvailabilityStatus","id","location","properties","OperationDisplay","provider","resource","operation","description","Operation","display","OperationListResult","required","StatusBanner","message","cloud","lastModifiedTime","ImpactedRegion","EmergingIssueImpact","regions","StatusActiveEvent","trackingId","startTime","severity","stage","published","impacts","Resource","readOnly","EmergingIssuesGetResult","refreshTimestamp","statusBanners","statusActiveEvents","ErrorResponse","code","details","ProxyResource","TrackedResource","tags","AzureEntityResource","etag","AvailabilityStatusListResult","nextLink","EmergingIssueListResult","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","expand","filter","nextPageLink","skipEncoding","resourceUri","subscriptionId","AvailabilityStatuses","listBySubscriptionId","options","callback","client","sendOperationRequest","listBySubscriptionIdOperationSpec","listByResourceGroup","resourceGroupName","listByResourceGroupOperationSpec","getByResource","getByResourceOperationSpec","list","listOperationSpec","listBySubscriptionIdNext","listBySubscriptionIdNextOperationSpec","listByResourceGroupNext","listByResourceGroupNextOperationSpec","listNext","listNextOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","queryParameters","Parameters.apiVersion","Parameters.filter","Parameters.expand","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.AvailabilityStatusListResult","default","Mappers.ErrorResponse","Parameters.resourceUri","Mappers.AvailabilityStatus","baseUrl","Parameters.nextPageLink","ChildAvailabilityStatuses","serializer$1","ChildResources","serializer$2","Operations","Mappers.OperationListResult","EmergingIssues","get","getOperationSpec","_super","isConstant","Mappers.EmergingIssuesGetResult","serializer$4","Mappers.EmergingIssueListResult","MicrosoftResourceHealthContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","MicrosoftResourceHealth","availabilityStatuses","operations.AvailabilityStatuses","childAvailabilityStatuses","operations.ChildAvailabilityStatuses","childResources","operations.ChildResources","operations","operations.Operations","emergingIssues","operations.EmergingIssues"],"mappings":"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"}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
3
|
-
import * as Models from "./models";
|
4
|
-
import * as Mappers from "./models/mappers";
|
5
|
-
import * as operations from "./operations";
|
6
|
-
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
7
|
-
declare class MicrosoftResourceHealth extends MicrosoftResourceHealthContext {
|
8
|
-
availabilityStatuses: operations.AvailabilityStatuses;
|
9
|
-
childAvailabilityStatuses: operations.ChildAvailabilityStatuses;
|
10
|
-
childResources: operations.ChildResources;
|
11
|
-
operations: operations.Operations;
|
12
|
-
emergingIssues: operations.EmergingIssues;
|
13
|
-
/**
|
14
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
15
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
16
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
17
|
-
* more information about these credentials, see
|
18
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
19
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
20
|
-
* @azure/ms-rest-browserauth are also supported.
|
21
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
22
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
23
|
-
* @param [options] The parameter options
|
24
|
-
*/
|
25
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions);
|
26
|
-
}
|
27
|
-
export { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };
|
28
|
-
export * from "./operations";
|
29
|
-
//# sourceMappingURL=microsoftResourceHealth.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealth.d.ts","sourceRoot":"","sources":["../src/microsoftResourceHealth.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,cAAM,uBAAwB,SAAQ,8BAA8B;IAElE,oBAAoB,EAAE,UAAU,CAAC,oBAAoB,CAAC;IACtD,yBAAyB,EAAE,UAAU,CAAC,yBAAyB,CAAC;IAChE,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC;IAC1C,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC;IAE1C;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAQpJ;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
7
|
-
* regenerated.
|
8
|
-
*/
|
9
|
-
import { __extends } from "tslib";
|
10
|
-
import * as Models from "./models";
|
11
|
-
import * as Mappers from "./models/mappers";
|
12
|
-
import * as operations from "./operations";
|
13
|
-
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
14
|
-
var MicrosoftResourceHealth = /** @class */ (function (_super) {
|
15
|
-
__extends(MicrosoftResourceHealth, _super);
|
16
|
-
/**
|
17
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
19
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
20
|
-
* more information about these credentials, see
|
21
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
22
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
23
|
-
* @azure/ms-rest-browserauth are also supported.
|
24
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
25
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
26
|
-
* @param [options] The parameter options
|
27
|
-
*/
|
28
|
-
function MicrosoftResourceHealth(credentials, subscriptionId, options) {
|
29
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
30
|
-
_this.availabilityStatuses = new operations.AvailabilityStatuses(_this);
|
31
|
-
_this.childAvailabilityStatuses = new operations.ChildAvailabilityStatuses(_this);
|
32
|
-
_this.childResources = new operations.ChildResources(_this);
|
33
|
-
_this.operations = new operations.Operations(_this);
|
34
|
-
_this.emergingIssues = new operations.EmergingIssues(_this);
|
35
|
-
return _this;
|
36
|
-
}
|
37
|
-
return MicrosoftResourceHealth;
|
38
|
-
}(MicrosoftResourceHealthContext));
|
39
|
-
// Operation Specifications
|
40
|
-
export { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };
|
41
|
-
export * from "./operations";
|
42
|
-
//# sourceMappingURL=microsoftResourceHealth.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealth.js","sourceRoot":"","sources":["../src/microsoftResourceHealth.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF;IAAsC,2CAA8B;IAQlE;;;;;;;;;;;OAWG;IACH,iCAAY,WAA8D,EAAE,cAAsB,EAAE,OAA+C;QAAnJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAM5C;QALC,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,yBAAyB,GAAG,IAAI,UAAU,CAAC,yBAAyB,CAAC,KAAI,CAAC,CAAC;QAChF,KAAI,CAAC,cAAc,GAAG,IAAI,UAAU,CAAC,cAAc,CAAC,KAAI,CAAC,CAAC;QAC1D,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,cAAc,GAAG,IAAI,UAAU,CAAC,cAAc,CAAC,KAAI,CAAC,CAAC;;IAC5D,CAAC;IACH,8BAAC;AAAD,CAAC,AA5BD,CAAsC,8BAA8B,GA4BnE;AAED,2BAA2B;AAE3B,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import * as Models from "./models";
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
3
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
4
|
-
import { TokenCredential } from "@azure/core-auth";
|
5
|
-
export declare class MicrosoftResourceHealthContext extends msRestAzure.AzureServiceClient {
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
7
|
-
subscriptionId: string;
|
8
|
-
apiVersion?: string;
|
9
|
-
/**
|
10
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
12
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
13
|
-
* more information about these credentials, see
|
14
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
15
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
16
|
-
* @azure/ms-rest-browserauth are also supported.
|
17
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
18
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
19
|
-
* @param [options] The parameter options
|
20
|
-
*/
|
21
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions);
|
22
|
-
}
|
23
|
-
//# sourceMappingURL=microsoftResourceHealthContext.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealthContext.d.ts","sourceRoot":"","sources":["../src/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKnD,qBAAa,8BAA+B,SAAQ,WAAW,CAAC,kBAAkB;IAChF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAiCpJ"}
|