@azure/arm-resourcehealth 1.1.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} +21 -21
- package/README.md +98 -100
- 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 +393 -170
- 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 +52 -36
- 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/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +13 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js +9 -0
- 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/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js +9 -0
- 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/dist-esm/src/operationsInterfaces/operations.js +9 -0
- 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 +69 -25
- package/review/arm-resourcehealth.api.md +396 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +13 -0
- package/src/microsoftResourceHealth.ts +53 -0
- package/src/microsoftResourceHealthContext.ts +71 -0
- package/src/models/index.ts +478 -0
- package/{lib → src}/models/mappers.ts +409 -175
- package/src/models/parameters.ts +127 -0
- package/src/operations/availabilityStatuses.ts +479 -0
- package/src/operations/childAvailabilityStatuses.ts +210 -0
- package/src/operations/childResources.ts +168 -0
- package/src/operations/emergingIssues.ts +165 -0
- package/src/operations/index.ts +13 -0
- package/src/operations/operations.ts +59 -0
- 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 +4 -4
- package/types/arm-resourcehealth.d.ts +588 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcehealth.js +0 -1037
- 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 -20
- package/esm/microsoftResourceHealth.d.ts.map +0 -1
- package/esm/microsoftResourceHealth.js +0 -35
- package/esm/microsoftResourceHealth.js.map +0 -1
- package/esm/microsoftResourceHealthContext.d.ts +0 -17
- package/esm/microsoftResourceHealthContext.d.ts.map +0 -1
- package/esm/microsoftResourceHealthContext.js +0 -57
- 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 -11
- package/esm/models/availabilityStatusesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -589
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -16
- 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 +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- 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 -225
- package/esm/operations/availabilityStatuses.js.map +0 -1
- package/esm/operations/index.d.ts +0 -3
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- 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 -51
- package/esm/operations/operations.js.map +0 -1
- package/lib/microsoftResourceHealth.ts +0 -45
- package/lib/microsoftResourceHealthContext.ts +0 -63
- package/lib/models/availabilityStatusesMappers.ts +0 -22
- package/lib/models/index.ts +0 -628
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -98
- package/lib/operations/availabilityStatuses.ts +0 -416
- package/lib/operations/index.ts +0 -12
- package/lib/operations/operations.ts +0 -74
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"arm-resourcehealth.js","sources":["../node_modules/tslib/tslib.es6.js","../esm/models/index.js","../esm/models/mappers.js","../esm/models/availabilityStatusesMappers.js","../esm/models/parameters.js","../esm/operations/availabilityStatuses.js","../esm/models/operationsMappers.js","../esm/operations/operations.js","../esm/operations/index.js","../esm/microsoftResourceHealthContext.js","../esm/microsoftResourceHealth.js"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\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++) if (e.indexOf(p[i]) < 0)\r\n t[p[i]] = s[p[i]];\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 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) : new P(function (resolve) { resolve(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 __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n 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}\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 __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","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nexport var CloudError = CloudErrorMapper;\nexport var BaseResource = BaseResourceMapper;\nexport var AvailabilityStatusPropertiesRecentlyResolvedState = {\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};\nexport var RecommendedAction = {\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};\nexport var ServiceImpactingEventStatus = {\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};\nexport var ServiceImpactingEventIncidentProperties = {\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};\nexport var ServiceImpactingEvent = {\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};\nexport var AvailabilityStatusProperties = {\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};\nexport var AvailabilityStatus = {\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};\nexport var OperationDisplay = {\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};\nexport var Operation = {\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};\nexport var OperationListResult = {\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};\nexport var ErrorResponse = {\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};\nexport var AvailabilityStatusListResult = {\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//# sourceMappingURL=mappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { AvailabilityStatusListResult, AvailabilityStatus, AvailabilityStatusProperties, AvailabilityStatusPropertiesRecentlyResolvedState, RecommendedAction, ServiceImpactingEvent, ServiceImpactingEventStatus, ServiceImpactingEventIncidentProperties, ErrorResponse } from \"../models/mappers\";\n//# sourceMappingURL=availabilityStatusesMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport var acceptLanguage = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport var apiVersion = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var expand = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var filter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var nextPageLink = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var resourceGroupName = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport var resourceUri = {\n parameterPath: \"resourceUri\",\n mapper: {\n required: true,\n serializedName: \"resourceUri\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport var subscriptionId = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n//# sourceMappingURL=parameters.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/availabilityStatusesMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a AvailabilityStatuses. */\nvar AvailabilityStatuses = /** @class */ (function () {\n /**\n * Create a AvailabilityStatuses.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n function AvailabilityStatuses(client) {\n this.client = client;\n }\n AvailabilityStatuses.prototype.listBySubscriptionId = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listBySubscriptionIdOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {\n return this.client.sendOperationRequest({\n resourceGroupName: resourceGroupName,\n options: options\n }, listByResourceGroupOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.getByResource = function (resourceUri, options, callback) {\n return this.client.sendOperationRequest({\n resourceUri: resourceUri,\n options: options\n }, getByResourceOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.list = function (resourceUri, options, callback) {\n return this.client.sendOperationRequest({\n resourceUri: resourceUri,\n options: options\n }, listOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listBySubscriptionIdNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listBySubscriptionIdNextOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listByResourceGroupNextOperationSpec, callback);\n };\n AvailabilityStatuses.prototype.listNext = function (nextPageLink, options, callback) {\n return this.client.sendOperationRequest({\n nextPageLink: nextPageLink,\n options: options\n }, listNextOperationSpec, callback);\n };\n return AvailabilityStatuses;\n}());\nexport { AvailabilityStatuses };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listBySubscriptionIdOperationSpec = {\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: serializer\n};\nvar listByResourceGroupOperationSpec = {\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: serializer\n};\nvar getByResourceOperationSpec = {\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: serializer\n};\nvar listOperationSpec = {\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: serializer\n};\nvar listBySubscriptionIdNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listByResourceGroupNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\nvar listNextOperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailabilityStatusListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer: serializer\n};\n//# sourceMappingURL=availabilityStatuses.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport { OperationListResult, Operation, OperationDisplay, ErrorResponse } from \"../models/mappers\";\n//# sourceMappingURL=operationsMappers.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\n/** Class representing a Operations. */\nvar Operations = /** @class */ (function () {\n /**\n * Create a Operations.\n * @param {MicrosoftResourceHealthContext} client Reference to the service client.\n */\n function Operations(client) {\n this.client = client;\n }\n Operations.prototype.list = function (options, callback) {\n return this.client.sendOperationRequest({\n options: options\n }, listOperationSpec, callback);\n };\n return Operations;\n}());\nexport { Operations };\n// Operation Specifications\nvar serializer = new msRest.Serializer(Mappers);\nvar listOperationSpec = {\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: serializer\n};\n//# sourceMappingURL=operations.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nexport * from \"./availabilityStatuses\";\nexport * from \"./operations\";\n//# sourceMappingURL=index.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nvar packageName = \"@azure/arm-resourcehealth\";\nvar packageVersion = \"0.1.0\";\nvar MicrosoftResourceHealthContext = /** @class */ (function (_super) {\n tslib_1.__extends(MicrosoftResourceHealthContext, _super);\n /**\n * Initializes a new instance of the MicrosoftResourceHealth class.\n * @param credentials Credentials needed for the client to connect to Azure.\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 function MicrosoftResourceHealthContext(credentials, subscriptionId, options) {\n var _this = this;\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 if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = packageName + \"/\" + packageVersion + \" \" + defaultUserAgent;\n }\n _this = _super.call(this, credentials, options) || this;\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 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 return _this;\n }\n return MicrosoftResourceHealthContext;\n}(msRestAzure.AzureServiceClient));\nexport { MicrosoftResourceHealthContext };\n//# sourceMappingURL=microsoftResourceHealthContext.js.map","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\nimport * as tslib_1 from \"tslib\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { MicrosoftResourceHealthContext } from \"./microsoftResourceHealthContext\";\nvar MicrosoftResourceHealth = /** @class */ (function (_super) {\n tslib_1.__extends(MicrosoftResourceHealth, _super);\n /**\n * Initializes a new instance of the MicrosoftResourceHealth class.\n * @param credentials Credentials needed for the client to connect to Azure.\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 function MicrosoftResourceHealth(credentials, subscriptionId, options) {\n var _this = _super.call(this, credentials, subscriptionId, options) || this;\n _this.availabilityStatuses = new operations.AvailabilityStatuses(_this);\n _this.operations = new operations.Operations(_this);\n return _this;\n }\n return MicrosoftResourceHealth;\n}(MicrosoftResourceHealthContext));\n// Operation Specifications\nexport { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };\nexport * from \"./operations\";\n//# sourceMappingURL=microsoftResourceHealth.js.map"],"names":["CloudErrorMapper","BaseResourceMapper","resourceGroupName","resourceUri","nextPageLink","msRest.Serializer","Parameters.subscriptionId","Parameters.apiVersion","Parameters.filter","Parameters.expand","Parameters.acceptLanguage","Mappers.AvailabilityStatusListResult","Mappers.ErrorResponse","Parameters.resourceGroupName","Parameters.resourceUri","Mappers.AvailabilityStatus","Parameters.nextPageLink","listOperationSpec","serializer","Mappers","Mappers.OperationListResult","tslib_1.__extends","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.AvailabilityStatuses","operations.Operations"],"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.Azure=e.Azure||{},e.Azure.ArmResourcehealth={}),e.msRestAzure,e.msRest)}(this,function(e,n,t){"use strict";var i=function(e,t){return(i=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}i(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}var r=Object.freeze({}),s=n.CloudErrorMapper,o=n.BaseResourceMapper,p={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"}}}}},m={serializedName:"serviceImpactingEvent_status",type:{name:"Composite",className:"ServiceImpactingEventStatus",modelProperties:{value:{serializedName:"value",type:{name:"String"}}}}},u={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"}}}}},d={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"}}}}}}},y={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"}}}}},g={serializedName:"operationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{required:!0,serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},z={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"}}}}},N={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"}}}}},h=Object.freeze({CloudError:s,BaseResource:o,AvailabilityStatusPropertiesRecentlyResolvedState:p,RecommendedAction:l,ServiceImpactingEventStatus:m,ServiceImpactingEventIncidentProperties:u,ServiceImpactingEvent:c,AvailabilityStatusProperties:d,AvailabilityStatus:y,OperationDisplay:v,Operation:S,OperationListResult:g,ErrorResponse:z,AvailabilityStatusListResult:N}),b=Object.freeze({AvailabilityStatusListResult:N,AvailabilityStatus:y,AvailabilityStatusProperties:d,AvailabilityStatusPropertiesRecentlyResolvedState:p,RecommendedAction:l,ServiceImpactingEvent:c,ServiceImpactingEventStatus:m,ServiceImpactingEventIncidentProperties:u,ErrorResponse:z}),f={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},P={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",type:{name:"String"}}},R={parameterPath:["options","expand"],mapper:{serializedName:"$expand",type:{name:"String"}}},E={parameterPath:["options","filter"],mapper:{serializedName:"$filter",type:{name:"String"}}},T={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},M={parameterPath:"resourceUri",mapper:{required:!0,serializedName:"resourceUri",type:{name:"String"}},skipEncoding:!0},O={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},A=function(){function e(e){this.client=e}return e.prototype.listBySubscriptionId=function(e,t){return this.client.sendOperationRequest({options:e},I,t)},e.prototype.listByResourceGroup=function(e,t,a){return this.client.sendOperationRequest({resourceGroupName:e,options:t},q,a)},e.prototype.getByResource=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},L,a)},e.prototype.list=function(e,t,a){return this.client.sendOperationRequest({resourceUri:e,options:t},x,a)},e.prototype.listBySubscriptionIdNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},U,a)},e.prototype.listByResourceGroupNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},_,a)},e.prototype.listNext=function(e,t,a){return this.client.sendOperationRequest({nextPageLink:e,options:t},G,a)},e}(),C=new t.Serializer(b),I={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[O],queryParameters:[P,E,R],headerParameters:[f],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:C},q={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[O,{parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",type:{name:"String"}}}],queryParameters:[P,E,R],headerParameters:[f],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:C},L={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current",urlParameters:[M],queryParameters:[P,E,R],headerParameters:[f],responses:{200:{bodyMapper:y},default:{bodyMapper:z}},serializer:C},x={httpMethod:"GET",path:"{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses",urlParameters:[M],queryParameters:[P,E,R],headerParameters:[f],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:C},U={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[T],headerParameters:[f],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:C},_={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[T],headerParameters:[f],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:C},G={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[T],headerParameters:[f],responses:{200:{bodyMapper:N},default:{bodyMapper:z}},serializer:C},j=Object.freeze({OperationListResult:g,Operation:S,OperationDisplay:v,ErrorResponse:z}),k=function(){function e(e){this.client=e}return e.prototype.list=function(e,t){return this.client.sendOperationRequest({options:e},w,t)},e}(),w={httpMethod:"GET",path:"providers/Microsoft.ResourceHealth/operations",queryParameters:[P],headerParameters:[f],responses:{200:{bodyMapper:g},default:{bodyMapper:z}},serializer:new t.Serializer(j)},D=function(s){function e(e,t,a){var i=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==t)throw new Error("'subscriptionId' cannot be null.");if(a||(a={}),!a.userAgent){var r=n.getDefaultUserAgentValue();a.userAgent="@azure/arm-resourcehealth/0.1.0 "+r}return(i=s.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}return a(e,s),e}(n.AzureServiceClient),H=function(r){function e(e,t,a){var i=r.call(this,e,t,a)||this;return i.availabilityStatuses=new A(i),i.operations=new k(i),i}return a(e,r),e}(D);e.MicrosoftResourceHealth=H,e.MicrosoftResourceHealthContext=D,e.MicrosoftResourceHealthModels=r,e.MicrosoftResourceHealthMappers=h,e.AvailabilityStatuses=A,e.Operations=k,Object.defineProperty(e,"__esModule",{value:!0})});
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../esm/models/mappers.js","../esm/models/parameters.js","../esm/operations/availabilityStatuses.js","../esm/operations/operations.js","../esm/microsoftResourceHealthContext.js","../esm/microsoftResourceHealth.js"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","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","ErrorResponse","code","readOnly","message","details","AvailabilityStatusListResult","nextLink","acceptLanguage","parameterPath","mapper","defaultValue","apiVersion","expand","filter","nextPageLink","skipEncoding","resourceUri","subscriptionId","AvailabilityStatuses","client","listBySubscriptionId","options","callback","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","Operations","Mappers.OperationListResult","MicrosoftResourceHealthContext","_super","credentials","_this","undefined","Error","userAgent","defaultUserAgent","msRestAzure.getDefaultUserAgentValue","packageName","call","longRunningOperationRetryTimeout","baseUri","requestContentType","tslib_1.__extends","msRestAzure.AzureServiceClient","MicrosoftResourceHealth","availabilityStatuses","operations.AvailabilityStatuses","operations","operations.Operations"],"mappings":"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"}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
import * as Models from "./models";
|
3
|
-
import * as Mappers from "./models/mappers";
|
4
|
-
import * as operations from "./operations";
|
5
|
-
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
6
|
-
declare class MicrosoftResourceHealth extends MicrosoftResourceHealthContext {
|
7
|
-
availabilityStatuses: operations.AvailabilityStatuses;
|
8
|
-
operations: operations.Operations;
|
9
|
-
/**
|
10
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
12
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
13
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
14
|
-
* @param [options] The parameter options
|
15
|
-
*/
|
16
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions);
|
17
|
-
}
|
18
|
-
export { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };
|
19
|
-
export * from "./operations";
|
20
|
-
//# sourceMappingURL=microsoftResourceHealth.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealth.d.ts","sourceRoot":"","sources":["../lib/microsoftResourceHealth.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,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,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAElC;;;;;;OAMG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAKlI;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import * as tslib_1 from "tslib";
|
11
|
-
import * as Models from "./models";
|
12
|
-
import * as Mappers from "./models/mappers";
|
13
|
-
import * as operations from "./operations";
|
14
|
-
import { MicrosoftResourceHealthContext } from "./microsoftResourceHealthContext";
|
15
|
-
var MicrosoftResourceHealth = /** @class */ (function (_super) {
|
16
|
-
tslib_1.__extends(MicrosoftResourceHealth, _super);
|
17
|
-
/**
|
18
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
20
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
21
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
22
|
-
* @param [options] The parameter options
|
23
|
-
*/
|
24
|
-
function MicrosoftResourceHealth(credentials, subscriptionId, options) {
|
25
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
26
|
-
_this.availabilityStatuses = new operations.AvailabilityStatuses(_this);
|
27
|
-
_this.operations = new operations.Operations(_this);
|
28
|
-
return _this;
|
29
|
-
}
|
30
|
-
return MicrosoftResourceHealth;
|
31
|
-
}(MicrosoftResourceHealthContext));
|
32
|
-
// Operation Specifications
|
33
|
-
export { MicrosoftResourceHealth, MicrosoftResourceHealthContext, Models as MicrosoftResourceHealthModels, Mappers as MicrosoftResourceHealthMappers };
|
34
|
-
export * from "./operations";
|
35
|
-
//# sourceMappingURL=microsoftResourceHealth.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealth.js","sourceRoot":"","sources":["../lib/microsoftResourceHealth.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAGH,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,mDAA8B;IAKlE;;;;;;OAMG;IACH,iCAAY,WAA4C,EAAE,cAAsB,EAAE,OAA+C;QAAjI,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAG5C;QAFC,KAAI,CAAC,oBAAoB,GAAG,IAAI,UAAU,CAAC,oBAAoB,CAAC,KAAI,CAAC,CAAC;QACtE,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;;IACpD,CAAC;IACH,8BAAC;AAAD,CAAC,AAjBD,CAAsC,8BAA8B,GAiBnE;AAED,2BAA2B;AAE3B,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,6BAA6B,EACvC,OAAO,IAAI,8BAA8B,EAC1C,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,17 +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
|
-
export declare class MicrosoftResourceHealthContext extends msRestAzure.AzureServiceClient {
|
5
|
-
credentials: msRest.ServiceClientCredentials;
|
6
|
-
subscriptionId: string;
|
7
|
-
apiVersion?: string;
|
8
|
-
/**
|
9
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
10
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
11
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
12
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
13
|
-
* @param [options] The parameter options
|
14
|
-
*/
|
15
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.MicrosoftResourceHealthOptions);
|
16
|
-
}
|
17
|
-
//# sourceMappingURL=microsoftResourceHealthContext.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealthContext.d.ts","sourceRoot":"","sources":["../lib/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,8BAA+B,SAAQ,WAAW,CAAC,kBAAkB;IAChF,WAAW,EAAE,MAAM,CAAC,wBAAwB,CAAC;IAC7C,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;OAMG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAiClI"}
|
@@ -1,57 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import * as tslib_1 from "tslib";
|
11
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
12
|
-
var packageName = "@azure/arm-resourcehealth";
|
13
|
-
var packageVersion = "0.1.0";
|
14
|
-
var MicrosoftResourceHealthContext = /** @class */ (function (_super) {
|
15
|
-
tslib_1.__extends(MicrosoftResourceHealthContext, _super);
|
16
|
-
/**
|
17
|
-
* Initializes a new instance of the MicrosoftResourceHealth class.
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
19
|
-
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure
|
20
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
21
|
-
* @param [options] The parameter options
|
22
|
-
*/
|
23
|
-
function MicrosoftResourceHealthContext(credentials, subscriptionId, options) {
|
24
|
-
var _this = this;
|
25
|
-
if (credentials == undefined) {
|
26
|
-
throw new Error('\'credentials\' cannot be null.');
|
27
|
-
}
|
28
|
-
if (subscriptionId == undefined) {
|
29
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
30
|
-
}
|
31
|
-
if (!options) {
|
32
|
-
options = {};
|
33
|
-
}
|
34
|
-
if (!options.userAgent) {
|
35
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
36
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
37
|
-
}
|
38
|
-
_this = _super.call(this, credentials, options) || this;
|
39
|
-
_this.apiVersion = '2017-07-01';
|
40
|
-
_this.acceptLanguage = 'en-US';
|
41
|
-
_this.longRunningOperationRetryTimeout = 30;
|
42
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
43
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
44
|
-
_this.credentials = credentials;
|
45
|
-
_this.subscriptionId = subscriptionId;
|
46
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
47
|
-
_this.acceptLanguage = options.acceptLanguage;
|
48
|
-
}
|
49
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
50
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
51
|
-
}
|
52
|
-
return _this;
|
53
|
-
}
|
54
|
-
return MicrosoftResourceHealthContext;
|
55
|
-
}(msRestAzure.AzureServiceClient));
|
56
|
-
export { MicrosoftResourceHealthContext };
|
57
|
-
//# sourceMappingURL=microsoftResourceHealthContext.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"microsoftResourceHealthContext.js","sourceRoot":"","sources":["../lib/microsoftResourceHealthContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,2BAA2B,CAAC;AAChD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAoD,0DAA8B;IAKhF;;;;;;OAMG;IACH,wCAAY,WAA4C,EAAE,cAAsB,EAAE,OAA+C;QAAjI,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAG,CAAC,OAAO,CAAC,SAAS,EAAE;YACrB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAG,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC1E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAG,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC9G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,qCAAC;AAAD,CAAC,AA7CD,CAAoD,WAAW,CAAC,kBAAkB,GA6CjF"}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export { AvailabilityStatusListResult, AvailabilityStatus, AvailabilityStatusProperties, AvailabilityStatusPropertiesRecentlyResolvedState, RecommendedAction, ServiceImpactingEvent, ServiceImpactingEventStatus, ServiceImpactingEventIncidentProperties, ErrorResponse } from "../models/mappers";
|
2
|
-
//# sourceMappingURL=availabilityStatusesMappers.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"availabilityStatusesMappers.d.ts","sourceRoot":"","sources":["../../lib/models/availabilityStatusesMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,4BAA4B,EAC5B,kBAAkB,EAClB,4BAA4B,EAC5B,iDAAiD,EACjD,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC3B,uCAAuC,EACvC,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
export { AvailabilityStatusListResult, AvailabilityStatus, AvailabilityStatusProperties, AvailabilityStatusPropertiesRecentlyResolvedState, RecommendedAction, ServiceImpactingEvent, ServiceImpactingEventStatus, ServiceImpactingEventIncidentProperties, ErrorResponse } from "../models/mappers";
|
11
|
-
//# sourceMappingURL=availabilityStatusesMappers.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"availabilityStatusesMappers.js","sourceRoot":"","sources":["../../lib/models/availabilityStatusesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,4BAA4B,EAC5B,kBAAkB,EAClB,4BAA4B,EAC5B,iDAAiD,EACjD,iBAAiB,EACjB,qBAAqB,EACrB,2BAA2B,EAC3B,uCAAuC,EACvC,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|