@azure/arm-containerservice 13.3.1 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -6
- package/dist/arm-containerservice.js +1270 -255
- package/dist/arm-containerservice.js.map +1 -1
- package/dist/arm-containerservice.min.js +1 -1
- package/dist/arm-containerservice.min.js.map +1 -1
- package/esm/containerServiceClient.d.ts +1 -0
- package/esm/containerServiceClient.d.ts.map +1 -1
- package/esm/containerServiceClient.js +1 -0
- package/esm/containerServiceClient.js.map +1 -1
- package/esm/containerServiceClientContext.d.ts +1 -1
- package/esm/containerServiceClientContext.d.ts.map +1 -1
- package/esm/containerServiceClientContext.js +2 -2
- package/esm/containerServiceClientContext.js.map +1 -1
- package/esm/models/agentPoolsMappers.d.ts +1 -1
- package/esm/models/agentPoolsMappers.d.ts.map +1 -1
- package/esm/models/agentPoolsMappers.js +1 -1
- package/esm/models/agentPoolsMappers.js.map +1 -1
- package/esm/models/index.d.ts +1077 -429
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/maintenanceConfigurationsMappers.d.ts +1 -1
- package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -1
- package/esm/models/maintenanceConfigurationsMappers.js +1 -1
- package/esm/models/maintenanceConfigurationsMappers.js.map +1 -1
- package/esm/models/managedClustersMappers.d.ts +1 -1
- package/esm/models/managedClustersMappers.d.ts.map +1 -1
- package/esm/models/managedClustersMappers.js +1 -1
- package/esm/models/managedClustersMappers.js.map +1 -1
- package/esm/models/mappers.d.ts +19 -5
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +712 -173
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +1 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +12 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +1 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -1
- package/esm/models/privateEndpointConnectionsMappers.js +1 -1
- package/esm/models/privateEndpointConnectionsMappers.js.map +1 -1
- package/esm/models/snapshotsMappers.d.ts +2 -0
- package/esm/models/snapshotsMappers.d.ts.map +1 -0
- package/esm/models/snapshotsMappers.js +9 -0
- package/esm/models/snapshotsMappers.js.map +1 -0
- package/esm/operations/agentPools.d.ts +20 -25
- package/esm/operations/agentPools.d.ts.map +1 -1
- package/esm/operations/agentPools.js +21 -17
- package/esm/operations/agentPools.js.map +1 -1
- package/esm/operations/index.d.ts +1 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -0
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/maintenanceConfigurations.d.ts +5 -15
- package/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
- package/esm/operations/maintenanceConfigurations.js.map +1 -1
- package/esm/operations/managedClusters.d.ts +108 -79
- package/esm/operations/managedClusters.d.ts.map +1 -1
- package/esm/operations/managedClusters.js +112 -47
- package/esm/operations/managedClusters.js.map +1 -1
- package/esm/operations/operations.d.ts +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +6 -10
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +0 -2
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +1 -2
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/resolvePrivateLinkServiceId.d.ts +3 -7
- package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
- package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -1
- package/esm/operations/snapshots.d.ts +172 -0
- package/esm/operations/snapshots.d.ts.map +1 -0
- package/esm/operations/snapshots.js +277 -0
- package/esm/operations/snapshots.js.map +1 -0
- package/package.json +2 -2
- package/src/containerServiceClient.ts +2 -0
- package/src/containerServiceClientContext.ts +3 -3
- package/src/models/agentPoolsMappers.ts +11 -2
- package/src/models/index.ts +1115 -428
- package/src/models/maintenanceConfigurationsMappers.ts +10 -2
- package/src/models/managedClustersMappers.ts +14 -2
- package/src/models/mappers.ts +751 -183
- package/src/models/parameters.ts +12 -0
- package/src/models/privateEndpointConnectionsMappers.ts +10 -2
- package/src/models/snapshotsMappers.ts +70 -0
- package/src/operations/agentPools.ts +27 -28
- package/src/operations/index.ts +1 -0
- package/src/operations/maintenanceConfigurations.ts +5 -15
- package/src/operations/managedClusters.ts +187 -85
- package/src/operations/operations.ts +1 -1
- package/src/operations/privateEndpointConnections.ts +6 -10
- package/src/operations/privateLinkResources.ts +1 -2
- package/src/operations/resolvePrivateLinkServiceId.ts +3 -7
- package/src/operations/snapshots.ts +484 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arm-containerservice.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/managedClustersMappers.ts","../src/operations/managedClusters.ts","../src/models/maintenanceConfigurationsMappers.ts","../src/operations/maintenanceConfigurations.ts","../src/models/agentPoolsMappers.ts","../src/operations/agentPools.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/resolvePrivateLinkServiceIdMappers.ts","../src/operations/resolvePrivateLinkServiceId.ts","../src/containerServiceClientContext.ts","../src/containerServiceClient.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 * Describes the properties of a Compute Operation value.\n */\nexport interface OperationValue {\n /**\n * The origin of the compute operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: string;\n /**\n * The name of the compute operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The display name of the compute operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * The display name of the resource the operation applies to.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * The description of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The resource provider for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n}\n\n/**\n * The Resource model definition.\n */\nexport interface Resource extends BaseResource {\n /**\n * Resource Id\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Resource name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Reference to another subresource.\n */\nexport interface SubResource extends BaseResource {\n /**\n * Resource ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource that is unique within a resource group. This name can be used to\n * access 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 * Resource type\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 * Tags object for patch operations.\n */\nexport interface TagsObject {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Information about a service principal identity for the cluster to use for manipulating Azure\n * APIs.\n */\nexport interface ManagedClusterServicePrincipalProfile {\n /**\n * The ID for the service principal.\n */\n clientId: string;\n /**\n * The secret password associated with the service principal in plain text.\n */\n secret?: string;\n}\n\n/**\n * Profile for the container service master.\n */\nexport interface ContainerServiceMasterProfile {\n /**\n * Number of masters (VMs) in the container service cluster. Allowed values are 1, 3, and 5. The\n * default value is 1. Default value: 1.\n */\n count?: number;\n /**\n * DNS prefix to be used to create the FQDN for the master pool.\n */\n dnsPrefix: string;\n /**\n * Size of agent VMs. Possible values include: 'Standard_A1', 'Standard_A10', 'Standard_A11',\n * 'Standard_A1_v2', 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3',\n * 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', 'Standard_A6',\n * 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9',\n * 'Standard_B2ms', 'Standard_B2s', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1',\n * 'Standard_D11', 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', 'Standard_D12_v2',\n * 'Standard_D12_v2_Promo', 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo',\n * 'Standard_D14', 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2',\n * 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2',\n * 'Standard_D2_v2_Promo', 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', 'Standard_D32_v3',\n * 'Standard_D32s_v3', 'Standard_D3_v2', 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2',\n * 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', 'Standard_D5_v2',\n * 'Standard_D5_v2_Promo', 'Standard_D64_v3', 'Standard_D64s_v3', 'Standard_D8_v3',\n * 'Standard_D8s_v3', 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2',\n * 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', 'Standard_DS12_v2_Promo',\n * 'Standard_DS13', 'Standard_DS13-2_v2', 'Standard_DS13-4_v2', 'Standard_DS13_v2',\n * 'Standard_DS13_v2_Promo', 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2',\n * 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', 'Standard_DS1_v2',\n * 'Standard_DS2', 'Standard_DS2_v2', 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2',\n * 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', 'Standard_DS4_v2_Promo',\n * 'Standard_DS5_v2', 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3',\n * 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3',\n * 'Standard_E32_v3', 'Standard_E32s_v3', 'Standard_E4_v3', 'Standard_E4s_v3',\n * 'Standard_E64-16s_v3', 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3',\n * 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s',\n * 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', 'Standard_F2s', 'Standard_F2s_v2',\n * 'Standard_F32s_v2', 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', 'Standard_F64s_v2',\n * 'Standard_F72s_v2', 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1',\n * 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', 'Standard_GS2',\n * 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5',\n * 'Standard_GS5-16', 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', 'Standard_H16mr',\n * 'Standard_H16r', 'Standard_H8', 'Standard_H8m', 'Standard_L16s', 'Standard_L32s',\n * 'Standard_L4s', 'Standard_L8s', 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms',\n * 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms', 'Standard_M64s',\n * 'Standard_NC12', 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',\n * 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2', 'Standard_NC24s_v3',\n * 'Standard_NC6', 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',\n * 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24', 'Standard_NV6'\n */\n vmSize: ContainerServiceVMSizeTypes;\n /**\n * OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent\n * pool. If you specify 0, it will apply the default osDisk size according to the vmSize\n * specified.\n */\n osDiskSizeGB?: number;\n /**\n * VNet SubnetID specifies the VNet's subnet identifier.\n */\n vnetSubnetID?: string;\n /**\n * FirstConsecutiveStaticIP used to specify the first static ip of masters. Default value:\n * '10.240.255.5'.\n */\n firstConsecutiveStaticIP?: string;\n /**\n * Storage profile specifies what kind of storage used. Choose from StorageAccount and\n * ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice.\n * Possible values include: 'StorageAccount', 'ManagedDisks'\n */\n storageProfile?: ContainerServiceStorageProfileTypes;\n /**\n * FQDN for the master pool.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly fqdn?: string;\n}\n\n/**\n * Settings for upgrading an agentpool\n */\nexport interface AgentPoolUpgradeSettings {\n /**\n * Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default\n */\n maxSurge?: string;\n}\n\n/**\n * Describes the Power State of the cluster\n */\nexport interface PowerState {\n /**\n * Tells whether the cluster is Running or Stopped. Possible values include: 'Running', 'Stopped'\n */\n code?: Code;\n}\n\n/**\n * Kubelet configurations of agent nodes.\n */\nexport interface KubeletConfig {\n /**\n * CPU Manager policy to use.\n */\n cpuManagerPolicy?: string;\n /**\n * Enable CPU CFS quota enforcement for containers that specify CPU limits.\n */\n cpuCfsQuota?: boolean;\n /**\n * Sets CPU CFS quota period value.\n */\n cpuCfsQuotaPeriod?: string;\n /**\n * The percent of disk usage after which image garbage collection is always run.\n */\n imageGcHighThreshold?: number;\n /**\n * The percent of disk usage before which image garbage collection is never run.\n */\n imageGcLowThreshold?: number;\n /**\n * Topology Manager policy to use.\n */\n topologyManagerPolicy?: string;\n /**\n * Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in `*`).\n */\n allowedUnsafeSysctls?: string[];\n /**\n * If set to true it will make the Kubelet fail to start if swap is enabled on the node.\n */\n failSwapOn?: boolean;\n /**\n * The maximum size (e.g. 10Mi) of container log file before it is rotated.\n */\n containerLogMaxSizeMB?: number;\n /**\n * The maximum number of container log files that can be present for a container. The number must\n * be ≥ 2.\n */\n containerLogMaxFiles?: number;\n /**\n * The maximum number of processes per pod.\n */\n podMaxPids?: number;\n}\n\n/**\n * Sysctl settings for Linux agent nodes.\n */\nexport interface SysctlConfig {\n /**\n * Sysctl setting net.core.somaxconn.\n */\n netCoreSomaxconn?: number;\n /**\n * Sysctl setting net.core.netdev_max_backlog.\n */\n netCoreNetdevMaxBacklog?: number;\n /**\n * Sysctl setting net.core.rmem_default.\n */\n netCoreRmemDefault?: number;\n /**\n * Sysctl setting net.core.rmem_max.\n */\n netCoreRmemMax?: number;\n /**\n * Sysctl setting net.core.wmem_default.\n */\n netCoreWmemDefault?: number;\n /**\n * Sysctl setting net.core.wmem_max.\n */\n netCoreWmemMax?: number;\n /**\n * Sysctl setting net.core.optmem_max.\n */\n netCoreOptmemMax?: number;\n /**\n * Sysctl setting net.ipv4.tcp_max_syn_backlog.\n */\n netIpv4TcpMaxSynBacklog?: number;\n /**\n * Sysctl setting net.ipv4.tcp_max_tw_buckets.\n */\n netIpv4TcpMaxTwBuckets?: number;\n /**\n * Sysctl setting net.ipv4.tcp_fin_timeout.\n */\n netIpv4TcpFinTimeout?: number;\n /**\n * Sysctl setting net.ipv4.tcp_keepalive_time.\n */\n netIpv4TcpKeepaliveTime?: number;\n /**\n * Sysctl setting net.ipv4.tcp_keepalive_probes.\n */\n netIpv4TcpKeepaliveProbes?: number;\n /**\n * Sysctl setting net.ipv4.tcp_keepalive_intvl.\n */\n netIpv4TcpkeepaliveIntvl?: number;\n /**\n * Sysctl setting net.ipv4.tcp_tw_reuse.\n */\n netIpv4TcpTwReuse?: boolean;\n /**\n * Sysctl setting net.ipv4.ip_local_port_range.\n */\n netIpv4IpLocalPortRange?: string;\n /**\n * Sysctl setting net.ipv4.neigh.default.gc_thresh1.\n */\n netIpv4NeighDefaultGcThresh1?: number;\n /**\n * Sysctl setting net.ipv4.neigh.default.gc_thresh2.\n */\n netIpv4NeighDefaultGcThresh2?: number;\n /**\n * Sysctl setting net.ipv4.neigh.default.gc_thresh3.\n */\n netIpv4NeighDefaultGcThresh3?: number;\n /**\n * Sysctl setting net.netfilter.nf_conntrack_max.\n */\n netNetfilterNfConntrackMax?: number;\n /**\n * Sysctl setting net.netfilter.nf_conntrack_buckets.\n */\n netNetfilterNfConntrackBuckets?: number;\n /**\n * Sysctl setting fs.inotify.max_user_watches.\n */\n fsInotifyMaxUserWatches?: number;\n /**\n * Sysctl setting fs.file-max.\n */\n fsFileMax?: number;\n /**\n * Sysctl setting fs.aio-max-nr.\n */\n fsAioMaxNr?: number;\n /**\n * Sysctl setting fs.nr_open.\n */\n fsNrOpen?: number;\n /**\n * Sysctl setting kernel.threads-max.\n */\n kernelThreadsMax?: number;\n /**\n * Sysctl setting vm.max_map_count.\n */\n vmMaxMapCount?: number;\n /**\n * Sysctl setting vm.swappiness.\n */\n vmSwappiness?: number;\n /**\n * Sysctl setting vm.vfs_cache_pressure.\n */\n vmVfsCachePressure?: number;\n}\n\n/**\n * OS configurations of Linux agent nodes.\n */\nexport interface LinuxOSConfig {\n /**\n * Sysctl settings for Linux agent nodes.\n */\n sysctls?: SysctlConfig;\n /**\n * Transparent Huge Page enabled configuration.\n */\n transparentHugePageEnabled?: string;\n /**\n * Transparent Huge Page defrag configuration.\n */\n transparentHugePageDefrag?: string;\n /**\n * SwapFileSizeMB specifies size in MB of a swap file will be created on each node.\n */\n swapFileSizeMB?: number;\n}\n\n/**\n * Properties for the container service agent pool profile.\n */\nexport interface ManagedClusterAgentPoolProfileProperties {\n /**\n * Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to\n * 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The\n * default value is 1.\n */\n count?: number;\n /**\n * Size of agent VMs. Possible values include: 'Standard_A1', 'Standard_A10', 'Standard_A11',\n * 'Standard_A1_v2', 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3',\n * 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', 'Standard_A6',\n * 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9',\n * 'Standard_B2ms', 'Standard_B2s', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1',\n * 'Standard_D11', 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', 'Standard_D12_v2',\n * 'Standard_D12_v2_Promo', 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo',\n * 'Standard_D14', 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2',\n * 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2',\n * 'Standard_D2_v2_Promo', 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', 'Standard_D32_v3',\n * 'Standard_D32s_v3', 'Standard_D3_v2', 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2',\n * 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', 'Standard_D5_v2',\n * 'Standard_D5_v2_Promo', 'Standard_D64_v3', 'Standard_D64s_v3', 'Standard_D8_v3',\n * 'Standard_D8s_v3', 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2',\n * 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', 'Standard_DS12_v2_Promo',\n * 'Standard_DS13', 'Standard_DS13-2_v2', 'Standard_DS13-4_v2', 'Standard_DS13_v2',\n * 'Standard_DS13_v2_Promo', 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2',\n * 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', 'Standard_DS1_v2',\n * 'Standard_DS2', 'Standard_DS2_v2', 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2',\n * 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', 'Standard_DS4_v2_Promo',\n * 'Standard_DS5_v2', 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3',\n * 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3',\n * 'Standard_E32_v3', 'Standard_E32s_v3', 'Standard_E4_v3', 'Standard_E4s_v3',\n * 'Standard_E64-16s_v3', 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3',\n * 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s',\n * 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', 'Standard_F2s', 'Standard_F2s_v2',\n * 'Standard_F32s_v2', 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', 'Standard_F64s_v2',\n * 'Standard_F72s_v2', 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1',\n * 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', 'Standard_GS2',\n * 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5',\n * 'Standard_GS5-16', 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', 'Standard_H16mr',\n * 'Standard_H16r', 'Standard_H8', 'Standard_H8m', 'Standard_L16s', 'Standard_L32s',\n * 'Standard_L4s', 'Standard_L8s', 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms',\n * 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms', 'Standard_M64s',\n * 'Standard_NC12', 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',\n * 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2', 'Standard_NC24s_v3',\n * 'Standard_NC6', 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',\n * 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24', 'Standard_NV6'\n */\n vmSize?: ContainerServiceVMSizeTypes;\n /**\n * OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent\n * pool. If you specify 0, it will apply the default osDisk size according to the vmSize\n * specified.\n */\n osDiskSizeGB?: number;\n /**\n * OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and\n * 'Managed'. Defaults to 'Managed'. May not be changed after creation. Possible values include:\n * 'Managed', 'Ephemeral'\n */\n osDiskType?: OSDiskType;\n /**\n * KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and\n * Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS\n * disk for data. Possible values include: 'OS', 'Temporary'\n */\n kubeletDiskType?: KubeletDiskType;\n /**\n * VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods\n */\n vnetSubnetID?: string;\n /**\n * Pod SubnetID specifies the VNet's subnet identifier for pods.\n */\n podSubnetID?: string;\n /**\n * Maximum number of pods that can run on a node.\n */\n maxPods?: number;\n /**\n * OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType?: OSType;\n /**\n * OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux\n * OSType. Not applicable to Windows OSType. Possible values include: 'Ubuntu', 'CBLMariner'\n */\n osSKU?: OSSKU;\n /**\n * Maximum number of nodes for auto-scaling\n */\n maxCount?: number;\n /**\n * Minimum number of nodes for auto-scaling\n */\n minCount?: number;\n /**\n * Whether to enable auto-scaler\n */\n enableAutoScaling?: boolean;\n /**\n * AgentPoolType represents types of an agent pool. Possible values include:\n * 'VirtualMachineScaleSets', 'AvailabilitySet'\n */\n type?: AgentPoolType;\n /**\n * AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'User'\n */\n mode?: AgentPoolMode;\n /**\n * Version of orchestrator specified when creating the managed cluster.\n */\n orchestratorVersion?: string;\n /**\n * Version of node image\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeImageVersion?: string;\n /**\n * Settings for upgrading the agentpool\n */\n upgradeSettings?: AgentPoolUpgradeSettings;\n /**\n * The current deployment or provisioning state, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Describes whether the Agent Pool is Running or Stopped\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly powerState?: PowerState;\n /**\n * Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.\n */\n availabilityZones?: string[];\n /**\n * Enable public IP for nodes\n */\n enableNodePublicIP?: boolean;\n /**\n * Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.\n */\n nodePublicIPPrefixID?: string;\n /**\n * ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.\n * Possible values include: 'Spot', 'Regular'. Default value: 'Regular'.\n */\n scaleSetPriority?: ScaleSetPriority;\n /**\n * ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale\n * set. Default to Delete. Possible values include: 'Delete', 'Deallocate'. Default value:\n * 'Delete'.\n */\n scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;\n /**\n * SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars.\n * Possible values are any decimal value greater than zero or -1 which indicates default price to\n * be up-to on-demand.\n */\n spotMaxPrice?: number;\n /**\n * Agent pool tags to be persisted on the agent pool virtual machine scale set.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Agent pool node labels to be persisted across all nodes in agent pool.\n */\n nodeLabels?: { [propertyName: string]: string };\n /**\n * Taints added to new nodes during node pool create and scale. For example,\n * key=value:NoSchedule.\n */\n nodeTaints?: string[];\n /**\n * The ID for Proximity Placement Group.\n */\n proximityPlacementGroupID?: string;\n /**\n * KubeletConfig specifies the configuration of kubelet on agent nodes.\n */\n kubeletConfig?: KubeletConfig;\n /**\n * LinuxOSConfig specifies the OS configuration of linux agent nodes.\n */\n linuxOSConfig?: LinuxOSConfig;\n /**\n * Whether to enable EncryptionAtHost\n */\n enableEncryptionAtHost?: boolean;\n /**\n * Whether to use FIPS enabled OS\n */\n enableFIPS?: boolean;\n /**\n * GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.\n * Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g. Possible values include: 'MIG1g',\n * 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'\n */\n gpuInstanceProfile?: GPUInstanceProfile;\n}\n\n/**\n * Profile for the container service agent pool.\n */\nexport interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties {\n /**\n * Unique name of the agent pool profile in the context of the subscription and resource group.\n */\n name: string;\n}\n\n/**\n * Agent Pool.\n */\nexport interface AgentPool extends SubResource {\n /**\n * Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to\n * 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The\n * default value is 1.\n */\n count?: number;\n /**\n * Size of agent VMs. Possible values include: 'Standard_A1', 'Standard_A10', 'Standard_A11',\n * 'Standard_A1_v2', 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3',\n * 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', 'Standard_A6',\n * 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9',\n * 'Standard_B2ms', 'Standard_B2s', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1',\n * 'Standard_D11', 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', 'Standard_D12_v2',\n * 'Standard_D12_v2_Promo', 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo',\n * 'Standard_D14', 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2',\n * 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2',\n * 'Standard_D2_v2_Promo', 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', 'Standard_D32_v3',\n * 'Standard_D32s_v3', 'Standard_D3_v2', 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2',\n * 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', 'Standard_D5_v2',\n * 'Standard_D5_v2_Promo', 'Standard_D64_v3', 'Standard_D64s_v3', 'Standard_D8_v3',\n * 'Standard_D8s_v3', 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2',\n * 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', 'Standard_DS12_v2_Promo',\n * 'Standard_DS13', 'Standard_DS13-2_v2', 'Standard_DS13-4_v2', 'Standard_DS13_v2',\n * 'Standard_DS13_v2_Promo', 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2',\n * 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', 'Standard_DS1_v2',\n * 'Standard_DS2', 'Standard_DS2_v2', 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2',\n * 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', 'Standard_DS4_v2_Promo',\n * 'Standard_DS5_v2', 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3',\n * 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3',\n * 'Standard_E32_v3', 'Standard_E32s_v3', 'Standard_E4_v3', 'Standard_E4s_v3',\n * 'Standard_E64-16s_v3', 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3',\n * 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s',\n * 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', 'Standard_F2s', 'Standard_F2s_v2',\n * 'Standard_F32s_v2', 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', 'Standard_F64s_v2',\n * 'Standard_F72s_v2', 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1',\n * 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', 'Standard_GS2',\n * 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5',\n * 'Standard_GS5-16', 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', 'Standard_H16mr',\n * 'Standard_H16r', 'Standard_H8', 'Standard_H8m', 'Standard_L16s', 'Standard_L32s',\n * 'Standard_L4s', 'Standard_L8s', 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms',\n * 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms', 'Standard_M64s',\n * 'Standard_NC12', 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',\n * 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2', 'Standard_NC24s_v3',\n * 'Standard_NC6', 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',\n * 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24', 'Standard_NV6'\n */\n vmSize?: ContainerServiceVMSizeTypes;\n /**\n * OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent\n * pool. If you specify 0, it will apply the default osDisk size according to the vmSize\n * specified.\n */\n osDiskSizeGB?: number;\n /**\n * OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and\n * 'Managed'. Defaults to 'Managed'. May not be changed after creation. Possible values include:\n * 'Managed', 'Ephemeral'\n */\n osDiskType?: OSDiskType;\n /**\n * KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and\n * Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS\n * disk for data. Possible values include: 'OS', 'Temporary'\n */\n kubeletDiskType?: KubeletDiskType;\n /**\n * VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods\n */\n vnetSubnetID?: string;\n /**\n * Pod SubnetID specifies the VNet's subnet identifier for pods.\n */\n podSubnetID?: string;\n /**\n * Maximum number of pods that can run on a node.\n */\n maxPods?: number;\n /**\n * OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType?: OSType;\n /**\n * OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux\n * OSType. Not applicable to Windows OSType. Possible values include: 'Ubuntu', 'CBLMariner'\n */\n osSKU?: OSSKU;\n /**\n * Maximum number of nodes for auto-scaling\n */\n maxCount?: number;\n /**\n * Minimum number of nodes for auto-scaling\n */\n minCount?: number;\n /**\n * Whether to enable auto-scaler\n */\n enableAutoScaling?: boolean;\n /**\n * AgentPoolType represents types of an agent pool. Possible values include:\n * 'VirtualMachineScaleSets', 'AvailabilitySet'\n */\n agentPoolType?: AgentPoolType;\n /**\n * AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'User'\n */\n mode?: AgentPoolMode;\n /**\n * Version of orchestrator specified when creating the managed cluster.\n */\n orchestratorVersion?: string;\n /**\n * Version of node image\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeImageVersion?: string;\n /**\n * Settings for upgrading the agentpool\n */\n upgradeSettings?: AgentPoolUpgradeSettings;\n /**\n * The current deployment or provisioning state, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Describes whether the Agent Pool is Running or Stopped\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly powerState?: PowerState;\n /**\n * Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.\n */\n availabilityZones?: string[];\n /**\n * Enable public IP for nodes\n */\n enableNodePublicIP?: boolean;\n /**\n * Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.\n */\n nodePublicIPPrefixID?: string;\n /**\n * ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.\n * Possible values include: 'Spot', 'Regular'. Default value: 'Regular'.\n */\n scaleSetPriority?: ScaleSetPriority;\n /**\n * ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale\n * set. Default to Delete. Possible values include: 'Delete', 'Deallocate'. Default value:\n * 'Delete'.\n */\n scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;\n /**\n * SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars.\n * Possible values are any decimal value greater than zero or -1 which indicates default price to\n * be up-to on-demand.\n */\n spotMaxPrice?: number;\n /**\n * Agent pool tags to be persisted on the agent pool virtual machine scale set.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Agent pool node labels to be persisted across all nodes in agent pool.\n */\n nodeLabels?: { [propertyName: string]: string };\n /**\n * Taints added to new nodes during node pool create and scale. For example,\n * key=value:NoSchedule.\n */\n nodeTaints?: string[];\n /**\n * The ID for Proximity Placement Group.\n */\n proximityPlacementGroupID?: string;\n /**\n * KubeletConfig specifies the configuration of kubelet on agent nodes.\n */\n kubeletConfig?: KubeletConfig;\n /**\n * LinuxOSConfig specifies the OS configuration of linux agent nodes.\n */\n linuxOSConfig?: LinuxOSConfig;\n /**\n * Whether to enable EncryptionAtHost\n */\n enableEncryptionAtHost?: boolean;\n /**\n * Whether to use FIPS enabled OS\n */\n enableFIPS?: boolean;\n /**\n * GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.\n * Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g. Possible values include: 'MIG1g',\n * 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'\n */\n gpuInstanceProfile?: GPUInstanceProfile;\n}\n\n/**\n * Profile for Windows VMs in the container service cluster.\n */\nexport interface ManagedClusterWindowsProfile {\n /**\n * Specifies the name of the administrator account. <br><br> **restriction:** Cannot end in \".\"\n * <br><br> **Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\",\n * \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\",\n * \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\",\n * \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\". <br><br> **Minimum-length:** 1\n * character <br><br> **Max-length:** 20 characters\n */\n adminUsername: string;\n /**\n * Specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters\n * <br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4\n * conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br>\n * Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:**\n * \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\",\n * \"Password1\", \"Password22\", \"iloveyou!\"\n */\n adminPassword?: string;\n /**\n * The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User\n * Benefits for Windows VMs. Possible values include: 'None', 'Windows_Server'\n */\n licenseType?: LicenseType;\n /**\n * Whether to enable CSI proxy.\n */\n enableCSIProxy?: boolean;\n}\n\n/**\n * Contains information about SSH certificate public key data.\n */\nexport interface ContainerServiceSshPublicKey {\n /**\n * Certificate public key used to authenticate with VMs through SSH. The certificate must be in\n * PEM format with or without headers.\n */\n keyData: string;\n}\n\n/**\n * SSH configuration for Linux-based VMs running on Azure.\n */\nexport interface ContainerServiceSshConfiguration {\n /**\n * The list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key\n * specified.\n */\n publicKeys: ContainerServiceSshPublicKey[];\n}\n\n/**\n * Profile for Linux VMs in the container service cluster.\n */\nexport interface ContainerServiceLinuxProfile {\n /**\n * The administrator username to use for Linux VMs.\n */\n adminUsername: string;\n /**\n * SSH configuration for Linux-based VMs running on Azure.\n */\n ssh: ContainerServiceSshConfiguration;\n}\n\n/**\n * Desired managed outbound IPs for the cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfileManagedOutboundIPs {\n /**\n * Desired number of outbound IP created/managed by Azure for the cluster load balancer. Allowed\n * values must be in the range of 1 to 100 (inclusive). The default value is 1. Default value: 1.\n */\n count?: number;\n}\n\n/**\n * A reference to an Azure resource.\n */\nexport interface ResourceReference {\n /**\n * The fully qualified Azure resource id.\n */\n id?: string;\n}\n\n/**\n * Desired outbound IP Prefix resources for the cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfileOutboundIPPrefixes {\n /**\n * A list of public IP prefix resources.\n */\n publicIPPrefixes?: ResourceReference[];\n}\n\n/**\n * Desired outbound IP resources for the cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfileOutboundIPs {\n /**\n * A list of public IP resources.\n */\n publicIPs?: ResourceReference[];\n}\n\n/**\n * Profile of the managed cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfile {\n /**\n * Desired managed outbound IPs for the cluster load balancer.\n */\n managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPs;\n /**\n * Desired outbound IP Prefix resources for the cluster load balancer.\n */\n outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixes;\n /**\n * Desired outbound IP resources for the cluster load balancer.\n */\n outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPs;\n /**\n * The effective outbound IP resources of the cluster load balancer.\n */\n effectiveOutboundIPs?: ResourceReference[];\n /**\n * Desired number of allocated SNAT ports per VM. Allowed values must be in the range of 0 to\n * 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.\n * Default value: 0.\n */\n allocatedOutboundPorts?: number;\n /**\n * Desired outbound flow idle timeout in minutes. Allowed values must be in the range of 4 to 120\n * (inclusive). The default value is 30 minutes. Default value: 30.\n */\n idleTimeoutInMinutes?: number;\n}\n\n/**\n * Profile of network configuration.\n */\nexport interface ContainerServiceNetworkProfile {\n /**\n * Network plugin used for building Kubernetes network. Possible values include: 'azure',\n * 'kubenet'. Default value: 'kubenet'.\n */\n networkPlugin?: NetworkPlugin;\n /**\n * Network policy used for building Kubernetes network. Possible values include: 'calico',\n * 'azure'\n */\n networkPolicy?: NetworkPolicy;\n /**\n * Network mode used for building Kubernetes network. Possible values include: 'transparent',\n * 'bridge'\n */\n networkMode?: NetworkMode;\n /**\n * A CIDR notation IP range from which to assign pod IPs when kubenet is used. Default value:\n * '10.244.0.0/16'.\n */\n podCidr?: string;\n /**\n * A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with\n * any Subnet IP ranges. Default value: '10.0.0.0/16'.\n */\n serviceCidr?: string;\n /**\n * An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service\n * address range specified in serviceCidr. Default value: '10.0.0.10'.\n */\n dnsServiceIP?: string;\n /**\n * A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any\n * Subnet IP ranges or the Kubernetes service address range. Default value: '172.17.0.1/16'.\n */\n dockerBridgeCidr?: string;\n /**\n * The outbound (egress) routing method. Possible values include: 'loadBalancer',\n * 'userDefinedRouting'. Default value: 'loadBalancer'.\n */\n outboundType?: OutboundType;\n /**\n * The load balancer sku for the managed cluster. Possible values include: 'standard', 'basic'\n */\n loadBalancerSku?: LoadBalancerSku;\n /**\n * Profile of the cluster load balancer.\n */\n loadBalancerProfile?: ManagedClusterLoadBalancerProfile;\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The type of identity that last modified the resource.\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * Time in a week.\n */\nexport interface TimeInWeek {\n /**\n * A day in a week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday',\n * 'Thursday', 'Friday', 'Saturday'\n */\n day?: WeekDay;\n /**\n * hour slots in a day.\n */\n hourSlots?: number[];\n}\n\n/**\n * The time span with start and end properties.\n */\nexport interface TimeSpan {\n /**\n * The start of a time span\n */\n start?: Date;\n /**\n * The end of a time span\n */\n end?: Date;\n}\n\n/**\n * maintenance configuration.\n */\nexport interface MaintenanceConfiguration extends SubResource {\n /**\n * The system meta data relating to this resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * Weekday time slots allowed to upgrade.\n */\n timeInWeek?: TimeInWeek[];\n /**\n * Time slots on which upgrade is not allowed.\n */\n notAllowedTime?: TimeSpan[];\n}\n\n/**\n * run command request\n */\nexport interface RunCommandRequest {\n /**\n * command to run.\n */\n command: string;\n /**\n * base64 encoded zip file, contains files required by the command\n */\n context?: string;\n /**\n * AuthToken issued for AKS AAD Server App.\n */\n clusterToken?: string;\n}\n\n/**\n * run command result.\n */\nexport interface RunCommandResult {\n /**\n * command id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * provisioning State\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * exit code of the command\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exitCode?: number;\n /**\n * time when the command started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startedAt?: Date;\n /**\n * time when the command finished.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly finishedAt?: Date;\n /**\n * command output.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly logs?: string;\n /**\n * explain why provisioningState is set to failed (if so).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: string;\n}\n\n/**\n * Profile for diagnostics on the container service VMs.\n */\nexport interface ContainerServiceVMDiagnostics {\n /**\n * Whether the VM diagnostic agent is provisioned on the VM.\n */\n enabled: boolean;\n /**\n * The URI of the storage account where diagnostics are stored.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageUri?: string;\n}\n\n/**\n * Profile for diagnostics on the container service cluster.\n */\nexport interface ContainerServiceDiagnosticsProfile {\n /**\n * Profile for diagnostics on the container service VMs.\n */\n vmDiagnostics: ContainerServiceVMDiagnostics;\n}\n\n/**\n * An interface representing UserAssignedIdentity.\n */\nexport interface UserAssignedIdentity {\n /**\n * The resource id of the user assigned identity.\n */\n resourceId?: string;\n /**\n * The client id of the user assigned identity.\n */\n clientId?: string;\n /**\n * The object id of the user assigned identity.\n */\n objectId?: string;\n}\n\n/**\n * Information of user assigned identity used by this add-on.\n */\nexport interface ManagedClusterAddonProfileIdentity extends UserAssignedIdentity {\n}\n\n/**\n * A Kubernetes add-on profile for a managed cluster.\n */\nexport interface ManagedClusterAddonProfile {\n /**\n * Whether the add-on is enabled or not.\n */\n enabled: boolean;\n /**\n * Key-value pairs for configuring an add-on.\n */\n config?: { [propertyName: string]: string };\n /**\n * Information of user assigned identity used by this add-on.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly identity?: ManagedClusterAddonProfileIdentity;\n}\n\n/**\n * An interface representing ManagedClusterPodIdentityProvisioningInfo.\n */\nexport interface ManagedClusterPodIdentityProvisioningInfo {\n /**\n * Pod identity assignment error (if any).\n */\n error?: CloudError;\n}\n\n/**\n * An interface representing ManagedClusterPodIdentity.\n */\nexport interface ManagedClusterPodIdentity {\n /**\n * Name of the pod identity.\n */\n name: string;\n /**\n * Namespace of the pod identity.\n */\n namespace: string;\n /**\n * Binding selector to use for the AzureIdentityBinding resource.\n */\n bindingSelector?: string;\n /**\n * Information of the user assigned identity.\n */\n identity: UserAssignedIdentity;\n /**\n * The current provisioning state of the pod identity. Possible values include: 'Assigned',\n * 'Updating', 'Deleting', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ManagedClusterPodIdentityProvisioningState;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningInfo?: ManagedClusterPodIdentityProvisioningInfo;\n}\n\n/**\n * An interface representing ManagedClusterPodIdentityException.\n */\nexport interface ManagedClusterPodIdentityException {\n /**\n * Name of the pod identity exception.\n */\n name: string;\n /**\n * Namespace of the pod identity exception.\n */\n namespace: string;\n /**\n * Pod labels to match.\n */\n podLabels: { [propertyName: string]: string };\n}\n\n/**\n * An interface representing ManagedClusterPodIdentityProfile.\n */\nexport interface ManagedClusterPodIdentityProfile {\n /**\n * Whether the pod identity addon is enabled.\n */\n enabled?: boolean;\n /**\n * Customer consent for enabling AAD pod identity addon in cluster using Kubenet network plugin.\n */\n allowNetworkPluginKubenet?: boolean;\n /**\n * User assigned pod identity settings.\n */\n userAssignedIdentities?: ManagedClusterPodIdentity[];\n /**\n * User assigned pod identity exception settings.\n */\n userAssignedIdentityExceptions?: ManagedClusterPodIdentityException[];\n}\n\n/**\n * AADProfile specifies attributes for Azure Active Directory integration.\n */\nexport interface ManagedClusterAADProfile {\n /**\n * Whether to enable managed AAD.\n */\n managed?: boolean;\n /**\n * Whether to enable Azure RBAC for Kubernetes authorization.\n */\n enableAzureRBAC?: boolean;\n /**\n * AAD group object IDs that will have admin role of the cluster.\n */\n adminGroupObjectIDs?: string[];\n /**\n * The client AAD application ID.\n */\n clientAppID?: string;\n /**\n * The server AAD application ID.\n */\n serverAppID?: string;\n /**\n * The server AAD application secret.\n */\n serverAppSecret?: string;\n /**\n * The AAD tenant ID to use for authentication. If not specified, will use the tenant of the\n * deployment subscription.\n */\n tenantID?: string;\n}\n\n/**\n * Auto upgrade profile for a managed cluster.\n */\nexport interface ManagedClusterAutoUpgradeProfile {\n /**\n * upgrade channel for auto upgrade. Possible values include: 'rapid', 'stable', 'patch',\n * 'node-image', 'none'\n */\n upgradeChannel?: UpgradeChannel;\n}\n\n/**\n * Parameters to be applied to the cluster-autoscaler when enabled\n */\nexport interface ManagedClusterPropertiesAutoScalerProfile {\n balanceSimilarNodeGroups?: string;\n /**\n * Possible values include: 'least-waste', 'most-pods', 'priority', 'random'\n */\n expander?: Expander;\n maxEmptyBulkDelete?: string;\n maxGracefulTerminationSec?: string;\n maxNodeProvisionTime?: string;\n maxTotalUnreadyPercentage?: string;\n newPodScaleUpDelay?: string;\n okTotalUnreadyCount?: string;\n scanInterval?: string;\n scaleDownDelayAfterAdd?: string;\n scaleDownDelayAfterDelete?: string;\n scaleDownDelayAfterFailure?: string;\n scaleDownUnneededTime?: string;\n scaleDownUnreadyTime?: string;\n scaleDownUtilizationThreshold?: string;\n skipNodesWithLocalStorage?: string;\n skipNodesWithSystemPods?: string;\n}\n\n/**\n * Access profile for managed cluster API server.\n */\nexport interface ManagedClusterAPIServerAccessProfile {\n /**\n * Authorized IP Ranges to kubernetes API server.\n */\n authorizedIPRanges?: string[];\n /**\n * Whether to create the cluster as a private cluster or not.\n */\n enablePrivateCluster?: boolean;\n /**\n * Private dns zone mode for private cluster.\n */\n privateDNSZone?: string;\n}\n\n/**\n * An interface representing ManagedClusterPropertiesIdentityProfileValue.\n */\nexport interface ManagedClusterPropertiesIdentityProfileValue extends UserAssignedIdentity {\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource {\n /**\n * The ID of the private link resource.\n */\n id?: string;\n /**\n * The name of the private link resource.\n */\n name?: string;\n /**\n * The resource type.\n */\n type?: string;\n /**\n * The group ID of the resource.\n */\n groupId?: string;\n /**\n * RequiredMembers of the resource\n */\n requiredMembers?: string[];\n /**\n * The private link service ID of the resource, this field is exposed only to NRP internally.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateLinkServiceID?: string;\n}\n\n/**\n * Configurations for provisioning the cluster with HTTP proxy servers.\n */\nexport interface ManagedClusterHTTPProxyConfig {\n /**\n * HTTP proxy server endpoint to use.\n */\n httpProxy?: string;\n /**\n * HTTPS proxy server endpoint to use.\n */\n httpsProxy?: string;\n /**\n * Endpoints that should not go through proxy.\n */\n noProxy?: string[];\n /**\n * Alternative CA cert to use for connecting to proxy servers.\n */\n trustedCa?: string;\n}\n\n/**\n * An interface representing ManagedClusterIdentityUserAssignedIdentitiesValue.\n */\nexport interface ManagedClusterIdentityUserAssignedIdentitiesValue {\n /**\n * The principal id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * Identity for the managed cluster.\n */\nexport interface ManagedClusterIdentity {\n /**\n * The principal id of the system assigned identity which is used by master components.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant id of the system assigned identity which is used by master components.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The type of identity used for the managed cluster. Type 'SystemAssigned' will use an\n * implicitly created identity in master components and an auto-created user assigned identity in\n * MC_ resource group in agent nodes. Type 'None' will not use MSI for the managed cluster,\n * service principal will be used instead. Possible values include: 'SystemAssigned',\n * 'UserAssigned', 'None'\n */\n type?: ResourceIdentityType;\n /**\n * The user identity associated with the managed cluster. This identity will be used in control\n * plane and only one user assigned identity is allowed. The user identity dictionary key\n * references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: ManagedClusterIdentityUserAssignedIdentitiesValue };\n}\n\n/**\n * An interface representing ManagedClusterSKU.\n */\nexport interface ManagedClusterSKU {\n /**\n * Name of a managed cluster SKU. Possible values include: 'Basic'\n */\n name?: ManagedClusterSKUName;\n /**\n * Tier of a managed cluster SKU. Possible values include: 'Paid', 'Free'\n */\n tier?: ManagedClusterSKUTier;\n}\n\n/**\n * The complex type of the extended location.\n */\nexport interface ExtendedLocation {\n /**\n * The name of the extended location.\n */\n name?: string;\n /**\n * The type of the extended location. Possible values include: 'EdgeZone'\n */\n type?: ExtendedLocationTypes;\n}\n\n/**\n * Managed cluster.\n */\nexport interface ManagedCluster extends Resource {\n /**\n * The current deployment or provisioning state, which only appears in the response.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Represents the Power State of the cluster\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly powerState?: PowerState;\n /**\n * The max number of agent pools for the managed cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maxAgentPools?: number;\n /**\n * Version of Kubernetes specified when creating the managed cluster.\n */\n kubernetesVersion?: string;\n /**\n * DNS prefix specified when creating the managed cluster.\n */\n dnsPrefix?: string;\n /**\n * FQDN subdomain specified when creating private cluster with custom private dns zone.\n */\n fqdnSubdomain?: string;\n /**\n * FQDN for the master pool.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly fqdn?: string;\n /**\n * FQDN of private cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateFQDN?: string;\n /**\n * FQDN for the master pool which used by proxy config.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly azurePortalFQDN?: string;\n /**\n * Properties of the agent pool.\n */\n agentPoolProfiles?: ManagedClusterAgentPoolProfile[];\n /**\n * Profile for Linux VMs in the container service cluster.\n */\n linuxProfile?: ContainerServiceLinuxProfile;\n /**\n * Profile for Windows VMs in the container service cluster.\n */\n windowsProfile?: ManagedClusterWindowsProfile;\n /**\n * Information about a service principal identity for the cluster to use for manipulating Azure\n * APIs.\n */\n servicePrincipalProfile?: ManagedClusterServicePrincipalProfile;\n /**\n * Profile of managed cluster add-on.\n */\n addonProfiles?: { [propertyName: string]: ManagedClusterAddonProfile };\n /**\n * Profile of managed cluster pod identity.\n */\n podIdentityProfile?: ManagedClusterPodIdentityProfile;\n /**\n * Name of the resource group containing agent pool nodes.\n */\n nodeResourceGroup?: string;\n /**\n * Whether to enable Kubernetes Role-Based Access Control.\n */\n enableRBAC?: boolean;\n /**\n * (DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set\n * for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy.\n */\n enablePodSecurityPolicy?: boolean;\n /**\n * Profile of network configuration.\n */\n networkProfile?: ContainerServiceNetworkProfile;\n /**\n * Profile of Azure Active Directory configuration.\n */\n aadProfile?: ManagedClusterAADProfile;\n /**\n * Profile of auto upgrade configuration.\n */\n autoUpgradeProfile?: ManagedClusterAutoUpgradeProfile;\n /**\n * Parameters to be applied to the cluster-autoscaler when enabled\n */\n autoScalerProfile?: ManagedClusterPropertiesAutoScalerProfile;\n /**\n * Access profile for managed cluster API server.\n */\n apiServerAccessProfile?: ManagedClusterAPIServerAccessProfile;\n /**\n * ResourceId of the disk encryption set to use for enabling encryption at rest.\n */\n diskEncryptionSetID?: string;\n /**\n * Identities associated with the cluster.\n */\n identityProfile?: { [propertyName: string]: ManagedClusterPropertiesIdentityProfileValue };\n /**\n * Private link resources associated with the cluster.\n */\n privateLinkResources?: PrivateLinkResource[];\n /**\n * If set to true, getting static credential will be disabled for this cluster. Expected to only\n * be used for AAD clusters.\n */\n disableLocalAccounts?: boolean;\n /**\n * Configurations for provisioning the cluster with HTTP proxy servers.\n */\n httpProxyConfig?: ManagedClusterHTTPProxyConfig;\n /**\n * The identity of the managed cluster, if configured.\n */\n identity?: ManagedClusterIdentity;\n /**\n * The managed cluster SKU.\n */\n sku?: ManagedClusterSKU;\n /**\n * The extended location of the Virtual Machine.\n */\n extendedLocation?: ExtendedLocation;\n}\n\n/**\n * Managed cluster Access Profile.\n */\nexport interface ManagedClusterAccessProfile extends Resource {\n /**\n * Base64-encoded Kubernetes configuration file.\n */\n kubeConfig?: Uint8Array;\n}\n\n/**\n * An interface representing ManagedClusterPoolUpgradeProfileUpgradesItem.\n */\nexport interface ManagedClusterPoolUpgradeProfileUpgradesItem {\n /**\n * Kubernetes version (major, minor, patch).\n */\n kubernetesVersion?: string;\n /**\n * Whether Kubernetes version is currently in preview.\n */\n isPreview?: boolean;\n}\n\n/**\n * The list of available upgrade versions.\n */\nexport interface ManagedClusterPoolUpgradeProfile {\n /**\n * Kubernetes version (major, minor, patch).\n */\n kubernetesVersion: string;\n /**\n * Pool name.\n */\n name?: string;\n /**\n * OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType: OSType;\n /**\n * List of orchestrator types and versions available for upgrade.\n */\n upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];\n}\n\n/**\n * The list of available upgrades for compute pools.\n */\nexport interface ManagedClusterUpgradeProfile {\n /**\n * Id of upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The list of available upgrade versions for the control plane.\n */\n controlPlaneProfile: ManagedClusterPoolUpgradeProfile;\n /**\n * The list of available upgrade versions for agent pools.\n */\n agentPoolProfiles: ManagedClusterPoolUpgradeProfile[];\n}\n\n/**\n * An interface representing AgentPoolUpgradeProfilePropertiesUpgradesItem.\n */\nexport interface AgentPoolUpgradeProfilePropertiesUpgradesItem {\n /**\n * Kubernetes version (major, minor, patch).\n */\n kubernetesVersion?: string;\n /**\n * Whether Kubernetes version is currently in preview.\n */\n isPreview?: boolean;\n}\n\n/**\n * The list of available upgrades for an agent pool.\n */\nexport interface AgentPoolUpgradeProfile {\n /**\n * Id of the agent pool upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of the agent pool upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of the agent pool upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Kubernetes version (major, minor, patch).\n */\n kubernetesVersion: string;\n /**\n * OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType: OSType;\n /**\n * List of orchestrator types and versions available for upgrade.\n */\n upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];\n /**\n * LatestNodeImageVersion is the latest AKS supported node image version.\n */\n latestNodeImageVersion?: string;\n}\n\n/**\n * An interface representing AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.\n */\nexport interface AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem {\n /**\n * Whether this version is the default agent pool version.\n */\n default?: boolean;\n /**\n * Kubernetes version (major, minor, patch).\n */\n kubernetesVersion?: string;\n /**\n * Whether Kubernetes version is currently in preview.\n */\n isPreview?: boolean;\n}\n\n/**\n * The list of available versions for an agent pool.\n */\nexport interface AgentPoolAvailableVersions {\n /**\n * Id of the agent pool available versions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of the agent pool available versions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of the agent pool available versions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * List of versions available for agent pool.\n */\n agentPoolVersions?: AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem[];\n}\n\n/**\n * The credential result response.\n */\nexport interface CredentialResult {\n /**\n * The name of the credential.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Base64-encoded Kubernetes configuration file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: Uint8Array;\n}\n\n/**\n * The list of credential result response.\n */\nexport interface CredentialResults {\n /**\n * Base64-encoded Kubernetes configuration file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kubeconfigs?: CredentialResult[];\n}\n\n/**\n * Private endpoint which a connection belongs to.\n */\nexport interface PrivateEndpoint {\n /**\n * The resource Id for private endpoint\n */\n id?: string;\n}\n\n/**\n * The state of a private link service connection.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * The private link service connection status. Possible values include: 'Pending', 'Approved',\n * 'Rejected', 'Disconnected'\n */\n status?: ConnectionStatus;\n /**\n * The private link service connection description.\n */\n description?: string;\n}\n\n/**\n * A private endpoint connection\n */\nexport interface PrivateEndpointConnection extends BaseResource {\n /**\n * The ID of the private endpoint connection.\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 private endpoint connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The current provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting',\n * 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /**\n * The resource of private endpoint.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/**\n * A list of private endpoint connections\n */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * The collection value.\n */\n value?: PrivateEndpointConnection[];\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourcesListResult {\n /**\n * The collection value.\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * OS option property.\n */\nexport interface OSOptionProperty {\n /**\n * OS type.\n */\n osType: string;\n /**\n * Whether FIPS image is enabled.\n */\n enableFipsImage: boolean;\n}\n\n/**\n * The OS option profile.\n */\nexport interface OSOptionProfile {\n /**\n * Id of the OS option profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Name of the OS option profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of the OS option profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The list of OS option properties.\n */\n osOptionPropertyList: OSOptionProperty[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagedClustersGetOSOptionsOptionalParams extends msRest.RequestOptionsBase {\n /**\n * resource type for which the OS options needs to be returned\n */\n resourceType?: string;\n}\n\n/**\n * An interface representing ContainerServiceClientOptions.\n */\nexport interface ContainerServiceClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The List Compute Operation operation response.\n * @extends Array<OperationValue>\n */\nexport interface OperationListResult extends Array<OperationValue> {\n}\n\n/**\n * @interface\n * The response from the List Managed Clusters operation.\n * @extends Array<ManagedCluster>\n */\nexport interface ManagedClusterListResult extends Array<ManagedCluster> {\n /**\n * The URL to get the next set of managed cluster results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List maintenance configurations operation.\n * @extends Array<MaintenanceConfiguration>\n */\nexport interface MaintenanceConfigurationListResult extends Array<MaintenanceConfiguration> {\n /**\n * The URL to get the next set of maintenance configuration results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List Agent Pools operation.\n * @extends Array<AgentPool>\n */\nexport interface AgentPoolListResult extends Array<AgentPool> {\n /**\n * The URL to get the next set of agent pool results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ContainerServiceStorageProfileTypes.\n * Possible values include: 'StorageAccount', 'ManagedDisks'\n * @readonly\n * @enum {string}\n */\nexport type ContainerServiceStorageProfileTypes = 'StorageAccount' | 'ManagedDisks';\n\n/**\n * Defines values for ContainerServiceVMSizeTypes.\n * Possible values include: 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2',\n * 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', 'Standard_A4',\n * 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8',\n * 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s',\n * 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', 'Standard_D11_v2',\n * 'Standard_D11_v2_Promo', 'Standard_D12', 'Standard_D12_v2', 'Standard_D12_v2_Promo',\n * 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', 'Standard_D14_v2',\n * 'Standard_D14_v2_Promo', 'Standard_D15_v2', 'Standard_D16_v3', 'Standard_D16s_v3',\n * 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', 'Standard_D2_v3',\n * 'Standard_D2s_v3', 'Standard_D3', 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2',\n * 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', 'Standard_D4_v2_Promo',\n * 'Standard_D4_v3', 'Standard_D4s_v3', 'Standard_D5_v2', 'Standard_D5_v2_Promo',\n * 'Standard_D64_v3', 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', 'Standard_DS1',\n * 'Standard_DS11', 'Standard_DS11_v2', 'Standard_DS11_v2_Promo', 'Standard_DS12',\n * 'Standard_DS12_v2', 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2',\n * 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', 'Standard_DS14',\n * 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', 'Standard_DS14_v2', 'Standard_DS14_v2_Promo',\n * 'Standard_DS15_v2', 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2',\n * 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', 'Standard_DS3_v2_Promo',\n * 'Standard_DS4', 'Standard_DS4_v2', 'Standard_DS4_v2_Promo', 'Standard_DS5_v2',\n * 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', 'Standard_E2_v3',\n * 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3', 'Standard_E32_v3',\n * 'Standard_E32s_v3', 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3',\n * 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', 'Standard_E8_v3',\n * 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s', 'Standard_F16s_v2',\n * 'Standard_F1s', 'Standard_F2', 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2',\n * 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', 'Standard_F64s_v2', 'Standard_F72s_v2',\n * 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', 'Standard_G3',\n * 'Standard_G4', 'Standard_G5', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4',\n * 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', 'Standard_GS5-8',\n * 'Standard_H16', 'Standard_H16m', 'Standard_H16mr', 'Standard_H16r', 'Standard_H8',\n * 'Standard_H8m', 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s',\n * 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', 'Standard_M128s',\n * 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12',\n * 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',\n * 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2', 'Standard_NC24s_v3',\n * 'Standard_NC6', 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',\n * 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24', 'Standard_NV6'\n * @readonly\n * @enum {string}\n */\nexport type ContainerServiceVMSizeTypes = 'Standard_A1' | 'Standard_A10' | 'Standard_A11' | 'Standard_A1_v2' | 'Standard_A2' | 'Standard_A2_v2' | 'Standard_A2m_v2' | 'Standard_A3' | 'Standard_A4' | 'Standard_A4_v2' | 'Standard_A4m_v2' | 'Standard_A5' | 'Standard_A6' | 'Standard_A7' | 'Standard_A8' | 'Standard_A8_v2' | 'Standard_A8m_v2' | 'Standard_A9' | 'Standard_B2ms' | 'Standard_B2s' | 'Standard_B4ms' | 'Standard_B8ms' | 'Standard_D1' | 'Standard_D11' | 'Standard_D11_v2' | 'Standard_D11_v2_Promo' | 'Standard_D12' | 'Standard_D12_v2' | 'Standard_D12_v2_Promo' | 'Standard_D13' | 'Standard_D13_v2' | 'Standard_D13_v2_Promo' | 'Standard_D14' | 'Standard_D14_v2' | 'Standard_D14_v2_Promo' | 'Standard_D15_v2' | 'Standard_D16_v3' | 'Standard_D16s_v3' | 'Standard_D1_v2' | 'Standard_D2' | 'Standard_D2_v2' | 'Standard_D2_v2_Promo' | 'Standard_D2_v3' | 'Standard_D2s_v3' | 'Standard_D3' | 'Standard_D32_v3' | 'Standard_D32s_v3' | 'Standard_D3_v2' | 'Standard_D3_v2_Promo' | 'Standard_D4' | 'Standard_D4_v2' | 'Standard_D4_v2_Promo' | 'Standard_D4_v3' | 'Standard_D4s_v3' | 'Standard_D5_v2' | 'Standard_D5_v2_Promo' | 'Standard_D64_v3' | 'Standard_D64s_v3' | 'Standard_D8_v3' | 'Standard_D8s_v3' | 'Standard_DS1' | 'Standard_DS11' | 'Standard_DS11_v2' | 'Standard_DS11_v2_Promo' | 'Standard_DS12' | 'Standard_DS12_v2' | 'Standard_DS12_v2_Promo' | 'Standard_DS13' | 'Standard_DS13-2_v2' | 'Standard_DS13-4_v2' | 'Standard_DS13_v2' | 'Standard_DS13_v2_Promo' | 'Standard_DS14' | 'Standard_DS14-4_v2' | 'Standard_DS14-8_v2' | 'Standard_DS14_v2' | 'Standard_DS14_v2_Promo' | 'Standard_DS15_v2' | 'Standard_DS1_v2' | 'Standard_DS2' | 'Standard_DS2_v2' | 'Standard_DS2_v2_Promo' | 'Standard_DS3' | 'Standard_DS3_v2' | 'Standard_DS3_v2_Promo' | 'Standard_DS4' | 'Standard_DS4_v2' | 'Standard_DS4_v2_Promo' | 'Standard_DS5_v2' | 'Standard_DS5_v2_Promo' | 'Standard_E16_v3' | 'Standard_E16s_v3' | 'Standard_E2_v3' | 'Standard_E2s_v3' | 'Standard_E32-16s_v3' | 'Standard_E32-8s_v3' | 'Standard_E32_v3' | 'Standard_E32s_v3' | 'Standard_E4_v3' | 'Standard_E4s_v3' | 'Standard_E64-16s_v3' | 'Standard_E64-32s_v3' | 'Standard_E64_v3' | 'Standard_E64s_v3' | 'Standard_E8_v3' | 'Standard_E8s_v3' | 'Standard_F1' | 'Standard_F16' | 'Standard_F16s' | 'Standard_F16s_v2' | 'Standard_F1s' | 'Standard_F2' | 'Standard_F2s' | 'Standard_F2s_v2' | 'Standard_F32s_v2' | 'Standard_F4' | 'Standard_F4s' | 'Standard_F4s_v2' | 'Standard_F64s_v2' | 'Standard_F72s_v2' | 'Standard_F8' | 'Standard_F8s' | 'Standard_F8s_v2' | 'Standard_G1' | 'Standard_G2' | 'Standard_G3' | 'Standard_G4' | 'Standard_G5' | 'Standard_GS1' | 'Standard_GS2' | 'Standard_GS3' | 'Standard_GS4' | 'Standard_GS4-4' | 'Standard_GS4-8' | 'Standard_GS5' | 'Standard_GS5-16' | 'Standard_GS5-8' | 'Standard_H16' | 'Standard_H16m' | 'Standard_H16mr' | 'Standard_H16r' | 'Standard_H8' | 'Standard_H8m' | 'Standard_L16s' | 'Standard_L32s' | 'Standard_L4s' | 'Standard_L8s' | 'Standard_M128-32ms' | 'Standard_M128-64ms' | 'Standard_M128ms' | 'Standard_M128s' | 'Standard_M64-16ms' | 'Standard_M64-32ms' | 'Standard_M64ms' | 'Standard_M64s' | 'Standard_NC12' | 'Standard_NC12s_v2' | 'Standard_NC12s_v3' | 'Standard_NC24' | 'Standard_NC24r' | 'Standard_NC24rs_v2' | 'Standard_NC24rs_v3' | 'Standard_NC24s_v2' | 'Standard_NC24s_v3' | 'Standard_NC6' | 'Standard_NC6s_v2' | 'Standard_NC6s_v3' | 'Standard_ND12s' | 'Standard_ND24rs' | 'Standard_ND24s' | 'Standard_ND6s' | 'Standard_NV12' | 'Standard_NV24' | 'Standard_NV6';\n\n/**\n * Defines values for OSDiskType.\n * Possible values include: 'Managed', 'Ephemeral'\n * @readonly\n * @enum {string}\n */\nexport type OSDiskType = 'Managed' | 'Ephemeral';\n\n/**\n * Defines values for KubeletDiskType.\n * Possible values include: 'OS', 'Temporary'\n * @readonly\n * @enum {string}\n */\nexport type KubeletDiskType = 'OS' | 'Temporary';\n\n/**\n * Defines values for OSType.\n * Possible values include: 'Linux', 'Windows'\n * @readonly\n * @enum {string}\n */\nexport type OSType = 'Linux' | 'Windows';\n\n/**\n * Defines values for OSSKU.\n * Possible values include: 'Ubuntu', 'CBLMariner'\n * @readonly\n * @enum {string}\n */\nexport type OSSKU = 'Ubuntu' | 'CBLMariner';\n\n/**\n * Defines values for AgentPoolType.\n * Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'\n * @readonly\n * @enum {string}\n */\nexport type AgentPoolType = 'VirtualMachineScaleSets' | 'AvailabilitySet';\n\n/**\n * Defines values for AgentPoolMode.\n * Possible values include: 'System', 'User'\n * @readonly\n * @enum {string}\n */\nexport type AgentPoolMode = 'System' | 'User';\n\n/**\n * Defines values for Code.\n * Possible values include: 'Running', 'Stopped'\n * @readonly\n * @enum {string}\n */\nexport type Code = 'Running' | 'Stopped';\n\n/**\n * Defines values for ScaleSetPriority.\n * Possible values include: 'Spot', 'Regular'\n * @readonly\n * @enum {string}\n */\nexport type ScaleSetPriority = 'Spot' | 'Regular';\n\n/**\n * Defines values for ScaleSetEvictionPolicy.\n * Possible values include: 'Delete', 'Deallocate'\n * @readonly\n * @enum {string}\n */\nexport type ScaleSetEvictionPolicy = 'Delete' | 'Deallocate';\n\n/**\n * Defines values for GPUInstanceProfile.\n * Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'\n * @readonly\n * @enum {string}\n */\nexport type GPUInstanceProfile = 'MIG1g' | 'MIG2g' | 'MIG3g' | 'MIG4g' | 'MIG7g';\n\n/**\n * Defines values for LicenseType.\n * Possible values include: 'None', 'Windows_Server'\n * @readonly\n * @enum {string}\n */\nexport type LicenseType = 'None' | 'Windows_Server';\n\n/**\n * Defines values for NetworkPlugin.\n * Possible values include: 'azure', 'kubenet'\n * @readonly\n * @enum {string}\n */\nexport type NetworkPlugin = 'azure' | 'kubenet';\n\n/**\n * Defines values for NetworkPolicy.\n * Possible values include: 'calico', 'azure'\n * @readonly\n * @enum {string}\n */\nexport type NetworkPolicy = 'calico' | 'azure';\n\n/**\n * Defines values for NetworkMode.\n * Possible values include: 'transparent', 'bridge'\n * @readonly\n * @enum {string}\n */\nexport type NetworkMode = 'transparent' | 'bridge';\n\n/**\n * Defines values for OutboundType.\n * Possible values include: 'loadBalancer', 'userDefinedRouting'\n * @readonly\n * @enum {string}\n */\nexport type OutboundType = 'loadBalancer' | 'userDefinedRouting';\n\n/**\n * Defines values for LoadBalancerSku.\n * Possible values include: 'standard', 'basic'\n * @readonly\n * @enum {string}\n */\nexport type LoadBalancerSku = 'standard' | 'basic';\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';\n\n/**\n * Defines values for WeekDay.\n * Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',\n * 'Saturday'\n * @readonly\n * @enum {string}\n */\nexport type WeekDay = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday';\n\n/**\n * Defines values for ManagedClusterPodIdentityProvisioningState.\n * Possible values include: 'Assigned', 'Updating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ManagedClusterPodIdentityProvisioningState = 'Assigned' | 'Updating' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for UpgradeChannel.\n * Possible values include: 'rapid', 'stable', 'patch', 'node-image', 'none'\n * @readonly\n * @enum {string}\n */\nexport type UpgradeChannel = 'rapid' | 'stable' | 'patch' | 'node-image' | 'none';\n\n/**\n * Defines values for Expander.\n * Possible values include: 'least-waste', 'most-pods', 'priority', 'random'\n * @readonly\n * @enum {string}\n */\nexport type Expander = 'least-waste' | 'most-pods' | 'priority' | 'random';\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'SystemAssigned', 'UserAssigned', 'None'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'None';\n\n/**\n * Defines values for ManagedClusterSKUName.\n * Possible values include: 'Basic'\n * @readonly\n * @enum {string}\n */\nexport type ManagedClusterSKUName = 'Basic';\n\n/**\n * Defines values for ManagedClusterSKUTier.\n * Possible values include: 'Paid', 'Free'\n * @readonly\n * @enum {string}\n */\nexport type ManagedClusterSKUTier = 'Paid' | 'Free';\n\n/**\n * Defines values for ExtendedLocationTypes.\n * Possible values include: 'EdgeZone'\n * @readonly\n * @enum {string}\n */\nexport type ExtendedLocationTypes = 'EdgeZone';\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for ConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type ConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\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 getOSOptions operation.\n */\nexport type ManagedClustersGetOSOptionsResponse = OSOptionProfile & {\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: OSOptionProfile;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ManagedClustersListResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ManagedClustersListByResourceGroupResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the getUpgradeProfile operation.\n */\nexport type ManagedClustersGetUpgradeProfileResponse = ManagedClusterUpgradeProfile & {\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: ManagedClusterUpgradeProfile;\n };\n};\n\n/**\n * Contains response data for the getAccessProfile operation.\n */\nexport type ManagedClustersGetAccessProfileResponse = ManagedClusterAccessProfile & {\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: ManagedClusterAccessProfile;\n };\n};\n\n/**\n * Contains response data for the listClusterAdminCredentials operation.\n */\nexport type ManagedClustersListClusterAdminCredentialsResponse = CredentialResults & {\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: CredentialResults;\n };\n};\n\n/**\n * Contains response data for the listClusterUserCredentials operation.\n */\nexport type ManagedClustersListClusterUserCredentialsResponse = CredentialResults & {\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: CredentialResults;\n };\n};\n\n/**\n * Contains response data for the listClusterMonitoringUserCredentials operation.\n */\nexport type ManagedClustersListClusterMonitoringUserCredentialsResponse = CredentialResults & {\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: CredentialResults;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ManagedClustersGetResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ManagedClustersCreateOrUpdateResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the updateTags operation.\n */\nexport type ManagedClustersUpdateTagsResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the runCommand operation.\n */\nexport type ManagedClustersRunCommandResponse = RunCommandResult & {\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: RunCommandResult;\n };\n};\n\n/**\n * Contains response data for the getCommandResult operation.\n */\nexport type ManagedClustersGetCommandResultResponse = RunCommandResult & {\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: RunCommandResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ManagedClustersBeginCreateOrUpdateResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the beginUpdateTags operation.\n */\nexport type ManagedClustersBeginUpdateTagsResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the beginRunCommand operation.\n */\nexport type ManagedClustersBeginRunCommandResponse = RunCommandResult & {\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: RunCommandResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ManagedClustersListNextResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ManagedClustersListByResourceGroupNextResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByManagedCluster operation.\n */\nexport type MaintenanceConfigurationsListByManagedClusterResponse = MaintenanceConfigurationListResult & {\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: MaintenanceConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type MaintenanceConfigurationsGetResponse = MaintenanceConfiguration & {\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: MaintenanceConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type MaintenanceConfigurationsCreateOrUpdateResponse = MaintenanceConfiguration & {\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: MaintenanceConfiguration;\n };\n};\n\n/**\n * Contains response data for the listByManagedClusterNext operation.\n */\nexport type MaintenanceConfigurationsListByManagedClusterNextResponse = MaintenanceConfigurationListResult & {\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: MaintenanceConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AgentPoolsListResponse = AgentPoolListResult & {\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: AgentPoolListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AgentPoolsGetResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type AgentPoolsCreateOrUpdateResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the getUpgradeProfile operation.\n */\nexport type AgentPoolsGetUpgradeProfileResponse = AgentPoolUpgradeProfile & {\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: AgentPoolUpgradeProfile;\n };\n};\n\n/**\n * Contains response data for the getAvailableAgentPoolVersions operation.\n */\nexport type AgentPoolsGetAvailableAgentPoolVersionsResponse = AgentPoolAvailableVersions & {\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: AgentPoolAvailableVersions;\n };\n};\n\n/**\n * Contains response data for the upgradeNodeImageVersion operation.\n */\nexport type AgentPoolsUpgradeNodeImageVersionResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type AgentPoolsBeginCreateOrUpdateResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the beginUpgradeNodeImageVersion operation.\n */\nexport type AgentPoolsBeginUpgradeNodeImageVersionResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AgentPoolsListNextResponse = AgentPoolListResult & {\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: AgentPoolListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateLinkResourcesListResponse = PrivateLinkResourcesListResult & {\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: PrivateLinkResourcesListResult;\n };\n};\n\n/**\n * Contains response data for the pOST operation.\n */\nexport type ResolvePrivateLinkServiceIdPOSTResponse = PrivateLinkResource & {\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: PrivateLinkResource;\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 OperationValue: msRest.CompositeMapper = {\n serializedName: \"OperationValue\",\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n modelProperties: {\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"display.operation\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"display.resource\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"display.description\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n readOnly: true,\n serializedName: \"display.provider\",\n type: {\n name: \"String\"\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 location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SubResource: msRest.CompositeMapper = {\n serializedName: \"SubResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\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 TagsObject: msRest.CompositeMapper = {\n serializedName: \"TagsObject\",\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterServicePrincipalProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterServicePrincipalProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\",\n modelProperties: {\n clientId: {\n required: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceMasterProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceMasterProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceMasterProfile\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n defaultValue: 1,\n type: {\n name: \"Number\"\n }\n },\n dnsPrefix: {\n required: true,\n serializedName: \"dnsPrefix\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n required: true,\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n osDiskSizeGB: {\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\"\n }\n },\n firstConsecutiveStaticIP: {\n serializedName: \"firstConsecutiveStaticIP\",\n defaultValue: '10.240.255.5',\n type: {\n name: \"String\"\n }\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n readOnly: true,\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolUpgradeSettings: msRest.CompositeMapper = {\n serializedName: \"AgentPoolUpgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n modelProperties: {\n maxSurge: {\n serializedName: \"maxSurge\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PowerState: msRest.CompositeMapper = {\n serializedName: \"PowerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KubeletConfig: msRest.CompositeMapper = {\n serializedName: \"KubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n modelProperties: {\n cpuManagerPolicy: {\n serializedName: \"cpuManagerPolicy\",\n type: {\n name: \"String\"\n }\n },\n cpuCfsQuota: {\n serializedName: \"cpuCfsQuota\",\n type: {\n name: \"Boolean\"\n }\n },\n cpuCfsQuotaPeriod: {\n serializedName: \"cpuCfsQuotaPeriod\",\n type: {\n name: \"String\"\n }\n },\n imageGcHighThreshold: {\n serializedName: \"imageGcHighThreshold\",\n type: {\n name: \"Number\"\n }\n },\n imageGcLowThreshold: {\n serializedName: \"imageGcLowThreshold\",\n type: {\n name: \"Number\"\n }\n },\n topologyManagerPolicy: {\n serializedName: \"topologyManagerPolicy\",\n type: {\n name: \"String\"\n }\n },\n allowedUnsafeSysctls: {\n serializedName: \"allowedUnsafeSysctls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n failSwapOn: {\n serializedName: \"failSwapOn\",\n type: {\n name: \"Boolean\"\n }\n },\n containerLogMaxSizeMB: {\n serializedName: \"containerLogMaxSizeMB\",\n type: {\n name: \"Number\"\n }\n },\n containerLogMaxFiles: {\n serializedName: \"containerLogMaxFiles\",\n constraints: {\n InclusiveMinimum: 2\n },\n type: {\n name: \"Number\"\n }\n },\n podMaxPids: {\n serializedName: \"podMaxPids\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SysctlConfig: msRest.CompositeMapper = {\n serializedName: \"SysctlConfig\",\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\",\n modelProperties: {\n netCoreSomaxconn: {\n serializedName: \"netCoreSomaxconn\",\n type: {\n name: \"Number\"\n }\n },\n netCoreNetdevMaxBacklog: {\n serializedName: \"netCoreNetdevMaxBacklog\",\n type: {\n name: \"Number\"\n }\n },\n netCoreRmemDefault: {\n serializedName: \"netCoreRmemDefault\",\n type: {\n name: \"Number\"\n }\n },\n netCoreRmemMax: {\n serializedName: \"netCoreRmemMax\",\n type: {\n name: \"Number\"\n }\n },\n netCoreWmemDefault: {\n serializedName: \"netCoreWmemDefault\",\n type: {\n name: \"Number\"\n }\n },\n netCoreWmemMax: {\n serializedName: \"netCoreWmemMax\",\n type: {\n name: \"Number\"\n }\n },\n netCoreOptmemMax: {\n serializedName: \"netCoreOptmemMax\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpMaxSynBacklog: {\n serializedName: \"netIpv4TcpMaxSynBacklog\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpMaxTwBuckets: {\n serializedName: \"netIpv4TcpMaxTwBuckets\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpFinTimeout: {\n serializedName: \"netIpv4TcpFinTimeout\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpKeepaliveTime: {\n serializedName: \"netIpv4TcpKeepaliveTime\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpKeepaliveProbes: {\n serializedName: \"netIpv4TcpKeepaliveProbes\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpkeepaliveIntvl: {\n serializedName: \"netIpv4TcpkeepaliveIntvl\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpTwReuse: {\n serializedName: \"netIpv4TcpTwReuse\",\n type: {\n name: \"Boolean\"\n }\n },\n netIpv4IpLocalPortRange: {\n serializedName: \"netIpv4IpLocalPortRange\",\n type: {\n name: \"String\"\n }\n },\n netIpv4NeighDefaultGcThresh1: {\n serializedName: \"netIpv4NeighDefaultGcThresh1\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4NeighDefaultGcThresh2: {\n serializedName: \"netIpv4NeighDefaultGcThresh2\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4NeighDefaultGcThresh3: {\n serializedName: \"netIpv4NeighDefaultGcThresh3\",\n type: {\n name: \"Number\"\n }\n },\n netNetfilterNfConntrackMax: {\n serializedName: \"netNetfilterNfConntrackMax\",\n type: {\n name: \"Number\"\n }\n },\n netNetfilterNfConntrackBuckets: {\n serializedName: \"netNetfilterNfConntrackBuckets\",\n type: {\n name: \"Number\"\n }\n },\n fsInotifyMaxUserWatches: {\n serializedName: \"fsInotifyMaxUserWatches\",\n type: {\n name: \"Number\"\n }\n },\n fsFileMax: {\n serializedName: \"fsFileMax\",\n type: {\n name: \"Number\"\n }\n },\n fsAioMaxNr: {\n serializedName: \"fsAioMaxNr\",\n type: {\n name: \"Number\"\n }\n },\n fsNrOpen: {\n serializedName: \"fsNrOpen\",\n type: {\n name: \"Number\"\n }\n },\n kernelThreadsMax: {\n serializedName: \"kernelThreadsMax\",\n type: {\n name: \"Number\"\n }\n },\n vmMaxMapCount: {\n serializedName: \"vmMaxMapCount\",\n type: {\n name: \"Number\"\n }\n },\n vmSwappiness: {\n serializedName: \"vmSwappiness\",\n type: {\n name: \"Number\"\n }\n },\n vmVfsCachePressure: {\n serializedName: \"vmVfsCachePressure\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const LinuxOSConfig: msRest.CompositeMapper = {\n serializedName: \"LinuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n modelProperties: {\n sysctls: {\n serializedName: \"sysctls\",\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\"\n }\n },\n transparentHugePageEnabled: {\n serializedName: \"transparentHugePageEnabled\",\n type: {\n name: \"String\"\n }\n },\n transparentHugePageDefrag: {\n serializedName: \"transparentHugePageDefrag\",\n type: {\n name: \"String\"\n }\n },\n swapFileSizeMB: {\n serializedName: \"swapFileSizeMB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAgentPoolProfileProperties\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfileProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n osDiskSizeGB: {\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n osDiskType: {\n serializedName: \"osDiskType\",\n type: {\n name: \"String\"\n }\n },\n kubeletDiskType: {\n serializedName: \"kubeletDiskType\",\n type: {\n name: \"String\"\n }\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\"\n }\n },\n podSubnetID: {\n serializedName: \"podSubnetID\",\n type: {\n name: \"String\"\n }\n },\n maxPods: {\n serializedName: \"maxPods\",\n type: {\n name: \"Number\"\n }\n },\n osType: {\n serializedName: \"osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n osSKU: {\n serializedName: \"osSKU\",\n type: {\n name: \"String\"\n }\n },\n maxCount: {\n serializedName: \"maxCount\",\n type: {\n name: \"Number\"\n }\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\"\n }\n },\n enableAutoScaling: {\n serializedName: \"enableAutoScaling\",\n type: {\n name: \"Boolean\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\"\n }\n },\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeImageVersion: {\n readOnly: true,\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\"\n }\n },\n upgradeSettings: {\n serializedName: \"upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n readOnly: true,\n serializedName: \"powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\"\n }\n },\n availabilityZones: {\n serializedName: \"availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enableNodePublicIP: {\n serializedName: \"enableNodePublicIP\",\n type: {\n name: \"Boolean\"\n }\n },\n nodePublicIPPrefixID: {\n serializedName: \"nodePublicIPPrefixID\",\n type: {\n name: \"String\"\n }\n },\n scaleSetPriority: {\n serializedName: \"scaleSetPriority\",\n defaultValue: 'Regular',\n type: {\n name: \"String\"\n }\n },\n scaleSetEvictionPolicy: {\n serializedName: \"scaleSetEvictionPolicy\",\n defaultValue: 'Delete',\n type: {\n name: \"String\"\n }\n },\n spotMaxPrice: {\n serializedName: \"spotMaxPrice\",\n type: {\n name: \"Number\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeLabels: {\n serializedName: \"nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeTaints: {\n serializedName: \"nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n proximityPlacementGroupID: {\n serializedName: \"proximityPlacementGroupID\",\n type: {\n name: \"String\"\n }\n },\n kubeletConfig: {\n serializedName: \"kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\"\n }\n },\n linuxOSConfig: {\n serializedName: \"linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\"\n }\n },\n enableEncryptionAtHost: {\n serializedName: \"enableEncryptionAtHost\",\n type: {\n name: \"Boolean\"\n }\n },\n enableFIPS: {\n serializedName: \"enableFIPS\",\n type: {\n name: \"Boolean\"\n }\n },\n gpuInstanceProfile: {\n serializedName: \"gpuInstanceProfile\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAgentPoolProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAgentPoolProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\",\n modelProperties: {\n ...ManagedClusterAgentPoolProfileProperties.type.modelProperties,\n name: {\n required: true,\n serializedName: \"name\",\n constraints: {\n Pattern: /^[a-z][a-z0-9]{0,11}$/\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPool: msRest.CompositeMapper = {\n serializedName: \"AgentPool\",\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\"\n }\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n type: {\n name: \"String\"\n }\n },\n osDiskSizeGB: {\n serializedName: \"properties.osDiskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n osDiskType: {\n serializedName: \"properties.osDiskType\",\n type: {\n name: \"String\"\n }\n },\n kubeletDiskType: {\n serializedName: \"properties.kubeletDiskType\",\n type: {\n name: \"String\"\n }\n },\n vnetSubnetID: {\n serializedName: \"properties.vnetSubnetID\",\n type: {\n name: \"String\"\n }\n },\n podSubnetID: {\n serializedName: \"properties.podSubnetID\",\n type: {\n name: \"String\"\n }\n },\n maxPods: {\n serializedName: \"properties.maxPods\",\n type: {\n name: \"Number\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n osSKU: {\n serializedName: \"properties.osSKU\",\n type: {\n name: \"String\"\n }\n },\n maxCount: {\n serializedName: \"properties.maxCount\",\n type: {\n name: \"Number\"\n }\n },\n minCount: {\n serializedName: \"properties.minCount\",\n type: {\n name: \"Number\"\n }\n },\n enableAutoScaling: {\n serializedName: \"properties.enableAutoScaling\",\n type: {\n name: \"Boolean\"\n }\n },\n agentPoolType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\"\n }\n },\n orchestratorVersion: {\n serializedName: \"properties.orchestratorVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeImageVersion: {\n readOnly: true,\n serializedName: \"properties.nodeImageVersion\",\n type: {\n name: \"String\"\n }\n },\n upgradeSettings: {\n serializedName: \"properties.upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n readOnly: true,\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\"\n }\n },\n availabilityZones: {\n serializedName: \"properties.availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enableNodePublicIP: {\n serializedName: \"properties.enableNodePublicIP\",\n type: {\n name: \"Boolean\"\n }\n },\n nodePublicIPPrefixID: {\n serializedName: \"properties.nodePublicIPPrefixID\",\n type: {\n name: \"String\"\n }\n },\n scaleSetPriority: {\n serializedName: \"properties.scaleSetPriority\",\n defaultValue: 'Regular',\n type: {\n name: \"String\"\n }\n },\n scaleSetEvictionPolicy: {\n serializedName: \"properties.scaleSetEvictionPolicy\",\n defaultValue: 'Delete',\n type: {\n name: \"String\"\n }\n },\n spotMaxPrice: {\n serializedName: \"properties.spotMaxPrice\",\n type: {\n name: \"Number\"\n }\n },\n tags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeLabels: {\n serializedName: \"properties.nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeTaints: {\n serializedName: \"properties.nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n proximityPlacementGroupID: {\n serializedName: \"properties.proximityPlacementGroupID\",\n type: {\n name: \"String\"\n }\n },\n kubeletConfig: {\n serializedName: \"properties.kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\"\n }\n },\n linuxOSConfig: {\n serializedName: \"properties.linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\"\n }\n },\n enableEncryptionAtHost: {\n serializedName: \"properties.enableEncryptionAtHost\",\n type: {\n name: \"Boolean\"\n }\n },\n enableFIPS: {\n serializedName: \"properties.enableFIPS\",\n type: {\n name: \"Boolean\"\n }\n },\n gpuInstanceProfile: {\n serializedName: \"properties.gpuInstanceProfile\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterWindowsProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterWindowsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\",\n modelProperties: {\n adminUsername: {\n required: true,\n serializedName: \"adminUsername\",\n type: {\n name: \"String\"\n }\n },\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\"\n }\n },\n licenseType: {\n serializedName: \"licenseType\",\n type: {\n name: \"String\"\n }\n },\n enableCSIProxy: {\n serializedName: \"enableCSIProxy\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceSshPublicKey: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceSshPublicKey\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\",\n modelProperties: {\n keyData: {\n required: true,\n serializedName: \"keyData\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceSshConfiguration: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceSshConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\",\n modelProperties: {\n publicKeys: {\n required: true,\n serializedName: \"publicKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ContainerServiceLinuxProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceLinuxProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\",\n modelProperties: {\n adminUsername: {\n required: true,\n serializedName: \"adminUsername\",\n constraints: {\n Pattern: /^[A-Za-z][-A-Za-z0-9_]*$/\n },\n type: {\n name: \"String\"\n }\n },\n ssh: {\n required: true,\n serializedName: \"ssh\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfileManagedOutboundIPs: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile_managedOutboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ResourceReference: msRest.CompositeMapper = {\n serializedName: \"ResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPPrefixes: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile_outboundIPPrefixes\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\",\n modelProperties: {\n publicIPPrefixes: {\n serializedName: \"publicIPPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPs: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile_outboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\",\n modelProperties: {\n publicIPs: {\n serializedName: \"publicIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\",\n modelProperties: {\n managedOutboundIPs: {\n serializedName: \"managedOutboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\"\n }\n },\n outboundIPPrefixes: {\n serializedName: \"outboundIPPrefixes\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\"\n }\n },\n outboundIPs: {\n serializedName: \"outboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\"\n }\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n },\n allocatedOutboundPorts: {\n serializedName: \"allocatedOutboundPorts\",\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 64000,\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n idleTimeoutInMinutes: {\n serializedName: \"idleTimeoutInMinutes\",\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceNetworkProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceNetworkProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\",\n modelProperties: {\n networkPlugin: {\n serializedName: \"networkPlugin\",\n defaultValue: 'kubenet',\n type: {\n name: \"String\"\n }\n },\n networkPolicy: {\n serializedName: \"networkPolicy\",\n type: {\n name: \"String\"\n }\n },\n networkMode: {\n serializedName: \"networkMode\",\n type: {\n name: \"String\"\n }\n },\n podCidr: {\n serializedName: \"podCidr\",\n defaultValue: '10.244.0.0/16',\n constraints: {\n Pattern: /^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$/\n },\n type: {\n name: \"String\"\n }\n },\n serviceCidr: {\n serializedName: \"serviceCidr\",\n defaultValue: '10.0.0.0/16',\n constraints: {\n Pattern: /^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$/\n },\n type: {\n name: \"String\"\n }\n },\n dnsServiceIP: {\n serializedName: \"dnsServiceIP\",\n defaultValue: '10.0.0.10',\n constraints: {\n Pattern: /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/\n },\n type: {\n name: \"String\"\n }\n },\n dockerBridgeCidr: {\n serializedName: \"dockerBridgeCidr\",\n defaultValue: '172.17.0.1/16',\n constraints: {\n Pattern: /^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$/\n },\n type: {\n name: \"String\"\n }\n },\n outboundType: {\n serializedName: \"outboundType\",\n defaultValue: 'loadBalancer',\n type: {\n name: \"String\"\n }\n },\n loadBalancerSku: {\n serializedName: \"loadBalancerSku\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerProfile: {\n serializedName: \"loadBalancerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\"\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"SystemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const TimeInWeek: msRest.CompositeMapper = {\n serializedName: \"TimeInWeek\",\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\",\n modelProperties: {\n day: {\n serializedName: \"day\",\n type: {\n name: \"String\"\n }\n },\n hourSlots: {\n serializedName: \"hourSlots\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimeSpan: msRest.CompositeMapper = {\n serializedName: \"TimeSpan\",\n type: {\n name: \"Composite\",\n className: \"TimeSpan\",\n modelProperties: {\n start: {\n serializedName: \"start\",\n type: {\n name: \"DateTime\"\n }\n },\n end: {\n serializedName: \"end\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MaintenanceConfiguration: msRest.CompositeMapper = {\n serializedName: \"MaintenanceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n timeInWeek: {\n serializedName: \"properties.timeInWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\"\n }\n }\n }\n },\n notAllowedTime: {\n serializedName: \"properties.notAllowedTime\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSpan\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunCommandRequest: msRest.CompositeMapper = {\n serializedName: \"RunCommandRequest\",\n type: {\n name: \"Composite\",\n className: \"RunCommandRequest\",\n modelProperties: {\n command: {\n required: true,\n serializedName: \"command\",\n type: {\n name: \"String\"\n }\n },\n context: {\n serializedName: \"context\",\n type: {\n name: \"String\"\n }\n },\n clusterToken: {\n serializedName: \"clusterToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunCommandResult: msRest.CompositeMapper = {\n serializedName: \"RunCommandResult\",\n type: {\n name: \"Composite\",\n className: \"RunCommandResult\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n exitCode: {\n readOnly: true,\n serializedName: \"properties.exitCode\",\n type: {\n name: \"Number\"\n }\n },\n startedAt: {\n readOnly: true,\n serializedName: \"properties.startedAt\",\n type: {\n name: \"DateTime\"\n }\n },\n finishedAt: {\n readOnly: true,\n serializedName: \"properties.finishedAt\",\n type: {\n name: \"DateTime\"\n }\n },\n logs: {\n readOnly: true,\n serializedName: \"properties.logs\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"properties.reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceVMDiagnostics: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceVMDiagnostics\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceVMDiagnostics\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n storageUri: {\n readOnly: true,\n serializedName: \"storageUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceDiagnosticsProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceDiagnosticsProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceDiagnosticsProfile\",\n modelProperties: {\n vmDiagnostics: {\n required: true,\n serializedName: \"vmDiagnostics\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceVMDiagnostics\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAddonProfileIdentity: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAddonProfile_identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\",\n modelProperties: {\n ...UserAssignedIdentity.type.modelProperties\n }\n }\n};\n\nexport const ManagedClusterAddonProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAddonProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n readOnly: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityProvisioningInfo: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentity_provisioningInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudError\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentity: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n required: true,\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n bindingSelector: {\n serializedName: \"bindingSelector\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n required: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n provisioningInfo: {\n readOnly: true,\n serializedName: \"provisioningInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityException: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentityException\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n required: true,\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n podLabels: {\n required: true,\n serializedName: \"podLabels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n allowNetworkPluginKubenet: {\n serializedName: \"allowNetworkPluginKubenet\",\n type: {\n name: \"Boolean\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\"\n }\n }\n }\n },\n userAssignedIdentityExceptions: {\n serializedName: \"userAssignedIdentityExceptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAADProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAADProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\",\n modelProperties: {\n managed: {\n serializedName: \"managed\",\n type: {\n name: \"Boolean\"\n }\n },\n enableAzureRBAC: {\n serializedName: \"enableAzureRBAC\",\n type: {\n name: \"Boolean\"\n }\n },\n adminGroupObjectIDs: {\n serializedName: \"adminGroupObjectIDs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n clientAppID: {\n serializedName: \"clientAppID\",\n type: {\n name: \"String\"\n }\n },\n serverAppID: {\n serializedName: \"serverAppID\",\n type: {\n name: \"String\"\n }\n },\n serverAppSecret: {\n serializedName: \"serverAppSecret\",\n type: {\n name: \"String\"\n }\n },\n tenantID: {\n serializedName: \"tenantID\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAutoUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAutoUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\",\n modelProperties: {\n upgradeChannel: {\n serializedName: \"upgradeChannel\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPropertiesAutoScalerProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterProperties_autoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\",\n modelProperties: {\n balanceSimilarNodeGroups: {\n serializedName: \"balance-similar-node-groups\",\n type: {\n name: \"String\"\n }\n },\n expander: {\n serializedName: \"expander\",\n type: {\n name: \"String\"\n }\n },\n maxEmptyBulkDelete: {\n serializedName: \"max-empty-bulk-delete\",\n type: {\n name: \"String\"\n }\n },\n maxGracefulTerminationSec: {\n serializedName: \"max-graceful-termination-sec\",\n type: {\n name: \"String\"\n }\n },\n maxNodeProvisionTime: {\n serializedName: \"max-node-provision-time\",\n type: {\n name: \"String\"\n }\n },\n maxTotalUnreadyPercentage: {\n serializedName: \"max-total-unready-percentage\",\n type: {\n name: \"String\"\n }\n },\n newPodScaleUpDelay: {\n serializedName: \"new-pod-scale-up-delay\",\n type: {\n name: \"String\"\n }\n },\n okTotalUnreadyCount: {\n serializedName: \"ok-total-unready-count\",\n type: {\n name: \"String\"\n }\n },\n scanInterval: {\n serializedName: \"scan-interval\",\n type: {\n name: \"String\"\n }\n },\n scaleDownDelayAfterAdd: {\n serializedName: \"scale-down-delay-after-add\",\n type: {\n name: \"String\"\n }\n },\n scaleDownDelayAfterDelete: {\n serializedName: \"scale-down-delay-after-delete\",\n type: {\n name: \"String\"\n }\n },\n scaleDownDelayAfterFailure: {\n serializedName: \"scale-down-delay-after-failure\",\n type: {\n name: \"String\"\n }\n },\n scaleDownUnneededTime: {\n serializedName: \"scale-down-unneeded-time\",\n type: {\n name: \"String\"\n }\n },\n scaleDownUnreadyTime: {\n serializedName: \"scale-down-unready-time\",\n type: {\n name: \"String\"\n }\n },\n scaleDownUtilizationThreshold: {\n serializedName: \"scale-down-utilization-threshold\",\n type: {\n name: \"String\"\n }\n },\n skipNodesWithLocalStorage: {\n serializedName: \"skip-nodes-with-local-storage\",\n type: {\n name: \"String\"\n }\n },\n skipNodesWithSystemPods: {\n serializedName: \"skip-nodes-with-system-pods\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAPIServerAccessProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAPIServerAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\",\n modelProperties: {\n authorizedIPRanges: {\n serializedName: \"authorizedIPRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enablePrivateCluster: {\n serializedName: \"enablePrivateCluster\",\n type: {\n name: \"Boolean\"\n }\n },\n privateDNSZone: {\n serializedName: \"privateDNSZone\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPropertiesIdentityProfileValue: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterProperties_identityProfileValue\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesIdentityProfileValue\",\n modelProperties: {\n ...UserAssignedIdentity.type.modelProperties\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\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 groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceID: {\n readOnly: true,\n serializedName: \"privateLinkServiceID\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterHTTPProxyConfig: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterHTTPProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHTTPProxyConfig\",\n modelProperties: {\n httpProxy: {\n serializedName: \"httpProxy\",\n type: {\n name: \"String\"\n }\n },\n httpsProxy: {\n serializedName: \"httpsProxy\",\n type: {\n name: \"String\"\n }\n },\n noProxy: {\n serializedName: \"noProxy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n trustedCa: {\n serializedName: \"trustedCa\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterIdentity_userAssignedIdentitiesValue\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentityUserAssignedIdentitiesValue\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterIdentity: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentityUserAssignedIdentitiesValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterSKU: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterSKU\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtendedLocation: msRest.CompositeMapper = {\n serializedName: \"ExtendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\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 }\n }\n};\n\nexport const ManagedCluster: msRest.CompositeMapper = {\n serializedName: \"ManagedCluster\",\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n readOnly: true,\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\"\n }\n },\n maxAgentPools: {\n readOnly: true,\n serializedName: \"properties.maxAgentPools\",\n type: {\n name: \"Number\"\n }\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n dnsPrefix: {\n serializedName: \"properties.dnsPrefix\",\n type: {\n name: \"String\"\n }\n },\n fqdnSubdomain: {\n serializedName: \"properties.fqdnSubdomain\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n readOnly: true,\n serializedName: \"properties.fqdn\",\n type: {\n name: \"String\"\n }\n },\n privateFQDN: {\n readOnly: true,\n serializedName: \"properties.privateFQDN\",\n type: {\n name: \"String\"\n }\n },\n azurePortalFQDN: {\n readOnly: true,\n serializedName: \"properties.azurePortalFQDN\",\n type: {\n name: \"String\"\n }\n },\n agentPoolProfiles: {\n serializedName: \"properties.agentPoolProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\"\n }\n }\n }\n },\n linuxProfile: {\n serializedName: \"properties.linuxProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\"\n }\n },\n windowsProfile: {\n serializedName: \"properties.windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\"\n }\n },\n servicePrincipalProfile: {\n serializedName: \"properties.servicePrincipalProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\"\n }\n },\n addonProfiles: {\n serializedName: \"properties.addonProfiles\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\"\n }\n }\n }\n },\n podIdentityProfile: {\n serializedName: \"properties.podIdentityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\"\n }\n },\n nodeResourceGroup: {\n serializedName: \"properties.nodeResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n enableRBAC: {\n serializedName: \"properties.enableRBAC\",\n type: {\n name: \"Boolean\"\n }\n },\n enablePodSecurityPolicy: {\n serializedName: \"properties.enablePodSecurityPolicy\",\n type: {\n name: \"Boolean\"\n }\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\"\n }\n },\n aadProfile: {\n serializedName: \"properties.aadProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\"\n }\n },\n autoUpgradeProfile: {\n serializedName: \"properties.autoUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\"\n }\n },\n autoScalerProfile: {\n serializedName: \"properties.autoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\"\n }\n },\n apiServerAccessProfile: {\n serializedName: \"properties.apiServerAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\"\n }\n },\n diskEncryptionSetID: {\n serializedName: \"properties.diskEncryptionSetID\",\n type: {\n name: \"String\"\n }\n },\n identityProfile: {\n serializedName: \"properties.identityProfile\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesIdentityProfileValue\"\n }\n }\n }\n },\n privateLinkResources: {\n serializedName: \"properties.privateLinkResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n disableLocalAccounts: {\n serializedName: \"properties.disableLocalAccounts\",\n type: {\n name: \"Boolean\"\n }\n },\n httpProxyConfig: {\n serializedName: \"properties.httpProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHTTPProxyConfig\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAccessProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAccessProfile\",\n modelProperties: {\n ...Resource.type.modelProperties,\n kubeConfig: {\n serializedName: \"properties.kubeConfig\",\n type: {\n name: \"ByteArray\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPoolUpgradeProfileUpgradesItem: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPoolUpgradeProfile_upgradesItem\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPoolUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPoolUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n modelProperties: {\n kubernetesVersion: {\n required: true,\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n required: true,\n serializedName: \"osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterUpgradeProfile\",\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 controlPlaneProfile: {\n required: true,\n serializedName: \"properties.controlPlaneProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\"\n }\n },\n agentPoolProfiles: {\n required: true,\n serializedName: \"properties.agentPoolProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AgentPoolUpgradeProfilePropertiesUpgradesItem: msRest.CompositeMapper = {\n serializedName: \"AgentPoolUpgradeProfileProperties_upgradesItem\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"AgentPoolUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfile\",\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 kubernetesVersion: {\n required: true,\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n required: true,\n serializedName: \"properties.osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n upgrades: {\n serializedName: \"properties.upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\"\n }\n }\n }\n },\n latestNodeImageVersion: {\n serializedName: \"properties.latestNodeImageVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: msRest.CompositeMapper = {\n serializedName: \"AgentPoolAvailableVersionsProperties_agentPoolVersionsItem\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\",\n modelProperties: {\n default: {\n serializedName: \"default\",\n type: {\n name: \"Boolean\"\n }\n },\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolAvailableVersions: msRest.CompositeMapper = {\n serializedName: \"AgentPoolAvailableVersions\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersions\",\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 agentPoolVersions: {\n serializedName: \"properties.agentPoolVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CredentialResult: msRest.CompositeMapper = {\n serializedName: \"CredentialResult\",\n type: {\n name: \"Composite\",\n className: \"CredentialResult\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"ByteArray\"\n }\n }\n }\n }\n};\n\nexport const CredentialResults: msRest.CompositeMapper = {\n serializedName: \"CredentialResults\",\n type: {\n name: \"Composite\",\n className: \"CredentialResults\",\n modelProperties: {\n kubeconfigs: {\n readOnly: true,\n serializedName: \"kubeconfigs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CredentialResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\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 PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\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 provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourcesListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourcesListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OSOptionProperty: msRest.CompositeMapper = {\n serializedName: \"OSOptionProperty\",\n type: {\n name: \"Composite\",\n className: \"OSOptionProperty\",\n modelProperties: {\n osType: {\n required: true,\n serializedName: \"os-type\",\n type: {\n name: \"String\"\n }\n },\n enableFipsImage: {\n required: true,\n serializedName: \"enable-fips-image\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OSOptionProfile: msRest.CompositeMapper = {\n serializedName: \"OSOptionProfile\",\n type: {\n name: \"Composite\",\n className: \"OSOptionProfile\",\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 osOptionPropertyList: {\n required: true,\n serializedName: \"properties.osOptionPropertyList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OSOptionProperty\"\n }\n }\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 readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterListResult: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterListResult\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MaintenanceConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"MaintenanceConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolListResult: msRest.CompositeMapper = {\n serializedName: \"AgentPoolListResult\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPool\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n OperationListResult,\n OperationValue\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 agentPoolName: msRest.OperationURLParameter = {\n parameterPath: \"agentPoolName\",\n mapper: {\n required: true,\n serializedName: \"agentPoolName\",\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 commandId: msRest.OperationURLParameter = {\n parameterPath: \"commandId\",\n mapper: {\n required: true,\n serializedName: \"commandId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const configName: msRest.OperationURLParameter = {\n parameterPath: \"configName\",\n mapper: {\n required: true,\n serializedName: \"configName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\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 privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\n constraints: {\n MaxLength: 63,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceType: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"resourceType\"\n ],\n mapper: {\n serializedName: \"resource-type\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const roleName: msRest.OperationURLParameter = {\n parameterPath: \"roleName\",\n mapper: {\n required: true,\n serializedName: \"roleName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a Operations.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of compute operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.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.ContainerService/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\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 AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n CredentialResult,\n CredentialResults,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterListResult,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPoolUpgradeProfile,\n ManagedClusterPoolUpgradeProfileUpgradesItem,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterPropertiesIdentityProfileValue,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterUpgradeProfile,\n ManagedClusterWindowsProfile,\n OSOptionProfile,\n OSOptionProperty,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n RunCommandRequest,\n RunCommandResult,\n SubResource,\n SysctlConfig,\n SystemData,\n TagsObject,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/managedClustersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a ManagedClusters. */\nexport class ManagedClusters {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a ManagedClusters.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets supported OS options in the specified subscription.\n * @summary Gets supported OS options in the specified subscription.\n * @param location The name of a supported Azure region.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetOSOptionsResponse>\n */\n getOSOptions(location: string, options?: Models.ManagedClustersGetOSOptionsOptionalParams): Promise<Models.ManagedClustersGetOSOptionsResponse>;\n /**\n * @param location The name of a supported Azure region.\n * @param callback The callback\n */\n getOSOptions(location: string, callback: msRest.ServiceCallback<Models.OSOptionProfile>): void;\n /**\n * @param location The name of a supported Azure region.\n * @param options The optional parameters\n * @param callback The callback\n */\n getOSOptions(location: string, options: Models.ManagedClustersGetOSOptionsOptionalParams, callback: msRest.ServiceCallback<Models.OSOptionProfile>): void;\n getOSOptions(location: string, options?: Models.ManagedClustersGetOSOptionsOptionalParams | msRest.ServiceCallback<Models.OSOptionProfile>, callback?: msRest.ServiceCallback<Models.OSOptionProfile>): Promise<Models.ManagedClustersGetOSOptionsResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n getOSOptionsOperationSpec,\n callback) as Promise<Models.ManagedClustersGetOSOptionsResponse>;\n }\n\n /**\n * Gets a list of managed clusters in the specified subscription. The operation returns properties\n * of each managed cluster.\n * @summary Gets a list of managed clusters in the specified subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ManagedClustersListResponse>;\n }\n\n /**\n * Lists managed clusters in the specified subscription and resource group. The operation returns\n * properties of each managed cluster.\n * @summary Lists managed clusters in the specified subscription and resource group.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ManagedClustersListByResourceGroupResponse>;\n }\n\n /**\n * Gets the details of the upgrade profile for a managed cluster with a specified resource group\n * and name.\n * @summary Gets upgrade profile for a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetUpgradeProfileResponse>\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetUpgradeProfileResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): void;\n getUpgradeProfile(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>, callback?: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): Promise<Models.ManagedClustersGetUpgradeProfileResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getUpgradeProfileOperationSpec,\n callback) as Promise<Models.ManagedClustersGetUpgradeProfileResponse>;\n }\n\n /**\n * Gets the accessProfile for the specified role name of the managed cluster with a specified\n * resource group and name. **WARNING**: This API will be deprecated. Instead use\n * [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials)\n * or\n * [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials)\n * .\n * @summary Gets an access profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param roleName The name of the role for managed cluster accessProfile resource.\n * @param [options] The optional parameters\n * @deprecated This operation is deprecated. Please do not use it any longer.\n * @returns Promise<Models.ManagedClustersGetAccessProfileResponse>\n */\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetAccessProfileResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param roleName The name of the role for managed cluster accessProfile resource.\n * @param callback The callback\n * @deprecated This operation is deprecated. Please do not use it any longer.\n */\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, callback: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param roleName The name of the role for managed cluster accessProfile resource.\n * @param options The optional parameters\n * @param callback The callback\n * @deprecated This operation is deprecated. Please do not use it any longer.\n */\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): void;\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterAccessProfile>, callback?: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): Promise<Models.ManagedClustersGetAccessProfileResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n roleName,\n options\n },\n getAccessProfileOperationSpec,\n callback) as Promise<Models.ManagedClustersGetAccessProfileResponse>;\n }\n\n /**\n * Gets cluster admin credential of the managed cluster with a specified resource group and name.\n * @summary Gets cluster admin credential of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>\n */\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CredentialResults>, callback?: msRest.ServiceCallback<Models.CredentialResults>): Promise<Models.ManagedClustersListClusterAdminCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listClusterAdminCredentialsOperationSpec,\n callback) as Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>;\n }\n\n /**\n * Gets cluster user credential of the managed cluster with a specified resource group and name.\n * @summary Gets cluster user credential of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListClusterUserCredentialsResponse>\n */\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListClusterUserCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CredentialResults>, callback?: msRest.ServiceCallback<Models.CredentialResults>): Promise<Models.ManagedClustersListClusterUserCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listClusterUserCredentialsOperationSpec,\n callback) as Promise<Models.ManagedClustersListClusterUserCredentialsResponse>;\n }\n\n /**\n * Gets cluster monitoring user credential of the managed cluster with a specified resource group\n * and name.\n * @summary Gets cluster monitoring user credential of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>\n */\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CredentialResults>, callback?: msRest.ServiceCallback<Models.CredentialResults>): Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listClusterMonitoringUserCredentialsOperationSpec,\n callback) as Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>;\n }\n\n /**\n * Gets the details of the managed cluster with a specified resource group and name.\n * @summary Gets a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ManagedCluster>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedCluster>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedCluster>, callback?: msRest.ServiceCallback<Models.ManagedCluster>): Promise<Models.ManagedClustersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ManagedClustersGetResponse>;\n }\n\n /**\n * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes\n * version.\n * @summary Creates or updates a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.ManagedCluster, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ManagedClustersCreateOrUpdateResponse>;\n }\n\n /**\n * Updates a managed cluster with the specified tags.\n * @summary Updates tags on a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update Managed Cluster Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersUpdateTagsResponse>\n */\n updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersUpdateTagsResponse> {\n return this.beginUpdateTags(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ManagedClustersUpdateTagsResponse>;\n }\n\n /**\n * Deletes the managed cluster with a specified resource group and name.\n * @summary Deletes a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Update the service principal Profile for a managed cluster.\n * @summary Reset Service Principal Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a\n * Managed Cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resetServicePrincipalProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterServicePrincipalProfile, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginResetServicePrincipalProfile(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Update the AAD Profile for a managed cluster.\n * @summary Reset AAD Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resetAADProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterAADProfile, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginResetAADProfile(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Rotate certificates of a managed cluster.\n * @summary Rotate certificates of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n rotateClusterCertificates(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRotateClusterCertificates(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Stops a Running Managed Cluster\n * @summary Stop Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Starts a Stopped Managed Cluster\n * @summary Start Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Submit a command to run against managed kubernetes service, it will create a pod to run the\n * command.\n * @summary Run Command against Managed Kubernetes Service\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param requestPayload Parameters supplied to the RunCommand operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersRunCommandResponse>\n */\n runCommand(resourceGroupName: string, resourceName: string, requestPayload: Models.RunCommandRequest, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersRunCommandResponse> {\n return this.beginRunCommand(resourceGroupName,resourceName,requestPayload,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ManagedClustersRunCommandResponse>;\n }\n\n /**\n * Get command result from previous runCommand invoke.\n * @summary Get command result.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param commandId Id of the command request.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetCommandResultResponse>\n */\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetCommandResultResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param commandId Id of the command request.\n * @param callback The callback\n */\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, callback: msRest.ServiceCallback<Models.RunCommandResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param commandId Id of the command request.\n * @param options The optional parameters\n * @param callback The callback\n */\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunCommandResult>): void;\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunCommandResult>, callback?: msRest.ServiceCallback<Models.RunCommandResult>): Promise<Models.ManagedClustersGetCommandResultResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n commandId,\n options\n },\n getCommandResultOperationSpec,\n callback) as Promise<Models.ManagedClustersGetCommandResultResponse>;\n }\n\n /**\n * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes\n * version.\n * @summary Creates or updates a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.ManagedCluster, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Updates a managed cluster with the specified tags.\n * @summary Updates tags on a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update Managed Cluster Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginUpdateTagsOperationSpec,\n options);\n }\n\n /**\n * Deletes the managed cluster with a specified resource group and name.\n * @summary Deletes a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Update the service principal Profile for a managed cluster.\n * @summary Reset Service Principal Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a\n * Managed Cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResetServicePrincipalProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterServicePrincipalProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginResetServicePrincipalProfileOperationSpec,\n options);\n }\n\n /**\n * Update the AAD Profile for a managed cluster.\n * @summary Reset AAD Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResetAADProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterAADProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginResetAADProfileOperationSpec,\n options);\n }\n\n /**\n * Rotate certificates of a managed cluster.\n * @summary Rotate certificates of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRotateClusterCertificates(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginRotateClusterCertificatesOperationSpec,\n options);\n }\n\n /**\n * Stops a Running Managed Cluster\n * @summary Stop Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginStopOperationSpec,\n options);\n }\n\n /**\n * Starts a Stopped Managed Cluster\n * @summary Start Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginStartOperationSpec,\n options);\n }\n\n /**\n * Submit a command to run against managed kubernetes service, it will create a pod to run the\n * command.\n * @summary Run Command against Managed Kubernetes Service\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param requestPayload Parameters supplied to the RunCommand operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRunCommand(resourceGroupName: string, resourceName: string, requestPayload: Models.RunCommandRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n requestPayload,\n options\n },\n beginRunCommandOperationSpec,\n options);\n }\n\n /**\n * Gets a list of managed clusters in the specified subscription. The operation returns properties\n * of each managed cluster.\n * @summary Gets a list of managed clusters in the specified subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListNextResponse>;\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.ManagedClusterListResult>): 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.ManagedClusterListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ManagedClustersListNextResponse>;\n }\n\n /**\n * Lists managed clusters in the specified subscription and resource group. The operation returns\n * properties of each managed cluster.\n * @summary Lists managed clusters in the specified subscription and resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListByResourceGroupNextResponse>;\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.ManagedClusterListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ManagedClustersListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOSOptionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.resourceType\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OSOptionProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getUpgradeProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterUpgradeProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAccessProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.roleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterAccessProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listClusterAdminCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listClusterUserCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listClusterMonitoringUserCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getCommandResultOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.commandId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunCommandResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagedCluster,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCluster\n },\n 201: {\n bodyMapper: Mappers.ManagedCluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateTagsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.TagsObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginResetServicePrincipalProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagedClusterServicePrincipalProfile,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginResetAADProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagedClusterAADProfile,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRotateClusterCertificatesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRunCommandOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"requestPayload\",\n mapper: {\n ...Mappers.RunCommandRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.RunCommandResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n MaintenanceConfigurationListResult,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterPropertiesIdentityProfileValue,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n SubResource,\n SysctlConfig,\n SystemData,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity\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/maintenanceConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a MaintenanceConfigurations. */\nexport class MaintenanceConfigurations {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a MaintenanceConfigurations.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of maintenance configurations in the specified managed cluster. The operation\n * returns properties of each maintenance configuration.\n * @summary Gets a list of maintenance configurations in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse>\n */\n listByManagedCluster(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listByManagedCluster(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByManagedCluster(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): void;\n listByManagedCluster(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>, callback?: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listByManagedClusterOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse>;\n }\n\n /**\n * Gets the details of maintenance configurations by managed cluster and resource group.\n * @summary Gets the maintenance configuration.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, configName: string, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, configName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n get(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfiguration>, callback?: msRest.ServiceCallback<Models.MaintenanceConfiguration>): Promise<Models.MaintenanceConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsGetResponse>;\n }\n\n /**\n * Creates or updates a maintenance configuration in the specified managed cluster.\n * @summary Creates or updates a maintenance configurations.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param parameters Parameters supplied to the Create or Update a default maintenance\n * configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param parameters Parameters supplied to the Create or Update a default maintenance\n * configuration.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param parameters Parameters supplied to the Create or Update a default maintenance\n * configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfiguration>, callback?: msRest.ServiceCallback<Models.MaintenanceConfiguration>): Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the maintenance configuration in the specified managed cluster.\n * @summary Deletes a maintenance configuration.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Gets a list of maintenance configurations in the specified managed cluster. The operation\n * returns properties of each maintenance configuration.\n * @summary Gets a list of maintenance configurations in the specified managed cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse>\n */\n listByManagedClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByManagedClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): 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 listByManagedClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): void;\n listByManagedClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>, callback?: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByManagedClusterNextOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByManagedClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MaintenanceConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.configName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MaintenanceConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.configName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.MaintenanceConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MaintenanceConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.configName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByManagedClusterNextOperationSpec: 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.MaintenanceConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolAvailableVersions,\n AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem,\n AgentPoolListResult,\n AgentPoolUpgradeProfile,\n AgentPoolUpgradeProfilePropertiesUpgradesItem,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterPropertiesIdentityProfileValue,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n SubResource,\n SysctlConfig,\n SystemData,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/agentPoolsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a AgentPools. */\nexport class AgentPools {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a AgentPools.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of agent pools in the specified managed cluster. The operation returns properties of\n * each agent pool.\n * @summary Gets a list of agent pools in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.AgentPoolListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPoolListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolListResult>, callback?: msRest.ServiceCallback<Models.AgentPoolListResult>): Promise<Models.AgentPoolsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AgentPoolsListResponse>;\n }\n\n /**\n * Gets the details of the agent pool by managed cluster and resource group.\n * @summary Gets the agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, callback: msRest.ServiceCallback<Models.AgentPool>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPool>): void;\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPool>, callback?: msRest.ServiceCallback<Models.AgentPool>): Promise<Models.AgentPoolsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AgentPoolsGetResponse>;\n }\n\n /**\n * Creates or updates an agent pool in the specified managed cluster.\n * @summary Creates or updates an agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param parameters Parameters supplied to the Create or Update an agent pool operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, agentPoolName: string, parameters: Models.AgentPool, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,agentPoolName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.AgentPoolsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the agent pool in the specified managed cluster.\n * @summary Deletes an agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,agentPoolName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the details of the upgrade profile for an agent pool with a specified resource group and\n * managed cluster name.\n * @summary Gets upgrade profile for an agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsGetUpgradeProfileResponse>\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsGetUpgradeProfileResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, callback: msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param options The optional parameters\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>): void;\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>, callback?: msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>): Promise<Models.AgentPoolsGetUpgradeProfileResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n getUpgradeProfileOperationSpec,\n callback) as Promise<Models.AgentPoolsGetUpgradeProfileResponse>;\n }\n\n /**\n * Gets a list of supported versions for the specified agent pool.\n * @summary Gets a list of supported versions for the specified agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse>\n */\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.AgentPoolAvailableVersions>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPoolAvailableVersions>): void;\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolAvailableVersions>, callback?: msRest.ServiceCallback<Models.AgentPoolAvailableVersions>): Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getAvailableAgentPoolVersionsOperationSpec,\n callback) as Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse>;\n }\n\n /**\n * Upgrade node image version of an agent pool to the latest.\n * @summary Upgrade node image version of an agent pool to the latest.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsUpgradeNodeImageVersionResponse>\n */\n upgradeNodeImageVersion(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsUpgradeNodeImageVersionResponse> {\n return this.beginUpgradeNodeImageVersion(resourceGroupName,resourceName,agentPoolName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.AgentPoolsUpgradeNodeImageVersionResponse>;\n }\n\n /**\n * Creates or updates an agent pool in the specified managed cluster.\n * @summary Creates or updates an agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param parameters Parameters supplied to the Create or Update an agent pool operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, agentPoolName: string, parameters: Models.AgentPool, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the agent pool in the specified managed cluster.\n * @summary Deletes an agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Upgrade node image version of an agent pool to the latest.\n * @summary Upgrade node image version of an agent pool to the latest.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpgradeNodeImageVersion(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n beginUpgradeNodeImageVersionOperationSpec,\n options);\n }\n\n /**\n * Gets a list of agent pools in the specified managed cluster. The operation returns properties of\n * each agent pool.\n * @summary Gets a list of agent pools in the specified managed cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsListNextResponse>;\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.AgentPoolListResult>): 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.AgentPoolListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolListResult>, callback?: msRest.ServiceCallback<Models.AgentPoolListResult>): Promise<Models.AgentPoolsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.AgentPoolsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPool\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getUpgradeProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolUpgradeProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAvailableAgentPoolVersionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/availableAgentPoolVersions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolAvailableVersions\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AgentPool,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPool\n },\n 201: {\n bodyMapper: Mappers.AgentPool\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpgradeNodeImageVersionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {\n bodyMapper: Mappers.AgentPool\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterPropertiesIdentityProfileValue,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n SubResource,\n SysctlConfig,\n SystemData,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of private endpoint connections in the specified managed cluster. The operation\n * returns properties of each private endpoint connection.\n * @summary Gets a list of private endpoint connections in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListResponse>;\n }\n\n /**\n * Gets the details of the private endpoint connection by managed cluster and resource group.\n * @summary Gets the private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Updates a private endpoint connection in the specified managed cluster.\n * @summary Updates a private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters Parameters supplied to the Update a private endpoint connection operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters Parameters supplied to the Update a private endpoint connection operation.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters Parameters supplied to the Update a private endpoint connection operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n }\n\n /**\n * Deletes the private endpoint connection in the specified managed cluster.\n * @summary Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Deletes the private endpoint connection in the specified managed cluster.\n * @summary Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\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 CloudError,\n PrivateLinkResource,\n PrivateLinkResourcesListResult\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/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a list of private link resources in the specified managed cluster. The operation returns\n * properties of each private link resource.\n * @summary Gets a list of private link resources in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): Promise<Models.PrivateLinkResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n PrivateLinkResource\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/resolvePrivateLinkServiceIdMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a ResolvePrivateLinkServiceId. */\nexport class ResolvePrivateLinkServiceId {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a ResolvePrivateLinkServiceId.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link service ID the specified managed cluster.\n * @summary Gets the private link service ID for the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters (name, groupId) supplied in order to resolve a private link service\n * ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse>\n */\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, options?: msRest.RequestOptionsBase): Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters (name, groupId) supplied in order to resolve a private link service\n * ID.\n * @param callback The callback\n */\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters (name, groupId) supplied in order to resolve a private link service\n * ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n pOSTOperationSpec,\n callback) as Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst pOSTOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PrivateLinkResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-containerservice\";\nconst packageVersion = \"13.3.1\";\n\nexport class ContainerServiceClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the ContainerServiceClient 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.ContainerServiceClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2021-03-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 { ContainerServiceClientContext } from \"./containerServiceClientContext\";\n\n\nclass ContainerServiceClient extends ContainerServiceClientContext {\n // Operation groups\n operations: operations.Operations;\n managedClusters: operations.ManagedClusters;\n maintenanceConfigurations: operations.MaintenanceConfigurations;\n agentPools: operations.AgentPools;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n resolvePrivateLinkServiceId: operations.ResolvePrivateLinkServiceId;\n\n /**\n * Initializes a new instance of the ContainerServiceClient 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.ContainerServiceClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.managedClusters = new operations.ManagedClusters(this);\n this.maintenanceConfigurations = new operations.MaintenanceConfigurations(this);\n this.agentPools = new operations.AgentPools(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.resolvePrivateLinkServiceId = new operations.ResolvePrivateLinkServiceId(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ContainerServiceClient,\n ContainerServiceClientContext,\n Models as ContainerServiceModels,\n Mappers as ContainerServiceMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","listOperationSpec","serializer","Mappers","Parameters.subscriptionId","Parameters.location","Parameters.resourceType","Mappers.OSOptionProfile","Mappers.ManagedClusterListResult","Parameters.resourceGroupName","Parameters.resourceName","Mappers.ManagedClusterUpgradeProfile","Parameters.roleName","Mappers.ManagedClusterAccessProfile","Mappers.CredentialResults","Mappers.ManagedCluster","Parameters.commandId","Mappers.RunCommandResult","Mappers.TagsObject","Mappers.ManagedClusterServicePrincipalProfile","Mappers.ManagedClusterAADProfile","Mappers.RunCommandRequest","Parameters.nextPageLink","getOperationSpec","Mappers.MaintenanceConfigurationListResult","Parameters.configName","Mappers.MaintenanceConfiguration","getUpgradeProfileOperationSpec","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","listNextOperationSpec","Mappers.AgentPoolListResult","Parameters.agentPoolName","Mappers.AgentPool","Mappers.AgentPoolUpgradeProfile","Mappers.AgentPoolAvailableVersions","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateLinkResourcesListResult","Mappers.PrivateLinkResource","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.ManagedClusters","operations.MaintenanceConfigurations","operations.AgentPools","operations.PrivateEndpointConnections","operations.PrivateLinkResources","operations.ResolvePrivateLinkServiceId"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"arm-containerservice.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/managedClustersMappers.ts","../src/operations/managedClusters.ts","../src/models/maintenanceConfigurationsMappers.ts","../src/operations/maintenanceConfigurations.ts","../src/models/agentPoolsMappers.ts","../src/operations/agentPools.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/models/resolvePrivateLinkServiceIdMappers.ts","../src/operations/resolvePrivateLinkServiceId.ts","../src/models/snapshotsMappers.ts","../src/operations/snapshots.ts","../src/containerServiceClientContext.ts","../src/containerServiceClient.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 * Describes the properties of a Operation value.\n */\nexport interface OperationValue {\n /**\n * The origin of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: string;\n /**\n * The name of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The display name of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * The display name of the resource the operation applies to.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * The description of the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The resource provider for the operation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n}\n\n/**\n * The Resource model definition.\n */\nexport interface Resource extends BaseResource {\n /**\n * Resource Id\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Resource name\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Reference to another subresource.\n */\nexport interface SubResource extends BaseResource {\n /**\n * Resource ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource that is unique within a resource group. This name can be used to\n * access 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 * Resource type\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 * Tags object for patch operations.\n */\nexport interface TagsObject {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Information about a service principal identity for the cluster to use for manipulating Azure\n * APIs.\n */\nexport interface ManagedClusterServicePrincipalProfile {\n /**\n * The ID for the service principal.\n */\n clientId: string;\n /**\n * The secret password associated with the service principal in plain text.\n */\n secret?: string;\n}\n\n/**\n * Profile for the container service master.\n */\nexport interface ContainerServiceMasterProfile {\n /**\n * Number of masters (VMs) in the container service cluster. Allowed values are 1, 3, and 5. The\n * default value is 1. Default value: 1.\n */\n count?: number;\n /**\n * DNS prefix to be used to create the FQDN for the master pool.\n */\n dnsPrefix: string;\n /**\n * Size of agent VMs. Possible values include: 'Standard_A1', 'Standard_A10', 'Standard_A11',\n * 'Standard_A1_v2', 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3',\n * 'Standard_A4', 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', 'Standard_A6',\n * 'Standard_A7', 'Standard_A8', 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9',\n * 'Standard_B2ms', 'Standard_B2s', 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1',\n * 'Standard_D11', 'Standard_D11_v2', 'Standard_D11_v2_Promo', 'Standard_D12', 'Standard_D12_v2',\n * 'Standard_D12_v2_Promo', 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo',\n * 'Standard_D14', 'Standard_D14_v2', 'Standard_D14_v2_Promo', 'Standard_D15_v2',\n * 'Standard_D16_v3', 'Standard_D16s_v3', 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2',\n * 'Standard_D2_v2_Promo', 'Standard_D2_v3', 'Standard_D2s_v3', 'Standard_D3', 'Standard_D32_v3',\n * 'Standard_D32s_v3', 'Standard_D3_v2', 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2',\n * 'Standard_D4_v2_Promo', 'Standard_D4_v3', 'Standard_D4s_v3', 'Standard_D5_v2',\n * 'Standard_D5_v2_Promo', 'Standard_D64_v3', 'Standard_D64s_v3', 'Standard_D8_v3',\n * 'Standard_D8s_v3', 'Standard_DS1', 'Standard_DS11', 'Standard_DS11_v2',\n * 'Standard_DS11_v2_Promo', 'Standard_DS12', 'Standard_DS12_v2', 'Standard_DS12_v2_Promo',\n * 'Standard_DS13', 'Standard_DS13-2_v2', 'Standard_DS13-4_v2', 'Standard_DS13_v2',\n * 'Standard_DS13_v2_Promo', 'Standard_DS14', 'Standard_DS14-4_v2', 'Standard_DS14-8_v2',\n * 'Standard_DS14_v2', 'Standard_DS14_v2_Promo', 'Standard_DS15_v2', 'Standard_DS1_v2',\n * 'Standard_DS2', 'Standard_DS2_v2', 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2',\n * 'Standard_DS3_v2_Promo', 'Standard_DS4', 'Standard_DS4_v2', 'Standard_DS4_v2_Promo',\n * 'Standard_DS5_v2', 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3',\n * 'Standard_E2_v3', 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3',\n * 'Standard_E32_v3', 'Standard_E32s_v3', 'Standard_E4_v3', 'Standard_E4s_v3',\n * 'Standard_E64-16s_v3', 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3',\n * 'Standard_E8_v3', 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s',\n * 'Standard_F16s_v2', 'Standard_F1s', 'Standard_F2', 'Standard_F2s', 'Standard_F2s_v2',\n * 'Standard_F32s_v2', 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', 'Standard_F64s_v2',\n * 'Standard_F72s_v2', 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1',\n * 'Standard_G2', 'Standard_G3', 'Standard_G4', 'Standard_G5', 'Standard_GS1', 'Standard_GS2',\n * 'Standard_GS3', 'Standard_GS4', 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5',\n * 'Standard_GS5-16', 'Standard_GS5-8', 'Standard_H16', 'Standard_H16m', 'Standard_H16mr',\n * 'Standard_H16r', 'Standard_H8', 'Standard_H8m', 'Standard_L16s', 'Standard_L32s',\n * 'Standard_L4s', 'Standard_L8s', 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms',\n * 'Standard_M128s', 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms', 'Standard_M64s',\n * 'Standard_NC12', 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',\n * 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2', 'Standard_NC24s_v3',\n * 'Standard_NC6', 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',\n * 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24', 'Standard_NV6'\n */\n vmSize: ContainerServiceVMSizeTypes;\n /**\n * OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent\n * pool. If you specify 0, it will apply the default osDisk size according to the vmSize\n * specified.\n */\n osDiskSizeGB?: number;\n /**\n * VNet SubnetID specifies the VNet's subnet identifier.\n */\n vnetSubnetID?: string;\n /**\n * FirstConsecutiveStaticIP used to specify the first static ip of masters. Default value:\n * '10.240.255.5'.\n */\n firstConsecutiveStaticIP?: string;\n /**\n * Storage profile specifies what kind of storage used. Choose from StorageAccount and\n * ManagedDisks. Leave it empty, we will choose for you based on the orchestrator choice.\n * Possible values include: 'StorageAccount', 'ManagedDisks'\n */\n storageProfile?: ContainerServiceStorageProfileTypes;\n /**\n * FQDN for the master pool.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly fqdn?: string;\n}\n\n/**\n * Settings for upgrading an agentpool\n */\nexport interface AgentPoolUpgradeSettings {\n /**\n * The maximum number or percentage of nodes that are surged during upgrade. This can either be\n * set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is\n * the percentage of the total agent pool size at the time of the upgrade. For percentages,\n * fractional nodes are rounded up. If not specified, the default is 1. For more information,\n * including best practices, see:\n * https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade\n */\n maxSurge?: string;\n}\n\n/**\n * Describes the Power State of the cluster\n */\nexport interface PowerState {\n /**\n * Tells whether the cluster is Running or Stopped. Possible values include: 'Running', 'Stopped'\n */\n code?: Code;\n}\n\n/**\n * See [AKS custom node\n * configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details.\n * @summary Kubelet configurations of agent nodes.\n */\nexport interface KubeletConfig {\n /**\n * The CPU Manager policy to use. The default is 'none'. See [Kubernetes CPU management\n * policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies)\n * for more information. Allowed values are 'none' and 'static'.\n */\n cpuManagerPolicy?: string;\n /**\n * If CPU CFS quota enforcement is enabled for containers that specify CPU limits. The default is\n * true.\n */\n cpuCfsQuota?: boolean;\n /**\n * The CPU CFS quota period value. The default is '100ms.' Valid values are a sequence of decimal\n * numbers with an optional fraction and a unit suffix. For example: '300ms', '2h45m'. Supported\n * units are 'ns', 'us', 'ms', 's', 'm', and 'h'.\n */\n cpuCfsQuotaPeriod?: string;\n /**\n * The percent of disk usage after which image garbage collection is always run. To disable image\n * garbage collection, set to 100. The default is 85%\n */\n imageGcHighThreshold?: number;\n /**\n * The percent of disk usage before which image garbage collection is never run. This cannot be\n * set higher than imageGcHighThreshold. The default is 80%\n */\n imageGcLowThreshold?: number;\n /**\n * The Topology Manager policy to use. For more information see [Kubernetes Topology\n * Manager](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager). The default is\n * 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'.\n */\n topologyManagerPolicy?: string;\n /**\n * Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).\n */\n allowedUnsafeSysctls?: string[];\n /**\n * If set to true it will make the Kubelet fail to start if swap is enabled on the node.\n */\n failSwapOn?: boolean;\n /**\n * The maximum size (e.g. 10Mi) of container log file before it is rotated.\n */\n containerLogMaxSizeMB?: number;\n /**\n * The maximum number of container log files that can be present for a container. The number must\n * be ≥ 2.\n */\n containerLogMaxFiles?: number;\n /**\n * The maximum number of processes per pod.\n */\n podMaxPids?: number;\n}\n\n/**\n * Sysctl settings for Linux agent nodes.\n */\nexport interface SysctlConfig {\n /**\n * Sysctl setting net.core.somaxconn.\n */\n netCoreSomaxconn?: number;\n /**\n * Sysctl setting net.core.netdev_max_backlog.\n */\n netCoreNetdevMaxBacklog?: number;\n /**\n * Sysctl setting net.core.rmem_default.\n */\n netCoreRmemDefault?: number;\n /**\n * Sysctl setting net.core.rmem_max.\n */\n netCoreRmemMax?: number;\n /**\n * Sysctl setting net.core.wmem_default.\n */\n netCoreWmemDefault?: number;\n /**\n * Sysctl setting net.core.wmem_max.\n */\n netCoreWmemMax?: number;\n /**\n * Sysctl setting net.core.optmem_max.\n */\n netCoreOptmemMax?: number;\n /**\n * Sysctl setting net.ipv4.tcp_max_syn_backlog.\n */\n netIpv4TcpMaxSynBacklog?: number;\n /**\n * Sysctl setting net.ipv4.tcp_max_tw_buckets.\n */\n netIpv4TcpMaxTwBuckets?: number;\n /**\n * Sysctl setting net.ipv4.tcp_fin_timeout.\n */\n netIpv4TcpFinTimeout?: number;\n /**\n * Sysctl setting net.ipv4.tcp_keepalive_time.\n */\n netIpv4TcpKeepaliveTime?: number;\n /**\n * Sysctl setting net.ipv4.tcp_keepalive_probes.\n */\n netIpv4TcpKeepaliveProbes?: number;\n /**\n * Sysctl setting net.ipv4.tcp_keepalive_intvl.\n */\n netIpv4TcpkeepaliveIntvl?: number;\n /**\n * Sysctl setting net.ipv4.tcp_tw_reuse.\n */\n netIpv4TcpTwReuse?: boolean;\n /**\n * Sysctl setting net.ipv4.ip_local_port_range.\n */\n netIpv4IpLocalPortRange?: string;\n /**\n * Sysctl setting net.ipv4.neigh.default.gc_thresh1.\n */\n netIpv4NeighDefaultGcThresh1?: number;\n /**\n * Sysctl setting net.ipv4.neigh.default.gc_thresh2.\n */\n netIpv4NeighDefaultGcThresh2?: number;\n /**\n * Sysctl setting net.ipv4.neigh.default.gc_thresh3.\n */\n netIpv4NeighDefaultGcThresh3?: number;\n /**\n * Sysctl setting net.netfilter.nf_conntrack_max.\n */\n netNetfilterNfConntrackMax?: number;\n /**\n * Sysctl setting net.netfilter.nf_conntrack_buckets.\n */\n netNetfilterNfConntrackBuckets?: number;\n /**\n * Sysctl setting fs.inotify.max_user_watches.\n */\n fsInotifyMaxUserWatches?: number;\n /**\n * Sysctl setting fs.file-max.\n */\n fsFileMax?: number;\n /**\n * Sysctl setting fs.aio-max-nr.\n */\n fsAioMaxNr?: number;\n /**\n * Sysctl setting fs.nr_open.\n */\n fsNrOpen?: number;\n /**\n * Sysctl setting kernel.threads-max.\n */\n kernelThreadsMax?: number;\n /**\n * Sysctl setting vm.max_map_count.\n */\n vmMaxMapCount?: number;\n /**\n * Sysctl setting vm.swappiness.\n */\n vmSwappiness?: number;\n /**\n * Sysctl setting vm.vfs_cache_pressure.\n */\n vmVfsCachePressure?: number;\n}\n\n/**\n * See [AKS custom node\n * configuration](https://docs.microsoft.com/azure/aks/custom-node-configuration) for more details.\n * @summary OS configurations of Linux agent nodes.\n */\nexport interface LinuxOSConfig {\n /**\n * Sysctl settings for Linux agent nodes.\n */\n sysctls?: SysctlConfig;\n /**\n * Whether transparent hugepages are enabled. Valid values are 'always', 'madvise', and 'never'.\n * The default is 'always'. For more information see [Transparent\n * Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge).\n */\n transparentHugePageEnabled?: string;\n /**\n * Whether the kernel should make aggressive use of memory compaction to make more hugepages\n * available. Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'. The\n * default is 'madvise'. For more information see [Transparent\n * Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge).\n */\n transparentHugePageDefrag?: string;\n /**\n * The size in MB of a swap file that will be created on each node.\n */\n swapFileSizeMB?: number;\n}\n\n/**\n * Data used when creating a target resource from a source resource.\n */\nexport interface CreationData {\n /**\n * This is the ARM ID of the source object to be used to create the target object.\n */\n sourceResourceId?: string;\n}\n\n/**\n * Properties for the container service agent pool profile.\n */\nexport interface ManagedClusterAgentPoolProfileProperties {\n /**\n * Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to\n * 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools.\n * The default value is 1.\n */\n count?: number;\n /**\n * The size of the agent pool VMs. VM size availability varies by region. If a node contains\n * insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more\n * details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions\n */\n vmSize?: string;\n osDiskSizeGB?: number;\n /**\n * Possible values include: 'Managed', 'Ephemeral'\n */\n osDiskType?: OSDiskType;\n /**\n * Possible values include: 'OS', 'Temporary'\n */\n kubeletDiskType?: KubeletDiskType;\n /**\n * Possible values include: 'OCIContainer', 'WasmWasi'\n */\n workloadRuntime?: WorkloadRuntime;\n /**\n * The ID of the subnet which agent pool nodes and optionally pods will join on startup. If this\n * is not specified, a VNET and subnet will be generated and used. If no podSubnetID is\n * specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the\n * form:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}\n */\n vnetSubnetID?: string;\n /**\n * The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically\n * assigned on the node subnet (see vnetSubnetID for more details). This is of the form:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}\n */\n podSubnetID?: string;\n /**\n * The maximum number of pods that can run on a node.\n */\n maxPods?: number;\n /**\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType?: OSType;\n /**\n * Possible values include: 'Ubuntu', 'CBLMariner'\n */\n osSKU?: OSSKU;\n /**\n * The maximum number of nodes for auto-scaling\n */\n maxCount?: number;\n /**\n * The minimum number of nodes for auto-scaling\n */\n minCount?: number;\n /**\n * Whether to enable auto-scaler\n */\n enableAutoScaling?: boolean;\n /**\n * The scale down mode to use when scaling the Agent Pool. This also effects the cluster\n * autoscaler behavior. If not specified, it defaults to Delete. Possible values include:\n * 'Delete', 'Deallocate'\n */\n scaleDownMode?: ScaleDownMode;\n /**\n * Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'\n */\n type?: AgentPoolType;\n /**\n * Possible values include: 'System', 'User'\n */\n mode?: AgentPoolMode;\n /**\n * The version of Kubernetes running on the Agent Pool. As a best practice, you should upgrade\n * all node pools in an AKS cluster to the same Kubernetes version. The node pool version must\n * have the same major version as the control plane. The node pool minor version must be within\n * two minor versions of the control plane version. The node pool version cannot be greater than\n * the control plane version. For more information see [upgrading a node\n * pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool).\n */\n orchestratorVersion?: string;\n /**\n * The version of node image\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeImageVersion?: string;\n /**\n * Settings for upgrading the agentpool\n */\n upgradeSettings?: AgentPoolUpgradeSettings;\n /**\n * The current deployment or provisioning state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is\n * initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped\n * Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be\n * stopped if it is Running and provisioning state is Succeeded\n */\n powerState?: PowerState;\n /**\n * The list of Availability zones to use for nodes. This can only be specified if the\n * AgentPoolType property is 'VirtualMachineScaleSets'.\n */\n availabilityZones?: string[];\n /**\n * Whether each node is allocated its own public IP. Some scenarios may require nodes in a node\n * pool to receive their own dedicated public IP addresses. A common scenario is for gaming\n * workloads, where a console needs to make a direct connection to a cloud virtual machine to\n * minimize hops. For more information see [assigning a public IP per\n * node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools).\n * The default is false.\n */\n enableNodePublicIP?: boolean;\n /**\n * The public IP prefix ID which VM nodes should use IPs from. This is of the form:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}\n */\n nodePublicIPPrefixID?: string;\n /**\n * The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Possible\n * values include: 'Spot', 'Regular'. Default value: 'Regular'.\n */\n scaleSetPriority?: ScaleSetPriority;\n /**\n * The Virtual Machine Scale Set eviction policy to use. This cannot be specified unless the\n * scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Possible values\n * include: 'Delete', 'Deallocate'. Default value: 'Delete'.\n */\n scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;\n /**\n * The max price (in US Dollars) you are willing to pay for spot instances. Possible values are\n * any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.\n * Possible values are any decimal value greater than zero or -1 which indicates the willingness\n * to pay any on-demand price. For more details on spot pricing, see [spot VMs\n * pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)\n */\n spotMaxPrice?: number;\n /**\n * The tags to be persisted on the agent pool virtual machine scale set.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The node labels to be persisted across all nodes in agent pool.\n */\n nodeLabels?: { [propertyName: string]: string };\n /**\n * The taints added to new nodes during node pool create and scale. For example,\n * key=value:NoSchedule.\n */\n nodeTaints?: string[];\n /**\n * The ID for Proximity Placement Group.\n */\n proximityPlacementGroupID?: string;\n /**\n * The Kubelet configuration on the agent pool nodes.\n */\n kubeletConfig?: KubeletConfig;\n /**\n * The OS configuration of Linux agent nodes.\n */\n linuxOSConfig?: LinuxOSConfig;\n /**\n * Whether to enable host based OS and data drive encryption. This is only supported on certain\n * VM sizes and in certain Azure regions. For more information, see:\n * https://docs.microsoft.com/azure/aks/enable-host-encryption\n */\n enableEncryptionAtHost?: boolean;\n /**\n * Whether to enable UltraSSD\n */\n enableUltraSSD?: boolean;\n /**\n * Whether to use a FIPS-enabled OS. See [Add a FIPS-enabled node\n * pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview)\n * for more details.\n */\n enableFIPS?: boolean;\n /**\n * GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.\n * Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'\n */\n gpuInstanceProfile?: GPUInstanceProfile;\n /**\n * CreationData to be used to specify the source Snapshot ID if the node pool will be\n * created/upgraded using a snapshot.\n */\n creationData?: CreationData;\n}\n\n/**\n * Profile for the container service agent pool.\n */\nexport interface ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties {\n /**\n * Unique name of the agent pool profile in the context of the subscription and resource group.\n * Windows agent pool names must be 6 characters or less.\n */\n name: string;\n}\n\n/**\n * Agent Pool.\n */\nexport interface AgentPool extends SubResource {\n /**\n * Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to\n * 1000 (inclusive) for user pools and in the range of 1 to 1000 (inclusive) for system pools.\n * The default value is 1.\n */\n count?: number;\n /**\n * The size of the agent pool VMs. VM size availability varies by region. If a node contains\n * insufficient compute resources (memory, cpu, etc) pods might fail to run correctly. For more\n * details on restricted VM sizes, see: https://docs.microsoft.com/azure/aks/quotas-skus-regions\n */\n vmSize?: string;\n osDiskSizeGB?: number;\n /**\n * Possible values include: 'Managed', 'Ephemeral'\n */\n osDiskType?: OSDiskType;\n /**\n * Possible values include: 'OS', 'Temporary'\n */\n kubeletDiskType?: KubeletDiskType;\n /**\n * Possible values include: 'OCIContainer', 'WasmWasi'\n */\n workloadRuntime?: WorkloadRuntime;\n /**\n * The ID of the subnet which agent pool nodes and optionally pods will join on startup. If this\n * is not specified, a VNET and subnet will be generated and used. If no podSubnetID is\n * specified, this applies to nodes and pods, otherwise it applies to just nodes. This is of the\n * form:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}\n */\n vnetSubnetID?: string;\n /**\n * The ID of the subnet which pods will join when launched. If omitted, pod IPs are statically\n * assigned on the node subnet (see vnetSubnetID for more details). This is of the form:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}\n */\n podSubnetID?: string;\n /**\n * The maximum number of pods that can run on a node.\n */\n maxPods?: number;\n /**\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType?: OSType;\n /**\n * Possible values include: 'Ubuntu', 'CBLMariner'\n */\n osSKU?: OSSKU;\n /**\n * The maximum number of nodes for auto-scaling\n */\n maxCount?: number;\n /**\n * The minimum number of nodes for auto-scaling\n */\n minCount?: number;\n /**\n * Whether to enable auto-scaler\n */\n enableAutoScaling?: boolean;\n /**\n * The scale down mode to use when scaling the Agent Pool. This also effects the cluster\n * autoscaler behavior. If not specified, it defaults to Delete. Possible values include:\n * 'Delete', 'Deallocate'\n */\n scaleDownMode?: ScaleDownMode;\n /**\n * Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'\n */\n agentPoolType?: AgentPoolType;\n /**\n * Possible values include: 'System', 'User'\n */\n mode?: AgentPoolMode;\n /**\n * The version of Kubernetes running on the Agent Pool. As a best practice, you should upgrade\n * all node pools in an AKS cluster to the same Kubernetes version. The node pool version must\n * have the same major version as the control plane. The node pool minor version must be within\n * two minor versions of the control plane version. The node pool version cannot be greater than\n * the control plane version. For more information see [upgrading a node\n * pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#upgrade-a-node-pool).\n */\n orchestratorVersion?: string;\n /**\n * The version of node image\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeImageVersion?: string;\n /**\n * Settings for upgrading the agentpool\n */\n upgradeSettings?: AgentPoolUpgradeSettings;\n /**\n * The current deployment or provisioning state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * Whether the Agent Pool is running or stopped. When an Agent Pool is first created it is\n * initially Running. The Agent Pool can be stopped by setting this field to Stopped. A stopped\n * Agent Pool stops all of its VMs and does not accrue billing charges. An Agent Pool can only be\n * stopped if it is Running and provisioning state is Succeeded\n */\n powerState?: PowerState;\n /**\n * The list of Availability zones to use for nodes. This can only be specified if the\n * AgentPoolType property is 'VirtualMachineScaleSets'.\n */\n availabilityZones?: string[];\n /**\n * Whether each node is allocated its own public IP. Some scenarios may require nodes in a node\n * pool to receive their own dedicated public IP addresses. A common scenario is for gaming\n * workloads, where a console needs to make a direct connection to a cloud virtual machine to\n * minimize hops. For more information see [assigning a public IP per\n * node](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#assign-a-public-ip-per-node-for-your-node-pools).\n * The default is false.\n */\n enableNodePublicIP?: boolean;\n /**\n * The public IP prefix ID which VM nodes should use IPs from. This is of the form:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes/{publicIPPrefixName}\n */\n nodePublicIPPrefixID?: string;\n /**\n * The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. Possible\n * values include: 'Spot', 'Regular'. Default value: 'Regular'.\n */\n scaleSetPriority?: ScaleSetPriority;\n /**\n * The Virtual Machine Scale Set eviction policy to use. This cannot be specified unless the\n * scaleSetPriority is 'Spot'. If not specified, the default is 'Delete'. Possible values\n * include: 'Delete', 'Deallocate'. Default value: 'Delete'.\n */\n scaleSetEvictionPolicy?: ScaleSetEvictionPolicy;\n /**\n * The max price (in US Dollars) you are willing to pay for spot instances. Possible values are\n * any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.\n * Possible values are any decimal value greater than zero or -1 which indicates the willingness\n * to pay any on-demand price. For more details on spot pricing, see [spot VMs\n * pricing](https://docs.microsoft.com/azure/virtual-machines/spot-vms#pricing)\n */\n spotMaxPrice?: number;\n /**\n * The tags to be persisted on the agent pool virtual machine scale set.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The node labels to be persisted across all nodes in agent pool.\n */\n nodeLabels?: { [propertyName: string]: string };\n /**\n * The taints added to new nodes during node pool create and scale. For example,\n * key=value:NoSchedule.\n */\n nodeTaints?: string[];\n /**\n * The ID for Proximity Placement Group.\n */\n proximityPlacementGroupID?: string;\n /**\n * The Kubelet configuration on the agent pool nodes.\n */\n kubeletConfig?: KubeletConfig;\n /**\n * The OS configuration of Linux agent nodes.\n */\n linuxOSConfig?: LinuxOSConfig;\n /**\n * Whether to enable host based OS and data drive encryption. This is only supported on certain\n * VM sizes and in certain Azure regions. For more information, see:\n * https://docs.microsoft.com/azure/aks/enable-host-encryption\n */\n enableEncryptionAtHost?: boolean;\n /**\n * Whether to enable UltraSSD\n */\n enableUltraSSD?: boolean;\n /**\n * Whether to use a FIPS-enabled OS. See [Add a FIPS-enabled node\n * pool](https://docs.microsoft.com/azure/aks/use-multiple-node-pools#add-a-fips-enabled-node-pool-preview)\n * for more details.\n */\n enableFIPS?: boolean;\n /**\n * GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.\n * Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'\n */\n gpuInstanceProfile?: GPUInstanceProfile;\n /**\n * CreationData to be used to specify the source Snapshot ID if the node pool will be\n * created/upgraded using a snapshot.\n */\n creationData?: CreationData;\n}\n\n/**\n * Windows gMSA Profile in the managed cluster.\n */\nexport interface WindowsGmsaProfile {\n /**\n * Whether to enable Windows gMSA. Specifies whether to enable Windows gMSA in the managed\n * cluster.\n */\n enabled?: boolean;\n /**\n * Specifies the DNS server for Windows gMSA. <br><br> Set it to empty if you have configured the\n * DNS server in the vnet which is used to create the managed cluster.\n */\n dnsServer?: string;\n /**\n * Specifies the root domain name for Windows gMSA. <br><br> Set it to empty if you have\n * configured the DNS server in the vnet which is used to create the managed cluster.\n */\n rootDomainName?: string;\n}\n\n/**\n * Profile for Windows VMs in the managed cluster.\n */\nexport interface ManagedClusterWindowsProfile {\n /**\n * Specifies the name of the administrator account. <br><br> **Restriction:** Cannot end in \".\"\n * <br><br> **Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\",\n * \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2\", \"aspnet\", \"backup\",\n * \"console\", \"david\", \"guest\", \"john\", \"owner\", \"root\", \"server\", \"sql\", \"support\",\n * \"support_388945a0\", \"sys\", \"test2\", \"test3\", \"user4\", \"user5\". <br><br> **Minimum-length:** 1\n * character <br><br> **Max-length:** 20 characters\n */\n adminUsername: string;\n /**\n * Specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters\n * <br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4\n * conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br>\n * Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:**\n * \"abc@123\", \"P@$$w0rd\", \"P@ssw0rd\", \"P@ssword123\", \"Pa$$word\", \"pass@word1\", \"Password!\",\n * \"Password1\", \"Password22\", \"iloveyou!\"\n */\n adminPassword?: string;\n /**\n * The license type to use for Windows VMs. See [Azure Hybrid User\n * Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details. Possible\n * values include: 'None', 'Windows_Server'\n */\n licenseType?: LicenseType;\n /**\n * Whether to enable CSI proxy. For more details on CSI proxy, see the [CSI proxy GitHub\n * repo](https://github.com/kubernetes-csi/csi-proxy).\n */\n enableCSIProxy?: boolean;\n /**\n * The Windows gMSA Profile in the Managed Cluster.\n */\n gmsaProfile?: WindowsGmsaProfile;\n}\n\n/**\n * Contains information about SSH certificate public key data.\n */\nexport interface ContainerServiceSshPublicKey {\n /**\n * Certificate public key used to authenticate with VMs through SSH. The certificate must be in\n * PEM format with or without headers.\n */\n keyData: string;\n}\n\n/**\n * SSH configuration for Linux-based VMs running on Azure.\n */\nexport interface ContainerServiceSshConfiguration {\n /**\n * The list of SSH public keys used to authenticate with Linux-based VMs. A maximum of 1 key may\n * be specified.\n */\n publicKeys: ContainerServiceSshPublicKey[];\n}\n\n/**\n * Profile for Linux VMs in the container service cluster.\n */\nexport interface ContainerServiceLinuxProfile {\n /**\n * The administrator username to use for Linux VMs.\n */\n adminUsername: string;\n /**\n * The SSH configuration for Linux-based VMs running on Azure.\n */\n ssh: ContainerServiceSshConfiguration;\n}\n\n/**\n * Desired managed outbound IPs for the cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfileManagedOutboundIPs {\n /**\n * The desired number of IPv4 outbound IPs created/managed by Azure for the cluster load\n * balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.\n * Default value: 1.\n */\n count?: number;\n /**\n * The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load\n * balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0\n * for single-stack and 1 for dual-stack. Default value: 0.\n */\n countIPv6?: number;\n}\n\n/**\n * A reference to an Azure resource.\n */\nexport interface ResourceReference {\n /**\n * The fully qualified Azure resource id.\n */\n id?: string;\n}\n\n/**\n * Desired outbound IP Prefix resources for the cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfileOutboundIPPrefixes {\n /**\n * A list of public IP prefix resources.\n */\n publicIPPrefixes?: ResourceReference[];\n}\n\n/**\n * Desired outbound IP resources for the cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfileOutboundIPs {\n /**\n * A list of public IP resources.\n */\n publicIPs?: ResourceReference[];\n}\n\n/**\n * Profile of the managed cluster load balancer.\n */\nexport interface ManagedClusterLoadBalancerProfile {\n /**\n * Desired managed outbound IPs for the cluster load balancer.\n */\n managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPs;\n /**\n * Desired outbound IP Prefix resources for the cluster load balancer.\n */\n outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixes;\n /**\n * Desired outbound IP resources for the cluster load balancer.\n */\n outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPs;\n /**\n * The effective outbound IP resources of the cluster load balancer.\n */\n effectiveOutboundIPs?: ResourceReference[];\n /**\n * The desired number of allocated SNAT ports per VM. Allowed values are in the range of 0 to\n * 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports.\n * Default value: 0.\n */\n allocatedOutboundPorts?: number;\n /**\n * Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120\n * (inclusive). The default value is 30 minutes. Default value: 30.\n */\n idleTimeoutInMinutes?: number;\n /**\n * Enable multiple standard load balancers per AKS cluster or not.\n */\n enableMultipleStandardLoadBalancers?: boolean;\n}\n\n/**\n * Profile of the managed outbound IP resources of the managed cluster.\n */\nexport interface ManagedClusterManagedOutboundIPProfile {\n /**\n * The desired number of outbound IPs created/managed by Azure. Allowed values must be in the\n * range of 1 to 16 (inclusive). The default value is 1. Default value: 1.\n */\n count?: number;\n}\n\n/**\n * Profile of the managed cluster NAT gateway.\n */\nexport interface ManagedClusterNATGatewayProfile {\n /**\n * Profile of the managed outbound IP resources of the cluster NAT gateway.\n */\n managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile;\n /**\n * The effective outbound IP resources of the cluster NAT gateway.\n */\n effectiveOutboundIPs?: ResourceReference[];\n /**\n * Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120\n * (inclusive). The default value is 4 minutes. Default value: 4.\n */\n idleTimeoutInMinutes?: number;\n}\n\n/**\n * Profile of network configuration.\n */\nexport interface ContainerServiceNetworkProfile {\n /**\n * Network plugin used for building the Kubernetes network. Possible values include: 'azure',\n * 'kubenet'. Default value: 'kubenet'.\n */\n networkPlugin?: NetworkPlugin;\n /**\n * Network policy used for building the Kubernetes network. Possible values include: 'calico',\n * 'azure'\n */\n networkPolicy?: NetworkPolicy;\n /**\n * The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is\n * anything other than 'azure'. Possible values include: 'transparent', 'bridge'\n */\n networkMode?: NetworkMode;\n /**\n * A CIDR notation IP range from which to assign pod IPs when kubenet is used. Default value:\n * '10.244.0.0/16'.\n */\n podCidr?: string;\n /**\n * A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with\n * any Subnet IP ranges. Default value: '10.0.0.0/16'.\n */\n serviceCidr?: string;\n /**\n * An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service\n * address range specified in serviceCidr. Default value: '10.0.0.10'.\n */\n dnsServiceIP?: string;\n /**\n * A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any\n * Subnet IP ranges or the Kubernetes service address range. Default value: '172.17.0.1/16'.\n */\n dockerBridgeCidr?: string;\n /**\n * The outbound (egress) routing method. This can only be set at cluster creation time and cannot\n * be changed later. For more information see [egress outbound\n * type](https://docs.microsoft.com/azure/aks/egress-outboundtype). Possible values include:\n * 'loadBalancer', 'userDefinedRouting', 'managedNATGateway', 'userAssignedNATGateway'. Default\n * value: 'loadBalancer'.\n */\n outboundType?: OutboundType;\n /**\n * The load balancer sku for the managed cluster. The default is 'standard'. See [Azure Load\n * Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about\n * the differences between load balancer SKUs. Possible values include: 'standard', 'basic'\n */\n loadBalancerSku?: LoadBalancerSku;\n /**\n * Profile of the cluster load balancer.\n */\n loadBalancerProfile?: ManagedClusterLoadBalancerProfile;\n /**\n * Profile of the cluster NAT gateway.\n */\n natGatewayProfile?: ManagedClusterNATGatewayProfile;\n /**\n * The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for\n * single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for\n * dual-stack networking.\n */\n podCidrs?: string[];\n /**\n * The CIDR notation IP ranges from which to assign service cluster IPs. One IPv4 CIDR is\n * expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is\n * expected for dual-stack networking. They must not overlap with any Subnet IP ranges.\n */\n serviceCidrs?: string[];\n /**\n * The IP families used to specify IP versions available to the cluster. IP families are used to\n * determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4.\n * For dual-stack, the expected values are IPv4 and IPv6.\n */\n ipFamilies?: IpFamily[];\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The UTC timestamp of resource creation.\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The type of identity that last modified the resource.\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * Time in a week.\n */\nexport interface TimeInWeek {\n /**\n * The day of the week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday',\n * 'Thursday', 'Friday', 'Saturday'\n */\n day?: WeekDay;\n /**\n * A list of hours in the day used to identify a time range. Each integer hour represents a time\n * range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to\n * 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying [0, 1] means the 00:00 - 02:00 UTC time\n * range.\n */\n hourSlots?: number[];\n}\n\n/**\n * For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z.\n * @summary A time range.\n */\nexport interface TimeSpan {\n /**\n * The start of a time span\n */\n start?: Date;\n /**\n * The end of a time span\n */\n end?: Date;\n}\n\n/**\n * See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more\n * information about planned maintenance.\n * @summary Planned maintenance configuration, used to configure when updates can be deployed to a\n * Managed Cluster.\n */\nexport interface MaintenanceConfiguration extends SubResource {\n /**\n * The system metadata relating to this resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * Time slots during the week when planned maintenance is allowed to proceed. If two array\n * entries specify the same day of the week, the applied configuration is the union of times in\n * both entries.\n */\n timeInWeek?: TimeInWeek[];\n /**\n * Time slots on which upgrade is not allowed.\n */\n notAllowedTime?: TimeSpan[];\n}\n\n/**\n * A run command request\n */\nexport interface RunCommandRequest {\n /**\n * The command to run.\n */\n command: string;\n /**\n * A base64 encoded zip file containing the files required by the command.\n */\n context?: string;\n /**\n * AuthToken issued for AKS AAD Server App.\n */\n clusterToken?: string;\n}\n\n/**\n * run command result.\n */\nexport interface RunCommandResult {\n /**\n * The command id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * provisioning State\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The exit code of the command\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exitCode?: number;\n /**\n * The time when the command started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startedAt?: Date;\n /**\n * The time when the command finished.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly finishedAt?: Date;\n /**\n * The command output.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly logs?: string;\n /**\n * An explanation of why provisioningState is set to failed (if so).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reason?: string;\n}\n\n/**\n * Profile for diagnostics on the container service VMs.\n */\nexport interface ContainerServiceVMDiagnostics {\n /**\n * Whether the VM diagnostic agent is provisioned on the VM.\n */\n enabled: boolean;\n /**\n * The URI of the storage account where diagnostics are stored.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageUri?: string;\n}\n\n/**\n * Profile for diagnostics on the container service cluster.\n */\nexport interface ContainerServiceDiagnosticsProfile {\n /**\n * Profile for diagnostics on the container service VMs.\n */\n vmDiagnostics: ContainerServiceVMDiagnostics;\n}\n\n/**\n * The SKU of a Managed Cluster.\n */\nexport interface ManagedClusterSKU {\n /**\n * The name of a managed cluster SKU. Possible values include: 'Basic'\n */\n name?: ManagedClusterSKUName;\n /**\n * The tier of a managed cluster SKU. If not specified, the default is 'Free'. See [uptime\n * SLA](https://docs.microsoft.com/azure/aks/uptime-sla) for more details. Possible values\n * include: 'Paid', 'Free'\n */\n tier?: ManagedClusterSKUTier;\n}\n\n/**\n * The complex type of the extended location.\n */\nexport interface ExtendedLocation {\n /**\n * The name of the extended location.\n */\n name?: string;\n /**\n * The type of the extended location. Possible values include: 'EdgeZone'\n */\n type?: ExtendedLocationTypes;\n}\n\n/**\n * An interface representing ManagedClusterIdentityUserAssignedIdentitiesValue.\n */\nexport interface ManagedClusterIdentityUserAssignedIdentitiesValue {\n /**\n * The principal id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * Identity for the managed cluster.\n */\nexport interface ManagedClusterIdentity {\n /**\n * The principal id of the system assigned identity which is used by master components.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The tenant id of the system assigned identity which is used by master components.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The type of identity used for the managed cluster. For more information see [use managed\n * identities in AKS](https://docs.microsoft.com/azure/aks/use-managed-identity). Possible values\n * include: 'SystemAssigned', 'UserAssigned', 'None'\n */\n type?: ResourceIdentityType;\n /**\n * The user identity associated with the managed cluster. This identity will be used in control\n * plane. Only one user assigned identity is allowed. The keys must be ARM resource IDs in the\n * form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n */\n userAssignedIdentities?: { [propertyName: string]: ManagedClusterIdentityUserAssignedIdentitiesValue };\n}\n\n/**\n * Details about a user assigned identity.\n */\nexport interface UserAssignedIdentity {\n /**\n * The resource ID of the user assigned identity.\n */\n resourceId?: string;\n /**\n * The client ID of the user assigned identity.\n */\n clientId?: string;\n /**\n * The object ID of the user assigned identity.\n */\n objectId?: string;\n}\n\n/**\n * Information of user assigned identity used by this add-on.\n */\nexport interface ManagedClusterAddonProfileIdentity extends UserAssignedIdentity {\n}\n\n/**\n * A Kubernetes add-on profile for a managed cluster.\n */\nexport interface ManagedClusterAddonProfile {\n /**\n * Whether the add-on is enabled or not.\n */\n enabled: boolean;\n /**\n * Key-value pairs for configuring an add-on.\n */\n config?: { [propertyName: string]: string };\n /**\n * Information of user assigned identity used by this add-on.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly identity?: ManagedClusterAddonProfileIdentity;\n}\n\n/**\n * An error response from the pod identity provisioning.\n */\nexport interface ManagedClusterPodIdentityProvisioningErrorBody {\n /**\n * An identifier for the error. Codes are invariant and are intended to be consumed\n * programmatically.\n */\n code?: string;\n /**\n * A message describing the error, intended to be suitable for display in a user interface.\n */\n message?: string;\n /**\n * The target of the particular error. For example, the name of the property in error.\n */\n target?: string;\n /**\n * A list of additional details about the error.\n */\n details?: ManagedClusterPodIdentityProvisioningErrorBody[];\n}\n\n/**\n * An error response from the pod identity provisioning.\n */\nexport interface ManagedClusterPodIdentityProvisioningError {\n /**\n * Details about the error.\n */\n error?: ManagedClusterPodIdentityProvisioningErrorBody;\n}\n\n/**\n * An interface representing ManagedClusterPodIdentityProvisioningInfo.\n */\nexport interface ManagedClusterPodIdentityProvisioningInfo {\n /**\n * Pod identity assignment error (if any).\n */\n error?: ManagedClusterPodIdentityProvisioningError;\n}\n\n/**\n * Details about the pod identity assigned to the Managed Cluster.\n */\nexport interface ManagedClusterPodIdentity {\n /**\n * The name of the pod identity.\n */\n name: string;\n /**\n * The namespace of the pod identity.\n */\n namespace: string;\n /**\n * The binding selector to use for the AzureIdentityBinding resource.\n */\n bindingSelector?: string;\n /**\n * The user assigned identity details.\n */\n identity: UserAssignedIdentity;\n /**\n * The current provisioning state of the pod identity. Possible values include: 'Assigned',\n * 'Updating', 'Deleting', 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ManagedClusterPodIdentityProvisioningState;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningInfo?: ManagedClusterPodIdentityProvisioningInfo;\n}\n\n/**\n * See [disable AAD Pod Identity for a specific\n * Pod/Application](https://azure.github.io/aad-pod-identity/docs/configure/application_exception/)\n * for more details.\n * @summary A pod identity exception, which allows pods with certain labels to access the Azure\n * Instance Metadata Service (IMDS) endpoint without being intercepted by the node-managed identity\n * (NMI) server.\n */\nexport interface ManagedClusterPodIdentityException {\n /**\n * The name of the pod identity exception.\n */\n name: string;\n /**\n * The namespace of the pod identity exception.\n */\n namespace: string;\n /**\n * The pod labels to match.\n */\n podLabels: { [propertyName: string]: string };\n}\n\n/**\n * See [use AAD pod identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for\n * more details on pod identity integration.\n * @summary The pod identity profile of the Managed Cluster.\n */\nexport interface ManagedClusterPodIdentityProfile {\n /**\n * Whether the pod identity addon is enabled.\n */\n enabled?: boolean;\n /**\n * Whether pod identity is allowed to run on clusters with Kubenet networking. Running in Kubenet\n * is disabled by default due to the security related nature of AAD Pod Identity and the risks of\n * IP spoofing. See [using Kubenet network plugin with AAD Pod\n * Identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities)\n * for more information.\n */\n allowNetworkPluginKubenet?: boolean;\n /**\n * The pod identities to use in the cluster.\n */\n userAssignedIdentities?: ManagedClusterPodIdentity[];\n /**\n * The pod identity exceptions to allow.\n */\n userAssignedIdentityExceptions?: ManagedClusterPodIdentityException[];\n}\n\n/**\n * For more details see [managed AAD on AKS](https://docs.microsoft.com/azure/aks/managed-aad).\n * @summary AADProfile specifies attributes for Azure Active Directory integration.\n */\nexport interface ManagedClusterAADProfile {\n /**\n * Whether to enable managed AAD.\n */\n managed?: boolean;\n /**\n * Whether to enable Azure RBAC for Kubernetes authorization.\n */\n enableAzureRBAC?: boolean;\n /**\n * The list of AAD group object IDs that will have admin role of the cluster.\n */\n adminGroupObjectIDs?: string[];\n /**\n * The client AAD application ID.\n */\n clientAppID?: string;\n /**\n * The server AAD application ID.\n */\n serverAppID?: string;\n /**\n * The server AAD application secret.\n */\n serverAppSecret?: string;\n /**\n * The AAD tenant ID to use for authentication. If not specified, will use the tenant of the\n * deployment subscription.\n */\n tenantID?: string;\n}\n\n/**\n * Auto upgrade profile for a managed cluster.\n */\nexport interface ManagedClusterAutoUpgradeProfile {\n /**\n * The upgrade channel for auto upgrade. The default is 'none'. For more information see [setting\n * the AKS cluster auto-upgrade\n * channel](https://docs.microsoft.com/azure/aks/upgrade-cluster#set-auto-upgrade-channel).\n * Possible values include: 'rapid', 'stable', 'patch', 'node-image', 'none'\n */\n upgradeChannel?: UpgradeChannel;\n}\n\n/**\n * Parameters to be applied to the cluster-autoscaler when enabled\n */\nexport interface ManagedClusterPropertiesAutoScalerProfile {\n /**\n * Detects similar node pools and balances the number of nodes between them. Valid values are\n * 'true' and 'false'\n */\n balanceSimilarNodeGroups?: string;\n /**\n * The expander to use when scaling up. If not specified, the default is 'random'. See\n * [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders)\n * for more information. Possible values include: 'least-waste', 'most-pods', 'priority',\n * 'random'\n */\n expander?: Expander;\n /**\n * The maximum number of empty nodes that can be deleted at the same time. This must be a\n * positive integer. The default is 10.\n */\n maxEmptyBulkDelete?: string;\n /**\n * The maximum number of seconds the cluster autoscaler waits for pod termination when trying to\n * scale down a node. The default is 600.\n */\n maxGracefulTerminationSec?: string;\n /**\n * The maximum time the autoscaler waits for a node to be provisioned. The default is '15m'.\n * Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is\n * supported.\n */\n maxNodeProvisionTime?: string;\n /**\n * The maximum percentage of unready nodes in the cluster. After this percentage is exceeded,\n * cluster autoscaler halts operations. The default is 45. The maximum is 100 and the minimum is\n * 0.\n */\n maxTotalUnreadyPercentage?: string;\n /**\n * Ignore unscheduled pods before they're a certain age. For scenarios like burst/batch scale\n * where you don't want CA to act before the kubernetes scheduler could schedule all the pods,\n * you can tell CA to ignore unscheduled pods before they're a certain age. The default is '0s'.\n * Values must be an integer followed by a unit ('s' for seconds, 'm' for minutes, 'h' for hours,\n * etc).\n */\n newPodScaleUpDelay?: string;\n /**\n * The number of allowed unready nodes, irrespective of max-total-unready-percentage. This must\n * be an integer. The default is 3.\n */\n okTotalUnreadyCount?: string;\n /**\n * How often cluster is reevaluated for scale up or down. The default is '10'. Values must be an\n * integer number of seconds.\n */\n scanInterval?: string;\n /**\n * How long after scale up that scale down evaluation resumes. The default is '10m'. Values must\n * be an integer followed by an 'm'. No unit of time other than minutes (m) is supported.\n */\n scaleDownDelayAfterAdd?: string;\n /**\n * How long after node deletion that scale down evaluation resumes. The default is the\n * scan-interval. Values must be an integer followed by an 'm'. No unit of time other than\n * minutes (m) is supported.\n */\n scaleDownDelayAfterDelete?: string;\n /**\n * How long after scale down failure that scale down evaluation resumes. The default is '3m'.\n * Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is\n * supported.\n */\n scaleDownDelayAfterFailure?: string;\n /**\n * How long a node should be unneeded before it is eligible for scale down. The default is '10m'.\n * Values must be an integer followed by an 'm'. No unit of time other than minutes (m) is\n * supported.\n */\n scaleDownUnneededTime?: string;\n /**\n * How long an unready node should be unneeded before it is eligible for scale down. The default\n * is '20m'. Values must be an integer followed by an 'm'. No unit of time other than minutes (m)\n * is supported.\n */\n scaleDownUnreadyTime?: string;\n /**\n * Node utilization level, defined as sum of requested resources divided by capacity, below which\n * a node can be considered for scale down. The default is '0.5'.\n */\n scaleDownUtilizationThreshold?: string;\n /**\n * If cluster autoscaler will skip deleting nodes with pods with local storage, for example,\n * EmptyDir or HostPath. The default is true.\n */\n skipNodesWithLocalStorage?: string;\n /**\n * If cluster autoscaler will skip deleting nodes with pods from kube-system (except for\n * DaemonSet or mirror pods). The default is true.\n */\n skipNodesWithSystemPods?: string;\n}\n\n/**\n * Access profile for managed cluster API server.\n */\nexport interface ManagedClusterAPIServerAccessProfile {\n /**\n * The IP ranges authorized to access the Kubernetes API server. IP ranges are specified in CIDR\n * format, e.g. 137.117.106.88/29. This feature is not compatible with clusters that use Public\n * IP Per Node, or clusters that are using a Basic Load Balancer. For more information see [API\n * server authorized IP\n * ranges](https://docs.microsoft.com/azure/aks/api-server-authorized-ip-ranges).\n */\n authorizedIPRanges?: string[];\n /**\n * Whether to create the cluster as a private cluster or not. For more details, see [Creating a\n * private AKS cluster](https://docs.microsoft.com/azure/aks/private-clusters).\n */\n enablePrivateCluster?: boolean;\n /**\n * The private DNS zone mode for the cluster. The default is System. For more details see\n * [configure private DNS\n * zone](https://docs.microsoft.com/azure/aks/private-clusters#configure-private-dns-zone).\n * Allowed values are 'system' and 'none'.\n */\n privateDNSZone?: string;\n /**\n * Whether to create additional public FQDN for private cluster or not.\n */\n enablePrivateClusterPublicFQDN?: boolean;\n /**\n * Whether to disable run command for the cluster or not.\n */\n disableRunCommand?: boolean;\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource {\n /**\n * The ID of the private link resource.\n */\n id?: string;\n /**\n * The name of the private link resource.\n */\n name?: string;\n /**\n * The resource type.\n */\n type?: string;\n /**\n * The group ID of the resource.\n */\n groupId?: string;\n /**\n * The RequiredMembers of the resource\n */\n requiredMembers?: string[];\n /**\n * The private link service ID of the resource, this field is exposed only to NRP internally.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateLinkServiceID?: string;\n}\n\n/**\n * Cluster HTTP proxy configuration.\n */\nexport interface ManagedClusterHTTPProxyConfig {\n /**\n * The HTTP proxy server endpoint to use.\n */\n httpProxy?: string;\n /**\n * The HTTPS proxy server endpoint to use.\n */\n httpsProxy?: string;\n /**\n * The endpoints that should not go through proxy.\n */\n noProxy?: string[];\n /**\n * Alternative CA cert to use for connecting to proxy servers.\n */\n trustedCa?: string;\n}\n\n/**\n * Azure Defender settings for the security profile.\n */\nexport interface ManagedClusterSecurityProfileAzureDefender {\n /**\n * Whether to enable Azure Defender\n */\n enabled?: boolean;\n /**\n * Resource ID of the Log Analytics workspace to be associated with Azure Defender. When Azure\n * Defender is enabled, this field is required and must be a valid workspace resource ID. When\n * Azure Defender is disabled, leave the field empty.\n */\n logAnalyticsWorkspaceResourceId?: string;\n}\n\n/**\n * Security profile for the container service cluster.\n */\nexport interface ManagedClusterSecurityProfile {\n /**\n * Azure Defender settings for the security profile.\n */\n azureDefender?: ManagedClusterSecurityProfileAzureDefender;\n}\n\n/**\n * Managed cluster.\n */\nexport interface ManagedCluster extends Resource {\n /**\n * The managed cluster SKU.\n */\n sku?: ManagedClusterSKU;\n /**\n * The extended location of the Virtual Machine.\n */\n extendedLocation?: ExtendedLocation;\n /**\n * The identity of the managed cluster, if configured.\n */\n identity?: ManagedClusterIdentity;\n /**\n * The current provisioning state.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The Power State of the cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly powerState?: PowerState;\n /**\n * The max number of agent pools for the managed cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maxAgentPools?: number;\n /**\n * The version of Kubernetes the Managed Cluster is running. When you upgrade a supported AKS\n * cluster, Kubernetes minor versions cannot be skipped. All upgrades must be performed\n * sequentially by major version number. For example, upgrades between 1.14.x -> 1.15.x or 1.15.x\n * -> 1.16.x are allowed, however 1.14.x -> 1.16.x is not allowed. See [upgrading an AKS\n * cluster](https://docs.microsoft.com/azure/aks/upgrade-cluster) for more details.\n */\n kubernetesVersion?: string;\n /**\n * The DNS prefix of the Managed Cluster. This cannot be updated once the Managed Cluster has\n * been created.\n */\n dnsPrefix?: string;\n /**\n * The FQDN subdomain of the private cluster with custom private dns zone. This cannot be updated\n * once the Managed Cluster has been created.\n */\n fqdnSubdomain?: string;\n /**\n * The FQDN of the master pool.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly fqdn?: string;\n /**\n * The FQDN of private cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateFQDN?: string;\n /**\n * The special FQDN used by the Azure Portal to access the Managed Cluster. This FQDN is for use\n * only by the Azure Portal and should not be used by other clients. The Azure Portal requires\n * certain Cross-Origin Resource Sharing (CORS) headers to be sent in some responses, which\n * Kubernetes APIServer doesn't handle by default. This special FQDN supports CORS, allowing the\n * Azure Portal to function properly.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly azurePortalFQDN?: string;\n /**\n * The agent pool properties.\n */\n agentPoolProfiles?: ManagedClusterAgentPoolProfile[];\n /**\n * The profile for Linux VMs in the Managed Cluster.\n */\n linuxProfile?: ContainerServiceLinuxProfile;\n /**\n * The profile for Windows VMs in the Managed Cluster.\n */\n windowsProfile?: ManagedClusterWindowsProfile;\n /**\n * Information about a service principal identity for the cluster to use for manipulating Azure\n * APIs.\n */\n servicePrincipalProfile?: ManagedClusterServicePrincipalProfile;\n /**\n * The profile of managed cluster add-on.\n */\n addonProfiles?: { [propertyName: string]: ManagedClusterAddonProfile };\n /**\n * The pod identity profile of the Managed Cluster. See [use AAD pod\n * identity](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on\n * AAD pod identity integration.\n */\n podIdentityProfile?: ManagedClusterPodIdentityProfile;\n /**\n * The name of the resource group containing agent pool nodes.\n */\n nodeResourceGroup?: string;\n /**\n * Whether to enable Kubernetes Role-Based Access Control.\n */\n enableRBAC?: boolean;\n /**\n * (DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set\n * for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy.\n */\n enablePodSecurityPolicy?: boolean;\n /**\n * The network configuration profile.\n */\n networkProfile?: ContainerServiceNetworkProfile;\n /**\n * The Azure Active Directory configuration.\n */\n aadProfile?: ManagedClusterAADProfile;\n /**\n * The auto upgrade configuration.\n */\n autoUpgradeProfile?: ManagedClusterAutoUpgradeProfile;\n /**\n * Parameters to be applied to the cluster-autoscaler when enabled\n */\n autoScalerProfile?: ManagedClusterPropertiesAutoScalerProfile;\n /**\n * The access profile for managed cluster API server.\n */\n apiServerAccessProfile?: ManagedClusterAPIServerAccessProfile;\n /**\n * The Resource ID of the disk encryption set to use for enabling encryption at rest. This is of\n * the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{encryptionSetName}'\n */\n diskEncryptionSetID?: string;\n /**\n * Identities associated with the cluster.\n */\n identityProfile?: { [propertyName: string]: UserAssignedIdentity };\n /**\n * Private link resources associated with the cluster.\n */\n privateLinkResources?: PrivateLinkResource[];\n /**\n * If local accounts should be disabled on the Managed Cluster. If set to true, getting static\n * credentials will be disabled for this cluster. This must only be used on Managed Clusters that\n * are AAD enabled. For more details see [disable local\n * accounts](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts-preview).\n */\n disableLocalAccounts?: boolean;\n /**\n * Configurations for provisioning the cluster with HTTP proxy servers.\n */\n httpProxyConfig?: ManagedClusterHTTPProxyConfig;\n /**\n * Security profile for the managed cluster.\n */\n securityProfile?: ManagedClusterSecurityProfile;\n /**\n * PublicNetworkAccess of the managedCluster. Allow or deny public network access for AKS.\n * Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/**\n * Managed cluster Access Profile.\n */\nexport interface ManagedClusterAccessProfile extends Resource {\n /**\n * Base64-encoded Kubernetes configuration file.\n */\n kubeConfig?: Uint8Array;\n}\n\n/**\n * An interface representing ManagedClusterPoolUpgradeProfileUpgradesItem.\n */\nexport interface ManagedClusterPoolUpgradeProfileUpgradesItem {\n /**\n * The Kubernetes version (major.minor.patch).\n */\n kubernetesVersion?: string;\n /**\n * Whether the Kubernetes version is currently in preview.\n */\n isPreview?: boolean;\n}\n\n/**\n * The list of available upgrade versions.\n */\nexport interface ManagedClusterPoolUpgradeProfile {\n /**\n * The Kubernetes version (major.minor.patch).\n */\n kubernetesVersion: string;\n /**\n * The Agent Pool name.\n */\n name?: string;\n /**\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType: OSType;\n /**\n * List of orchestrator types and versions available for upgrade.\n */\n upgrades?: ManagedClusterPoolUpgradeProfileUpgradesItem[];\n}\n\n/**\n * The list of available upgrades for compute pools.\n */\nexport interface ManagedClusterUpgradeProfile {\n /**\n * The ID of the upgrade profile.\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 upgrade profile.\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 upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The list of available upgrade versions for the control plane.\n */\n controlPlaneProfile: ManagedClusterPoolUpgradeProfile;\n /**\n * The list of available upgrade versions for agent pools.\n */\n agentPoolProfiles: ManagedClusterPoolUpgradeProfile[];\n}\n\n/**\n * An interface representing AgentPoolUpgradeProfilePropertiesUpgradesItem.\n */\nexport interface AgentPoolUpgradeProfilePropertiesUpgradesItem {\n /**\n * The Kubernetes version (major.minor.patch).\n */\n kubernetesVersion?: string;\n /**\n * Whether the Kubernetes version is currently in preview.\n */\n isPreview?: boolean;\n}\n\n/**\n * The list of available upgrades for an agent pool.\n */\nexport interface AgentPoolUpgradeProfile {\n /**\n * The ID of the agent pool upgrade profile.\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 agent pool upgrade profile.\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 agent pool upgrade profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The Kubernetes version (major.minor.patch).\n */\n kubernetesVersion: string;\n /**\n * Possible values include: 'Linux', 'Windows'. Default value: 'Linux'.\n */\n osType: OSType;\n /**\n * List of orchestrator types and versions available for upgrade.\n */\n upgrades?: AgentPoolUpgradeProfilePropertiesUpgradesItem[];\n /**\n * The latest AKS supported node image version.\n */\n latestNodeImageVersion?: string;\n}\n\n/**\n * An interface representing AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem.\n */\nexport interface AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem {\n /**\n * Whether this version is the default agent pool version.\n */\n default?: boolean;\n /**\n * The Kubernetes version (major.minor.patch).\n */\n kubernetesVersion?: string;\n /**\n * Whether Kubernetes version is currently in preview.\n */\n isPreview?: boolean;\n}\n\n/**\n * The list of available versions for an agent pool.\n */\nexport interface AgentPoolAvailableVersions {\n /**\n * The ID of the agent pool version list.\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 agent pool version list.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Type of the agent pool version list.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * List of versions available for agent pool.\n */\n agentPoolVersions?: AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem[];\n}\n\n/**\n * The credential result response.\n */\nexport interface CredentialResult {\n /**\n * The name of the credential.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Base64-encoded Kubernetes configuration file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly value?: Uint8Array;\n}\n\n/**\n * The list credential result response.\n */\nexport interface CredentialResults {\n /**\n * Base64-encoded Kubernetes configuration file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kubeconfigs?: CredentialResult[];\n}\n\n/**\n * Private endpoint which a connection belongs to.\n */\nexport interface PrivateEndpoint {\n /**\n * The resource ID of the private endpoint\n */\n id?: string;\n}\n\n/**\n * The state of a private link service connection.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * The private link service connection status. Possible values include: 'Pending', 'Approved',\n * 'Rejected', 'Disconnected'\n */\n status?: ConnectionStatus;\n /**\n * The private link service connection description.\n */\n description?: string;\n}\n\n/**\n * A private endpoint connection\n */\nexport interface PrivateEndpointConnection extends BaseResource {\n /**\n * The ID of the private endpoint connection.\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 private endpoint connection.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The current provisioning state. Possible values include: 'Succeeded', 'Creating', 'Deleting',\n * 'Failed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /**\n * The resource of private endpoint.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/**\n * A list of private endpoint connections\n */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * The collection value.\n */\n value?: PrivateEndpointConnection[];\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourcesListResult {\n /**\n * The collection value.\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * OS option property.\n */\nexport interface OSOptionProperty {\n /**\n * The OS type.\n */\n osType: string;\n /**\n * Whether the image is FIPS-enabled.\n */\n enableFipsImage: boolean;\n}\n\n/**\n * The OS option profile.\n */\nexport interface OSOptionProfile {\n /**\n * The ID of the OS option resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the OS option 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 OS option resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The list of OS options.\n */\n osOptionPropertyList: OSOptionProperty[];\n}\n\n/**\n * connect information from the AKS agent nodes to a single endpoint.\n */\nexport interface EndpointDetail {\n /**\n * An IP Address that Domain Name currently resolves to.\n */\n ipAddress?: string;\n /**\n * The port an endpoint is connected to.\n */\n port?: number;\n /**\n * The protocol used for connection\n */\n protocol?: string;\n /**\n * Description of the detail\n */\n description?: string;\n}\n\n/**\n * A domain name that AKS agent nodes are reaching at.\n */\nexport interface EndpointDependency {\n /**\n * The domain name of the dependency.\n */\n domainName?: string;\n /**\n * The Ports and Protocols used when connecting to domainName.\n */\n endpointDetails?: EndpointDetail[];\n}\n\n/**\n * Egress endpoints which AKS agent nodes connect to for common purpose.\n */\nexport interface OutboundEnvironmentEndpoint {\n /**\n * The category of endpoints accessed by the AKS agent node, e.g. azure-resource-management,\n * apiserver, etc.\n */\n category?: string;\n /**\n * The endpoints that AKS agent nodes connect to\n */\n endpoints?: EndpointDependency[];\n}\n\n/**\n * A node pool snapshot resource.\n */\nexport interface Snapshot extends Resource {\n /**\n * The system metadata relating to this snapshot.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * CreationData to be used to specify the source agent pool resource ID to create this snapshot.\n */\n creationData?: CreationData;\n /**\n * Possible values include: 'NodePool'. Default value: 'NodePool'.\n */\n snapshotType?: SnapshotType;\n /**\n * The version of Kubernetes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kubernetesVersion?: string;\n /**\n * The version of node image.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeImageVersion?: string;\n /**\n * Possible values include: 'Linux', 'Windows'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**.\n * Default value: 'Linux'.\n */\n readonly osType?: OSType;\n /**\n * Possible values include: 'Ubuntu', 'CBLMariner'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly osSku?: OSSKU;\n /**\n * The size of the VM.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmSize?: string;\n /**\n * Whether to use a FIPS-enabled OS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enableFIPS?: boolean;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagedClustersGetOSOptionsOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The resource type for which the OS options needs to be returned\n */\n resourceType?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagedClustersListClusterAdminCredentialsOptionalParams extends msRest.RequestOptionsBase {\n /**\n * server fqdn type for credentials to be returned\n */\n serverFqdn?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagedClustersListClusterUserCredentialsOptionalParams extends msRest.RequestOptionsBase {\n /**\n * server fqdn type for credentials to be returned\n */\n serverFqdn?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ManagedClustersListClusterMonitoringUserCredentialsOptionalParams extends msRest.RequestOptionsBase {\n /**\n * server fqdn type for credentials to be returned\n */\n serverFqdn?: string;\n}\n\n/**\n * An interface representing ContainerServiceClientOptions.\n */\nexport interface ContainerServiceClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for UpgradeNodeImageVersion operation.\n */\nexport interface AgentPoolsUpgradeNodeImageVersionHeaders {\n /**\n * URL to query for status of the operation.\n */\n azureAsyncOperation: string;\n}\n\n/**\n * @interface\n * The List Operation response.\n * @extends Array<OperationValue>\n */\nexport interface OperationListResult extends Array<OperationValue> {\n}\n\n/**\n * @interface\n * The response from the List Managed Clusters operation.\n * @extends Array<ManagedCluster>\n */\nexport interface ManagedClusterListResult extends Array<ManagedCluster> {\n /**\n * The URL to get the next set of managed cluster results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of OutboundEnvironmentEndpoint\n * @extends Array<OutboundEnvironmentEndpoint>\n */\nexport interface OutboundEnvironmentEndpointCollection extends Array<OutboundEnvironmentEndpoint> {\n /**\n * Link to next page of resources.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List maintenance configurations operation.\n * @extends Array<MaintenanceConfiguration>\n */\nexport interface MaintenanceConfigurationListResult extends Array<MaintenanceConfiguration> {\n /**\n * The URL to get the next set of maintenance configuration results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List Agent Pools operation.\n * @extends Array<AgentPool>\n */\nexport interface AgentPoolListResult extends Array<AgentPool> {\n /**\n * The URL to get the next set of agent pool results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response from the List Snapshots operation.\n * @extends Array<Snapshot>\n */\nexport interface SnapshotListResult extends Array<Snapshot> {\n /**\n * The URL to get the next set of snapshot results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for ContainerServiceStorageProfileTypes.\n * Possible values include: 'StorageAccount', 'ManagedDisks'\n * @readonly\n * @enum {string}\n */\nexport type ContainerServiceStorageProfileTypes = 'StorageAccount' | 'ManagedDisks';\n\n/**\n * Defines values for ContainerServiceVMSizeTypes.\n * Possible values include: 'Standard_A1', 'Standard_A10', 'Standard_A11', 'Standard_A1_v2',\n * 'Standard_A2', 'Standard_A2_v2', 'Standard_A2m_v2', 'Standard_A3', 'Standard_A4',\n * 'Standard_A4_v2', 'Standard_A4m_v2', 'Standard_A5', 'Standard_A6', 'Standard_A7', 'Standard_A8',\n * 'Standard_A8_v2', 'Standard_A8m_v2', 'Standard_A9', 'Standard_B2ms', 'Standard_B2s',\n * 'Standard_B4ms', 'Standard_B8ms', 'Standard_D1', 'Standard_D11', 'Standard_D11_v2',\n * 'Standard_D11_v2_Promo', 'Standard_D12', 'Standard_D12_v2', 'Standard_D12_v2_Promo',\n * 'Standard_D13', 'Standard_D13_v2', 'Standard_D13_v2_Promo', 'Standard_D14', 'Standard_D14_v2',\n * 'Standard_D14_v2_Promo', 'Standard_D15_v2', 'Standard_D16_v3', 'Standard_D16s_v3',\n * 'Standard_D1_v2', 'Standard_D2', 'Standard_D2_v2', 'Standard_D2_v2_Promo', 'Standard_D2_v3',\n * 'Standard_D2s_v3', 'Standard_D3', 'Standard_D32_v3', 'Standard_D32s_v3', 'Standard_D3_v2',\n * 'Standard_D3_v2_Promo', 'Standard_D4', 'Standard_D4_v2', 'Standard_D4_v2_Promo',\n * 'Standard_D4_v3', 'Standard_D4s_v3', 'Standard_D5_v2', 'Standard_D5_v2_Promo',\n * 'Standard_D64_v3', 'Standard_D64s_v3', 'Standard_D8_v3', 'Standard_D8s_v3', 'Standard_DS1',\n * 'Standard_DS11', 'Standard_DS11_v2', 'Standard_DS11_v2_Promo', 'Standard_DS12',\n * 'Standard_DS12_v2', 'Standard_DS12_v2_Promo', 'Standard_DS13', 'Standard_DS13-2_v2',\n * 'Standard_DS13-4_v2', 'Standard_DS13_v2', 'Standard_DS13_v2_Promo', 'Standard_DS14',\n * 'Standard_DS14-4_v2', 'Standard_DS14-8_v2', 'Standard_DS14_v2', 'Standard_DS14_v2_Promo',\n * 'Standard_DS15_v2', 'Standard_DS1_v2', 'Standard_DS2', 'Standard_DS2_v2',\n * 'Standard_DS2_v2_Promo', 'Standard_DS3', 'Standard_DS3_v2', 'Standard_DS3_v2_Promo',\n * 'Standard_DS4', 'Standard_DS4_v2', 'Standard_DS4_v2_Promo', 'Standard_DS5_v2',\n * 'Standard_DS5_v2_Promo', 'Standard_E16_v3', 'Standard_E16s_v3', 'Standard_E2_v3',\n * 'Standard_E2s_v3', 'Standard_E32-16s_v3', 'Standard_E32-8s_v3', 'Standard_E32_v3',\n * 'Standard_E32s_v3', 'Standard_E4_v3', 'Standard_E4s_v3', 'Standard_E64-16s_v3',\n * 'Standard_E64-32s_v3', 'Standard_E64_v3', 'Standard_E64s_v3', 'Standard_E8_v3',\n * 'Standard_E8s_v3', 'Standard_F1', 'Standard_F16', 'Standard_F16s', 'Standard_F16s_v2',\n * 'Standard_F1s', 'Standard_F2', 'Standard_F2s', 'Standard_F2s_v2', 'Standard_F32s_v2',\n * 'Standard_F4', 'Standard_F4s', 'Standard_F4s_v2', 'Standard_F64s_v2', 'Standard_F72s_v2',\n * 'Standard_F8', 'Standard_F8s', 'Standard_F8s_v2', 'Standard_G1', 'Standard_G2', 'Standard_G3',\n * 'Standard_G4', 'Standard_G5', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3', 'Standard_GS4',\n * 'Standard_GS4-4', 'Standard_GS4-8', 'Standard_GS5', 'Standard_GS5-16', 'Standard_GS5-8',\n * 'Standard_H16', 'Standard_H16m', 'Standard_H16mr', 'Standard_H16r', 'Standard_H8',\n * 'Standard_H8m', 'Standard_L16s', 'Standard_L32s', 'Standard_L4s', 'Standard_L8s',\n * 'Standard_M128-32ms', 'Standard_M128-64ms', 'Standard_M128ms', 'Standard_M128s',\n * 'Standard_M64-16ms', 'Standard_M64-32ms', 'Standard_M64ms', 'Standard_M64s', 'Standard_NC12',\n * 'Standard_NC12s_v2', 'Standard_NC12s_v3', 'Standard_NC24', 'Standard_NC24r',\n * 'Standard_NC24rs_v2', 'Standard_NC24rs_v3', 'Standard_NC24s_v2', 'Standard_NC24s_v3',\n * 'Standard_NC6', 'Standard_NC6s_v2', 'Standard_NC6s_v3', 'Standard_ND12s', 'Standard_ND24rs',\n * 'Standard_ND24s', 'Standard_ND6s', 'Standard_NV12', 'Standard_NV24', 'Standard_NV6'\n * @readonly\n * @enum {string}\n */\nexport type ContainerServiceVMSizeTypes = 'Standard_A1' | 'Standard_A10' | 'Standard_A11' | 'Standard_A1_v2' | 'Standard_A2' | 'Standard_A2_v2' | 'Standard_A2m_v2' | 'Standard_A3' | 'Standard_A4' | 'Standard_A4_v2' | 'Standard_A4m_v2' | 'Standard_A5' | 'Standard_A6' | 'Standard_A7' | 'Standard_A8' | 'Standard_A8_v2' | 'Standard_A8m_v2' | 'Standard_A9' | 'Standard_B2ms' | 'Standard_B2s' | 'Standard_B4ms' | 'Standard_B8ms' | 'Standard_D1' | 'Standard_D11' | 'Standard_D11_v2' | 'Standard_D11_v2_Promo' | 'Standard_D12' | 'Standard_D12_v2' | 'Standard_D12_v2_Promo' | 'Standard_D13' | 'Standard_D13_v2' | 'Standard_D13_v2_Promo' | 'Standard_D14' | 'Standard_D14_v2' | 'Standard_D14_v2_Promo' | 'Standard_D15_v2' | 'Standard_D16_v3' | 'Standard_D16s_v3' | 'Standard_D1_v2' | 'Standard_D2' | 'Standard_D2_v2' | 'Standard_D2_v2_Promo' | 'Standard_D2_v3' | 'Standard_D2s_v3' | 'Standard_D3' | 'Standard_D32_v3' | 'Standard_D32s_v3' | 'Standard_D3_v2' | 'Standard_D3_v2_Promo' | 'Standard_D4' | 'Standard_D4_v2' | 'Standard_D4_v2_Promo' | 'Standard_D4_v3' | 'Standard_D4s_v3' | 'Standard_D5_v2' | 'Standard_D5_v2_Promo' | 'Standard_D64_v3' | 'Standard_D64s_v3' | 'Standard_D8_v3' | 'Standard_D8s_v3' | 'Standard_DS1' | 'Standard_DS11' | 'Standard_DS11_v2' | 'Standard_DS11_v2_Promo' | 'Standard_DS12' | 'Standard_DS12_v2' | 'Standard_DS12_v2_Promo' | 'Standard_DS13' | 'Standard_DS13-2_v2' | 'Standard_DS13-4_v2' | 'Standard_DS13_v2' | 'Standard_DS13_v2_Promo' | 'Standard_DS14' | 'Standard_DS14-4_v2' | 'Standard_DS14-8_v2' | 'Standard_DS14_v2' | 'Standard_DS14_v2_Promo' | 'Standard_DS15_v2' | 'Standard_DS1_v2' | 'Standard_DS2' | 'Standard_DS2_v2' | 'Standard_DS2_v2_Promo' | 'Standard_DS3' | 'Standard_DS3_v2' | 'Standard_DS3_v2_Promo' | 'Standard_DS4' | 'Standard_DS4_v2' | 'Standard_DS4_v2_Promo' | 'Standard_DS5_v2' | 'Standard_DS5_v2_Promo' | 'Standard_E16_v3' | 'Standard_E16s_v3' | 'Standard_E2_v3' | 'Standard_E2s_v3' | 'Standard_E32-16s_v3' | 'Standard_E32-8s_v3' | 'Standard_E32_v3' | 'Standard_E32s_v3' | 'Standard_E4_v3' | 'Standard_E4s_v3' | 'Standard_E64-16s_v3' | 'Standard_E64-32s_v3' | 'Standard_E64_v3' | 'Standard_E64s_v3' | 'Standard_E8_v3' | 'Standard_E8s_v3' | 'Standard_F1' | 'Standard_F16' | 'Standard_F16s' | 'Standard_F16s_v2' | 'Standard_F1s' | 'Standard_F2' | 'Standard_F2s' | 'Standard_F2s_v2' | 'Standard_F32s_v2' | 'Standard_F4' | 'Standard_F4s' | 'Standard_F4s_v2' | 'Standard_F64s_v2' | 'Standard_F72s_v2' | 'Standard_F8' | 'Standard_F8s' | 'Standard_F8s_v2' | 'Standard_G1' | 'Standard_G2' | 'Standard_G3' | 'Standard_G4' | 'Standard_G5' | 'Standard_GS1' | 'Standard_GS2' | 'Standard_GS3' | 'Standard_GS4' | 'Standard_GS4-4' | 'Standard_GS4-8' | 'Standard_GS5' | 'Standard_GS5-16' | 'Standard_GS5-8' | 'Standard_H16' | 'Standard_H16m' | 'Standard_H16mr' | 'Standard_H16r' | 'Standard_H8' | 'Standard_H8m' | 'Standard_L16s' | 'Standard_L32s' | 'Standard_L4s' | 'Standard_L8s' | 'Standard_M128-32ms' | 'Standard_M128-64ms' | 'Standard_M128ms' | 'Standard_M128s' | 'Standard_M64-16ms' | 'Standard_M64-32ms' | 'Standard_M64ms' | 'Standard_M64s' | 'Standard_NC12' | 'Standard_NC12s_v2' | 'Standard_NC12s_v3' | 'Standard_NC24' | 'Standard_NC24r' | 'Standard_NC24rs_v2' | 'Standard_NC24rs_v3' | 'Standard_NC24s_v2' | 'Standard_NC24s_v3' | 'Standard_NC6' | 'Standard_NC6s_v2' | 'Standard_NC6s_v3' | 'Standard_ND12s' | 'Standard_ND24rs' | 'Standard_ND24s' | 'Standard_ND6s' | 'Standard_NV12' | 'Standard_NV24' | 'Standard_NV6';\n\n/**\n * Defines values for OSDiskType.\n * Possible values include: 'Managed', 'Ephemeral'\n * @readonly\n * @enum {string}\n */\nexport type OSDiskType = 'Managed' | 'Ephemeral';\n\n/**\n * Defines values for KubeletDiskType.\n * Possible values include: 'OS', 'Temporary'\n * @readonly\n * @enum {string}\n */\nexport type KubeletDiskType = 'OS' | 'Temporary';\n\n/**\n * Defines values for WorkloadRuntime.\n * Possible values include: 'OCIContainer', 'WasmWasi'\n * @readonly\n * @enum {string}\n */\nexport type WorkloadRuntime = 'OCIContainer' | 'WasmWasi';\n\n/**\n * Defines values for OSType.\n * Possible values include: 'Linux', 'Windows'\n * @readonly\n * @enum {string}\n */\nexport type OSType = 'Linux' | 'Windows';\n\n/**\n * Defines values for OSSKU.\n * Possible values include: 'Ubuntu', 'CBLMariner'\n * @readonly\n * @enum {string}\n */\nexport type OSSKU = 'Ubuntu' | 'CBLMariner';\n\n/**\n * Defines values for ScaleDownMode.\n * Possible values include: 'Delete', 'Deallocate'\n * @readonly\n * @enum {string}\n */\nexport type ScaleDownMode = 'Delete' | 'Deallocate';\n\n/**\n * Defines values for AgentPoolType.\n * Possible values include: 'VirtualMachineScaleSets', 'AvailabilitySet'\n * @readonly\n * @enum {string}\n */\nexport type AgentPoolType = 'VirtualMachineScaleSets' | 'AvailabilitySet';\n\n/**\n * Defines values for AgentPoolMode.\n * Possible values include: 'System', 'User'\n * @readonly\n * @enum {string}\n */\nexport type AgentPoolMode = 'System' | 'User';\n\n/**\n * Defines values for Code.\n * Possible values include: 'Running', 'Stopped'\n * @readonly\n * @enum {string}\n */\nexport type Code = 'Running' | 'Stopped';\n\n/**\n * Defines values for ScaleSetPriority.\n * Possible values include: 'Spot', 'Regular'\n * @readonly\n * @enum {string}\n */\nexport type ScaleSetPriority = 'Spot' | 'Regular';\n\n/**\n * Defines values for ScaleSetEvictionPolicy.\n * Possible values include: 'Delete', 'Deallocate'\n * @readonly\n * @enum {string}\n */\nexport type ScaleSetEvictionPolicy = 'Delete' | 'Deallocate';\n\n/**\n * Defines values for GPUInstanceProfile.\n * Possible values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g'\n * @readonly\n * @enum {string}\n */\nexport type GPUInstanceProfile = 'MIG1g' | 'MIG2g' | 'MIG3g' | 'MIG4g' | 'MIG7g';\n\n/**\n * Defines values for LicenseType.\n * Possible values include: 'None', 'Windows_Server'\n * @readonly\n * @enum {string}\n */\nexport type LicenseType = 'None' | 'Windows_Server';\n\n/**\n * Defines values for NetworkPlugin.\n * Possible values include: 'azure', 'kubenet'\n * @readonly\n * @enum {string}\n */\nexport type NetworkPlugin = 'azure' | 'kubenet';\n\n/**\n * Defines values for NetworkPolicy.\n * Possible values include: 'calico', 'azure'\n * @readonly\n * @enum {string}\n */\nexport type NetworkPolicy = 'calico' | 'azure';\n\n/**\n * Defines values for NetworkMode.\n * Possible values include: 'transparent', 'bridge'\n * @readonly\n * @enum {string}\n */\nexport type NetworkMode = 'transparent' | 'bridge';\n\n/**\n * Defines values for OutboundType.\n * Possible values include: 'loadBalancer', 'userDefinedRouting', 'managedNATGateway',\n * 'userAssignedNATGateway'\n * @readonly\n * @enum {string}\n */\nexport type OutboundType = 'loadBalancer' | 'userDefinedRouting' | 'managedNATGateway' | 'userAssignedNATGateway';\n\n/**\n * Defines values for LoadBalancerSku.\n * Possible values include: 'standard', 'basic'\n * @readonly\n * @enum {string}\n */\nexport type LoadBalancerSku = 'standard' | 'basic';\n\n/**\n * Defines values for IpFamily.\n * Possible values include: 'IPv4', 'IPv6'\n * @readonly\n * @enum {string}\n */\nexport type IpFamily = 'IPv4' | 'IPv6';\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';\n\n/**\n * Defines values for WeekDay.\n * Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',\n * 'Saturday'\n * @readonly\n * @enum {string}\n */\nexport type WeekDay = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday';\n\n/**\n * Defines values for ManagedClusterSKUName.\n * Possible values include: 'Basic'\n * @readonly\n * @enum {string}\n */\nexport type ManagedClusterSKUName = 'Basic';\n\n/**\n * Defines values for ManagedClusterSKUTier.\n * Possible values include: 'Paid', 'Free'\n * @readonly\n * @enum {string}\n */\nexport type ManagedClusterSKUTier = 'Paid' | 'Free';\n\n/**\n * Defines values for ExtendedLocationTypes.\n * Possible values include: 'EdgeZone'\n * @readonly\n * @enum {string}\n */\nexport type ExtendedLocationTypes = 'EdgeZone';\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'SystemAssigned', 'UserAssigned', 'None'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'None';\n\n/**\n * Defines values for ManagedClusterPodIdentityProvisioningState.\n * Possible values include: 'Assigned', 'Updating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type ManagedClusterPodIdentityProvisioningState = 'Assigned' | 'Updating' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for UpgradeChannel.\n * Possible values include: 'rapid', 'stable', 'patch', 'node-image', 'none'\n * @readonly\n * @enum {string}\n */\nexport type UpgradeChannel = 'rapid' | 'stable' | 'patch' | 'node-image' | 'none';\n\n/**\n * Defines values for Expander.\n * Possible values include: 'least-waste', 'most-pods', 'priority', 'random'\n * @readonly\n * @enum {string}\n */\nexport type Expander = 'least-waste' | 'most-pods' | 'priority' | 'random';\n\n/**\n * Defines values for PublicNetworkAccess.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccess = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState = 'Succeeded' | 'Creating' | 'Deleting' | 'Failed';\n\n/**\n * Defines values for ConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type ConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for SnapshotType.\n * Possible values include: 'NodePool'\n * @readonly\n * @enum {string}\n */\nexport type SnapshotType = 'NodePool';\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 getOSOptions operation.\n */\nexport type ManagedClustersGetOSOptionsResponse = OSOptionProfile & {\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: OSOptionProfile;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ManagedClustersListResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ManagedClustersListByResourceGroupResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the getUpgradeProfile operation.\n */\nexport type ManagedClustersGetUpgradeProfileResponse = ManagedClusterUpgradeProfile & {\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: ManagedClusterUpgradeProfile;\n };\n};\n\n/**\n * Contains response data for the getAccessProfile operation.\n */\nexport type ManagedClustersGetAccessProfileResponse = ManagedClusterAccessProfile & {\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: ManagedClusterAccessProfile;\n };\n};\n\n/**\n * Contains response data for the listClusterAdminCredentials operation.\n */\nexport type ManagedClustersListClusterAdminCredentialsResponse = CredentialResults & {\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: CredentialResults;\n };\n};\n\n/**\n * Contains response data for the listClusterUserCredentials operation.\n */\nexport type ManagedClustersListClusterUserCredentialsResponse = CredentialResults & {\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: CredentialResults;\n };\n};\n\n/**\n * Contains response data for the listClusterMonitoringUserCredentials operation.\n */\nexport type ManagedClustersListClusterMonitoringUserCredentialsResponse = CredentialResults & {\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: CredentialResults;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ManagedClustersGetResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ManagedClustersCreateOrUpdateResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the updateTags operation.\n */\nexport type ManagedClustersUpdateTagsResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the runCommand operation.\n */\nexport type ManagedClustersRunCommandResponse = RunCommandResult & {\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: RunCommandResult;\n };\n};\n\n/**\n * Contains response data for the getCommandResult operation.\n */\nexport type ManagedClustersGetCommandResultResponse = RunCommandResult & {\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: RunCommandResult;\n };\n};\n\n/**\n * Contains response data for the listOutboundNetworkDependenciesEndpoints operation.\n */\nexport type ManagedClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection & {\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: OutboundEnvironmentEndpointCollection;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ManagedClustersBeginCreateOrUpdateResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the beginUpdateTags operation.\n */\nexport type ManagedClustersBeginUpdateTagsResponse = ManagedCluster & {\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: ManagedCluster;\n };\n};\n\n/**\n * Contains response data for the beginRunCommand operation.\n */\nexport type ManagedClustersBeginRunCommandResponse = RunCommandResult & {\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: RunCommandResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ManagedClustersListNextResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ManagedClustersListByResourceGroupNextResponse = ManagedClusterListResult & {\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: ManagedClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation.\n */\nexport type ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection & {\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: OutboundEnvironmentEndpointCollection;\n };\n};\n\n/**\n * Contains response data for the listByManagedCluster operation.\n */\nexport type MaintenanceConfigurationsListByManagedClusterResponse = MaintenanceConfigurationListResult & {\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: MaintenanceConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type MaintenanceConfigurationsGetResponse = MaintenanceConfiguration & {\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: MaintenanceConfiguration;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type MaintenanceConfigurationsCreateOrUpdateResponse = MaintenanceConfiguration & {\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: MaintenanceConfiguration;\n };\n};\n\n/**\n * Contains response data for the listByManagedClusterNext operation.\n */\nexport type MaintenanceConfigurationsListByManagedClusterNextResponse = MaintenanceConfigurationListResult & {\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: MaintenanceConfigurationListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AgentPoolsListResponse = AgentPoolListResult & {\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: AgentPoolListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AgentPoolsGetResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type AgentPoolsCreateOrUpdateResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the getUpgradeProfile operation.\n */\nexport type AgentPoolsGetUpgradeProfileResponse = AgentPoolUpgradeProfile & {\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: AgentPoolUpgradeProfile;\n };\n};\n\n/**\n * Contains response data for the getAvailableAgentPoolVersions operation.\n */\nexport type AgentPoolsGetAvailableAgentPoolVersionsResponse = AgentPoolAvailableVersions & {\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: AgentPoolAvailableVersions;\n };\n};\n\n/**\n * Contains response data for the upgradeNodeImageVersion operation.\n */\nexport type AgentPoolsUpgradeNodeImageVersionResponse = AgentPool & AgentPoolsUpgradeNodeImageVersionHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: AgentPoolsUpgradeNodeImageVersionHeaders;\n\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type AgentPoolsBeginCreateOrUpdateResponse = AgentPool & {\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: AgentPool;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AgentPoolsListNextResponse = AgentPoolListResult & {\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: AgentPoolListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateLinkResourcesListResponse = PrivateLinkResourcesListResult & {\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: PrivateLinkResourcesListResult;\n };\n};\n\n/**\n * Contains response data for the pOST operation.\n */\nexport type ResolvePrivateLinkServiceIdPOSTResponse = PrivateLinkResource & {\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: PrivateLinkResource;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SnapshotsListResponse = SnapshotListResult & {\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: SnapshotListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type SnapshotsListByResourceGroupResponse = SnapshotListResult & {\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: SnapshotListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SnapshotsGetResponse = Snapshot & {\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: Snapshot;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SnapshotsCreateOrUpdateResponse = Snapshot & {\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: Snapshot;\n };\n};\n\n/**\n * Contains response data for the updateTags operation.\n */\nexport type SnapshotsUpdateTagsResponse = Snapshot & {\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: Snapshot;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type SnapshotsListNextResponse = SnapshotListResult & {\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: SnapshotListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type SnapshotsListByResourceGroupNextResponse = SnapshotListResult & {\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: SnapshotListResult;\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 OperationValue: msRest.CompositeMapper = {\n serializedName: \"OperationValue\",\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n modelProperties: {\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"display.operation\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"display.resource\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"display.description\",\n type: {\n name: \"String\"\n }\n },\n provider: {\n readOnly: true,\n serializedName: \"display.provider\",\n type: {\n name: \"String\"\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 location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SubResource: msRest.CompositeMapper = {\n serializedName: \"SubResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\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 TagsObject: msRest.CompositeMapper = {\n serializedName: \"TagsObject\",\n type: {\n name: \"Composite\",\n className: \"TagsObject\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterServicePrincipalProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterServicePrincipalProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\",\n modelProperties: {\n clientId: {\n required: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceMasterProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceMasterProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceMasterProfile\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n defaultValue: 1,\n type: {\n name: \"Number\"\n }\n },\n dnsPrefix: {\n required: true,\n serializedName: \"dnsPrefix\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n required: true,\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n osDiskSizeGB: {\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\"\n }\n },\n firstConsecutiveStaticIP: {\n serializedName: \"firstConsecutiveStaticIP\",\n defaultValue: '10.240.255.5',\n type: {\n name: \"String\"\n }\n },\n storageProfile: {\n serializedName: \"storageProfile\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n readOnly: true,\n serializedName: \"fqdn\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolUpgradeSettings: msRest.CompositeMapper = {\n serializedName: \"AgentPoolUpgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\",\n modelProperties: {\n maxSurge: {\n serializedName: \"maxSurge\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PowerState: msRest.CompositeMapper = {\n serializedName: \"PowerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KubeletConfig: msRest.CompositeMapper = {\n serializedName: \"KubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\",\n modelProperties: {\n cpuManagerPolicy: {\n serializedName: \"cpuManagerPolicy\",\n type: {\n name: \"String\"\n }\n },\n cpuCfsQuota: {\n serializedName: \"cpuCfsQuota\",\n type: {\n name: \"Boolean\"\n }\n },\n cpuCfsQuotaPeriod: {\n serializedName: \"cpuCfsQuotaPeriod\",\n type: {\n name: \"String\"\n }\n },\n imageGcHighThreshold: {\n serializedName: \"imageGcHighThreshold\",\n type: {\n name: \"Number\"\n }\n },\n imageGcLowThreshold: {\n serializedName: \"imageGcLowThreshold\",\n type: {\n name: \"Number\"\n }\n },\n topologyManagerPolicy: {\n serializedName: \"topologyManagerPolicy\",\n type: {\n name: \"String\"\n }\n },\n allowedUnsafeSysctls: {\n serializedName: \"allowedUnsafeSysctls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n failSwapOn: {\n serializedName: \"failSwapOn\",\n type: {\n name: \"Boolean\"\n }\n },\n containerLogMaxSizeMB: {\n serializedName: \"containerLogMaxSizeMB\",\n type: {\n name: \"Number\"\n }\n },\n containerLogMaxFiles: {\n serializedName: \"containerLogMaxFiles\",\n constraints: {\n InclusiveMinimum: 2\n },\n type: {\n name: \"Number\"\n }\n },\n podMaxPids: {\n serializedName: \"podMaxPids\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SysctlConfig: msRest.CompositeMapper = {\n serializedName: \"SysctlConfig\",\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\",\n modelProperties: {\n netCoreSomaxconn: {\n serializedName: \"netCoreSomaxconn\",\n type: {\n name: \"Number\"\n }\n },\n netCoreNetdevMaxBacklog: {\n serializedName: \"netCoreNetdevMaxBacklog\",\n type: {\n name: \"Number\"\n }\n },\n netCoreRmemDefault: {\n serializedName: \"netCoreRmemDefault\",\n type: {\n name: \"Number\"\n }\n },\n netCoreRmemMax: {\n serializedName: \"netCoreRmemMax\",\n type: {\n name: \"Number\"\n }\n },\n netCoreWmemDefault: {\n serializedName: \"netCoreWmemDefault\",\n type: {\n name: \"Number\"\n }\n },\n netCoreWmemMax: {\n serializedName: \"netCoreWmemMax\",\n type: {\n name: \"Number\"\n }\n },\n netCoreOptmemMax: {\n serializedName: \"netCoreOptmemMax\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpMaxSynBacklog: {\n serializedName: \"netIpv4TcpMaxSynBacklog\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpMaxTwBuckets: {\n serializedName: \"netIpv4TcpMaxTwBuckets\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpFinTimeout: {\n serializedName: \"netIpv4TcpFinTimeout\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpKeepaliveTime: {\n serializedName: \"netIpv4TcpKeepaliveTime\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpKeepaliveProbes: {\n serializedName: \"netIpv4TcpKeepaliveProbes\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpkeepaliveIntvl: {\n serializedName: \"netIpv4TcpkeepaliveIntvl\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4TcpTwReuse: {\n serializedName: \"netIpv4TcpTwReuse\",\n type: {\n name: \"Boolean\"\n }\n },\n netIpv4IpLocalPortRange: {\n serializedName: \"netIpv4IpLocalPortRange\",\n type: {\n name: \"String\"\n }\n },\n netIpv4NeighDefaultGcThresh1: {\n serializedName: \"netIpv4NeighDefaultGcThresh1\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4NeighDefaultGcThresh2: {\n serializedName: \"netIpv4NeighDefaultGcThresh2\",\n type: {\n name: \"Number\"\n }\n },\n netIpv4NeighDefaultGcThresh3: {\n serializedName: \"netIpv4NeighDefaultGcThresh3\",\n type: {\n name: \"Number\"\n }\n },\n netNetfilterNfConntrackMax: {\n serializedName: \"netNetfilterNfConntrackMax\",\n type: {\n name: \"Number\"\n }\n },\n netNetfilterNfConntrackBuckets: {\n serializedName: \"netNetfilterNfConntrackBuckets\",\n type: {\n name: \"Number\"\n }\n },\n fsInotifyMaxUserWatches: {\n serializedName: \"fsInotifyMaxUserWatches\",\n type: {\n name: \"Number\"\n }\n },\n fsFileMax: {\n serializedName: \"fsFileMax\",\n type: {\n name: \"Number\"\n }\n },\n fsAioMaxNr: {\n serializedName: \"fsAioMaxNr\",\n type: {\n name: \"Number\"\n }\n },\n fsNrOpen: {\n serializedName: \"fsNrOpen\",\n type: {\n name: \"Number\"\n }\n },\n kernelThreadsMax: {\n serializedName: \"kernelThreadsMax\",\n type: {\n name: \"Number\"\n }\n },\n vmMaxMapCount: {\n serializedName: \"vmMaxMapCount\",\n type: {\n name: \"Number\"\n }\n },\n vmSwappiness: {\n serializedName: \"vmSwappiness\",\n type: {\n name: \"Number\"\n }\n },\n vmVfsCachePressure: {\n serializedName: \"vmVfsCachePressure\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const LinuxOSConfig: msRest.CompositeMapper = {\n serializedName: \"LinuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\",\n modelProperties: {\n sysctls: {\n serializedName: \"sysctls\",\n type: {\n name: \"Composite\",\n className: \"SysctlConfig\"\n }\n },\n transparentHugePageEnabled: {\n serializedName: \"transparentHugePageEnabled\",\n type: {\n name: \"String\"\n }\n },\n transparentHugePageDefrag: {\n serializedName: \"transparentHugePageDefrag\",\n type: {\n name: \"String\"\n }\n },\n swapFileSizeMB: {\n serializedName: \"swapFileSizeMB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CreationData: msRest.CompositeMapper = {\n serializedName: \"CreationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\",\n modelProperties: {\n sourceResourceId: {\n serializedName: \"sourceResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAgentPoolProfileProperties\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfileProperties\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n osDiskSizeGB: {\n serializedName: \"osDiskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n osDiskType: {\n serializedName: \"osDiskType\",\n type: {\n name: \"String\"\n }\n },\n kubeletDiskType: {\n serializedName: \"kubeletDiskType\",\n type: {\n name: \"String\"\n }\n },\n workloadRuntime: {\n serializedName: \"workloadRuntime\",\n type: {\n name: \"String\"\n }\n },\n vnetSubnetID: {\n serializedName: \"vnetSubnetID\",\n type: {\n name: \"String\"\n }\n },\n podSubnetID: {\n serializedName: \"podSubnetID\",\n type: {\n name: \"String\"\n }\n },\n maxPods: {\n serializedName: \"maxPods\",\n type: {\n name: \"Number\"\n }\n },\n osType: {\n serializedName: \"osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n osSKU: {\n serializedName: \"osSKU\",\n type: {\n name: \"String\"\n }\n },\n maxCount: {\n serializedName: \"maxCount\",\n type: {\n name: \"Number\"\n }\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\"\n }\n },\n enableAutoScaling: {\n serializedName: \"enableAutoScaling\",\n type: {\n name: \"Boolean\"\n }\n },\n scaleDownMode: {\n serializedName: \"scaleDownMode\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\"\n }\n },\n orchestratorVersion: {\n serializedName: \"orchestratorVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeImageVersion: {\n readOnly: true,\n serializedName: \"nodeImageVersion\",\n type: {\n name: \"String\"\n }\n },\n upgradeSettings: {\n serializedName: \"upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n serializedName: \"powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\"\n }\n },\n availabilityZones: {\n serializedName: \"availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enableNodePublicIP: {\n serializedName: \"enableNodePublicIP\",\n type: {\n name: \"Boolean\"\n }\n },\n nodePublicIPPrefixID: {\n serializedName: \"nodePublicIPPrefixID\",\n type: {\n name: \"String\"\n }\n },\n scaleSetPriority: {\n serializedName: \"scaleSetPriority\",\n defaultValue: 'Regular',\n type: {\n name: \"String\"\n }\n },\n scaleSetEvictionPolicy: {\n serializedName: \"scaleSetEvictionPolicy\",\n defaultValue: 'Delete',\n type: {\n name: \"String\"\n }\n },\n spotMaxPrice: {\n serializedName: \"spotMaxPrice\",\n type: {\n name: \"Number\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeLabels: {\n serializedName: \"nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeTaints: {\n serializedName: \"nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n proximityPlacementGroupID: {\n serializedName: \"proximityPlacementGroupID\",\n type: {\n name: \"String\"\n }\n },\n kubeletConfig: {\n serializedName: \"kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\"\n }\n },\n linuxOSConfig: {\n serializedName: \"linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\"\n }\n },\n enableEncryptionAtHost: {\n serializedName: \"enableEncryptionAtHost\",\n type: {\n name: \"Boolean\"\n }\n },\n enableUltraSSD: {\n serializedName: \"enableUltraSSD\",\n type: {\n name: \"Boolean\"\n }\n },\n enableFIPS: {\n serializedName: \"enableFIPS\",\n type: {\n name: \"Boolean\"\n }\n },\n gpuInstanceProfile: {\n serializedName: \"gpuInstanceProfile\",\n type: {\n name: \"String\"\n }\n },\n creationData: {\n serializedName: \"creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAgentPoolProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAgentPoolProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\",\n modelProperties: {\n ...ManagedClusterAgentPoolProfileProperties.type.modelProperties,\n name: {\n required: true,\n serializedName: \"name\",\n constraints: {\n Pattern: /^[a-z][a-z0-9]{0,11}$/\n },\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPool: msRest.CompositeMapper = {\n serializedName: \"AgentPool\",\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\"\n }\n },\n vmSize: {\n serializedName: \"properties.vmSize\",\n type: {\n name: \"String\"\n }\n },\n osDiskSizeGB: {\n serializedName: \"properties.osDiskSizeGB\",\n type: {\n name: \"Number\"\n }\n },\n osDiskType: {\n serializedName: \"properties.osDiskType\",\n type: {\n name: \"String\"\n }\n },\n kubeletDiskType: {\n serializedName: \"properties.kubeletDiskType\",\n type: {\n name: \"String\"\n }\n },\n workloadRuntime: {\n serializedName: \"properties.workloadRuntime\",\n type: {\n name: \"String\"\n }\n },\n vnetSubnetID: {\n serializedName: \"properties.vnetSubnetID\",\n type: {\n name: \"String\"\n }\n },\n podSubnetID: {\n serializedName: \"properties.podSubnetID\",\n type: {\n name: \"String\"\n }\n },\n maxPods: {\n serializedName: \"properties.maxPods\",\n type: {\n name: \"Number\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n osSKU: {\n serializedName: \"properties.osSKU\",\n type: {\n name: \"String\"\n }\n },\n maxCount: {\n serializedName: \"properties.maxCount\",\n type: {\n name: \"Number\"\n }\n },\n minCount: {\n serializedName: \"properties.minCount\",\n type: {\n name: \"Number\"\n }\n },\n enableAutoScaling: {\n serializedName: \"properties.enableAutoScaling\",\n type: {\n name: \"Boolean\"\n }\n },\n scaleDownMode: {\n serializedName: \"properties.scaleDownMode\",\n type: {\n name: \"String\"\n }\n },\n agentPoolType: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\"\n }\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\"\n }\n },\n orchestratorVersion: {\n serializedName: \"properties.orchestratorVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeImageVersion: {\n readOnly: true,\n serializedName: \"properties.nodeImageVersion\",\n type: {\n name: \"String\"\n }\n },\n upgradeSettings: {\n serializedName: \"properties.upgradeSettings\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeSettings\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\"\n }\n },\n availabilityZones: {\n serializedName: \"properties.availabilityZones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enableNodePublicIP: {\n serializedName: \"properties.enableNodePublicIP\",\n type: {\n name: \"Boolean\"\n }\n },\n nodePublicIPPrefixID: {\n serializedName: \"properties.nodePublicIPPrefixID\",\n type: {\n name: \"String\"\n }\n },\n scaleSetPriority: {\n serializedName: \"properties.scaleSetPriority\",\n defaultValue: 'Regular',\n type: {\n name: \"String\"\n }\n },\n scaleSetEvictionPolicy: {\n serializedName: \"properties.scaleSetEvictionPolicy\",\n defaultValue: 'Delete',\n type: {\n name: \"String\"\n }\n },\n spotMaxPrice: {\n serializedName: \"properties.spotMaxPrice\",\n type: {\n name: \"Number\"\n }\n },\n tags: {\n serializedName: \"properties.tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeLabels: {\n serializedName: \"properties.nodeLabels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeTaints: {\n serializedName: \"properties.nodeTaints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n proximityPlacementGroupID: {\n serializedName: \"properties.proximityPlacementGroupID\",\n type: {\n name: \"String\"\n }\n },\n kubeletConfig: {\n serializedName: \"properties.kubeletConfig\",\n type: {\n name: \"Composite\",\n className: \"KubeletConfig\"\n }\n },\n linuxOSConfig: {\n serializedName: \"properties.linuxOSConfig\",\n type: {\n name: \"Composite\",\n className: \"LinuxOSConfig\"\n }\n },\n enableEncryptionAtHost: {\n serializedName: \"properties.enableEncryptionAtHost\",\n type: {\n name: \"Boolean\"\n }\n },\n enableUltraSSD: {\n serializedName: \"properties.enableUltraSSD\",\n type: {\n name: \"Boolean\"\n }\n },\n enableFIPS: {\n serializedName: \"properties.enableFIPS\",\n type: {\n name: \"Boolean\"\n }\n },\n gpuInstanceProfile: {\n serializedName: \"properties.gpuInstanceProfile\",\n type: {\n name: \"String\"\n }\n },\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\"\n }\n }\n }\n }\n};\n\nexport const WindowsGmsaProfile: msRest.CompositeMapper = {\n serializedName: \"WindowsGmsaProfile\",\n type: {\n name: \"Composite\",\n className: \"WindowsGmsaProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n dnsServer: {\n serializedName: \"dnsServer\",\n type: {\n name: \"String\"\n }\n },\n rootDomainName: {\n serializedName: \"rootDomainName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterWindowsProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterWindowsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\",\n modelProperties: {\n adminUsername: {\n required: true,\n serializedName: \"adminUsername\",\n type: {\n name: \"String\"\n }\n },\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\"\n }\n },\n licenseType: {\n serializedName: \"licenseType\",\n type: {\n name: \"String\"\n }\n },\n enableCSIProxy: {\n serializedName: \"enableCSIProxy\",\n type: {\n name: \"Boolean\"\n }\n },\n gmsaProfile: {\n serializedName: \"gmsaProfile\",\n type: {\n name: \"Composite\",\n className: \"WindowsGmsaProfile\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceSshPublicKey: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceSshPublicKey\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\",\n modelProperties: {\n keyData: {\n required: true,\n serializedName: \"keyData\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceSshConfiguration: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceSshConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\",\n modelProperties: {\n publicKeys: {\n required: true,\n serializedName: \"publicKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshPublicKey\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ContainerServiceLinuxProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceLinuxProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\",\n modelProperties: {\n adminUsername: {\n required: true,\n serializedName: \"adminUsername\",\n constraints: {\n Pattern: /^[A-Za-z][-A-Za-z0-9_]*$/\n },\n type: {\n name: \"String\"\n }\n },\n ssh: {\n required: true,\n serializedName: \"ssh\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceSshConfiguration\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfileManagedOutboundIPs: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile_managedOutboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n },\n countIPv6: {\n serializedName: \"countIPv6\",\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ResourceReference: msRest.CompositeMapper = {\n serializedName: \"ResourceReference\",\n type: {\n name: \"Composite\",\n className: \"ResourceReference\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPPrefixes: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile_outboundIPPrefixes\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\",\n modelProperties: {\n publicIPPrefixes: {\n serializedName: \"publicIPPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfileOutboundIPs: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile_outboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\",\n modelProperties: {\n publicIPs: {\n serializedName: \"publicIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterLoadBalancerProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterLoadBalancerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\",\n modelProperties: {\n managedOutboundIPs: {\n serializedName: \"managedOutboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileManagedOutboundIPs\"\n }\n },\n outboundIPPrefixes: {\n serializedName: \"outboundIPPrefixes\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPPrefixes\"\n }\n },\n outboundIPs: {\n serializedName: \"outboundIPs\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfileOutboundIPs\"\n }\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n },\n allocatedOutboundPorts: {\n serializedName: \"allocatedOutboundPorts\",\n defaultValue: 0,\n constraints: {\n InclusiveMaximum: 64000,\n InclusiveMinimum: 0\n },\n type: {\n name: \"Number\"\n }\n },\n idleTimeoutInMinutes: {\n serializedName: \"idleTimeoutInMinutes\",\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4\n },\n type: {\n name: \"Number\"\n }\n },\n enableMultipleStandardLoadBalancers: {\n serializedName: \"enableMultipleStandardLoadBalancers\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterManagedOutboundIPProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterManagedOutboundIPProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterManagedOutboundIPProfile\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 16,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterNATGatewayProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterNATGatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNATGatewayProfile\",\n modelProperties: {\n managedOutboundIPProfile: {\n serializedName: \"managedOutboundIPProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterManagedOutboundIPProfile\"\n }\n },\n effectiveOutboundIPs: {\n serializedName: \"effectiveOutboundIPs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceReference\"\n }\n }\n }\n },\n idleTimeoutInMinutes: {\n serializedName: \"idleTimeoutInMinutes\",\n defaultValue: 4,\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 4\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceNetworkProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceNetworkProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\",\n modelProperties: {\n networkPlugin: {\n serializedName: \"networkPlugin\",\n defaultValue: 'kubenet',\n type: {\n name: \"String\"\n }\n },\n networkPolicy: {\n serializedName: \"networkPolicy\",\n type: {\n name: \"String\"\n }\n },\n networkMode: {\n serializedName: \"networkMode\",\n type: {\n name: \"String\"\n }\n },\n podCidr: {\n serializedName: \"podCidr\",\n defaultValue: '10.244.0.0/16',\n constraints: {\n Pattern: /^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$/\n },\n type: {\n name: \"String\"\n }\n },\n serviceCidr: {\n serializedName: \"serviceCidr\",\n defaultValue: '10.0.0.0/16',\n constraints: {\n Pattern: /^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$/\n },\n type: {\n name: \"String\"\n }\n },\n dnsServiceIP: {\n serializedName: \"dnsServiceIP\",\n defaultValue: '10.0.0.10',\n constraints: {\n Pattern: /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/\n },\n type: {\n name: \"String\"\n }\n },\n dockerBridgeCidr: {\n serializedName: \"dockerBridgeCidr\",\n defaultValue: '172.17.0.1/16',\n constraints: {\n Pattern: /^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$/\n },\n type: {\n name: \"String\"\n }\n },\n outboundType: {\n serializedName: \"outboundType\",\n defaultValue: 'loadBalancer',\n type: {\n name: \"String\"\n }\n },\n loadBalancerSku: {\n serializedName: \"loadBalancerSku\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerProfile: {\n serializedName: \"loadBalancerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterLoadBalancerProfile\"\n }\n },\n natGatewayProfile: {\n serializedName: \"natGatewayProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterNATGatewayProfile\"\n }\n },\n podCidrs: {\n serializedName: \"podCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n serviceCidrs: {\n serializedName: \"serviceCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n ipFamilies: {\n serializedName: \"ipFamilies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"SystemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const TimeInWeek: msRest.CompositeMapper = {\n serializedName: \"TimeInWeek\",\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\",\n modelProperties: {\n day: {\n serializedName: \"day\",\n type: {\n name: \"String\"\n }\n },\n hourSlots: {\n serializedName: \"hourSlots\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimeSpan: msRest.CompositeMapper = {\n serializedName: \"TimeSpan\",\n type: {\n name: \"Composite\",\n className: \"TimeSpan\",\n modelProperties: {\n start: {\n serializedName: \"start\",\n type: {\n name: \"DateTime\"\n }\n },\n end: {\n serializedName: \"end\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const MaintenanceConfiguration: msRest.CompositeMapper = {\n serializedName: \"MaintenanceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n timeInWeek: {\n serializedName: \"properties.timeInWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeInWeek\"\n }\n }\n }\n },\n notAllowedTime: {\n serializedName: \"properties.notAllowedTime\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSpan\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const RunCommandRequest: msRest.CompositeMapper = {\n serializedName: \"RunCommandRequest\",\n type: {\n name: \"Composite\",\n className: \"RunCommandRequest\",\n modelProperties: {\n command: {\n required: true,\n serializedName: \"command\",\n type: {\n name: \"String\"\n }\n },\n context: {\n serializedName: \"context\",\n type: {\n name: \"String\"\n }\n },\n clusterToken: {\n serializedName: \"clusterToken\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RunCommandResult: msRest.CompositeMapper = {\n serializedName: \"RunCommandResult\",\n type: {\n name: \"Composite\",\n className: \"RunCommandResult\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n exitCode: {\n readOnly: true,\n serializedName: \"properties.exitCode\",\n type: {\n name: \"Number\"\n }\n },\n startedAt: {\n readOnly: true,\n serializedName: \"properties.startedAt\",\n type: {\n name: \"DateTime\"\n }\n },\n finishedAt: {\n readOnly: true,\n serializedName: \"properties.finishedAt\",\n type: {\n name: \"DateTime\"\n }\n },\n logs: {\n readOnly: true,\n serializedName: \"properties.logs\",\n type: {\n name: \"String\"\n }\n },\n reason: {\n readOnly: true,\n serializedName: \"properties.reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceVMDiagnostics: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceVMDiagnostics\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceVMDiagnostics\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n storageUri: {\n readOnly: true,\n serializedName: \"storageUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceDiagnosticsProfile: msRest.CompositeMapper = {\n serializedName: \"ContainerServiceDiagnosticsProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceDiagnosticsProfile\",\n modelProperties: {\n vmDiagnostics: {\n required: true,\n serializedName: \"vmDiagnostics\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceVMDiagnostics\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterSKU: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterSKU\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExtendedLocation: msRest.CompositeMapper = {\n serializedName: \"ExtendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\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 }\n }\n};\n\nexport const ManagedClusterIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterIdentity_userAssignedIdentitiesValue\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentityUserAssignedIdentitiesValue\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterIdentity: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"None\"\n ]\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentityUserAssignedIdentitiesValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAddonProfileIdentity: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAddonProfile_identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\",\n modelProperties: {\n ...UserAssignedIdentity.type.modelProperties\n }\n }\n};\n\nexport const ManagedClusterAddonProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAddonProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\",\n modelProperties: {\n enabled: {\n required: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n config: {\n serializedName: \"config\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n identity: {\n readOnly: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfileIdentity\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityProvisioningErrorBody: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityProvisioningError: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentityProvisioningError\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningErrorBody\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityProvisioningInfo: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentity_provisioningInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningError\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentity: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n required: true,\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n bindingSelector: {\n serializedName: \"bindingSelector\",\n type: {\n name: \"String\"\n }\n },\n identity: {\n required: true,\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n provisioningInfo: {\n readOnly: true,\n serializedName: \"provisioningInfo\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProvisioningInfo\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityException: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentityException\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n required: true,\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n podLabels: {\n required: true,\n serializedName: \"podLabels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPodIdentityProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPodIdentityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n allowNetworkPluginKubenet: {\n serializedName: \"allowNetworkPluginKubenet\",\n type: {\n name: \"Boolean\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentity\"\n }\n }\n }\n },\n userAssignedIdentityExceptions: {\n serializedName: \"userAssignedIdentityExceptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityException\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAADProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAADProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\",\n modelProperties: {\n managed: {\n serializedName: \"managed\",\n type: {\n name: \"Boolean\"\n }\n },\n enableAzureRBAC: {\n serializedName: \"enableAzureRBAC\",\n type: {\n name: \"Boolean\"\n }\n },\n adminGroupObjectIDs: {\n serializedName: \"adminGroupObjectIDs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n clientAppID: {\n serializedName: \"clientAppID\",\n type: {\n name: \"String\"\n }\n },\n serverAppID: {\n serializedName: \"serverAppID\",\n type: {\n name: \"String\"\n }\n },\n serverAppSecret: {\n serializedName: \"serverAppSecret\",\n type: {\n name: \"String\"\n }\n },\n tenantID: {\n serializedName: \"tenantID\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAutoUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAutoUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\",\n modelProperties: {\n upgradeChannel: {\n serializedName: \"upgradeChannel\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPropertiesAutoScalerProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterProperties_autoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\",\n modelProperties: {\n balanceSimilarNodeGroups: {\n serializedName: \"balance-similar-node-groups\",\n type: {\n name: \"String\"\n }\n },\n expander: {\n serializedName: \"expander\",\n type: {\n name: \"String\"\n }\n },\n maxEmptyBulkDelete: {\n serializedName: \"max-empty-bulk-delete\",\n type: {\n name: \"String\"\n }\n },\n maxGracefulTerminationSec: {\n serializedName: \"max-graceful-termination-sec\",\n type: {\n name: \"String\"\n }\n },\n maxNodeProvisionTime: {\n serializedName: \"max-node-provision-time\",\n type: {\n name: \"String\"\n }\n },\n maxTotalUnreadyPercentage: {\n serializedName: \"max-total-unready-percentage\",\n type: {\n name: \"String\"\n }\n },\n newPodScaleUpDelay: {\n serializedName: \"new-pod-scale-up-delay\",\n type: {\n name: \"String\"\n }\n },\n okTotalUnreadyCount: {\n serializedName: \"ok-total-unready-count\",\n type: {\n name: \"String\"\n }\n },\n scanInterval: {\n serializedName: \"scan-interval\",\n type: {\n name: \"String\"\n }\n },\n scaleDownDelayAfterAdd: {\n serializedName: \"scale-down-delay-after-add\",\n type: {\n name: \"String\"\n }\n },\n scaleDownDelayAfterDelete: {\n serializedName: \"scale-down-delay-after-delete\",\n type: {\n name: \"String\"\n }\n },\n scaleDownDelayAfterFailure: {\n serializedName: \"scale-down-delay-after-failure\",\n type: {\n name: \"String\"\n }\n },\n scaleDownUnneededTime: {\n serializedName: \"scale-down-unneeded-time\",\n type: {\n name: \"String\"\n }\n },\n scaleDownUnreadyTime: {\n serializedName: \"scale-down-unready-time\",\n type: {\n name: \"String\"\n }\n },\n scaleDownUtilizationThreshold: {\n serializedName: \"scale-down-utilization-threshold\",\n type: {\n name: \"String\"\n }\n },\n skipNodesWithLocalStorage: {\n serializedName: \"skip-nodes-with-local-storage\",\n type: {\n name: \"String\"\n }\n },\n skipNodesWithSystemPods: {\n serializedName: \"skip-nodes-with-system-pods\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAPIServerAccessProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAPIServerAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\",\n modelProperties: {\n authorizedIPRanges: {\n serializedName: \"authorizedIPRanges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n enablePrivateCluster: {\n serializedName: \"enablePrivateCluster\",\n type: {\n name: \"Boolean\"\n }\n },\n privateDNSZone: {\n serializedName: \"privateDNSZone\",\n type: {\n name: \"String\"\n }\n },\n enablePrivateClusterPublicFQDN: {\n serializedName: \"enablePrivateClusterPublicFQDN\",\n type: {\n name: \"Boolean\"\n }\n },\n disableRunCommand: {\n serializedName: \"disableRunCommand\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\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 groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceID: {\n readOnly: true,\n serializedName: \"privateLinkServiceID\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterHTTPProxyConfig: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterHTTPProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHTTPProxyConfig\",\n modelProperties: {\n httpProxy: {\n serializedName: \"httpProxy\",\n type: {\n name: \"String\"\n }\n },\n httpsProxy: {\n serializedName: \"httpsProxy\",\n type: {\n name: \"String\"\n }\n },\n noProxy: {\n serializedName: \"noProxy\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n trustedCa: {\n serializedName: \"trustedCa\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterSecurityProfileAzureDefender: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterSecurityProfileAzureDefender\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileAzureDefender\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n logAnalyticsWorkspaceResourceId: {\n serializedName: \"logAnalyticsWorkspaceResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterSecurityProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterSecurityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfile\",\n modelProperties: {\n azureDefender: {\n serializedName: \"azureDefender\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfileAzureDefender\"\n }\n }\n }\n }\n};\n\nexport const ManagedCluster: msRest.CompositeMapper = {\n serializedName: \"ManagedCluster\",\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSKU\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterIdentity\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n powerState: {\n readOnly: true,\n serializedName: \"properties.powerState\",\n type: {\n name: \"Composite\",\n className: \"PowerState\"\n }\n },\n maxAgentPools: {\n readOnly: true,\n serializedName: \"properties.maxAgentPools\",\n type: {\n name: \"Number\"\n }\n },\n kubernetesVersion: {\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n dnsPrefix: {\n serializedName: \"properties.dnsPrefix\",\n type: {\n name: \"String\"\n }\n },\n fqdnSubdomain: {\n serializedName: \"properties.fqdnSubdomain\",\n type: {\n name: \"String\"\n }\n },\n fqdn: {\n readOnly: true,\n serializedName: \"properties.fqdn\",\n type: {\n name: \"String\"\n }\n },\n privateFQDN: {\n readOnly: true,\n serializedName: \"properties.privateFQDN\",\n type: {\n name: \"String\"\n }\n },\n azurePortalFQDN: {\n readOnly: true,\n serializedName: \"properties.azurePortalFQDN\",\n type: {\n name: \"String\"\n }\n },\n agentPoolProfiles: {\n serializedName: \"properties.agentPoolProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAgentPoolProfile\"\n }\n }\n }\n },\n linuxProfile: {\n serializedName: \"properties.linuxProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceLinuxProfile\"\n }\n },\n windowsProfile: {\n serializedName: \"properties.windowsProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterWindowsProfile\"\n }\n },\n servicePrincipalProfile: {\n serializedName: \"properties.servicePrincipalProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterServicePrincipalProfile\"\n }\n },\n addonProfiles: {\n serializedName: \"properties.addonProfiles\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAddonProfile\"\n }\n }\n }\n },\n podIdentityProfile: {\n serializedName: \"properties.podIdentityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPodIdentityProfile\"\n }\n },\n nodeResourceGroup: {\n serializedName: \"properties.nodeResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n enableRBAC: {\n serializedName: \"properties.enableRBAC\",\n type: {\n name: \"Boolean\"\n }\n },\n enablePodSecurityPolicy: {\n serializedName: \"properties.enablePodSecurityPolicy\",\n type: {\n name: \"Boolean\"\n }\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceNetworkProfile\"\n }\n },\n aadProfile: {\n serializedName: \"properties.aadProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAADProfile\"\n }\n },\n autoUpgradeProfile: {\n serializedName: \"properties.autoUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAutoUpgradeProfile\"\n }\n },\n autoScalerProfile: {\n serializedName: \"properties.autoScalerProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPropertiesAutoScalerProfile\"\n }\n },\n apiServerAccessProfile: {\n serializedName: \"properties.apiServerAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAPIServerAccessProfile\"\n }\n },\n diskEncryptionSetID: {\n serializedName: \"properties.diskEncryptionSetID\",\n type: {\n name: \"String\"\n }\n },\n identityProfile: {\n serializedName: \"properties.identityProfile\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\"\n }\n }\n }\n },\n privateLinkResources: {\n serializedName: \"properties.privateLinkResources\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n disableLocalAccounts: {\n serializedName: \"properties.disableLocalAccounts\",\n type: {\n name: \"Boolean\"\n }\n },\n httpProxyConfig: {\n serializedName: \"properties.httpProxyConfig\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterHTTPProxyConfig\"\n }\n },\n securityProfile: {\n serializedName: \"properties.securityProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterSecurityProfile\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterAccessProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterAccessProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterAccessProfile\",\n modelProperties: {\n ...Resource.type.modelProperties,\n kubeConfig: {\n serializedName: \"properties.kubeConfig\",\n type: {\n name: \"ByteArray\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPoolUpgradeProfileUpgradesItem: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPoolUpgradeProfile_upgradesItem\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ManagedClusterPoolUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterPoolUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\",\n modelProperties: {\n kubernetesVersion: {\n required: true,\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n required: true,\n serializedName: \"osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n upgrades: {\n serializedName: \"upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfileUpgradesItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterUpgradeProfile\",\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 controlPlaneProfile: {\n required: true,\n serializedName: \"properties.controlPlaneProfile\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\"\n }\n },\n agentPoolProfiles: {\n required: true,\n serializedName: \"properties.agentPoolProfiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedClusterPoolUpgradeProfile\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AgentPoolUpgradeProfilePropertiesUpgradesItem: msRest.CompositeMapper = {\n serializedName: \"AgentPoolUpgradeProfileProperties_upgradesItem\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\",\n modelProperties: {\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolUpgradeProfile: msRest.CompositeMapper = {\n serializedName: \"AgentPoolUpgradeProfile\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfile\",\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 kubernetesVersion: {\n required: true,\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n required: true,\n serializedName: \"properties.osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n upgrades: {\n serializedName: \"properties.upgrades\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpgradeProfilePropertiesUpgradesItem\"\n }\n }\n }\n },\n latestNodeImageVersion: {\n serializedName: \"properties.latestNodeImageVersion\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: msRest.CompositeMapper = {\n serializedName: \"AgentPoolAvailableVersionsProperties_agentPoolVersionsItem\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\",\n modelProperties: {\n default: {\n serializedName: \"default\",\n type: {\n name: \"Boolean\"\n }\n },\n kubernetesVersion: {\n serializedName: \"kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n isPreview: {\n serializedName: \"isPreview\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolAvailableVersions: msRest.CompositeMapper = {\n serializedName: \"AgentPoolAvailableVersions\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersions\",\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 agentPoolVersions: {\n serializedName: \"properties.agentPoolVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CredentialResult: msRest.CompositeMapper = {\n serializedName: \"CredentialResult\",\n type: {\n name: \"Composite\",\n className: \"CredentialResult\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"value\",\n type: {\n name: \"ByteArray\"\n }\n }\n }\n }\n};\n\nexport const CredentialResults: msRest.CompositeMapper = {\n serializedName: \"CredentialResults\",\n type: {\n name: \"Composite\",\n className: \"CredentialResults\",\n modelProperties: {\n kubeconfigs: {\n readOnly: true,\n serializedName: \"kubeconfigs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CredentialResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\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 PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\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 provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourcesListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourcesListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OSOptionProperty: msRest.CompositeMapper = {\n serializedName: \"OSOptionProperty\",\n type: {\n name: \"Composite\",\n className: \"OSOptionProperty\",\n modelProperties: {\n osType: {\n required: true,\n serializedName: \"os-type\",\n type: {\n name: \"String\"\n }\n },\n enableFipsImage: {\n required: true,\n serializedName: \"enable-fips-image\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const OSOptionProfile: msRest.CompositeMapper = {\n serializedName: \"OSOptionProfile\",\n type: {\n name: \"Composite\",\n className: \"OSOptionProfile\",\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 osOptionPropertyList: {\n required: true,\n serializedName: \"properties.osOptionPropertyList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OSOptionProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EndpointDetail: msRest.CompositeMapper = {\n serializedName: \"EndpointDetail\",\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n },\n protocol: {\n serializedName: \"protocol\",\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 EndpointDependency: msRest.CompositeMapper = {\n serializedName: \"EndpointDependency\",\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\",\n modelProperties: {\n domainName: {\n serializedName: \"domainName\",\n type: {\n name: \"String\"\n }\n },\n endpointDetails: {\n serializedName: \"endpointDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OutboundEnvironmentEndpoint: msRest.CompositeMapper = {\n serializedName: \"OutboundEnvironmentEndpoint\",\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\",\n modelProperties: {\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointDependency\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Snapshot: msRest.CompositeMapper = {\n serializedName: \"Snapshot\",\n type: {\n name: \"Composite\",\n className: \"Snapshot\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n creationData: {\n serializedName: \"properties.creationData\",\n type: {\n name: \"Composite\",\n className: \"CreationData\"\n }\n },\n snapshotType: {\n serializedName: \"properties.snapshotType\",\n defaultValue: 'NodePool',\n type: {\n name: \"String\"\n }\n },\n kubernetesVersion: {\n readOnly: true,\n serializedName: \"properties.kubernetesVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeImageVersion: {\n readOnly: true,\n serializedName: \"properties.nodeImageVersion\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n readOnly: true,\n serializedName: \"properties.osType\",\n defaultValue: 'Linux',\n type: {\n name: \"String\"\n }\n },\n osSku: {\n readOnly: true,\n serializedName: \"properties.osSku\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n readOnly: true,\n serializedName: \"properties.vmSize\",\n type: {\n name: \"String\"\n }\n },\n enableFIPS: {\n readOnly: true,\n serializedName: \"properties.enableFIPS\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolsUpgradeNodeImageVersionHeaders: msRest.CompositeMapper = {\n serializedName: \"agentpools-upgradenodeimageversion-headers\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolsUpgradeNodeImageVersionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\"\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 readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationValue\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ManagedClusterListResult: msRest.CompositeMapper = {\n serializedName: \"ManagedClusterListResult\",\n type: {\n name: \"Composite\",\n className: \"ManagedClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedCluster\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutboundEnvironmentEndpointCollection: msRest.CompositeMapper = {\n serializedName: \"OutboundEnvironmentEndpointCollection\",\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpointCollection\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OutboundEnvironmentEndpoint\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MaintenanceConfigurationListResult: msRest.CompositeMapper = {\n serializedName: \"MaintenanceConfigurationListResult\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaintenanceConfiguration\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgentPoolListResult: msRest.CompositeMapper = {\n serializedName: \"AgentPoolListResult\",\n type: {\n name: \"Composite\",\n className: \"AgentPoolListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPool\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SnapshotListResult: msRest.CompositeMapper = {\n serializedName: \"SnapshotListResult\",\n type: {\n name: \"Composite\",\n className: \"SnapshotListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Snapshot\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n OperationListResult,\n OperationValue\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 agentPoolName: msRest.OperationURLParameter = {\n parameterPath: \"agentPoolName\",\n mapper: {\n required: true,\n serializedName: \"agentPoolName\",\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 commandId: msRest.OperationURLParameter = {\n parameterPath: \"commandId\",\n mapper: {\n required: true,\n serializedName: \"commandId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const configName: msRest.OperationURLParameter = {\n parameterPath: \"configName\",\n mapper: {\n required: true,\n serializedName: \"configName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\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 privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\n constraints: {\n MaxLength: 63,\n MinLength: 1,\n Pattern: /^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceType: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"resourceType\"\n ],\n mapper: {\n serializedName: \"resource-type\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const roleName: msRest.OperationURLParameter = {\n parameterPath: \"roleName\",\n mapper: {\n required: true,\n serializedName: \"roleName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const serverFqdn: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"serverFqdn\"\n ],\n mapper: {\n serializedName: \"server-fqdn\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a Operations.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets a list of operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.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.ContainerService/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\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 AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n CreationData,\n CredentialResult,\n CredentialResults,\n EndpointDependency,\n EndpointDetail,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterListResult,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterNATGatewayProfile,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPoolUpgradeProfile,\n ManagedClusterPoolUpgradeProfileUpgradesItem,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileAzureDefender,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterUpgradeProfile,\n ManagedClusterWindowsProfile,\n OSOptionProfile,\n OSOptionProperty,\n OutboundEnvironmentEndpoint,\n OutboundEnvironmentEndpointCollection,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n RunCommandRequest,\n RunCommandResult,\n Snapshot,\n SubResource,\n SysctlConfig,\n SystemData,\n TagsObject,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity,\n WindowsGmsaProfile\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/managedClustersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a ManagedClusters. */\nexport class ManagedClusters {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a ManagedClusters.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets supported OS options in the specified subscription.\n * @param location The name of a supported Azure region.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetOSOptionsResponse>\n */\n getOSOptions(location: string, options?: Models.ManagedClustersGetOSOptionsOptionalParams): Promise<Models.ManagedClustersGetOSOptionsResponse>;\n /**\n * @param location The name of a supported Azure region.\n * @param callback The callback\n */\n getOSOptions(location: string, callback: msRest.ServiceCallback<Models.OSOptionProfile>): void;\n /**\n * @param location The name of a supported Azure region.\n * @param options The optional parameters\n * @param callback The callback\n */\n getOSOptions(location: string, options: Models.ManagedClustersGetOSOptionsOptionalParams, callback: msRest.ServiceCallback<Models.OSOptionProfile>): void;\n getOSOptions(location: string, options?: Models.ManagedClustersGetOSOptionsOptionalParams | msRest.ServiceCallback<Models.OSOptionProfile>, callback?: msRest.ServiceCallback<Models.OSOptionProfile>): Promise<Models.ManagedClustersGetOSOptionsResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n getOSOptionsOperationSpec,\n callback) as Promise<Models.ManagedClustersGetOSOptionsResponse>;\n }\n\n /**\n * @summary Gets a list of managed clusters in the specified subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ManagedClustersListResponse>;\n }\n\n /**\n * @summary Lists managed clusters in the specified subscription and resource group.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ManagedClustersListByResourceGroupResponse>;\n }\n\n /**\n * @summary Gets the upgrade profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetUpgradeProfileResponse>\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetUpgradeProfileResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): void;\n getUpgradeProfile(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>, callback?: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): Promise<Models.ManagedClustersGetUpgradeProfileResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getUpgradeProfileOperationSpec,\n callback) as Promise<Models.ManagedClustersGetUpgradeProfileResponse>;\n }\n\n /**\n * **WARNING**: This API will be deprecated. Instead use\n * [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)\n * or\n * [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)\n * .\n * @summary Gets an access profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param roleName The name of the role for managed cluster accessProfile resource.\n * @param [options] The optional parameters\n * @deprecated This operation is deprecated. Please do not use it any longer.\n * @returns Promise<Models.ManagedClustersGetAccessProfileResponse>\n */\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetAccessProfileResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param roleName The name of the role for managed cluster accessProfile resource.\n * @param callback The callback\n * @deprecated This operation is deprecated. Please do not use it any longer.\n */\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, callback: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param roleName The name of the role for managed cluster accessProfile resource.\n * @param options The optional parameters\n * @param callback The callback\n * @deprecated This operation is deprecated. Please do not use it any longer.\n */\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): void;\n getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterAccessProfile>, callback?: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): Promise<Models.ManagedClustersGetAccessProfileResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n roleName,\n options\n },\n getAccessProfileOperationSpec,\n callback) as Promise<Models.ManagedClustersGetAccessProfileResponse>;\n }\n\n /**\n * @summary Lists the admin credentials of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>\n */\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterAdminCredentialsOptionalParams): Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options: Models.ManagedClustersListClusterAdminCredentialsOptionalParams, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterAdminCredentialsOptionalParams | msRest.ServiceCallback<Models.CredentialResults>, callback?: msRest.ServiceCallback<Models.CredentialResults>): Promise<Models.ManagedClustersListClusterAdminCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listClusterAdminCredentialsOperationSpec,\n callback) as Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>;\n }\n\n /**\n * @summary Lists the user credentials of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListClusterUserCredentialsResponse>\n */\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterUserCredentialsOptionalParams): Promise<Models.ManagedClustersListClusterUserCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, options: Models.ManagedClustersListClusterUserCredentialsOptionalParams, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n listClusterUserCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterUserCredentialsOptionalParams | msRest.ServiceCallback<Models.CredentialResults>, callback?: msRest.ServiceCallback<Models.CredentialResults>): Promise<Models.ManagedClustersListClusterUserCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listClusterUserCredentialsOperationSpec,\n callback) as Promise<Models.ManagedClustersListClusterUserCredentialsResponse>;\n }\n\n /**\n * @summary Lists the cluster monitoring user credentials of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>\n */\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterMonitoringUserCredentialsOptionalParams): Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options: Models.ManagedClustersListClusterMonitoringUserCredentialsOptionalParams, callback: msRest.ServiceCallback<Models.CredentialResults>): void;\n listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterMonitoringUserCredentialsOptionalParams | msRest.ServiceCallback<Models.CredentialResults>, callback?: msRest.ServiceCallback<Models.CredentialResults>): Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listClusterMonitoringUserCredentialsOperationSpec,\n callback) as Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>;\n }\n\n /**\n * @summary Gets a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.ManagedCluster>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedCluster>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedCluster>, callback?: msRest.ServiceCallback<Models.ManagedCluster>): Promise<Models.ManagedClustersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ManagedClustersGetResponse>;\n }\n\n /**\n * @summary Creates or updates a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The managed cluster to create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.ManagedCluster, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ManagedClustersCreateOrUpdateResponse>;\n }\n\n /**\n * @summary Updates tags on a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update Managed Cluster Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersUpdateTagsResponse>\n */\n updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersUpdateTagsResponse> {\n return this.beginUpdateTags(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ManagedClustersUpdateTagsResponse>;\n }\n\n /**\n * @summary Deletes a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * This action cannot be performed on a cluster that is not using a service principal\n * @summary Reset the Service Principal Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The service principal profile to set on the managed cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resetServicePrincipalProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterServicePrincipalProfile, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginResetServicePrincipalProfile(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Reset the AAD Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The AAD profile to set on the Managed Cluster\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resetAADProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterAADProfile, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginResetAADProfile(resourceGroupName,resourceName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more\n * details about rotating managed cluster certificates.\n * @summary Rotates the certificates of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n rotateClusterCertificates(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRotateClusterCertificates(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a\n * cluster stops the control plane and agent nodes entirely, while maintaining all object and\n * cluster state. A cluster does not accrue charges while it is stopped. See [stopping a\n * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about\n * stopping a cluster.\n * @summary Stops a Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more\n * details about starting a cluster.\n * @summary Starts a previously stopped Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName,resourceName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * AKS will create a pod to run the command. This is primarily useful for private clusters. For\n * more information see [AKS Run\n * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).\n * @summary Submits a command to run against the Managed Cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param requestPayload The run command request\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersRunCommandResponse>\n */\n runCommand(resourceGroupName: string, resourceName: string, requestPayload: Models.RunCommandRequest, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersRunCommandResponse> {\n return this.beginRunCommand(resourceGroupName,resourceName,requestPayload,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ManagedClustersRunCommandResponse>;\n }\n\n /**\n * @summary Gets the results of a command which has been run on the Managed Cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param commandId Id of the command.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersGetCommandResultResponse>\n */\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersGetCommandResultResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param commandId Id of the command.\n * @param callback The callback\n */\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, callback: msRest.ServiceCallback<Models.RunCommandResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param commandId Id of the command.\n * @param options The optional parameters\n * @param callback The callback\n */\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunCommandResult>): void;\n getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RunCommandResult>, callback?: msRest.ServiceCallback<Models.RunCommandResult>): Promise<Models.ManagedClustersGetCommandResultResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n commandId,\n options\n },\n getCommandResultOperationSpec,\n callback) as Promise<Models.ManagedClustersGetCommandResultResponse>;\n }\n\n /**\n * Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the\n * specified managed cluster. The operation returns properties of each egress endpoint.\n * @summary Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the\n * specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsResponse>\n */\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;\n listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>, callback?: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOutboundNetworkDependenciesEndpointsOperationSpec,\n callback) as Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsResponse>;\n }\n\n /**\n * @summary Creates or updates a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The managed cluster to create or update.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.ManagedCluster, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * @summary Updates tags on a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update Managed Cluster Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginUpdateTagsOperationSpec,\n options);\n }\n\n /**\n * @summary Deletes a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * This action cannot be performed on a cluster that is not using a service principal\n * @summary Reset the Service Principal Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The service principal profile to set on the managed cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResetServicePrincipalProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterServicePrincipalProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginResetServicePrincipalProfileOperationSpec,\n options);\n }\n\n /**\n * @summary Reset the AAD Profile of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The AAD profile to set on the Managed Cluster\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResetAADProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterAADProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n beginResetAADProfileOperationSpec,\n options);\n }\n\n /**\n * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more\n * details about rotating managed cluster certificates.\n * @summary Rotates the certificates of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRotateClusterCertificates(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginRotateClusterCertificatesOperationSpec,\n options);\n }\n\n /**\n * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a\n * cluster stops the control plane and agent nodes entirely, while maintaining all object and\n * cluster state. A cluster does not accrue charges while it is stopped. See [stopping a\n * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about\n * stopping a cluster.\n * @summary Stops a Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginStopOperationSpec,\n options);\n }\n\n /**\n * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more\n * details about starting a cluster.\n * @summary Starts a previously stopped Managed Cluster\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n beginStartOperationSpec,\n options);\n }\n\n /**\n * AKS will create a pod to run the command. This is primarily useful for private clusters. For\n * more information see [AKS Run\n * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).\n * @summary Submits a command to run against the Managed Cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param requestPayload The run command request\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRunCommand(resourceGroupName: string, resourceName: string, requestPayload: Models.RunCommandRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n requestPayload,\n options\n },\n beginRunCommandOperationSpec,\n options);\n }\n\n /**\n * @summary Gets a list of managed clusters in the specified subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListNextResponse>;\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.ManagedClusterListResult>): 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.ManagedClusterListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ManagedClustersListNextResponse>;\n }\n\n /**\n * @summary Lists managed clusters in the specified subscription and resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListByResourceGroupNextResponse>;\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.ManagedClusterListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ManagedClusterListResult>, callback?: msRest.ServiceCallback<Models.ManagedClusterListResult>): Promise<Models.ManagedClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ManagedClustersListByResourceGroupNextResponse>;\n }\n\n /**\n * Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the\n * specified managed cluster. The operation returns properties of each egress endpoint.\n * @summary Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the\n * specified managed cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse>\n */\n listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): 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 listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;\n listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>, callback?: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listOutboundNetworkDependenciesEndpointsNextOperationSpec,\n callback) as Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOSOptionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.resourceType\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OSOptionProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedClusters\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getUpgradeProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/upgradeProfiles/default\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterUpgradeProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAccessProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.roleName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterAccessProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listClusterAdminCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterAdminCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.serverFqdn\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listClusterUserCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterUserCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.serverFqdn\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listClusterMonitoringUserCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/listClusterMonitoringUserCredential\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.serverFqdn\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CredentialResults\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getCommandResultOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/commandResults/{commandId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.commandId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RunCommandResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOutboundNetworkDependenciesEndpointsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/outboundNetworkDependenciesEndpoints\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OutboundEnvironmentEndpointCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagedCluster,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCluster\n },\n 201: {\n bodyMapper: Mappers.ManagedCluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateTagsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.TagsObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedCluster\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginResetServicePrincipalProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetServicePrincipalProfile\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagedClusterServicePrincipalProfile,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginResetAADProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resetAADProfile\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ManagedClusterAADProfile,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRotateClusterCertificatesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/rotateClusterCertificates\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/start\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRunCommandOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"requestPayload\",\n mapper: {\n ...Mappers.RunCommandRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.RunCommandResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedClusterListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listOutboundNetworkDependenciesEndpointsNextOperationSpec: 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.OutboundEnvironmentEndpointCollection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n CreationData,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n MaintenanceConfigurationListResult,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterNATGatewayProfile,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileAzureDefender,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n Snapshot,\n SubResource,\n SysctlConfig,\n SystemData,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity,\n WindowsGmsaProfile\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/maintenanceConfigurationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a MaintenanceConfigurations. */\nexport class MaintenanceConfigurations {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a MaintenanceConfigurations.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets a list of maintenance configurations in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse>\n */\n listByManagedCluster(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n listByManagedCluster(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByManagedCluster(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): void;\n listByManagedCluster(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>, callback?: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listByManagedClusterOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsListByManagedClusterResponse>;\n }\n\n /**\n * @summary Gets the specified maintenance configuration of a managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, configName: string, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, configName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n get(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfiguration>, callback?: msRest.ServiceCallback<Models.MaintenanceConfiguration>): Promise<Models.MaintenanceConfigurationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsGetResponse>;\n }\n\n /**\n * @summary Creates or updates a maintenance configuration in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param parameters The maintenance configuration to create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param parameters The maintenance configuration to create or update.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param parameters The maintenance configuration to create or update.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfiguration>): void;\n createOrUpdate(resourceGroupName: string, resourceName: string, configName: string, parameters: Models.MaintenanceConfiguration, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfiguration>, callback?: msRest.ServiceCallback<Models.MaintenanceConfiguration>): Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsCreateOrUpdateResponse>;\n }\n\n /**\n * @summary Deletes a maintenance configuration.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param configName The name of the maintenance configuration.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, configName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n configName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * @summary Gets a list of maintenance configurations in the specified managed cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse>\n */\n listByManagedClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByManagedClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): 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 listByManagedClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): void;\n listByManagedClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>, callback?: msRest.ServiceCallback<Models.MaintenanceConfigurationListResult>): Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByManagedClusterNextOperationSpec,\n callback) as Promise<Models.MaintenanceConfigurationsListByManagedClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByManagedClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MaintenanceConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.configName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.MaintenanceConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.configName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.MaintenanceConfiguration,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.MaintenanceConfiguration\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/maintenanceConfigurations/{configName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.configName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByManagedClusterNextOperationSpec: 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.MaintenanceConfigurationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolAvailableVersions,\n AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem,\n AgentPoolListResult,\n AgentPoolsUpgradeNodeImageVersionHeaders,\n AgentPoolUpgradeProfile,\n AgentPoolUpgradeProfilePropertiesUpgradesItem,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n CreationData,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterNATGatewayProfile,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileAzureDefender,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n Snapshot,\n SubResource,\n SysctlConfig,\n SystemData,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity,\n WindowsGmsaProfile\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/agentPoolsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a AgentPools. */\nexport class AgentPools {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a AgentPools.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets a list of agent pools in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.AgentPoolListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPoolListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolListResult>, callback?: msRest.ServiceCallback<Models.AgentPoolListResult>): Promise<Models.AgentPoolsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.AgentPoolsListResponse>;\n }\n\n /**\n * @summary Gets the specified managed cluster agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, callback: msRest.ServiceCallback<Models.AgentPool>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPool>): void;\n get(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPool>, callback?: msRest.ServiceCallback<Models.AgentPool>): Promise<Models.AgentPoolsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AgentPoolsGetResponse>;\n }\n\n /**\n * @summary Creates or updates an agent pool in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param parameters The agent pool to create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, agentPoolName: string, parameters: Models.AgentPool, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,resourceName,agentPoolName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.AgentPoolsCreateOrUpdateResponse>;\n }\n\n /**\n * @summary Deletes an agent pool in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,agentPoolName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Gets the upgrade profile for an agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsGetUpgradeProfileResponse>\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsGetUpgradeProfileResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, callback: msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param options The optional parameters\n * @param callback The callback\n */\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>): void;\n getUpgradeProfile(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>, callback?: msRest.ServiceCallback<Models.AgentPoolUpgradeProfile>): Promise<Models.AgentPoolsGetUpgradeProfileResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n getUpgradeProfileOperationSpec,\n callback) as Promise<Models.AgentPoolsGetUpgradeProfileResponse>;\n }\n\n /**\n * See [supported Kubernetes\n * versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more details\n * about the version lifecycle.\n * @summary Gets a list of supported Kubernetes versions for the specified agent pool.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse>\n */\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.AgentPoolAvailableVersions>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgentPoolAvailableVersions>): void;\n getAvailableAgentPoolVersions(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolAvailableVersions>, callback?: msRest.ServiceCallback<Models.AgentPoolAvailableVersions>): Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getAvailableAgentPoolVersionsOperationSpec,\n callback) as Promise<Models.AgentPoolsGetAvailableAgentPoolVersionsResponse>;\n }\n\n /**\n * Upgrading the node image version of an agent pool applies the newest OS and runtime updates to\n * the nodes. AKS provides one new image per week with the latest updates. For more details on node\n * image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade\n * @summary Upgrades the node image version of an agent pool to the latest.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsUpgradeNodeImageVersionResponse>\n */\n upgradeNodeImageVersion(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsUpgradeNodeImageVersionResponse> {\n return this.beginUpgradeNodeImageVersion(resourceGroupName,resourceName,agentPoolName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.AgentPoolsUpgradeNodeImageVersionResponse>;\n }\n\n /**\n * @summary Creates or updates an agent pool in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param parameters The agent pool to create or update.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, resourceName: string, agentPoolName: string, parameters: Models.AgentPool, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * @summary Deletes an agent pool in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Upgrading the node image version of an agent pool applies the newest OS and runtime updates to\n * the nodes. AKS provides one new image per week with the latest updates. For more details on node\n * image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade\n * @summary Upgrades the node image version of an agent pool to the latest.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param agentPoolName The name of the agent pool.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpgradeNodeImageVersion(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n agentPoolName,\n options\n },\n beginUpgradeNodeImageVersionOperationSpec,\n options);\n }\n\n /**\n * @summary Gets a list of agent pools in the specified managed cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgentPoolsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AgentPoolsListNextResponse>;\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.AgentPoolListResult>): 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.AgentPoolListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgentPoolListResult>, callback?: msRest.ServiceCallback<Models.AgentPoolListResult>): Promise<Models.AgentPoolsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.AgentPoolsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPool\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getUpgradeProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeProfiles/default\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolUpgradeProfile\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getAvailableAgentPoolVersionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/availableAgentPoolVersions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPoolAvailableVersions\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AgentPool,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AgentPool\n },\n 201: {\n bodyMapper: Mappers.AgentPool\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpgradeNodeImageVersionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/upgradeNodeImageVersion\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.agentPoolName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n headersMapper: Mappers.AgentPoolsUpgradeNodeImageVersionHeaders\n },\n 202: {\n bodyMapper: Mappers.AgentPool,\n headersMapper: Mappers.AgentPoolsUpgradeNodeImageVersionHeaders\n },\n default: {\n bodyMapper: Mappers.CloudError,\n headersMapper: Mappers.AgentPoolsUpgradeNodeImageVersionHeaders\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.AgentPoolListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n CreationData,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterNATGatewayProfile,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileAzureDefender,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n Snapshot,\n SubResource,\n SysctlConfig,\n SystemData,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity,\n WindowsGmsaProfile\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters\n * @summary Gets a list of private endpoint connections in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): Promise<Models.PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsListResponse>;\n }\n\n /**\n * To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters\n * @summary Gets the specified private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * @summary Updates a private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The updated private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsUpdateResponse>\n */\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The updated private endpoint connection.\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param parameters The updated private endpoint connection.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.PrivateEndpointConnectionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.PrivateEndpointConnectionsUpdateResponse>;\n }\n\n /**\n * @summary Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,resourceName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\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 CloudError,\n PrivateLinkResource,\n PrivateLinkResourcesListResult\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/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters\n * @summary Gets a list of private link resources in the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListResponse>\n */\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): void;\n list(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>, callback?: msRest.ServiceCallback<Models.PrivateLinkResourcesListResult>): Promise<Models.PrivateLinkResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PrivateLinkResourcesListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateLinkResources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n CloudError,\n PrivateLinkResource\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/resolvePrivateLinkServiceIdMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a ResolvePrivateLinkServiceId. */\nexport class ResolvePrivateLinkServiceId {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a ResolvePrivateLinkServiceId.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets the private link service ID for the specified managed cluster.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters required in order to resolve a private link service ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse>\n */\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, options?: msRest.RequestOptionsBase): Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters required in order to resolve a private link service ID.\n * @param callback The callback\n */\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters required in order to resolve a private link service ID.\n * @param options The optional parameters\n * @param callback The callback\n */\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;\n pOST(resourceGroupName: string, resourceName: string, parameters: Models.PrivateLinkResource, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResource>, callback?: msRest.ServiceCallback<Models.PrivateLinkResource>): Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n pOSTOperationSpec,\n callback) as Promise<Models.ResolvePrivateLinkServiceIdPOSTResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst pOSTOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/resolvePrivateLinkServiceId\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.PrivateLinkResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AgentPool,\n AgentPoolUpgradeSettings,\n BaseResource,\n CloudError,\n ContainerServiceLinuxProfile,\n ContainerServiceNetworkProfile,\n ContainerServiceSshConfiguration,\n ContainerServiceSshPublicKey,\n CreationData,\n ExtendedLocation,\n KubeletConfig,\n LinuxOSConfig,\n MaintenanceConfiguration,\n ManagedCluster,\n ManagedClusterAADProfile,\n ManagedClusterAccessProfile,\n ManagedClusterAddonProfile,\n ManagedClusterAddonProfileIdentity,\n ManagedClusterAgentPoolProfile,\n ManagedClusterAgentPoolProfileProperties,\n ManagedClusterAPIServerAccessProfile,\n ManagedClusterAutoUpgradeProfile,\n ManagedClusterHTTPProxyConfig,\n ManagedClusterIdentity,\n ManagedClusterIdentityUserAssignedIdentitiesValue,\n ManagedClusterLoadBalancerProfile,\n ManagedClusterLoadBalancerProfileManagedOutboundIPs,\n ManagedClusterLoadBalancerProfileOutboundIPPrefixes,\n ManagedClusterLoadBalancerProfileOutboundIPs,\n ManagedClusterManagedOutboundIPProfile,\n ManagedClusterNATGatewayProfile,\n ManagedClusterPodIdentity,\n ManagedClusterPodIdentityException,\n ManagedClusterPodIdentityProfile,\n ManagedClusterPodIdentityProvisioningError,\n ManagedClusterPodIdentityProvisioningErrorBody,\n ManagedClusterPodIdentityProvisioningInfo,\n ManagedClusterPropertiesAutoScalerProfile,\n ManagedClusterSecurityProfile,\n ManagedClusterSecurityProfileAzureDefender,\n ManagedClusterServicePrincipalProfile,\n ManagedClusterSKU,\n ManagedClusterWindowsProfile,\n PowerState,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateLinkResource,\n PrivateLinkServiceConnectionState,\n Resource,\n ResourceReference,\n Snapshot,\n SnapshotListResult,\n SubResource,\n SysctlConfig,\n SystemData,\n TagsObject,\n TimeInWeek,\n TimeSpan,\n UserAssignedIdentity,\n WindowsGmsaProfile\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/snapshotsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { ContainerServiceClientContext } from \"../containerServiceClientContext\";\n\n/** Class representing a Snapshots. */\nexport class Snapshots {\n private readonly client: ContainerServiceClientContext;\n\n /**\n * Create a Snapshots.\n * @param {ContainerServiceClientContext} client Reference to the service client.\n */\n constructor(client: ContainerServiceClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets a list of snapshots in the specified subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.SnapshotListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SnapshotListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SnapshotListResult>, callback?: msRest.ServiceCallback<Models.SnapshotListResult>): Promise<Models.SnapshotsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SnapshotsListResponse>;\n }\n\n /**\n * @summary Lists snapshots in the specified subscription and resource group.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.SnapshotListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SnapshotListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SnapshotListResult>, callback?: msRest.ServiceCallback<Models.SnapshotListResult>): Promise<Models.SnapshotsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.SnapshotsListByResourceGroupResponse>;\n }\n\n /**\n * @summary Gets a snapshot.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsGetResponse>\n */\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.Snapshot>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Snapshot>): void;\n get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Snapshot>, callback?: msRest.ServiceCallback<Models.Snapshot>): Promise<Models.SnapshotsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SnapshotsGetResponse>;\n }\n\n /**\n * @summary Creates or updates a snapshot.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The snapshot to create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.Snapshot, options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The snapshot to create or update.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.Snapshot, callback: msRest.ServiceCallback<Models.Snapshot>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters The snapshot to create or update.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.Snapshot, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Snapshot>): void;\n createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.Snapshot, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Snapshot>, callback?: msRest.ServiceCallback<Models.Snapshot>): Promise<Models.SnapshotsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.SnapshotsCreateOrUpdateResponse>;\n }\n\n /**\n * @summary Updates tags on a snapshot.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update snapshot Tags operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsUpdateTagsResponse>\n */\n updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsUpdateTagsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update snapshot Tags operation.\n * @param callback The callback\n */\n updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, callback: msRest.ServiceCallback<Models.Snapshot>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param parameters Parameters supplied to the Update snapshot Tags operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Snapshot>): void;\n updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Snapshot>, callback?: msRest.ServiceCallback<Models.Snapshot>): Promise<Models.SnapshotsUpdateTagsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n parameters,\n options\n },\n updateTagsOperationSpec,\n callback) as Promise<Models.SnapshotsUpdateTagsResponse>;\n }\n\n /**\n * @summary Deletes a snapshot.\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param resourceName The name of the managed cluster resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * @summary Gets a list of snapshots in the specified subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsListNextResponse>;\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.SnapshotListResult>): 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.SnapshotListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SnapshotListResult>, callback?: msRest.ServiceCallback<Models.SnapshotListResult>): Promise<Models.SnapshotsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.SnapshotsListNextResponse>;\n }\n\n /**\n * @summary Lists snapshots in the specified subscription and resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SnapshotsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SnapshotsListByResourceGroupNextResponse>;\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.SnapshotListResult>): 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: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SnapshotListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SnapshotListResult>, callback?: msRest.ServiceCallback<Models.SnapshotListResult>): Promise<Models.SnapshotsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.SnapshotsListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/snapshots\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SnapshotListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SnapshotListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Snapshot,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot\n },\n 201: {\n bodyMapper: Mappers.Snapshot\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateTagsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.TagsObject,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Snapshot\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst 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.SnapshotListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SnapshotListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-containerservice\";\nconst packageVersion = \"14.3.0\";\n\nexport class ContainerServiceClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the ContainerServiceClient 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.ContainerServiceClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2021-10-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 { ContainerServiceClientContext } from \"./containerServiceClientContext\";\n\n\nclass ContainerServiceClient extends ContainerServiceClientContext {\n // Operation groups\n operations: operations.Operations;\n managedClusters: operations.ManagedClusters;\n maintenanceConfigurations: operations.MaintenanceConfigurations;\n agentPools: operations.AgentPools;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n resolvePrivateLinkServiceId: operations.ResolvePrivateLinkServiceId;\n snapshots: operations.Snapshots;\n\n /**\n * Initializes a new instance of the ContainerServiceClient 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.ContainerServiceClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.managedClusters = new operations.ManagedClusters(this);\n this.maintenanceConfigurations = new operations.MaintenanceConfigurations(this);\n this.agentPools = new operations.AgentPools(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n this.resolvePrivateLinkServiceId = new operations.ResolvePrivateLinkServiceId(this);\n this.snapshots = new operations.Snapshots(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n ContainerServiceClient,\n ContainerServiceClientContext,\n Models as ContainerServiceModels,\n Mappers as ContainerServiceMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","listOperationSpec","serializer","Mappers","Parameters.subscriptionId","Parameters.location","Parameters.resourceType","Mappers.OSOptionProfile","Mappers.ManagedClusterListResult","Parameters.resourceGroupName","Parameters.resourceName","Mappers.ManagedClusterUpgradeProfile","Parameters.roleName","Mappers.ManagedClusterAccessProfile","Parameters.serverFqdn","Mappers.CredentialResults","Mappers.ManagedCluster","Parameters.commandId","Mappers.RunCommandResult","Mappers.OutboundEnvironmentEndpointCollection","Mappers.TagsObject","Mappers.ManagedClusterServicePrincipalProfile","Mappers.ManagedClusterAADProfile","Mappers.RunCommandRequest","Parameters.nextPageLink","getOperationSpec","Mappers.MaintenanceConfigurationListResult","Parameters.configName","Mappers.MaintenanceConfiguration","getUpgradeProfileOperationSpec","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","listNextOperationSpec","Mappers.AgentPoolListResult","Parameters.agentPoolName","Mappers.AgentPool","Mappers.AgentPoolUpgradeProfile","Mappers.AgentPoolAvailableVersions","Mappers.AgentPoolsUpgradeNodeImageVersionHeaders","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateLinkResourcesListResult","Mappers.PrivateLinkResource","listByResourceGroupOperationSpec","createOrUpdateOperationSpec","deleteMethodOperationSpec","listByResourceGroupNextOperationSpec","Mappers.SnapshotListResult","Mappers.Snapshot","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.ManagedClusters","operations.MaintenanceConfigurations","operations.AgentPools","operations.PrivateEndpointConnections","operations.PrivateLinkResources","operations.ResolvePrivateLinkServiceId","operations.Snapshots"],"mappings":"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"}
|