@azure/arm-deviceprovisioningservices 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +21 -0
- package/README.md +106 -0
- package/dist/arm-deviceprovisioningservices.js +2869 -0
- package/dist/arm-deviceprovisioningservices.js.map +1 -0
- package/dist/arm-deviceprovisioningservices.min.js +1 -0
- package/dist/arm-deviceprovisioningservices.min.js.map +1 -0
- package/esm/iotDpsClient.d.ts +26 -0
- package/esm/iotDpsClient.d.ts.map +1 -0
- package/esm/iotDpsClient.js +39 -0
- package/esm/iotDpsClient.js.map +1 -0
- package/esm/iotDpsClientContext.d.ts +22 -0
- package/esm/iotDpsClientContext.d.ts.map +1 -0
- package/esm/iotDpsClientContext.js +60 -0
- package/esm/iotDpsClientContext.js.map +1 -0
- package/esm/models/dpsCertificateMappers.d.ts +2 -0
- package/esm/models/dpsCertificateMappers.d.ts.map +1 -0
- package/esm/models/dpsCertificateMappers.js +9 -0
- package/esm/models/dpsCertificateMappers.js.map +1 -0
- package/esm/models/index.d.ts +1433 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +8 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/iotDpsResourceMappers.d.ts +2 -0
- package/esm/models/iotDpsResourceMappers.d.ts.map +1 -0
- package/esm/models/iotDpsResourceMappers.js +9 -0
- package/esm/models/iotDpsResourceMappers.js.map +1 -0
- package/esm/models/mappers.d.ts +38 -0
- package/esm/models/mappers.d.ts.map +1 -0
- package/esm/models/mappers.js +1141 -0
- package/esm/models/mappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +2 -0
- package/esm/models/operationsMappers.d.ts.map +1 -0
- package/esm/models/operationsMappers.js +9 -0
- package/esm/models/operationsMappers.js.map +1 -0
- package/esm/models/parameters.d.ts +26 -0
- package/esm/models/parameters.d.ts.map +1 -0
- package/esm/models/parameters.js +272 -0
- package/esm/models/parameters.js.map +1 -0
- package/esm/operations/dpsCertificate.d.ts +188 -0
- package/esm/operations/dpsCertificate.d.ts.map +1 -0
- package/esm/operations/dpsCertificate.js +264 -0
- package/esm/operations/dpsCertificate.js.map +1 -0
- package/esm/operations/index.d.ts +4 -0
- package/esm/operations/index.d.ts.map +1 -0
- package/esm/operations/index.js +12 -0
- package/esm/operations/index.js.map +1 -0
- package/esm/operations/iotDpsResource.d.ts +473 -0
- package/esm/operations/iotDpsResource.d.ts.map +1 -0
- package/esm/operations/iotDpsResource.js +834 -0
- package/esm/operations/iotDpsResource.js.map +1 -0
- package/esm/operations/operations.d.ts +46 -0
- package/esm/operations/operations.d.ts.map +1 -0
- package/esm/operations/operations.js +79 -0
- package/esm/operations/operations.js.map +1 -0
- package/package.json +59 -0
- package/rollup.config.js +37 -0
- package/src/iotDpsClient.ts +51 -0
- package/src/iotDpsClientContext.ts +67 -0
- package/src/models/dpsCertificateMappers.ts +30 -0
- package/src/models/index.ts +1549 -0
- package/src/models/iotDpsResourceMappers.ts +40 -0
- package/src/models/mappers.ts +1181 -0
- package/src/models/operationsMappers.ts +14 -0
- package/src/models/parameters.ts +274 -0
- package/src/operations/dpsCertificate.ts +477 -0
- package/src/operations/index.ts +12 -0
- package/src/operations/iotDpsResource.ts +1310 -0
- package/src/operations/operations.ts +125 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arm-deviceprovisioningservices.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/dpsCertificateMappers.ts","../src/operations/dpsCertificate.ts","../src/models/iotDpsResourceMappers.ts","../src/operations/iotDpsResource.ts","../src/iotDpsClientContext.ts","../src/iotDpsClient.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 * Error response containing message and code.\n */\nexport interface ErrorMesssage {\n /**\n * standard error code\n */\n code?: string;\n /**\n * standard error description\n */\n message?: string;\n /**\n * detailed summary of error\n */\n details?: string;\n}\n\n/**\n * Result of a long running operation.\n */\nexport interface AsyncOperationResult {\n /**\n * current status of a long running operation.\n */\n status?: string;\n /**\n * Error message containing code, description and details\n */\n error?: ErrorMesssage;\n}\n\n/**\n * The description of an X509 CA Certificate.\n */\nexport interface CertificateProperties {\n /**\n * The certificate's subject name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subject?: string;\n /**\n * The certificate's expiration date and time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly expiry?: Date;\n /**\n * The certificate's thumbprint.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly thumbprint?: string;\n /**\n * Determines whether certificate has been verified.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isVerified?: boolean;\n /**\n * base-64 representation of X509 certificate .cer file or just .pem file content.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly certificate?: Uint8Array;\n /**\n * The certificate's creation date and time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly created?: Date;\n /**\n * The certificate's last update date and time.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updated?: Date;\n}\n\n/**\n * The X509 Certificate.\n */\nexport interface CertificateResponse extends BaseResource {\n /**\n * properties of a certificate\n */\n properties?: CertificateProperties;\n /**\n * The resource identifier.\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 certificate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The entity tag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: 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\n/**\n * The JSON-serialized array of Certificate objects.\n */\nexport interface CertificateListDescription {\n /**\n * The array of Certificate objects.\n */\n value?: CertificateResponse[];\n}\n\n/**\n * The JSON-serialized X509 Certificate.\n */\nexport interface CertificateBodyDescription {\n /**\n * Base-64 representation of the X509 leaf certificate .cer file or just .pem file content.\n */\n certificate?: string;\n /**\n * True indicates that the certificate will be created in verified state and proof of possession\n * will not be required.\n */\n isVerified?: boolean;\n}\n\n/**\n * List of possible provisioning service SKUs.\n */\nexport interface IotDpsSkuInfo {\n /**\n * Sku name. Possible values include: 'S1'\n */\n name?: IotDpsSku;\n /**\n * Pricing tier name of the provisioning service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tier?: string;\n /**\n * The number of units to provision\n */\n capacity?: number;\n}\n\n/**\n * The IP filter rules for a provisioning Service.\n */\nexport interface IpFilterRule {\n /**\n * The name of the IP filter rule.\n */\n filterName: string;\n /**\n * The desired action for requests captured by this rule. Possible values include: 'Accept',\n * 'Reject'\n */\n action: IpFilterActionType;\n /**\n * A string that contains the IP address range in CIDR notation for the rule.\n */\n ipMask: string;\n /**\n * Target for requests captured by this rule. Possible values include: 'all', 'serviceApi',\n * 'deviceApi'\n */\n target?: IpFilterTargetType;\n}\n\n/**\n * The private endpoint property of a private endpoint connection\n */\nexport interface PrivateEndpoint {\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * The current state of a private endpoint connection\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * The status of a private endpoint connection. Possible values include: 'Pending', 'Approved',\n * 'Rejected', 'Disconnected'\n */\n status: PrivateLinkServiceConnectionStatus;\n /**\n * The description for the current state of a private endpoint connection\n */\n description: string;\n /**\n * Actions required for a private endpoint connection\n */\n actionsRequired?: string;\n}\n\n/**\n * The properties of a private endpoint connection\n */\nexport interface PrivateEndpointConnectionProperties {\n /**\n * The private endpoint property of a private endpoint connection\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * The current state of a private endpoint connection\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n}\n\n/**\n * The private endpoint connection of a provisioning service\n */\nexport interface PrivateEndpointConnection extends BaseResource {\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource name.\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 properties of a private endpoint connection\n */\n properties: PrivateEndpointConnectionProperties;\n}\n\n/**\n * Description of the IoT hub.\n */\nexport interface IotHubDefinitionDescription {\n /**\n * flag for applying allocationPolicy or not for a given iot hub.\n */\n applyAllocationPolicy?: boolean;\n /**\n * weight to apply for a given iot h.\n */\n allocationWeight?: number;\n /**\n * Host name of the IoT hub.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Connection string of the IoT hub.\n */\n connectionString: string;\n /**\n * ARM region of the IoT hub.\n */\n location: string;\n}\n\n/**\n * Description of the shared access key.\n */\nexport interface SharedAccessSignatureAuthorizationRuleAccessRightsDescription {\n /**\n * Name of the key.\n */\n keyName: string;\n /**\n * Primary SAS key value.\n */\n primaryKey?: string;\n /**\n * Secondary SAS key value.\n */\n secondaryKey?: string;\n /**\n * Rights that this key has. Possible values include: 'ServiceConfig', 'EnrollmentRead',\n * 'EnrollmentWrite', 'DeviceConnect', 'RegistrationStatusRead', 'RegistrationStatusWrite'\n */\n rights: AccessRightsDescription;\n}\n\n/**\n * the service specific properties of a provisioning service, including keys, linked iot hubs,\n * current state, and system generated properties such as hostname and idScope\n */\nexport interface IotDpsPropertiesDescription {\n /**\n * Current state of the provisioning service. Possible values include: 'Activating', 'Active',\n * 'Deleting', 'Deleted', 'ActivationFailed', 'DeletionFailed', 'Transitioning', 'Suspending',\n * 'Suspended', 'Resuming', 'FailingOver', 'FailoverFailed'\n */\n state?: State;\n /**\n * Whether requests from Public Network are allowed. Possible values include: 'Enabled',\n * 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The IP filter rules.\n */\n ipFilterRules?: IpFilterRule[];\n /**\n * Private endpoint connections created on this IotHub\n */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * The ARM provisioning state of the provisioning service.\n */\n provisioningState?: string;\n /**\n * List of IoT hubs associated with this provisioning service.\n */\n iotHubs?: IotHubDefinitionDescription[];\n /**\n * Allocation policy to be used by this provisioning service. Possible values include: 'Hashed',\n * 'GeoLatency', 'Static'\n */\n allocationPolicy?: AllocationPolicy;\n /**\n * Service endpoint for provisioning service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serviceOperationsHostName?: string;\n /**\n * Device endpoint for this provisioning service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceProvisioningHostName?: string;\n /**\n * Unique identifier of this provisioning service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly idScope?: string;\n /**\n * List of authorization keys for a provisioning service.\n */\n authorizationPolicies?: SharedAccessSignatureAuthorizationRuleAccessRightsDescription[];\n}\n\n/**\n * The common properties of an Azure resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource name.\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 resource location.\n */\n location: string;\n /**\n * The resource tags.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The description of the provisioning service.\n */\nexport interface ProvisioningServiceDescription extends Resource {\n /**\n * The Etag field is *not* required. If it is provided in the response body, it must also be\n * provided as a header per the normal ETag convention.\n */\n etag?: string;\n /**\n * Service specific properties for a provisioning service\n */\n properties: IotDpsPropertiesDescription;\n /**\n * Sku info for a provisioning Service.\n */\n sku: IotDpsSkuInfo;\n}\n\n/**\n * The properties for a group information object\n */\nexport interface GroupIdInformationProperties {\n /**\n * The group id\n */\n groupId?: string;\n /**\n * The required members for a specific group id\n */\n requiredMembers?: string[];\n /**\n * The required DNS zones for a specific group id\n */\n requiredZoneNames?: string[];\n}\n\n/**\n * The group information for creating a private endpoint on a provisioning service\n */\nexport interface GroupIdInformation {\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource name.\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 properties for a group information object\n */\n properties: GroupIdInformationProperties;\n}\n\n/**\n * The available private link resources for a provisioning service\n */\nexport interface PrivateLinkResources {\n /**\n * The list of available private link resources for a provisioning service\n */\n value?: GroupIdInformation[];\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft Devices.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * Resource Type: ProvisioningServices.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * 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\n/**\n * Provisioning Service REST API operation.\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{read | write | action | delete}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The object that represents the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * Error details.\n */\nexport interface ErrorDetails {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The HTTP status code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly httpStatusCode?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: string;\n}\n\n/**\n * Available SKUs of tier and units.\n */\nexport interface IotDpsSkuDefinition {\n /**\n * Sku name. Possible values include: 'S1'\n */\n name?: IotDpsSku;\n}\n\n/**\n * Input values for operation results call.\n */\nexport interface OperationInputs {\n /**\n * The name of the Provisioning Service to check.\n */\n name: string;\n}\n\n/**\n * Description of name availability.\n */\nexport interface NameAvailabilityInfo {\n /**\n * specifies if a name is available or not\n */\n nameAvailable?: boolean;\n /**\n * specifies the reason a name is unavailable. Possible values include: 'Invalid',\n * 'AlreadyExists'\n */\n reason?: NameUnavailabilityReason;\n /**\n * message containing a detailed reason name is unavailable\n */\n message?: string;\n}\n\n/**\n * A container holding only the Tags for a resource, allowing the user to update the tags on a\n * Provisioning Service instance.\n */\nexport interface TagsResource {\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * An interface representing VerificationCodeResponseProperties.\n */\nexport interface VerificationCodeResponseProperties {\n /**\n * Verification code.\n */\n verificationCode?: string;\n /**\n * Certificate subject.\n */\n subject?: string;\n /**\n * Code expiry.\n */\n expiry?: string;\n /**\n * Certificate thumbprint.\n */\n thumbprint?: string;\n /**\n * Indicate if the certificate is verified by owner of private key.\n */\n isVerified?: boolean;\n /**\n * base-64 representation of X509 certificate .cer file or just .pem file content.\n */\n certificate?: Uint8Array;\n /**\n * Certificate created time.\n */\n created?: string;\n /**\n * Certificate updated time.\n */\n updated?: string;\n}\n\n/**\n * Description of the response of the verification code.\n */\nexport interface VerificationCodeResponse extends BaseResource {\n /**\n * Name of certificate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Request etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n /**\n * The resource identifier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n properties?: VerificationCodeResponseProperties;\n}\n\n/**\n * The JSON-serialized leaf certificate\n */\nexport interface VerificationCodeRequest {\n /**\n * base-64 representation of X509 certificate .cer file or just .pem file content.\n */\n certificate?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DpsCertificateGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * ETag of the certificate.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DpsCertificateCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * ETag of the certificate. This is required to update an existing certificate, and ignored while\n * creating a brand new certificate.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DpsCertificateDeleteMethodOptionalParams extends msRest.RequestOptionsBase {\n /**\n * This is optional, and it is the Common Name of the certificate.\n */\n certificatename?: string;\n /**\n * Raw data within the certificate.\n */\n certificaterawBytes?: Uint8Array;\n /**\n * Indicates if certificate has been verified by owner of the private key.\n */\n certificateisVerified?: boolean;\n /**\n * A description that mentions the purpose of the certificate. Possible values include:\n * 'clientAuthentication', 'serverAuthentication'\n */\n certificatepurpose?: CertificatePurpose;\n /**\n * Time the certificate is created.\n */\n certificatecreated?: Date;\n /**\n * Time the certificate is last updated.\n */\n certificatelastUpdated?: Date;\n /**\n * Indicates if the certificate contains a private key.\n */\n certificatehasPrivateKey?: boolean;\n /**\n * Random number generated to indicate Proof of Possession.\n */\n certificatenonce?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DpsCertificateGenerateVerificationCodeOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Common Name for the certificate.\n */\n certificatename?: string;\n /**\n * Raw data of certificate.\n */\n certificaterawBytes?: Uint8Array;\n /**\n * Indicates if the certificate has been verified by owner of the private key.\n */\n certificateisVerified?: boolean;\n /**\n * Description mentioning the purpose of the certificate. Possible values include:\n * 'clientAuthentication', 'serverAuthentication'\n */\n certificatepurpose?: CertificatePurpose;\n /**\n * Certificate creation time.\n */\n certificatecreated?: Date;\n /**\n * Certificate last updated time.\n */\n certificatelastUpdated?: Date;\n /**\n * Indicates if the certificate contains private key.\n */\n certificatehasPrivateKey?: boolean;\n /**\n * Random number generated to indicate Proof of Possession.\n */\n certificatenonce?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DpsCertificateVerifyCertificateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Common Name for the certificate.\n */\n certificatename?: string;\n /**\n * Raw data of certificate.\n */\n certificaterawBytes?: Uint8Array;\n /**\n * Indicates if the certificate has been verified by owner of the private key.\n */\n certificateisVerified?: boolean;\n /**\n * Describe the purpose of the certificate. Possible values include: 'clientAuthentication',\n * 'serverAuthentication'\n */\n certificatepurpose?: CertificatePurpose;\n /**\n * Certificate creation time.\n */\n certificatecreated?: Date;\n /**\n * Certificate last updated time.\n */\n certificatelastUpdated?: Date;\n /**\n * Indicates if the certificate contains private key.\n */\n certificatehasPrivateKey?: boolean;\n /**\n * Random number generated to indicate Proof of Possession.\n */\n certificatenonce?: string;\n}\n\n/**\n * An interface representing IotDpsClientOptions.\n */\nexport interface IotDpsClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list provisioning service operations. It contains a list of operations\n * and a URL link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * URL to get the next set of operation list results if there are any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * List of provisioning service descriptions.\n * @extends Array<ProvisioningServiceDescription>\n */\nexport interface ProvisioningServiceDescriptionListResult extends Array<ProvisioningServiceDescription> {\n /**\n * the next link\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * List of available SKUs.\n * @extends Array<IotDpsSkuDefinition>\n */\nexport interface IotDpsSkuDefinitionListResult extends Array<IotDpsSkuDefinition> {\n /**\n * The next link.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * List of shared access keys.\n * @extends Array<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>\n */\nexport interface SharedAccessSignatureAuthorizationRuleListResult extends Array<SharedAccessSignatureAuthorizationRuleAccessRightsDescription> {\n /**\n * The next link.\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 IotDpsSku.\n * Possible values include: 'S1'\n * @readonly\n * @enum {string}\n */\nexport type IotDpsSku = 'S1';\n\n/**\n * Defines values for State.\n * Possible values include: 'Activating', 'Active', 'Deleting', 'Deleted', 'ActivationFailed',\n * 'DeletionFailed', 'Transitioning', 'Suspending', 'Suspended', 'Resuming', 'FailingOver',\n * 'FailoverFailed'\n * @readonly\n * @enum {string}\n */\nexport type State = 'Activating' | 'Active' | 'Deleting' | 'Deleted' | 'ActivationFailed' | 'DeletionFailed' | 'Transitioning' | 'Suspending' | 'Suspended' | 'Resuming' | 'FailingOver' | 'FailoverFailed';\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 IpFilterActionType.\n * Possible values include: 'Accept', 'Reject'\n * @readonly\n * @enum {string}\n */\nexport type IpFilterActionType = 'Accept' | 'Reject';\n\n/**\n * Defines values for IpFilterTargetType.\n * Possible values include: 'all', 'serviceApi', 'deviceApi'\n * @readonly\n * @enum {string}\n */\nexport type IpFilterTargetType = 'all' | 'serviceApi' | 'deviceApi';\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateLinkServiceConnectionStatus = 'Pending' | 'Approved' | 'Rejected' | 'Disconnected';\n\n/**\n * Defines values for AllocationPolicy.\n * Possible values include: 'Hashed', 'GeoLatency', 'Static'\n * @readonly\n * @enum {string}\n */\nexport type AllocationPolicy = 'Hashed' | 'GeoLatency' | 'Static';\n\n/**\n * Defines values for AccessRightsDescription.\n * Possible values include: 'ServiceConfig', 'EnrollmentRead', 'EnrollmentWrite', 'DeviceConnect',\n * 'RegistrationStatusRead', 'RegistrationStatusWrite'\n * @readonly\n * @enum {string}\n */\nexport type AccessRightsDescription = 'ServiceConfig' | 'EnrollmentRead' | 'EnrollmentWrite' | 'DeviceConnect' | 'RegistrationStatusRead' | 'RegistrationStatusWrite';\n\n/**\n * Defines values for NameUnavailabilityReason.\n * Possible values include: 'Invalid', 'AlreadyExists'\n * @readonly\n * @enum {string}\n */\nexport type NameUnavailabilityReason = 'Invalid' | 'AlreadyExists';\n\n/**\n * Defines values for CertificatePurpose.\n * Possible values include: 'clientAuthentication', 'serverAuthentication'\n * @readonly\n * @enum {string}\n */\nexport type CertificatePurpose = 'clientAuthentication' | 'serverAuthentication';\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 listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DpsCertificateGetResponse = CertificateResponse & {\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: CertificateResponse;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DpsCertificateCreateOrUpdateResponse = CertificateResponse & {\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: CertificateResponse;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DpsCertificateListResponse = CertificateListDescription & {\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: CertificateListDescription;\n };\n};\n\n/**\n * Contains response data for the generateVerificationCode operation.\n */\nexport type DpsCertificateGenerateVerificationCodeResponse = VerificationCodeResponse & {\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: VerificationCodeResponse;\n };\n};\n\n/**\n * Contains response data for the verifyCertificate operation.\n */\nexport type DpsCertificateVerifyCertificateResponse = CertificateResponse & {\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: CertificateResponse;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type IotDpsResourceGetResponse = ProvisioningServiceDescription & {\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: ProvisioningServiceDescription;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type IotDpsResourceCreateOrUpdateResponse = ProvisioningServiceDescription & {\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: ProvisioningServiceDescription;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type IotDpsResourceUpdateResponse = ProvisioningServiceDescription & {\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: ProvisioningServiceDescription;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type IotDpsResourceListBySubscriptionResponse = ProvisioningServiceDescriptionListResult & {\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: ProvisioningServiceDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type IotDpsResourceListByResourceGroupResponse = ProvisioningServiceDescriptionListResult & {\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: ProvisioningServiceDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the getOperationResult operation.\n */\nexport type IotDpsResourceGetOperationResultResponse = AsyncOperationResult & {\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: AsyncOperationResult;\n };\n};\n\n/**\n * Contains response data for the listValidSkus operation.\n */\nexport type IotDpsResourceListValidSkusResponse = IotDpsSkuDefinitionListResult & {\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: IotDpsSkuDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the checkProvisioningServiceNameAvailability operation.\n */\nexport type IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse = NameAvailabilityInfo & {\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: NameAvailabilityInfo;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type IotDpsResourceListKeysResponse = SharedAccessSignatureAuthorizationRuleListResult & {\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: SharedAccessSignatureAuthorizationRuleListResult;\n };\n};\n\n/**\n * Contains response data for the listKeysForKeyName operation.\n */\nexport type IotDpsResourceListKeysForKeyNameResponse = SharedAccessSignatureAuthorizationRuleAccessRightsDescription & {\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: SharedAccessSignatureAuthorizationRuleAccessRightsDescription;\n };\n};\n\n/**\n * Contains response data for the listPrivateLinkResources operation.\n */\nexport type IotDpsResourceListPrivateLinkResourcesResponse = PrivateLinkResources & {\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: PrivateLinkResources;\n };\n};\n\n/**\n * Contains response data for the getPrivateLinkResources operation.\n */\nexport type IotDpsResourceGetPrivateLinkResourcesResponse = GroupIdInformation & {\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: GroupIdInformation;\n };\n};\n\n/**\n * Contains response data for the listPrivateEndpointConnections operation.\n */\nexport type IotDpsResourceListPrivateEndpointConnectionsResponse = Array<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 getPrivateEndpointConnection operation.\n */\nexport type IotDpsResourceGetPrivateEndpointConnectionResponse = 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 createOrUpdatePrivateEndpointConnection operation.\n */\nexport type IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse = 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 deletePrivateEndpointConnection operation.\n */\nexport type IotDpsResourceDeletePrivateEndpointConnectionResponse = 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 beginCreateOrUpdate operation.\n */\nexport type IotDpsResourceBeginCreateOrUpdateResponse = ProvisioningServiceDescription & {\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: ProvisioningServiceDescription;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type IotDpsResourceBeginUpdateResponse = ProvisioningServiceDescription & {\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: ProvisioningServiceDescription;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdatePrivateEndpointConnection operation.\n */\nexport type IotDpsResourceBeginCreateOrUpdatePrivateEndpointConnectionResponse = 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 beginDeletePrivateEndpointConnection operation.\n */\nexport type IotDpsResourceBeginDeletePrivateEndpointConnectionResponse = 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 listBySubscriptionNext operation.\n */\nexport type IotDpsResourceListBySubscriptionNextResponse = ProvisioningServiceDescriptionListResult & {\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: ProvisioningServiceDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type IotDpsResourceListByResourceGroupNextResponse = ProvisioningServiceDescriptionListResult & {\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: ProvisioningServiceDescriptionListResult;\n };\n};\n\n/**\n * Contains response data for the listValidSkusNext operation.\n */\nexport type IotDpsResourceListValidSkusNextResponse = IotDpsSkuDefinitionListResult & {\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: IotDpsSkuDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listKeysNext operation.\n */\nexport type IotDpsResourceListKeysNextResponse = SharedAccessSignatureAuthorizationRuleListResult & {\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: SharedAccessSignatureAuthorizationRuleListResult;\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 ErrorMesssage: msRest.CompositeMapper = {\n serializedName: \"ErrorMesssage\",\n type: {\n name: \"Composite\",\n className: \"ErrorMesssage\",\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 details: {\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AsyncOperationResult: msRest.CompositeMapper = {\n serializedName: \"AsyncOperationResult\",\n type: {\n name: \"Composite\",\n className: \"AsyncOperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorMesssage\"\n }\n }\n }\n }\n};\n\nexport const CertificateProperties: msRest.CompositeMapper = {\n serializedName: \"CertificateProperties\",\n type: {\n name: \"Composite\",\n className: \"CertificateProperties\",\n modelProperties: {\n subject: {\n readOnly: true,\n serializedName: \"subject\",\n type: {\n name: \"String\"\n }\n },\n expiry: {\n readOnly: true,\n serializedName: \"expiry\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n thumbprint: {\n readOnly: true,\n serializedName: \"thumbprint\",\n type: {\n name: \"String\"\n }\n },\n isVerified: {\n readOnly: true,\n serializedName: \"isVerified\",\n type: {\n name: \"Boolean\"\n }\n },\n certificate: {\n readOnly: true,\n serializedName: \"certificate\",\n type: {\n name: \"ByteArray\"\n }\n },\n created: {\n readOnly: true,\n serializedName: \"created\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n },\n updated: {\n readOnly: true,\n serializedName: \"updated\",\n type: {\n name: \"DateTimeRfc1123\"\n }\n }\n }\n }\n};\n\nexport const CertificateResponse: msRest.CompositeMapper = {\n serializedName: \"CertificateResponse\",\n type: {\n name: \"Composite\",\n className: \"CertificateResponse\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CertificateProperties\"\n }\n },\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 etag: {\n readOnly: true,\n serializedName: \"etag\",\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 CertificateListDescription: msRest.CompositeMapper = {\n serializedName: \"CertificateListDescription\",\n type: {\n name: \"Composite\",\n className: \"CertificateListDescription\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CertificateResponse\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CertificateBodyDescription: msRest.CompositeMapper = {\n serializedName: \"CertificateBodyDescription\",\n type: {\n name: \"Composite\",\n className: \"CertificateBodyDescription\",\n modelProperties: {\n certificate: {\n serializedName: \"certificate\",\n type: {\n name: \"String\"\n }\n },\n isVerified: {\n serializedName: \"isVerified\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const IotDpsSkuInfo: msRest.CompositeMapper = {\n serializedName: \"IotDpsSkuInfo\",\n type: {\n name: \"Composite\",\n className: \"IotDpsSkuInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const IpFilterRule: msRest.CompositeMapper = {\n serializedName: \"IpFilterRule\",\n type: {\n name: \"Composite\",\n className: \"IpFilterRule\",\n modelProperties: {\n filterName: {\n required: true,\n serializedName: \"filterName\",\n type: {\n name: \"String\"\n }\n },\n action: {\n required: true,\n serializedName: \"action\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accept\",\n \"Reject\"\n ]\n }\n },\n ipMask: {\n required: true,\n serializedName: \"ipMask\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"all\",\n \"serviceApi\",\n \"deviceApi\"\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 readOnly: true,\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 required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n required: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\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 constraints: {\n Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/\n },\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\"\n }\n }\n }\n }\n};\n\nexport const IotHubDefinitionDescription: msRest.CompositeMapper = {\n serializedName: \"IotHubDefinitionDescription\",\n type: {\n name: \"Composite\",\n className: \"IotHubDefinitionDescription\",\n modelProperties: {\n applyAllocationPolicy: {\n serializedName: \"applyAllocationPolicy\",\n type: {\n name: \"Boolean\"\n }\n },\n allocationWeight: {\n serializedName: \"allocationWeight\",\n type: {\n name: \"Number\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n connectionString: {\n required: true,\n serializedName: \"connectionString\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SharedAccessSignatureAuthorizationRuleAccessRightsDescription: msRest.CompositeMapper = {\n serializedName: \"SharedAccessSignatureAuthorizationRule_AccessRightsDescription_\",\n type: {\n name: \"Composite\",\n className: \"SharedAccessSignatureAuthorizationRuleAccessRightsDescription\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n type: {\n name: \"String\"\n }\n },\n rights: {\n required: true,\n serializedName: \"rights\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IotDpsPropertiesDescription: msRest.CompositeMapper = {\n serializedName: \"IotDpsPropertiesDescription\",\n type: {\n name: \"Composite\",\n className: \"IotDpsPropertiesDescription\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n ipFilterRules: {\n serializedName: \"ipFilterRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpFilterRule\"\n }\n }\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n iotHubs: {\n serializedName: \"iotHubs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IotHubDefinitionDescription\"\n }\n }\n }\n },\n allocationPolicy: {\n serializedName: \"allocationPolicy\",\n type: {\n name: \"String\"\n }\n },\n serviceOperationsHostName: {\n readOnly: true,\n serializedName: \"serviceOperationsHostName\",\n type: {\n name: \"String\"\n }\n },\n deviceProvisioningHostName: {\n readOnly: true,\n serializedName: \"deviceProvisioningHostName\",\n type: {\n name: \"String\"\n }\n },\n idScope: {\n readOnly: true,\n serializedName: \"idScope\",\n type: {\n name: \"String\"\n }\n },\n authorizationPolicies: {\n serializedName: \"authorizationPolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedAccessSignatureAuthorizationRuleAccessRightsDescription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n constraints: {\n Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/\n },\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 ProvisioningServiceDescription: msRest.CompositeMapper = {\n serializedName: \"ProvisioningServiceDescription\",\n type: {\n name: \"Composite\",\n className: \"ProvisioningServiceDescription\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"IotDpsPropertiesDescription\"\n }\n },\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"IotDpsSkuInfo\"\n }\n }\n }\n }\n};\n\nexport const GroupIdInformationProperties: msRest.CompositeMapper = {\n serializedName: \"GroupIdInformationProperties\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationProperties\",\n modelProperties: {\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 requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GroupIdInformation: msRest.CompositeMapper = {\n serializedName: \"GroupIdInformation\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformation\",\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 constraints: {\n Pattern: /^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$/\n },\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n required: true,\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationProperties\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResources: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResources\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResources\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupIdInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetails: msRest.CompositeMapper = {\n serializedName: \"ErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n httpStatusCode: {\n readOnly: true,\n serializedName: \"httpStatusCode\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IotDpsSkuDefinition: msRest.CompositeMapper = {\n serializedName: \"IotDpsSkuDefinition\",\n type: {\n name: \"Composite\",\n className: \"IotDpsSkuDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationInputs: msRest.CompositeMapper = {\n serializedName: \"OperationInputs\",\n type: {\n name: \"Composite\",\n className: \"OperationInputs\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityInfo: msRest.CompositeMapper = {\n serializedName: \"NameAvailabilityInfo\",\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityInfo\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TagsResource: msRest.CompositeMapper = {\n serializedName: \"TagsResource\",\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\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 VerificationCodeResponseProperties: msRest.CompositeMapper = {\n serializedName: \"VerificationCodeResponse_properties\",\n type: {\n name: \"Composite\",\n className: \"VerificationCodeResponseProperties\",\n modelProperties: {\n verificationCode: {\n serializedName: \"verificationCode\",\n type: {\n name: \"String\"\n }\n },\n subject: {\n serializedName: \"subject\",\n type: {\n name: \"String\"\n }\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"String\"\n }\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n type: {\n name: \"String\"\n }\n },\n isVerified: {\n serializedName: \"isVerified\",\n type: {\n name: \"Boolean\"\n }\n },\n certificate: {\n serializedName: \"certificate\",\n type: {\n name: \"ByteArray\"\n }\n },\n created: {\n serializedName: \"created\",\n type: {\n name: \"String\"\n }\n },\n updated: {\n serializedName: \"updated\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VerificationCodeResponse: msRest.CompositeMapper = {\n serializedName: \"VerificationCodeResponse\",\n type: {\n name: \"Composite\",\n className: \"VerificationCodeResponse\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VerificationCodeResponseProperties\"\n }\n }\n }\n }\n};\n\nexport const VerificationCodeRequest: msRest.CompositeMapper = {\n serializedName: \"VerificationCodeRequest\",\n type: {\n name: \"Composite\",\n className: \"VerificationCodeRequest\",\n modelProperties: {\n certificate: {\n serializedName: \"certificate\",\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: \"Operation\"\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 ProvisioningServiceDescriptionListResult: msRest.CompositeMapper = {\n serializedName: \"ProvisioningServiceDescriptionListResult\",\n type: {\n name: \"Composite\",\n className: \"ProvisioningServiceDescriptionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProvisioningServiceDescription\"\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 IotDpsSkuDefinitionListResult: msRest.CompositeMapper = {\n serializedName: \"IotDpsSkuDefinitionListResult\",\n type: {\n name: \"Composite\",\n className: \"IotDpsSkuDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IotDpsSkuDefinition\"\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 SharedAccessSignatureAuthorizationRuleListResult: msRest.CompositeMapper = {\n serializedName: \"SharedAccessSignatureAuthorizationRuleListResult\",\n type: {\n name: \"Composite\",\n className: \"SharedAccessSignatureAuthorizationRuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SharedAccessSignatureAuthorizationRuleAccessRightsDescription\"\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 ErrorDetails,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const asyncinfo: msRest.OperationQueryParameter = {\n parameterPath: \"asyncinfo\",\n mapper: {\n required: true,\n serializedName: \"asyncinfo\",\n defaultValue: 'true',\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificatecreated: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificatecreated\"\n ],\n mapper: {\n serializedName: \"certificate.created\",\n type: {\n name: \"DateTime\"\n }\n }\n};\nexport const certificatehasPrivateKey: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificatehasPrivateKey\"\n ],\n mapper: {\n serializedName: \"certificate.hasPrivateKey\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const certificateisVerified: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificateisVerified\"\n ],\n mapper: {\n serializedName: \"certificate.isVerified\",\n type: {\n name: \"Boolean\"\n }\n }\n};\nexport const certificatelastUpdated: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificatelastUpdated\"\n ],\n mapper: {\n serializedName: \"certificate.lastUpdated\",\n type: {\n name: \"DateTime\"\n }\n }\n};\nexport const certificatename: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificatename\"\n ],\n mapper: {\n serializedName: \"certificate.name\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificateName0: msRest.OperationURLParameter = {\n parameterPath: \"certificateName\",\n mapper: {\n required: true,\n serializedName: \"certificateName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificateName1: msRest.OperationURLParameter = {\n parameterPath: \"certificateName\",\n mapper: {\n required: true,\n serializedName: \"certificateName\",\n constraints: {\n MaxLength: 256\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificatenonce: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificatenonce\"\n ],\n mapper: {\n serializedName: \"certificate.nonce\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificatepurpose: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificatepurpose\"\n ],\n mapper: {\n serializedName: \"certificate.purpose\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const certificaterawBytes: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"certificaterawBytes\"\n ],\n mapper: {\n serializedName: \"certificate.rawBytes\",\n type: {\n name: \"ByteArray\"\n }\n }\n};\nexport const groupId: msRest.OperationURLParameter = {\n parameterPath: \"groupId\",\n mapper: {\n required: true,\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch0: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"ifMatch\"\n ],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch1: msRest.OperationParameter = {\n parameterPath: \"ifMatch\",\n mapper: {\n required: true,\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const keyName: msRest.OperationURLParameter = {\n parameterPath: \"keyName\",\n mapper: {\n required: true,\n serializedName: \"keyName\",\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 operationId: msRest.OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n required: true,\n serializedName: \"operationId\",\n type: {\n name: \"String\"\n }\n }\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 provisioningServiceName: msRest.OperationURLParameter = {\n parameterPath: \"provisioningServiceName\",\n mapper: {\n required: true,\n serializedName: \"provisioningServiceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceName: msRest.OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n required: true,\n serializedName: \"resourceName\",\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 { IotDpsClientContext } from \"../iotDpsClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: IotDpsClientContext;\n\n /**\n * Create a Operations.\n * @param {IotDpsClientContext} client Reference to the service client.\n */\n constructor(client: IotDpsClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Microsoft.Devices REST API 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 * Lists all of the available Microsoft.Devices REST API operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Devices/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.ErrorDetails\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.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BaseResource,\n CertificateBodyDescription,\n CertificateListDescription,\n CertificateProperties,\n CertificateResponse,\n ErrorDetails,\n IotDpsPropertiesDescription,\n IotDpsSkuInfo,\n IotHubDefinitionDescription,\n IpFilterRule,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkServiceConnectionState,\n ProvisioningServiceDescription,\n Resource,\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription,\n VerificationCodeRequest,\n VerificationCodeResponse,\n VerificationCodeResponseProperties\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/dpsCertificateMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { IotDpsClientContext } from \"../iotDpsClientContext\";\n\n/** Class representing a DpsCertificate. */\nexport class DpsCertificate {\n private readonly client: IotDpsClientContext;\n\n /**\n * Create a DpsCertificate.\n * @param {IotDpsClientContext} client Reference to the service client.\n */\n constructor(client: IotDpsClientContext) {\n this.client = client;\n }\n\n /**\n * Get the certificate from the provisioning service.\n * @param certificateName Name of the certificate to retrieve.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of the provisioning service the certificate is associated\n * with.\n * @param [options] The optional parameters\n * @returns Promise<Models.DpsCertificateGetResponse>\n */\n get(certificateName: string, resourceGroupName: string, provisioningServiceName: string, options?: Models.DpsCertificateGetOptionalParams): Promise<Models.DpsCertificateGetResponse>;\n /**\n * @param certificateName Name of the certificate to retrieve.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of the provisioning service the certificate is associated\n * with.\n * @param callback The callback\n */\n get(certificateName: string, resourceGroupName: string, provisioningServiceName: string, callback: msRest.ServiceCallback<Models.CertificateResponse>): void;\n /**\n * @param certificateName Name of the certificate to retrieve.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of the provisioning service the certificate is associated\n * with.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(certificateName: string, resourceGroupName: string, provisioningServiceName: string, options: Models.DpsCertificateGetOptionalParams, callback: msRest.ServiceCallback<Models.CertificateResponse>): void;\n get(certificateName: string, resourceGroupName: string, provisioningServiceName: string, options?: Models.DpsCertificateGetOptionalParams | msRest.ServiceCallback<Models.CertificateResponse>, callback?: msRest.ServiceCallback<Models.CertificateResponse>): Promise<Models.DpsCertificateGetResponse> {\n return this.client.sendOperationRequest(\n {\n certificateName,\n resourceGroupName,\n provisioningServiceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DpsCertificateGetResponse>;\n }\n\n /**\n * Add new certificate or update an existing certificate.\n * @summary Upload the certificate to the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName The name of the certificate create or update.\n * @param certificateDescription The certificate body.\n * @param [options] The optional parameters\n * @returns Promise<Models.DpsCertificateCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, provisioningServiceName: string, certificateName: string, certificateDescription: Models.CertificateBodyDescription, options?: Models.DpsCertificateCreateOrUpdateOptionalParams): Promise<Models.DpsCertificateCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName The name of the certificate create or update.\n * @param certificateDescription The certificate body.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, provisioningServiceName: string, certificateName: string, certificateDescription: Models.CertificateBodyDescription, callback: msRest.ServiceCallback<Models.CertificateResponse>): void;\n /**\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName The name of the certificate create or update.\n * @param certificateDescription The certificate body.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, provisioningServiceName: string, certificateName: string, certificateDescription: Models.CertificateBodyDescription, options: Models.DpsCertificateCreateOrUpdateOptionalParams, callback: msRest.ServiceCallback<Models.CertificateResponse>): void;\n createOrUpdate(resourceGroupName: string, provisioningServiceName: string, certificateName: string, certificateDescription: Models.CertificateBodyDescription, options?: Models.DpsCertificateCreateOrUpdateOptionalParams | msRest.ServiceCallback<Models.CertificateResponse>, callback?: msRest.ServiceCallback<Models.CertificateResponse>): Promise<Models.DpsCertificateCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n provisioningServiceName,\n certificateName,\n certificateDescription,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.DpsCertificateCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the specified certificate associated with the Provisioning Service\n * @summary Delete the Provisioning Service Certificate.\n * @param resourceGroupName Resource group identifier.\n * @param ifMatch ETag of the certificate\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName This is a mandatory field, and is the logical name of the certificate\n * that the provisioning service will access by.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, ifMatch: string, provisioningServiceName: string, certificateName: string, options?: Models.DpsCertificateDeleteMethodOptionalParams): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Resource group identifier.\n * @param ifMatch ETag of the certificate\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName This is a mandatory field, and is the logical name of the certificate\n * that the provisioning service will access by.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, ifMatch: string, provisioningServiceName: string, certificateName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Resource group identifier.\n * @param ifMatch ETag of the certificate\n * @param provisioningServiceName The name of the provisioning service.\n * @param certificateName This is a mandatory field, and is the logical name of the certificate\n * that the provisioning service will access by.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, ifMatch: string, provisioningServiceName: string, certificateName: string, options: Models.DpsCertificateDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, ifMatch: string, provisioningServiceName: string, certificateName: string, options?: Models.DpsCertificateDeleteMethodOptionalParams | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n ifMatch,\n provisioningServiceName,\n certificateName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Get all the certificates tied to the provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param provisioningServiceName Name of provisioning service to retrieve certificates for.\n * @param [options] The optional parameters\n * @returns Promise<Models.DpsCertificateListResponse>\n */\n list(resourceGroupName: string, provisioningServiceName: string, options?: msRest.RequestOptionsBase): Promise<Models.DpsCertificateListResponse>;\n /**\n * @param resourceGroupName Name of resource group.\n * @param provisioningServiceName Name of provisioning service to retrieve certificates for.\n * @param callback The callback\n */\n list(resourceGroupName: string, provisioningServiceName: string, callback: msRest.ServiceCallback<Models.CertificateListDescription>): void;\n /**\n * @param resourceGroupName Name of resource group.\n * @param provisioningServiceName Name of provisioning service to retrieve certificates for.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, provisioningServiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CertificateListDescription>): void;\n list(resourceGroupName: string, provisioningServiceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CertificateListDescription>, callback?: msRest.ServiceCallback<Models.CertificateListDescription>): Promise<Models.DpsCertificateListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n provisioningServiceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.DpsCertificateListResponse>;\n }\n\n /**\n * Generate verification code for Proof of Possession.\n * @param certificateName The mandatory logical name of the certificate, that the provisioning\n * service uses to access.\n * @param ifMatch ETag of the certificate. This is required to update an existing certificate, and\n * ignored while creating a brand new certificate.\n * @param resourceGroupName name of resource group.\n * @param provisioningServiceName Name of provisioning service.\n * @param [options] The optional parameters\n * @returns Promise<Models.DpsCertificateGenerateVerificationCodeResponse>\n */\n generateVerificationCode(certificateName: string, ifMatch: string, resourceGroupName: string, provisioningServiceName: string, options?: Models.DpsCertificateGenerateVerificationCodeOptionalParams): Promise<Models.DpsCertificateGenerateVerificationCodeResponse>;\n /**\n * @param certificateName The mandatory logical name of the certificate, that the provisioning\n * service uses to access.\n * @param ifMatch ETag of the certificate. This is required to update an existing certificate, and\n * ignored while creating a brand new certificate.\n * @param resourceGroupName name of resource group.\n * @param provisioningServiceName Name of provisioning service.\n * @param callback The callback\n */\n generateVerificationCode(certificateName: string, ifMatch: string, resourceGroupName: string, provisioningServiceName: string, callback: msRest.ServiceCallback<Models.VerificationCodeResponse>): void;\n /**\n * @param certificateName The mandatory logical name of the certificate, that the provisioning\n * service uses to access.\n * @param ifMatch ETag of the certificate. This is required to update an existing certificate, and\n * ignored while creating a brand new certificate.\n * @param resourceGroupName name of resource group.\n * @param provisioningServiceName Name of provisioning service.\n * @param options The optional parameters\n * @param callback The callback\n */\n generateVerificationCode(certificateName: string, ifMatch: string, resourceGroupName: string, provisioningServiceName: string, options: Models.DpsCertificateGenerateVerificationCodeOptionalParams, callback: msRest.ServiceCallback<Models.VerificationCodeResponse>): void;\n generateVerificationCode(certificateName: string, ifMatch: string, resourceGroupName: string, provisioningServiceName: string, options?: Models.DpsCertificateGenerateVerificationCodeOptionalParams | msRest.ServiceCallback<Models.VerificationCodeResponse>, callback?: msRest.ServiceCallback<Models.VerificationCodeResponse>): Promise<Models.DpsCertificateGenerateVerificationCodeResponse> {\n return this.client.sendOperationRequest(\n {\n certificateName,\n ifMatch,\n resourceGroupName,\n provisioningServiceName,\n options\n },\n generateVerificationCodeOperationSpec,\n callback) as Promise<Models.DpsCertificateGenerateVerificationCodeResponse>;\n }\n\n /**\n * Verifies the certificate's private key possession by providing the leaf cert issued by the\n * verifying pre uploaded certificate.\n * @summary Verify certificate's private key possession.\n * @param certificateName The mandatory logical name of the certificate, that the provisioning\n * service uses to access.\n * @param ifMatch ETag of the certificate.\n * @param request The name of the certificate\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Provisioning service name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DpsCertificateVerifyCertificateResponse>\n */\n verifyCertificate(certificateName: string, ifMatch: string, request: Models.VerificationCodeRequest, resourceGroupName: string, provisioningServiceName: string, options?: Models.DpsCertificateVerifyCertificateOptionalParams): Promise<Models.DpsCertificateVerifyCertificateResponse>;\n /**\n * @param certificateName The mandatory logical name of the certificate, that the provisioning\n * service uses to access.\n * @param ifMatch ETag of the certificate.\n * @param request The name of the certificate\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Provisioning service name.\n * @param callback The callback\n */\n verifyCertificate(certificateName: string, ifMatch: string, request: Models.VerificationCodeRequest, resourceGroupName: string, provisioningServiceName: string, callback: msRest.ServiceCallback<Models.CertificateResponse>): void;\n /**\n * @param certificateName The mandatory logical name of the certificate, that the provisioning\n * service uses to access.\n * @param ifMatch ETag of the certificate.\n * @param request The name of the certificate\n * @param resourceGroupName Resource group name.\n * @param provisioningServiceName Provisioning service name.\n * @param options The optional parameters\n * @param callback The callback\n */\n verifyCertificate(certificateName: string, ifMatch: string, request: Models.VerificationCodeRequest, resourceGroupName: string, provisioningServiceName: string, options: Models.DpsCertificateVerifyCertificateOptionalParams, callback: msRest.ServiceCallback<Models.CertificateResponse>): void;\n verifyCertificate(certificateName: string, ifMatch: string, request: Models.VerificationCodeRequest, resourceGroupName: string, provisioningServiceName: string, options?: Models.DpsCertificateVerifyCertificateOptionalParams | msRest.ServiceCallback<Models.CertificateResponse>, callback?: msRest.ServiceCallback<Models.CertificateResponse>): Promise<Models.DpsCertificateVerifyCertificateResponse> {\n return this.client.sendOperationRequest(\n {\n certificateName,\n ifMatch,\n request,\n resourceGroupName,\n provisioningServiceName,\n options\n },\n verifyCertificateOperationSpec,\n callback) as Promise<Models.DpsCertificateVerifyCertificateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.certificateName0,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch0,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName,\n Parameters.certificateName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch0,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"certificateDescription\",\n mapper: {\n ...Mappers.CertificateBodyDescription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName,\n Parameters.certificateName0\n ],\n queryParameters: [\n Parameters.certificatename,\n Parameters.certificaterawBytes,\n Parameters.certificateisVerified,\n Parameters.certificatepurpose,\n Parameters.certificatecreated,\n Parameters.certificatelastUpdated,\n Parameters.certificatehasPrivateKey,\n Parameters.certificatenonce,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch1,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateListDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst generateVerificationCodeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/generateVerificationCode\",\n urlParameters: [\n Parameters.certificateName0,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.certificatename,\n Parameters.certificaterawBytes,\n Parameters.certificateisVerified,\n Parameters.certificatepurpose,\n Parameters.certificatecreated,\n Parameters.certificatelastUpdated,\n Parameters.certificatehasPrivateKey,\n Parameters.certificatenonce,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch1,\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VerificationCodeResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst verifyCertificateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/verify\",\n urlParameters: [\n Parameters.certificateName0,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.certificatename,\n Parameters.certificaterawBytes,\n Parameters.certificateisVerified,\n Parameters.certificatepurpose,\n Parameters.certificatecreated,\n Parameters.certificatelastUpdated,\n Parameters.certificatehasPrivateKey,\n Parameters.certificatenonce,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch1,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"request\",\n mapper: {\n ...Mappers.VerificationCodeRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CertificateResponse\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\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 AsyncOperationResult,\n BaseResource,\n CertificateProperties,\n CertificateResponse,\n CloudError,\n ErrorDetails,\n ErrorMesssage,\n GroupIdInformation,\n GroupIdInformationProperties,\n IotDpsPropertiesDescription,\n IotDpsSkuDefinition,\n IotDpsSkuDefinitionListResult,\n IotDpsSkuInfo,\n IotHubDefinitionDescription,\n IpFilterRule,\n NameAvailabilityInfo,\n OperationInputs,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResources,\n PrivateLinkServiceConnectionState,\n ProvisioningServiceDescription,\n ProvisioningServiceDescriptionListResult,\n Resource,\n SharedAccessSignatureAuthorizationRuleAccessRightsDescription,\n SharedAccessSignatureAuthorizationRuleListResult,\n TagsResource,\n VerificationCodeResponse,\n VerificationCodeResponseProperties\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/iotDpsResourceMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { IotDpsClientContext } from \"../iotDpsClientContext\";\n\n/** Class representing a IotDpsResource. */\nexport class IotDpsResource {\n private readonly client: IotDpsClientContext;\n\n /**\n * Create a IotDpsResource.\n * @param {IotDpsClientContext} client Reference to the service client.\n */\n constructor(client: IotDpsClientContext) {\n this.client = client;\n }\n\n /**\n * Get the metadata of the provisioning service without SAS keys.\n * @summary Get the non-security related metadata of the provisioning service.\n * @param provisioningServiceName Name of the provisioning service to retrieve.\n * @param resourceGroupName Resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceGetResponse>\n */\n get(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceGetResponse>;\n /**\n * @param provisioningServiceName Name of the provisioning service to retrieve.\n * @param resourceGroupName Resource group name.\n * @param callback The callback\n */\n get(provisioningServiceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescription>): void;\n /**\n * @param provisioningServiceName Name of the provisioning service to retrieve.\n * @param resourceGroupName Resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(provisioningServiceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescription>): void;\n get(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProvisioningServiceDescription>, callback?: msRest.ServiceCallback<Models.ProvisioningServiceDescription>): Promise<Models.IotDpsResourceGetResponse> {\n return this.client.sendOperationRequest(\n {\n provisioningServiceName,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.IotDpsResourceGetResponse>;\n }\n\n /**\n * Create or update the metadata of the provisioning service. The usual pattern to modify a\n * property is to retrieve the provisioning service metadata and security metadata, and then\n * combine them with the modified values in a new body to update the provisioning service.\n * @summary Create or update the metadata of the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param iotDpsDescription Description of the provisioning service to create or update.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, provisioningServiceName: string, iotDpsDescription: Models.ProvisioningServiceDescription, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,provisioningServiceName,iotDpsDescription,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.IotDpsResourceCreateOrUpdateResponse>;\n }\n\n /**\n * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate\n * method\n * @summary Update an existing provisioning service's tags.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param provisioningServiceTags Updated tag information to set into the provisioning service\n * instance.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceUpdateResponse>\n */\n update(resourceGroupName: string, provisioningServiceName: string, provisioningServiceTags: Models.TagsResource, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceUpdateResponse> {\n return this.beginUpdate(resourceGroupName,provisioningServiceName,provisioningServiceTags,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.IotDpsResourceUpdateResponse>;\n }\n\n /**\n * Deletes the Provisioning Service.\n * @summary Delete the Provisioning Service\n * @param provisioningServiceName Name of provisioning service to delete.\n * @param resourceGroupName Resource group identifier.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(provisioningServiceName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * List all the provisioning services for a given subscription id.\n * @summary Get all the provisioning services in a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListBySubscriptionResponse>\n */\n listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): void;\n listBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): Promise<Models.IotDpsResourceListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.IotDpsResourceListBySubscriptionResponse>;\n }\n\n /**\n * Get a list of all provisioning services in the given resource group.\n * @param resourceGroupName Resource group identifier.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListByResourceGroupResponse>;\n /**\n * @param resourceGroupName Resource group identifier.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): void;\n /**\n * @param resourceGroupName Resource group identifier.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): Promise<Models.IotDpsResourceListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.IotDpsResourceListByResourceGroupResponse>;\n }\n\n /**\n * Gets the status of a long running operation, such as create, update or delete a provisioning\n * service.\n * @param operationId Operation id corresponding to long running operation. Use this to poll for\n * the status.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service that the operation is running on.\n * @param asyncinfo Async header used to poll on the status of the operation, obtained while\n * creating the long running operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceGetOperationResultResponse>\n */\n getOperationResult(operationId: string, resourceGroupName: string, provisioningServiceName: string, asyncinfo: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceGetOperationResultResponse>;\n /**\n * @param operationId Operation id corresponding to long running operation. Use this to poll for\n * the status.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service that the operation is running on.\n * @param asyncinfo Async header used to poll on the status of the operation, obtained while\n * creating the long running operation.\n * @param callback The callback\n */\n getOperationResult(operationId: string, resourceGroupName: string, provisioningServiceName: string, asyncinfo: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n /**\n * @param operationId Operation id corresponding to long running operation. Use this to poll for\n * the status.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service that the operation is running on.\n * @param asyncinfo Async header used to poll on the status of the operation, obtained while\n * creating the long running operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n getOperationResult(operationId: string, resourceGroupName: string, provisioningServiceName: string, asyncinfo: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;\n getOperationResult(operationId: string, resourceGroupName: string, provisioningServiceName: string, asyncinfo: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AsyncOperationResult>, callback?: msRest.ServiceCallback<Models.AsyncOperationResult>): Promise<Models.IotDpsResourceGetOperationResultResponse> {\n return this.client.sendOperationRequest(\n {\n operationId,\n resourceGroupName,\n provisioningServiceName,\n asyncinfo,\n options\n },\n getOperationResultOperationSpec,\n callback) as Promise<Models.IotDpsResourceGetOperationResultResponse>;\n }\n\n /**\n * Gets the list of valid SKUs and tiers for a provisioning service.\n * @summary Get the list of valid SKUs for a provisioning service.\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListValidSkusResponse>\n */\n listValidSkus(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListValidSkusResponse>;\n /**\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param callback The callback\n */\n listValidSkus(provisioningServiceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>): void;\n /**\n * @param provisioningServiceName Name of provisioning service.\n * @param resourceGroupName Name of resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listValidSkus(provisioningServiceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>): void;\n listValidSkus(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>, callback?: msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>): Promise<Models.IotDpsResourceListValidSkusResponse> {\n return this.client.sendOperationRequest(\n {\n provisioningServiceName,\n resourceGroupName,\n options\n },\n listValidSkusOperationSpec,\n callback) as Promise<Models.IotDpsResourceListValidSkusResponse>;\n }\n\n /**\n * Check if a provisioning service name is available. This will validate if the name is\n * syntactically valid and if the name is usable\n * @summary Check if a provisioning service name is available.\n * @param argumentsParameter Set the name parameter in the OperationInputs structure to the name of\n * the provisioning service to check.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse>\n */\n checkProvisioningServiceNameAvailability(argumentsParameter: Models.OperationInputs, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse>;\n /**\n * @param argumentsParameter Set the name parameter in the OperationInputs structure to the name of\n * the provisioning service to check.\n * @param callback The callback\n */\n checkProvisioningServiceNameAvailability(argumentsParameter: Models.OperationInputs, callback: msRest.ServiceCallback<Models.NameAvailabilityInfo>): void;\n /**\n * @param argumentsParameter Set the name parameter in the OperationInputs structure to the name of\n * the provisioning service to check.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkProvisioningServiceNameAvailability(argumentsParameter: Models.OperationInputs, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NameAvailabilityInfo>): void;\n checkProvisioningServiceNameAvailability(argumentsParameter: Models.OperationInputs, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NameAvailabilityInfo>, callback?: msRest.ServiceCallback<Models.NameAvailabilityInfo>): Promise<Models.IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n {\n argumentsParameter,\n options\n },\n checkProvisioningServiceNameAvailabilityOperationSpec,\n callback) as Promise<Models.IotDpsResourceCheckProvisioningServiceNameAvailabilityResponse>;\n }\n\n /**\n * List the primary and secondary keys for a provisioning service.\n * @summary Get the security metadata for a provisioning service.\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListKeysResponse>\n */\n listKeys(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListKeysResponse>;\n /**\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param callback The callback\n */\n listKeys(provisioningServiceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>): void;\n /**\n * @param provisioningServiceName The provisioning service name to get the shared access keys for.\n * @param resourceGroupName resource group name\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(provisioningServiceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>): void;\n listKeys(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>, callback?: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>): Promise<Models.IotDpsResourceListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n provisioningServiceName,\n resourceGroupName,\n options\n },\n listKeysOperationSpec,\n callback) as Promise<Models.IotDpsResourceListKeysResponse>;\n }\n\n /**\n * List primary and secondary keys for a specific key name\n * @summary Get a shared access policy by name from a provisioning service.\n * @param provisioningServiceName Name of the provisioning service.\n * @param keyName Logical key name to get key-values for.\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListKeysForKeyNameResponse>\n */\n listKeysForKeyName(provisioningServiceName: string, keyName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListKeysForKeyNameResponse>;\n /**\n * @param provisioningServiceName Name of the provisioning service.\n * @param keyName Logical key name to get key-values for.\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param callback The callback\n */\n listKeysForKeyName(provisioningServiceName: string, keyName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>): void;\n /**\n * @param provisioningServiceName Name of the provisioning service.\n * @param keyName Logical key name to get key-values for.\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeysForKeyName(provisioningServiceName: string, keyName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>): void;\n listKeysForKeyName(provisioningServiceName: string, keyName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>, callback?: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription>): Promise<Models.IotDpsResourceListKeysForKeyNameResponse> {\n return this.client.sendOperationRequest(\n {\n provisioningServiceName,\n keyName,\n resourceGroupName,\n options\n },\n listKeysForKeyNameOperationSpec,\n callback) as Promise<Models.IotDpsResourceListKeysForKeyNameResponse>;\n }\n\n /**\n * List private link resources for the given provisioning service\n * @summary List private link resources\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListPrivateLinkResourcesResponse>\n */\n listPrivateLinkResources(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListPrivateLinkResourcesResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param callback The callback\n */\n listPrivateLinkResources(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResources>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param options The optional parameters\n * @param callback The callback\n */\n listPrivateLinkResources(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResources>): void;\n listPrivateLinkResources(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateLinkResources>, callback?: msRest.ServiceCallback<Models.PrivateLinkResources>): Promise<Models.IotDpsResourceListPrivateLinkResourcesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listPrivateLinkResourcesOperationSpec,\n callback) as Promise<Models.IotDpsResourceListPrivateLinkResourcesResponse>;\n }\n\n /**\n * Get the specified private link resource for the given provisioning service\n * @summary Get the specified private link resource\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param groupId The name of the private link resource\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceGetPrivateLinkResourcesResponse>\n */\n getPrivateLinkResources(resourceGroupName: string, resourceName: string, groupId: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceGetPrivateLinkResourcesResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param groupId The name of the private link resource\n * @param callback The callback\n */\n getPrivateLinkResources(resourceGroupName: string, resourceName: string, groupId: string, callback: msRest.ServiceCallback<Models.GroupIdInformation>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param groupId The name of the private link resource\n * @param options The optional parameters\n * @param callback The callback\n */\n getPrivateLinkResources(resourceGroupName: string, resourceName: string, groupId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GroupIdInformation>): void;\n getPrivateLinkResources(resourceGroupName: string, resourceName: string, groupId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.GroupIdInformation>, callback?: msRest.ServiceCallback<Models.GroupIdInformation>): Promise<Models.IotDpsResourceGetPrivateLinkResourcesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n groupId,\n options\n },\n getPrivateLinkResourcesOperationSpec,\n callback) as Promise<Models.IotDpsResourceGetPrivateLinkResourcesResponse>;\n }\n\n /**\n * List private endpoint connection properties\n * @summary List private endpoint connections\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListPrivateEndpointConnectionsResponse>\n */\n listPrivateEndpointConnections(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListPrivateEndpointConnectionsResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param callback The callback\n */\n listPrivateEndpointConnections(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection[]>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param options The optional parameters\n * @param callback The callback\n */\n listPrivateEndpointConnections(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection[]>): void;\n listPrivateEndpointConnections(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection[]>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection[]>): Promise<Models.IotDpsResourceListPrivateEndpointConnectionsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n options\n },\n listPrivateEndpointConnectionsOperationSpec,\n callback) as Promise<Models.IotDpsResourceListPrivateEndpointConnectionsResponse>;\n }\n\n /**\n * Get private endpoint connection properties\n * @summary Get private endpoint connection\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceGetPrivateEndpointConnectionResponse>\n */\n getPrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceGetPrivateEndpointConnectionResponse>;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param callback The callback\n */\n getPrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param options The optional parameters\n * @param callback The callback\n */\n getPrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;\n getPrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>, callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>): Promise<Models.IotDpsResourceGetPrivateEndpointConnectionResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n options\n },\n getPrivateEndpointConnectionOperationSpec,\n callback) as Promise<Models.IotDpsResourceGetPrivateEndpointConnectionResponse>;\n }\n\n /**\n * Create or update the status of a private endpoint connection with the specified name\n * @summary Create or update private endpoint connection\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param privateEndpointConnection The private endpoint connection with updated properties\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>\n */\n createOrUpdatePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse> {\n return this.beginCreateOrUpdatePrivateEndpointConnection(resourceGroupName,resourceName,privateEndpointConnectionName,privateEndpointConnection,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.IotDpsResourceCreateOrUpdatePrivateEndpointConnectionResponse>;\n }\n\n /**\n * Delete private endpoint connection with the specified name\n * @summary Delete private endpoint connection\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceDeletePrivateEndpointConnectionResponse>\n */\n deletePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceDeletePrivateEndpointConnectionResponse> {\n return this.beginDeletePrivateEndpointConnection(resourceGroupName,resourceName,privateEndpointConnectionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.IotDpsResourceDeletePrivateEndpointConnectionResponse>;\n }\n\n /**\n * Create or update the metadata of the provisioning service. The usual pattern to modify a\n * property is to retrieve the provisioning service metadata and security metadata, and then\n * combine them with the modified values in a new body to update the provisioning service.\n * @summary Create or update the metadata of the provisioning service.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param iotDpsDescription Description of the provisioning service to create or update.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, provisioningServiceName: string, iotDpsDescription: Models.ProvisioningServiceDescription, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n provisioningServiceName,\n iotDpsDescription,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate\n * method\n * @summary Update an existing provisioning service's tags.\n * @param resourceGroupName Resource group identifier.\n * @param provisioningServiceName Name of provisioning service to create or update.\n * @param provisioningServiceTags Updated tag information to set into the provisioning service\n * instance.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, provisioningServiceName: string, provisioningServiceTags: Models.TagsResource, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n provisioningServiceName,\n provisioningServiceTags,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the Provisioning Service.\n * @summary Delete the Provisioning Service\n * @param provisioningServiceName Name of provisioning service to delete.\n * @param resourceGroupName Resource group identifier.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(provisioningServiceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n provisioningServiceName,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Create or update the status of a private endpoint connection with the specified name\n * @summary Create or update private endpoint connection\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param privateEndpointConnection The private endpoint connection with updated properties\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdatePrivateEndpointConnection(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n resourceName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n },\n beginCreateOrUpdatePrivateEndpointConnectionOperationSpec,\n options);\n }\n\n /**\n * Delete private endpoint connection with the specified name\n * @summary Delete private endpoint connection\n * @param resourceGroupName The name of the resource group that contains the provisioning service.\n * @param resourceName The name of the provisioning service.\n * @param privateEndpointConnectionName The name of the private endpoint connection\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeletePrivateEndpointConnection(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 beginDeletePrivateEndpointConnectionOperationSpec,\n options);\n }\n\n /**\n * List all the provisioning services for a given subscription id.\n * @summary Get all the provisioning services in a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): 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 listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): Promise<Models.IotDpsResourceListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.IotDpsResourceListBySubscriptionNextResponse>;\n }\n\n /**\n * Get a list of all provisioning services in the given 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.IotDpsResourceListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListByResourceGroupNextResponse>;\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.ProvisioningServiceDescriptionListResult>): 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.ProvisioningServiceDescriptionListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>, callback?: msRest.ServiceCallback<Models.ProvisioningServiceDescriptionListResult>): Promise<Models.IotDpsResourceListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.IotDpsResourceListByResourceGroupNextResponse>;\n }\n\n /**\n * Gets the list of valid SKUs and tiers for a provisioning service.\n * @summary Get the list of valid SKUs for a provisioning service.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListValidSkusNextResponse>\n */\n listValidSkusNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListValidSkusNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listValidSkusNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>): 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 listValidSkusNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>): void;\n listValidSkusNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>, callback?: msRest.ServiceCallback<Models.IotDpsSkuDefinitionListResult>): Promise<Models.IotDpsResourceListValidSkusNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listValidSkusNextOperationSpec,\n callback) as Promise<Models.IotDpsResourceListValidSkusNextResponse>;\n }\n\n /**\n * List the primary and secondary keys for a provisioning service.\n * @summary Get the security metadata for a provisioning service.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.IotDpsResourceListKeysNextResponse>\n */\n listKeysNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.IotDpsResourceListKeysNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listKeysNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>): 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 listKeysNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>): void;\n listKeysNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>, callback?: msRest.ServiceCallback<Models.SharedAccessSignatureAuthorizationRuleListResult>): Promise<Models.IotDpsResourceListKeysNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listKeysNextOperationSpec,\n callback) as Promise<Models.IotDpsResourceListKeysNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}\",\n urlParameters: [\n Parameters.provisioningServiceName,\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.ProvisioningServiceDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices\",\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.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices\",\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.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst getOperationResultOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/operationresults/{operationId}\",\n urlParameters: [\n Parameters.operationId,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.asyncinfo,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listValidSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/skus\",\n urlParameters: [\n Parameters.provisioningServiceName,\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.IotDpsSkuDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst checkProvisioningServiceNameAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"argumentsParameter\",\n mapper: {\n ...Mappers.OperationInputs,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityInfo\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/listkeys\",\n urlParameters: [\n Parameters.provisioningServiceName,\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.SharedAccessSignatureAuthorizationRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listKeysForKeyNameOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/keys/{keyName}/listkeys\",\n urlParameters: [\n Parameters.provisioningServiceName,\n Parameters.keyName,\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.SharedAccessSignatureAuthorizationRuleAccessRightsDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listPrivateLinkResourcesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{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.PrivateLinkResources\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst getPrivateLinkResourcesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources/{groupId}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.resourceName,\n Parameters.groupId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.GroupIdInformation\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listPrivateEndpointConnectionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{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: {\n serializedName: \"parsedResponse\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst getPrivateEndpointConnectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{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.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"iotDpsDescription\",\n mapper: {\n ...Mappers.ProvisioningServiceDescription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n 201: {\n bodyMapper: Mappers.ProvisioningServiceDescription\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.provisioningServiceName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"provisioningServiceTags\",\n mapper: {\n ...Mappers.TagsResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ProvisioningServiceDescription\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.Devices/provisioningServices/{provisioningServiceName}\",\n urlParameters: [\n Parameters.provisioningServiceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdatePrivateEndpointConnectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{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: \"privateEndpointConnection\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst beginDeletePrivateEndpointConnectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{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 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: 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.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\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.ProvisioningServiceDescriptionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listValidSkusNextOperationSpec: 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.IotDpsSkuDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\n }\n },\n serializer\n};\n\nconst listKeysNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\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.SharedAccessSignatureAuthorizationRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorDetails\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-deviceprovisioningservices\";\nconst packageVersion = \"3.0.0\";\n\nexport class IotDpsClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the IotDpsClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription identifier.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.IotDpsClientOptions) {\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 = '2020-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 { IotDpsClientContext } from \"./iotDpsClientContext\";\n\n\nclass IotDpsClient extends IotDpsClientContext {\n // Operation groups\n operations: operations.Operations;\n dpsCertificate: operations.DpsCertificate;\n iotDpsResource: operations.IotDpsResource;\n\n /**\n * Initializes a new instance of the IotDpsClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription identifier.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.IotDpsClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.dpsCertificate = new operations.DpsCertificate(this);\n this.iotDpsResource = new operations.IotDpsResource(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n IotDpsClient,\n IotDpsClientContext,\n Models as IotDpsModels,\n Mappers as IotDpsMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.ErrorDetails","Parameters.nextPageLink","listOperationSpec","serializer","Mappers","Parameters.certificateName0","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.provisioningServiceName","Parameters.ifMatch0","Mappers.CertificateResponse","Parameters.certificateName1","Mappers.CertificateBodyDescription","Parameters.certificatename","Parameters.certificaterawBytes","Parameters.certificateisVerified","Parameters.certificatepurpose","Parameters.certificatecreated","Parameters.certificatelastUpdated","Parameters.certificatehasPrivateKey","Parameters.certificatenonce","Parameters.ifMatch1","Mappers.CertificateListDescription","Mappers.VerificationCodeResponse","Mappers.VerificationCodeRequest","getOperationSpec","Mappers.ProvisioningServiceDescription","Mappers.ProvisioningServiceDescriptionListResult","Parameters.operationId","Parameters.asyncinfo","Mappers.AsyncOperationResult","Mappers.IotDpsSkuDefinitionListResult","Mappers.OperationInputs","Mappers.NameAvailabilityInfo","Mappers.SharedAccessSignatureAuthorizationRuleListResult","Parameters.keyName","Mappers.SharedAccessSignatureAuthorizationRuleAccessRightsDescription","Parameters.resourceName","Mappers.PrivateLinkResources","Parameters.groupId","Mappers.GroupIdInformation","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.TagsResource","Mappers.CloudError","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.DpsCertificate","operations.IotDpsResource"],"mappings":"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"}
|