@azure/arm-databox 3.0.0 → 5.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +72 -73
- package/dist/index.js +5592 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataBoxManagementClient.d.ts +29 -0
- package/dist-esm/src/dataBoxManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataBoxManagementClient.js +89 -0
- package/dist-esm/src/dataBoxManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2157 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +168 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +163 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +3911 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +24 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +176 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +11 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/jobs.d.ts +161 -0
- package/dist-esm/src/operations/jobs.d.ts.map +1 -0
- package/dist-esm/src/operations/jobs.js +687 -0
- package/dist-esm/src/operations/jobs.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/service.d.ts +83 -0
- package/dist-esm/src/operations/service.d.ts.map +1 -0
- package/dist-esm/src/operations/service.js +307 -0
- package/dist-esm/src/operations/service.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/jobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/service.js +9 -0
- package/dist-esm/src/operationsInterfaces/service.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-databox.api.md +1376 -0
- package/rollup.config.js +181 -30
- package/src/dataBoxManagementClient.ts +113 -29
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1924 -1354
- package/src/models/mappers.ts +3160 -1086
- package/src/models/parameters.ts +144 -54
- package/src/operations/index.ts +3 -5
- package/src/operations/jobs.ts +702 -480
- package/src/operations/operations.ts +89 -75
- package/src/operations/service.ts +342 -127
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/jobs.ts +205 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/service.ts +107 -0
- package/tsconfig.json +3 -3
- package/types/arm-databox.d.ts +2558 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-databox.js +0 -3090
- package/dist/arm-databox.js.map +0 -1
- package/dist/arm-databox.min.js +0 -1
- package/dist/arm-databox.min.js.map +0 -1
- package/esm/dataBoxManagementClient.d.ts +0 -20
- package/esm/dataBoxManagementClient.d.ts.map +0 -1
- package/esm/dataBoxManagementClient.js +0 -35
- package/esm/dataBoxManagementClient.js.map +0 -1
- package/esm/dataBoxManagementClientContext.d.ts +0 -16
- package/esm/dataBoxManagementClientContext.d.ts.map +0 -1
- package/esm/dataBoxManagementClientContext.js +0 -57
- package/esm/dataBoxManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1754
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/jobsMappers.d.ts +0 -2
- package/esm/models/jobsMappers.d.ts.map +0 -1
- package/esm/models/jobsMappers.js +0 -9
- package/esm/models/jobsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -75
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -2020
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -122
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/serviceMappers.d.ts +0 -2
- package/esm/models/serviceMappers.d.ts.map +0 -1
- package/esm/models/serviceMappers.js +0 -9
- package/esm/models/serviceMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -13
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/jobs.d.ts +0 -245
- package/esm/operations/jobs.d.ts.map +0 -1
- package/esm/operations/jobs.js +0 -444
- package/esm/operations/jobs.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/service.d.ts +0 -79
- package/esm/operations/service.d.ts.map +0 -1
- package/esm/operations/service.js +0 -126
- package/esm/operations/service.js.map +0 -1
- package/src/dataBoxManagementClientContext.ts +0 -69
- package/src/models/jobsMappers.ts +0 -55
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/serviceMappers.ts +0 -22
package/dist/arm-databox.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-databox.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/jobsMappers.ts","../src/operations/jobs.ts","../src/models/serviceMappers.ts","../src/operations/service.ts","../src/dataBoxManagementClientContext.ts","../src/dataBoxManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\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 return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __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","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is 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 * Credential details of the shares in account.\n */\nexport interface ShareCredentialDetails {\n /**\n * Name of the share.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareName?: string;\n /**\n * Type of the share. Possible values include: 'UnknownType', 'HCS', 'BlockBlob', 'PageBlob',\n * 'AzureFile', 'ManagedDisk'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareType?: ShareDestinationFormatType;\n /**\n * User name for the share.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly userName?: string;\n /**\n * Password for the share.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly password?: string;\n /**\n * Access protocols supported on the device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly supportedAccessProtocols?: AccessProtocol[];\n}\n\n/**\n * Credential details of the account.\n */\nexport interface AccountCredentialDetails {\n /**\n * Name of the account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountName?: string;\n /**\n * Connection string of the account endpoint to use the account as a storage endpoint on the\n * device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountConnectionString?: string;\n /**\n * Per share level unencrypted access credentials.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareCredentialDetails?: ShareCredentialDetails[];\n}\n\n/**\n * Shipping address where customer wishes to receive the device.\n */\nexport interface ShippingAddress {\n /**\n * Street Address line 1.\n */\n streetAddress1: string;\n /**\n * Street Address line 2.\n */\n streetAddress2?: string;\n /**\n * Street Address line 3.\n */\n streetAddress3?: string;\n /**\n * Name of the City.\n */\n city?: string;\n /**\n * Name of the State or Province.\n */\n stateOrProvince?: string;\n /**\n * Name of the Country.\n */\n country: string;\n /**\n * Postal code.\n */\n postalCode: string;\n /**\n * Extended Zip Code.\n */\n zipExtendedCode?: string;\n /**\n * Name of the company.\n */\n companyName?: string;\n /**\n * Type of address. Possible values include: 'None', 'Residential', 'Commercial'\n */\n addressType?: AddressType;\n}\n\n/**\n * Output of the address validation api.\n */\nexport interface AddressValidationOutput {\n /**\n * The address validation status. Possible values include: 'Valid', 'Invalid', 'Ambiguous'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly validationStatus?: AddressValidationStatus;\n /**\n * List of alternate addresses.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly alternateAddresses?: ShippingAddress[];\n}\n\n/**\n * The Network Adapter configuration of a DataBox.\n */\nexport interface ApplianceNetworkConfiguration {\n /**\n * Name of the network.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Mac Address.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly macAddress?: string;\n}\n\n/**\n * Base class for all objects under resource.\n */\nexport interface ArmBaseObject {\n /**\n * Name of the object.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Id of the object.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Type of the object.\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 filters for showing the available skus.\n */\nexport interface AvailableSkuRequest {\n /**\n * ISO country code. Country for hardware shipment. For codes check:\n * https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements\n */\n country: string;\n /**\n * Location for data transfer. For locations check:\n * https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01\n */\n location: string;\n /**\n * Sku Names to filter for available skus\n */\n skuNames?: SkuName[];\n}\n\n/**\n * The Sku.\n */\nexport interface Sku {\n /**\n * The sku name. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy'\n */\n name: SkuName;\n /**\n * The display name of the sku.\n */\n displayName?: string;\n /**\n * The sku family.\n */\n family?: string;\n}\n\n/**\n * Map of destination location to service location\n */\nexport interface DestinationToServiceLocationMap {\n /**\n * Location of the destination.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly destinationLocation?: string;\n /**\n * Location of the service.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serviceLocation?: string;\n}\n\n/**\n * Capacity of the sku.\n */\nexport interface SkuCapacity {\n /**\n * Usable capacity in TB.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly usable?: string;\n /**\n * Maximum capacity in TB.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly maximum?: string;\n}\n\n/**\n * Describes metadata for retrieving price info.\n */\nexport interface SkuCost {\n /**\n * Meter id of the Sku.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterId?: string;\n /**\n * The type of the meter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterType?: string;\n}\n\n/**\n * Information of the sku.\n */\nexport interface SkuInformation {\n /**\n * The Sku.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sku?: Sku;\n /**\n * The sku is enabled or not.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enabled?: boolean;\n /**\n * The map of destination location to service location.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly destinationToServiceLocationMap?: DestinationToServiceLocationMap[];\n /**\n * Capacity of the Sku.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capacity?: SkuCapacity;\n /**\n * Cost of the Sku.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly costs?: SkuCost[];\n /**\n * Api versions that support this Sku.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly apiVersions?: string[];\n /**\n * Reason why the Sku is disabled. Possible values include: 'None', 'Country', 'Region',\n * 'Feature', 'OfferType', 'NoSubscriptionInfo'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly disabledReason?: SkuDisabledReason;\n /**\n * Message for why the Sku is disabled.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly disabledReasonMessage?: string;\n /**\n * Required feature to access the sku.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredFeature?: string;\n}\n\n/**\n * Reason for cancellation.\n */\nexport interface CancellationReason {\n /**\n * Reason for cancellation.\n */\n reason: string;\n}\n\n/**\n * Notification preference for a job stage.\n */\nexport interface NotificationPreference {\n /**\n * Name of the stage. Possible values include: 'DevicePrepared', 'Dispatched', 'Delivered',\n * 'PickedUp', 'AtAzureDC', 'DataCopy'\n */\n stageName: NotificationStageName;\n /**\n * Notification is required or not.\n */\n sendNotification: boolean;\n}\n\n/**\n * Contact Details.\n */\nexport interface ContactDetails {\n /**\n * Contact name of the person.\n */\n contactName: string;\n /**\n * Phone number of the contact person.\n */\n phone: string;\n /**\n * Phone extension number of the contact person.\n */\n phoneExtension?: string;\n /**\n * Mobile number of the contact person.\n */\n mobile?: string;\n /**\n * List of Email-ids to be notified about job progress.\n */\n emailList: string[];\n /**\n * Notification preference for a job stage.\n */\n notificationPreference?: NotificationPreference[];\n}\n\n/**\n * Contains the possible cases for CopyLogDetails.\n */\nexport type CopyLogDetailsUnion = CopyLogDetails | DataBoxAccountCopyLogDetails | DataBoxDiskCopyLogDetails | DataBoxHeavyAccountCopyLogDetails;\n\n/**\n * Details for log generated during copy.\n */\nexport interface CopyLogDetails {\n /**\n * Polymorphic Discriminator\n */\n copyLogDetailsType: \"CopyLogDetails\";\n}\n\n/**\n * Copy progress.\n */\nexport interface CopyProgress {\n /**\n * Name of the storage account where the data needs to be uploaded.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly storageAccountName?: string;\n /**\n * Id of the account where the data needs to be uploaded.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountId?: string;\n /**\n * Amount of data uploaded by the job as of now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly bytesSentToCloud?: number;\n /**\n * Total amount of data to be processed by the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalBytesToProcess?: number;\n /**\n * Number of files processed by the job as of now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly filesProcessed?: number;\n /**\n * Total number of files to be processed by the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalFilesToProcess?: number;\n}\n\n/**\n * Copy log details for a storage account of a DataBox job\n */\nexport interface DataBoxAccountCopyLogDetails {\n /**\n * Polymorphic Discriminator\n */\n copyLogDetailsType: \"DataBox\";\n /**\n * Destination account name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountName?: string;\n /**\n * Link for copy logs.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyLogLink?: string;\n}\n\n/**\n * Copy Log Details for a disk\n */\nexport interface DataBoxDiskCopyLogDetails {\n /**\n * Polymorphic Discriminator\n */\n copyLogDetailsType: \"DataBoxDisk\";\n /**\n * Disk Serial Number.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly diskSerialNumber?: string;\n /**\n * Link for copy error logs.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorLogLink?: string;\n /**\n * Link for copy verbose logs.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly verboseLogLink?: string;\n}\n\n/**\n * DataBox Disk Copy Progress\n */\nexport interface DataBoxDiskCopyProgress {\n /**\n * The serial number of the disk\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serialNumber?: string;\n /**\n * Bytes copied during the copy of disk.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly bytesCopied?: number;\n /**\n * Indicates the percentage completed for the copy of the disk.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly percentComplete?: number;\n /**\n * The Status of the copy. Possible values include: 'NotStarted', 'InProgress', 'Completed',\n * 'CompletedWithErrors', 'Failed', 'NotReturned'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: CopyStatus;\n}\n\n/**\n * Contains the possible cases for JobDetails.\n */\nexport type JobDetailsUnion = JobDetails | DataBoxDiskJobDetails | DataBoxHeavyJobDetails | DataBoxJobDetails;\n\n/**\n * Job details.\n */\nexport interface JobDetails {\n /**\n * Polymorphic Discriminator\n */\n jobDetailsType: \"JobDetails\";\n /**\n * The expected size of the data, which needs to be transferred in this job, in terabytes.\n */\n expectedDataSizeInTeraBytes?: number;\n /**\n * List of stages that run in the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobStages?: JobStages[];\n /**\n * Contact details for notification and shipping.\n */\n contactDetails: ContactDetails;\n /**\n * Shipping address of the customer.\n */\n shippingAddress: ShippingAddress;\n /**\n * Delivery package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deliveryPackage?: PackageShippingDetails;\n /**\n * Return package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly returnPackage?: PackageShippingDetails;\n /**\n * Destination account details.\n */\n destinationAccountDetails: DestinationAccountDetailsUnion[];\n /**\n * Error details for failure. This is optional.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: JobErrorDetails[];\n /**\n * Preferences for the order.\n */\n preferences?: Preferences;\n /**\n * List of copy log details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyLogDetails?: CopyLogDetailsUnion[];\n /**\n * Shared access key to download the return shipment label\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reverseShipmentLabelSasKey?: string;\n /**\n * Shared access key to download the chain of custody logs\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly chainOfCustodySasKey?: string;\n}\n\n/**\n * DataBox Disk Job Details.\n */\nexport interface DataBoxDiskJobDetails {\n /**\n * Polymorphic Discriminator\n */\n jobDetailsType: \"DataBoxDisk\";\n /**\n * The expected size of the data, which needs to be transferred in this job, in terabytes.\n */\n expectedDataSizeInTeraBytes?: number;\n /**\n * List of stages that run in the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobStages?: JobStages[];\n /**\n * Contact details for notification and shipping.\n */\n contactDetails: ContactDetails;\n /**\n * Shipping address of the customer.\n */\n shippingAddress: ShippingAddress;\n /**\n * Delivery package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deliveryPackage?: PackageShippingDetails;\n /**\n * Return package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly returnPackage?: PackageShippingDetails;\n /**\n * Destination account details.\n */\n destinationAccountDetails: DestinationAccountDetailsUnion[];\n /**\n * Error details for failure. This is optional.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: JobErrorDetails[];\n /**\n * Preferences for the order.\n */\n preferences?: Preferences;\n /**\n * List of copy log details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyLogDetails?: CopyLogDetailsUnion[];\n /**\n * Shared access key to download the return shipment label\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reverseShipmentLabelSasKey?: string;\n /**\n * Shared access key to download the chain of custody logs\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly chainOfCustodySasKey?: string;\n /**\n * User preference on what size disks are needed for the job. The map is from the disk size in TB\n * to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against\n * an int.\n */\n preferredDisks?: { [propertyName: string]: number };\n /**\n * Copy progress per disk.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyProgress?: DataBoxDiskCopyProgress[];\n /**\n * Contains the map of disk serial number to the disk size being used for the job. Is returned\n * only after the disks are shipped to the customer.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly disksAndSizeDetails?: { [propertyName: string]: number };\n /**\n * User entered passkey for DataBox Disk job.\n */\n passkey?: string;\n}\n\n/**\n * Contains all the secrets of a Disk.\n */\nexport interface DiskSecret {\n /**\n * Serial number of the assigned disk.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly diskSerialNumber?: string;\n /**\n * Bit Locker key of the disk which can be used to unlock the disk to copy data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly bitLockerKey?: string;\n}\n\n/**\n * Contains the possible cases for JobSecrets.\n */\nexport type JobSecretsUnion = JobSecrets | DataBoxDiskJobSecrets | DataBoxHeavyJobSecrets | DataboxJobSecrets;\n\n/**\n * The base class for the secrets\n */\nexport interface JobSecrets {\n /**\n * Polymorphic Discriminator\n */\n jobSecretsType: \"JobSecrets\";\n}\n\n/**\n * The secrets related to disk job.\n */\nexport interface DataBoxDiskJobSecrets {\n /**\n * Polymorphic Discriminator\n */\n jobSecretsType: \"DataBoxDisk\";\n /**\n * Contains the list of secrets object for that device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly diskSecrets?: DiskSecret[];\n /**\n * PassKey for the disk Job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly passKey?: string;\n /**\n * Whether passkey was provided by user.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isPasskeyUserDefined?: boolean;\n}\n\n/**\n * Copy log details for a storage account for DataBoxHeavy\n */\nexport interface DataBoxHeavyAccountCopyLogDetails {\n /**\n * Polymorphic Discriminator\n */\n copyLogDetailsType: \"DataBoxHeavy\";\n /**\n * Destination account name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountName?: string;\n /**\n * Link for copy logs.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyLogLink?: string[];\n}\n\n/**\n * DataBoxHeavy Device Job Details\n */\nexport interface DataBoxHeavyJobDetails {\n /**\n * Polymorphic Discriminator\n */\n jobDetailsType: \"DataBoxHeavy\";\n /**\n * The expected size of the data, which needs to be transferred in this job, in terabytes.\n */\n expectedDataSizeInTeraBytes?: number;\n /**\n * List of stages that run in the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobStages?: JobStages[];\n /**\n * Contact details for notification and shipping.\n */\n contactDetails: ContactDetails;\n /**\n * Shipping address of the customer.\n */\n shippingAddress: ShippingAddress;\n /**\n * Delivery package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deliveryPackage?: PackageShippingDetails;\n /**\n * Return package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly returnPackage?: PackageShippingDetails;\n /**\n * Destination account details.\n */\n destinationAccountDetails: DestinationAccountDetailsUnion[];\n /**\n * Error details for failure. This is optional.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: JobErrorDetails[];\n /**\n * Preferences for the order.\n */\n preferences?: Preferences;\n /**\n * List of copy log details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyLogDetails?: CopyLogDetailsUnion[];\n /**\n * Shared access key to download the return shipment label\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reverseShipmentLabelSasKey?: string;\n /**\n * Shared access key to download the chain of custody logs\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly chainOfCustodySasKey?: string;\n /**\n * Copy progress per account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyProgress?: CopyProgress[];\n}\n\n/**\n * The secrets related to a DataBoxHeavy.\n */\nexport interface DataBoxHeavySecret {\n /**\n * Serial number of the assigned device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceSerialNumber?: string;\n /**\n * Password for out of the box experience on device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly devicePassword?: string;\n /**\n * Network configuration of the appliance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkConfigurations?: ApplianceNetworkConfiguration[];\n /**\n * The base 64 encoded public key to authenticate with the device\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly encodedValidationCertPubKey?: string;\n /**\n * Per account level access credentials.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountCredentialDetails?: AccountCredentialDetails[];\n}\n\n/**\n * The secrets related to a DataBoxHeavy job.\n */\nexport interface DataBoxHeavyJobSecrets {\n /**\n * Polymorphic Discriminator\n */\n jobSecretsType: \"DataBoxHeavy\";\n /**\n * Contains the list of secret objects for a DataBoxHeavy job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly cabinetPodSecrets?: DataBoxHeavySecret[];\n}\n\n/**\n * DataBox Job Details\n */\nexport interface DataBoxJobDetails {\n /**\n * Polymorphic Discriminator\n */\n jobDetailsType: \"DataBox\";\n /**\n * The expected size of the data, which needs to be transferred in this job, in terabytes.\n */\n expectedDataSizeInTeraBytes?: number;\n /**\n * List of stages that run in the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobStages?: JobStages[];\n /**\n * Contact details for notification and shipping.\n */\n contactDetails: ContactDetails;\n /**\n * Shipping address of the customer.\n */\n shippingAddress: ShippingAddress;\n /**\n * Delivery package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deliveryPackage?: PackageShippingDetails;\n /**\n * Return package shipping details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly returnPackage?: PackageShippingDetails;\n /**\n * Destination account details.\n */\n destinationAccountDetails: DestinationAccountDetailsUnion[];\n /**\n * Error details for failure. This is optional.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: JobErrorDetails[];\n /**\n * Preferences for the order.\n */\n preferences?: Preferences;\n /**\n * List of copy log details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyLogDetails?: CopyLogDetailsUnion[];\n /**\n * Shared access key to download the return shipment label\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reverseShipmentLabelSasKey?: string;\n /**\n * Shared access key to download the chain of custody logs\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly chainOfCustodySasKey?: string;\n /**\n * Copy progress per storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly copyProgress?: CopyProgress[];\n}\n\n/**\n * The secrets related to a DataBox.\n */\nexport interface DataBoxSecret {\n /**\n * Serial number of the assigned device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceSerialNumber?: string;\n /**\n * Password for out of the box experience on device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly devicePassword?: string;\n /**\n * Network configuration of the appliance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkConfigurations?: ApplianceNetworkConfiguration[];\n /**\n * The base 64 encoded public key to authenticate with the device\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly encodedValidationCertPubKey?: string;\n /**\n * Per account level access credentials.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountCredentialDetails?: AccountCredentialDetails[];\n}\n\n/**\n * The secrets related to a DataBox job.\n */\nexport interface DataboxJobSecrets {\n /**\n * Polymorphic Discriminator\n */\n jobSecretsType: \"DataBox\";\n /**\n * Contains the list of secret objects for a job.\n */\n podSecrets?: DataBoxSecret[];\n}\n\n/**\n * Contains the possible cases for DestinationAccountDetails.\n */\nexport type DestinationAccountDetailsUnion = DestinationAccountDetails | DestinationManagedDiskDetails | DestinationStorageAccountDetails;\n\n/**\n * Details of the destination of the data\n */\nexport interface DestinationAccountDetails {\n /**\n * Polymorphic Discriminator\n */\n dataDestinationType: \"DestinationAccountDetails\";\n /**\n * Arm Id of the destination where the data has to be moved.\n */\n accountId?: string;\n}\n\n/**\n * Details for the destination compute disks.\n */\nexport interface DestinationManagedDiskDetails {\n /**\n * Polymorphic Discriminator\n */\n dataDestinationType: \"ManagedDisk\";\n /**\n * Arm Id of the destination where the data has to be moved.\n */\n accountId?: string;\n /**\n * Destination Resource Group Id where the Compute disks should be created.\n */\n resourceGroupId: string;\n /**\n * Arm Id of the storage account that can be used to copy the vhd for staging.\n */\n stagingStorageAccountId: string;\n}\n\n/**\n * Details for the destination storage account.\n */\nexport interface DestinationStorageAccountDetails {\n /**\n * Polymorphic Discriminator\n */\n dataDestinationType: \"StorageAccount\";\n /**\n * Arm Id of the destination where the data has to be moved.\n */\n accountId?: string;\n /**\n * Destination Storage Account Arm Id.\n */\n storageAccountId: string;\n}\n\n/**\n * Top level error for the job.\n */\nexport interface ErrorModel {\n /**\n * Error code that can be used to programmatically identify the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Describes the error in detail and provides debugging information.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n}\n\n/**\n * Job Error Details for providing the information and recommended action.\n */\nexport interface JobErrorDetails {\n /**\n * Message for the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorMessage?: string;\n /**\n * Code for the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorCode?: number;\n /**\n * Recommended action for the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly recommendedAction?: string;\n /**\n * Contains the non localized exception message\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exceptionMessage?: string;\n}\n\n/**\n * Job stages.\n */\nexport interface JobStages {\n /**\n * Name of the job stage. Possible values include: 'DeviceOrdered', 'DevicePrepared',\n * 'Dispatched', 'Delivered', 'PickedUp', 'AtAzureDC', 'DataCopy', 'Completed',\n * 'CompletedWithErrors', 'Cancelled', 'Failed_IssueReportedAtCustomer',\n * 'Failed_IssueDetectedAtAzureDC', 'Aborted'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly stageName?: StageName;\n /**\n * Display name of the job stage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n /**\n * Status of the job stage. Possible values include: 'None', 'InProgress', 'Succeeded', 'Failed',\n * 'Cancelled', 'Cancelling', 'SucceededWithErrors'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly stageStatus?: StageStatus;\n /**\n * Time for the job stage in UTC ISO 8601 format.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly stageTime?: Date;\n /**\n * Job Stage Details\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobStageDetails?: any;\n /**\n * Error details for the stage.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: JobErrorDetails[];\n}\n\n/**\n * Shipping details.\n */\nexport interface PackageShippingDetails {\n /**\n * Name of the carrier.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly carrierName?: string;\n /**\n * Tracking Id of shipment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly trackingId?: string;\n /**\n * Url where shipment can be tracked.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly trackingUrl?: string;\n}\n\n/**\n * Preferences related to the order\n */\nexport interface Preferences {\n preferredDataCenterRegion?: string[];\n}\n\n/**\n * Model of the Resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * The location of the resource. This will be one of the supported and registered Azure Regions\n * (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once\n * it is created, but if an identical region is specified on update the request will succeed.\n */\n location: string;\n /**\n * The list of key value pairs that describe the resource. These tags can be used in viewing and\n * grouping this resource (across resource groups).\n */\n tags?: { [propertyName: string]: string };\n /**\n * The sku type.\n */\n sku: Sku;\n}\n\n/**\n * Job Resource.\n */\nexport interface JobResource extends Resource {\n /**\n * Describes whether the job is cancellable or not.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isCancellable?: boolean;\n /**\n * Describes whether the job is deletable or not.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isDeletable?: boolean;\n /**\n * Describes whether the shipping address is editable or not.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isShippingAddressEditable?: boolean;\n /**\n * Name of the stage which is in progress. Possible values include: 'DeviceOrdered',\n * 'DevicePrepared', 'Dispatched', 'Delivered', 'PickedUp', 'AtAzureDC', 'DataCopy', 'Completed',\n * 'CompletedWithErrors', 'Cancelled', 'Failed_IssueReportedAtCustomer',\n * 'Failed_IssueDetectedAtAzureDC', 'Aborted'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: StageName;\n /**\n * Time at which the job was started in UTC ISO 8601 format.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * Top level error for the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: ErrorModel;\n /**\n * Details of a job run. This field will only be sent for expand details filter.\n */\n details?: JobDetailsUnion;\n /**\n * Reason for cancellation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly cancellationReason?: string;\n /**\n * Name of the object.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Id of the object.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Type of the object.\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 * Job details for update.\n */\nexport interface UpdateJobDetails {\n /**\n * Contact details for notification and shipping.\n */\n contactDetails?: ContactDetails;\n /**\n * Shipping address of the customer.\n */\n shippingAddress?: ShippingAddress;\n}\n\n/**\n * The JobResourceUpdateParameter.\n */\nexport interface JobResourceUpdateParameter {\n /**\n * Details of a job to be updated.\n */\n details?: UpdateJobDetails;\n /**\n * Destination account details.\n */\n destinationAccountDetails?: DestinationAccountDetailsUnion[];\n /**\n * The list of key value pairs that describe the resource. These tags can be used in viewing and\n * grouping this resource (across resource groups).\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Operation display\n */\nexport interface OperationDisplay {\n /**\n * Provider name.\n */\n provider?: string;\n /**\n * Resource name.\n */\n resource?: string;\n /**\n * Localized name of the operation for display purpose.\n */\n operation?: string;\n /**\n * Localized description of the operation for display purpose.\n */\n description?: string;\n}\n\n/**\n * Operation entity.\n */\nexport interface Operation {\n /**\n * Name of the operation. Format:\n * {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Operation display values.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly display?: OperationDisplay;\n /**\n * Operation properties.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly properties?: any;\n /**\n * Origin of the operation. Can be : user|system|user,system\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: string;\n}\n\n/**\n * Shipment pick up request details.\n */\nexport interface ShipmentPickUpRequest {\n /**\n * Minimum date after which the pick up should commence, this must be in local time of pick up\n * area.\n */\n startTime: Date;\n /**\n * Maximum date before which the pick up should commence, this must be in local time of pick up\n * area.\n */\n endTime: Date;\n /**\n * Shipment Location in the pickup place. Eg.front desk\n */\n shipmentLocation: string;\n}\n\n/**\n * Shipment pick up response.\n */\nexport interface ShipmentPickUpResponse {\n /**\n * Confirmation number for the pick up request.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly confirmationNumber?: string;\n /**\n * Time by which shipment should be ready for pick up, this is in local time of pick up area.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly readyByTime?: Date;\n}\n\n/**\n * Unencrypted credentials for accessing device.\n */\nexport interface UnencryptedCredentials {\n /**\n * Name of the job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobName?: string;\n /**\n * Secrets related to this job.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobSecrets?: JobSecretsUnion;\n}\n\n/**\n * The requirements to validate customer address where the device needs to be shipped.\n */\nexport interface ValidateAddress {\n /**\n * Shipping address of the customer.\n */\n shippingAddress: ShippingAddress;\n /**\n * Device type to be used for the job. Possible values include: 'DataBox', 'DataBoxDisk',\n * 'DataBoxHeavy'\n */\n deviceType: SkuName;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * $skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.\n */\n skipToken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * $skipToken is supported on Get list of jobs, which provides the next page in the list of jobs.\n */\n skipToken?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * $expand is supported on details parameter for job, which provides details on the job stages.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Defines the If-Match condition. The patch will be performed only if the ETag of the job on the\n * server matches this value.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface JobsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Defines the If-Match condition. The patch will be performed only if the ETag of the job on the\n * server matches this value.\n */\n ifMatch?: string;\n}\n\n/**\n * An interface representing DataBoxManagementClientOptions.\n */\nexport interface DataBoxManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Operation Collection.\n * @extends Array<Operation>\n */\nexport interface OperationList extends Array<Operation> {\n /**\n * Link for the next set of operations.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * Job Resource Collection\n * @extends Array<JobResource>\n */\nexport interface JobResourceList extends Array<JobResource> {\n /**\n * Link for the next set of job resources.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * List of unencrypted credentials for accessing device.\n * @extends Array<UnencryptedCredentials>\n */\nexport interface UnencryptedCredentialsList extends Array<UnencryptedCredentials> {\n /**\n * Link for the next set of unencrypted credentials.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The available skus operation response.\n * @extends Array<SkuInformation>\n */\nexport interface AvailableSkusResult extends Array<SkuInformation> {\n /**\n * Link for the next set of skus.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for ShareDestinationFormatType.\n * Possible values include: 'UnknownType', 'HCS', 'BlockBlob', 'PageBlob', 'AzureFile',\n * 'ManagedDisk'\n * @readonly\n * @enum {string}\n */\nexport type ShareDestinationFormatType = 'UnknownType' | 'HCS' | 'BlockBlob' | 'PageBlob' | 'AzureFile' | 'ManagedDisk';\n\n/**\n * Defines values for AccessProtocol.\n * Possible values include: 'SMB', 'NFS'\n * @readonly\n * @enum {string}\n */\nexport type AccessProtocol = 'SMB' | 'NFS';\n\n/**\n * Defines values for AddressValidationStatus.\n * Possible values include: 'Valid', 'Invalid', 'Ambiguous'\n * @readonly\n * @enum {string}\n */\nexport type AddressValidationStatus = 'Valid' | 'Invalid' | 'Ambiguous';\n\n/**\n * Defines values for AddressType.\n * Possible values include: 'None', 'Residential', 'Commercial'\n * @readonly\n * @enum {string}\n */\nexport type AddressType = 'None' | 'Residential' | 'Commercial';\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy'\n * @readonly\n * @enum {string}\n */\nexport type SkuName = 'DataBox' | 'DataBoxDisk' | 'DataBoxHeavy';\n\n/**\n * Defines values for SkuDisabledReason.\n * Possible values include: 'None', 'Country', 'Region', 'Feature', 'OfferType',\n * 'NoSubscriptionInfo'\n * @readonly\n * @enum {string}\n */\nexport type SkuDisabledReason = 'None' | 'Country' | 'Region' | 'Feature' | 'OfferType' | 'NoSubscriptionInfo';\n\n/**\n * Defines values for NotificationStageName.\n * Possible values include: 'DevicePrepared', 'Dispatched', 'Delivered', 'PickedUp', 'AtAzureDC',\n * 'DataCopy'\n * @readonly\n * @enum {string}\n */\nexport type NotificationStageName = 'DevicePrepared' | 'Dispatched' | 'Delivered' | 'PickedUp' | 'AtAzureDC' | 'DataCopy';\n\n/**\n * Defines values for CopyStatus.\n * Possible values include: 'NotStarted', 'InProgress', 'Completed', 'CompletedWithErrors',\n * 'Failed', 'NotReturned'\n * @readonly\n * @enum {string}\n */\nexport type CopyStatus = 'NotStarted' | 'InProgress' | 'Completed' | 'CompletedWithErrors' | 'Failed' | 'NotReturned';\n\n/**\n * Defines values for StageName.\n * Possible values include: 'DeviceOrdered', 'DevicePrepared', 'Dispatched', 'Delivered',\n * 'PickedUp', 'AtAzureDC', 'DataCopy', 'Completed', 'CompletedWithErrors', 'Cancelled',\n * 'Failed_IssueReportedAtCustomer', 'Failed_IssueDetectedAtAzureDC', 'Aborted'\n * @readonly\n * @enum {string}\n */\nexport type StageName = 'DeviceOrdered' | 'DevicePrepared' | 'Dispatched' | 'Delivered' | 'PickedUp' | 'AtAzureDC' | 'DataCopy' | 'Completed' | 'CompletedWithErrors' | 'Cancelled' | 'Failed_IssueReportedAtCustomer' | 'Failed_IssueDetectedAtAzureDC' | 'Aborted';\n\n/**\n * Defines values for StageStatus.\n * Possible values include: 'None', 'InProgress', 'Succeeded', 'Failed', 'Cancelled', 'Cancelling',\n * 'SucceededWithErrors'\n * @readonly\n * @enum {string}\n */\nexport type StageStatus = 'None' | 'InProgress' | 'Succeeded' | 'Failed' | 'Cancelled' | 'Cancelling' | 'SucceededWithErrors';\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationList & {\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: OperationList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationList & {\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: OperationList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type JobsListResponse = JobResourceList & {\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: JobResourceList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type JobsListByResourceGroupResponse = JobResourceList & {\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: JobResourceList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type JobsGetResponse = JobResource & {\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: JobResource;\n };\n};\n\n/**\n * Contains response data for the create operation.\n */\nexport type JobsCreateResponse = JobResource & {\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: JobResource;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type JobsUpdateResponse = JobResource & {\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: JobResource;\n };\n};\n\n/**\n * Contains response data for the bookShipmentPickUp operation.\n */\nexport type JobsBookShipmentPickUpResponse = ShipmentPickUpResponse & {\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: ShipmentPickUpResponse;\n };\n};\n\n/**\n * Contains response data for the listCredentials operation.\n */\nexport type JobsListCredentialsResponse = UnencryptedCredentialsList & {\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: UnencryptedCredentialsList;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type JobsBeginCreateResponse = JobResource & {\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: JobResource;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type JobsBeginUpdateResponse = JobResource & {\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: JobResource;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type JobsListNextResponse = JobResourceList & {\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: JobResourceList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type JobsListByResourceGroupNextResponse = JobResourceList & {\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: JobResourceList;\n };\n};\n\n/**\n * Contains response data for the listAvailableSkus operation.\n */\nexport type ServiceListAvailableSkusResponse = AvailableSkusResult & {\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: AvailableSkusResult;\n };\n};\n\n/**\n * Contains response data for the validateAddressMethod operation.\n */\nexport type ServiceValidateAddressMethodResponse = AddressValidationOutput & {\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: AddressValidationOutput;\n };\n};\n\n/**\n * Contains response data for the listAvailableSkusNext operation.\n */\nexport type ServiceListAvailableSkusNextResponse = AvailableSkusResult & {\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: AvailableSkusResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is 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 ShareCredentialDetails: msRest.CompositeMapper = {\n serializedName: \"ShareCredentialDetails\",\n type: {\n name: \"Composite\",\n className: \"ShareCredentialDetails\",\n modelProperties: {\n shareName: {\n readOnly: true,\n serializedName: \"shareName\",\n type: {\n name: \"String\"\n }\n },\n shareType: {\n readOnly: true,\n serializedName: \"shareType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"UnknownType\",\n \"HCS\",\n \"BlockBlob\",\n \"PageBlob\",\n \"AzureFile\",\n \"ManagedDisk\"\n ]\n }\n },\n userName: {\n readOnly: true,\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n readOnly: true,\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n supportedAccessProtocols: {\n readOnly: true,\n serializedName: \"supportedAccessProtocols\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SMB\",\n \"NFS\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccountCredentialDetails: msRest.CompositeMapper = {\n serializedName: \"AccountCredentialDetails\",\n type: {\n name: \"Composite\",\n className: \"AccountCredentialDetails\",\n modelProperties: {\n accountName: {\n readOnly: true,\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n accountConnectionString: {\n readOnly: true,\n serializedName: \"accountConnectionString\",\n type: {\n name: \"String\"\n }\n },\n shareCredentialDetails: {\n readOnly: true,\n serializedName: \"shareCredentialDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShareCredentialDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ShippingAddress: msRest.CompositeMapper = {\n serializedName: \"ShippingAddress\",\n type: {\n name: \"Composite\",\n className: \"ShippingAddress\",\n modelProperties: {\n streetAddress1: {\n required: true,\n serializedName: \"streetAddress1\",\n type: {\n name: \"String\"\n }\n },\n streetAddress2: {\n serializedName: \"streetAddress2\",\n type: {\n name: \"String\"\n }\n },\n streetAddress3: {\n serializedName: \"streetAddress3\",\n type: {\n name: \"String\"\n }\n },\n city: {\n serializedName: \"city\",\n type: {\n name: \"String\"\n }\n },\n stateOrProvince: {\n serializedName: \"stateOrProvince\",\n type: {\n name: \"String\"\n }\n },\n country: {\n required: true,\n serializedName: \"country\",\n type: {\n name: \"String\"\n }\n },\n postalCode: {\n required: true,\n serializedName: \"postalCode\",\n type: {\n name: \"String\"\n }\n },\n zipExtendedCode: {\n serializedName: \"zipExtendedCode\",\n type: {\n name: \"String\"\n }\n },\n companyName: {\n serializedName: \"companyName\",\n type: {\n name: \"String\"\n }\n },\n addressType: {\n serializedName: \"addressType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"Residential\",\n \"Commercial\"\n ]\n }\n }\n }\n }\n};\n\nexport const AddressValidationOutput: msRest.CompositeMapper = {\n serializedName: \"AddressValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"AddressValidationOutput\",\n modelProperties: {\n validationStatus: {\n readOnly: true,\n serializedName: \"properties.validationStatus\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Valid\",\n \"Invalid\",\n \"Ambiguous\"\n ]\n }\n },\n alternateAddresses: {\n readOnly: true,\n serializedName: \"properties.alternateAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShippingAddress\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ApplianceNetworkConfiguration: msRest.CompositeMapper = {\n serializedName: \"ApplianceNetworkConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ApplianceNetworkConfiguration\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n macAddress: {\n readOnly: true,\n serializedName: \"macAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmBaseObject: msRest.CompositeMapper = {\n serializedName: \"ArmBaseObject\",\n type: {\n name: \"Composite\",\n className: \"ArmBaseObject\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\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 }\n }\n};\n\nexport const AvailableSkuRequest: msRest.CompositeMapper = {\n serializedName: \"AvailableSkuRequest\",\n type: {\n name: \"Composite\",\n className: \"AvailableSkuRequest\",\n modelProperties: {\n transferType: {\n required: true,\n isConstant: true,\n serializedName: \"transferType\",\n defaultValue: 'ImportToAzure',\n type: {\n name: \"String\"\n }\n },\n country: {\n required: true,\n serializedName: \"country\",\n type: {\n name: \"String\"\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n skuNames: {\n serializedName: \"skuNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"DataBox\",\n \"DataBoxDisk\",\n \"DataBoxHeavy\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"DataBox\",\n \"DataBoxDisk\",\n \"DataBoxHeavy\"\n ]\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DestinationToServiceLocationMap: msRest.CompositeMapper = {\n serializedName: \"DestinationToServiceLocationMap\",\n type: {\n name: \"Composite\",\n className: \"DestinationToServiceLocationMap\",\n modelProperties: {\n destinationLocation: {\n readOnly: true,\n serializedName: \"destinationLocation\",\n type: {\n name: \"String\"\n }\n },\n serviceLocation: {\n readOnly: true,\n serializedName: \"serviceLocation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuCapacity: msRest.CompositeMapper = {\n serializedName: \"SkuCapacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\",\n modelProperties: {\n usable: {\n readOnly: true,\n serializedName: \"usable\",\n type: {\n name: \"String\"\n }\n },\n maximum: {\n readOnly: true,\n serializedName: \"maximum\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuCost: msRest.CompositeMapper = {\n serializedName: \"SkuCost\",\n type: {\n name: \"Composite\",\n className: \"SkuCost\",\n modelProperties: {\n meterId: {\n readOnly: true,\n serializedName: \"meterId\",\n type: {\n name: \"String\"\n }\n },\n meterType: {\n readOnly: true,\n serializedName: \"meterType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuInformation: msRest.CompositeMapper = {\n serializedName: \"SkuInformation\",\n type: {\n name: \"Composite\",\n className: \"SkuInformation\",\n modelProperties: {\n sku: {\n readOnly: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n enabled: {\n readOnly: true,\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n destinationToServiceLocationMap: {\n readOnly: true,\n serializedName: \"properties.destinationToServiceLocationMap\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DestinationToServiceLocationMap\"\n }\n }\n }\n },\n capacity: {\n readOnly: true,\n serializedName: \"properties.capacity\",\n type: {\n name: \"Composite\",\n className: \"SkuCapacity\"\n }\n },\n costs: {\n readOnly: true,\n serializedName: \"properties.costs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCost\"\n }\n }\n }\n },\n apiVersions: {\n readOnly: true,\n serializedName: \"properties.apiVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n disabledReason: {\n readOnly: true,\n serializedName: \"properties.disabledReason\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"Country\",\n \"Region\",\n \"Feature\",\n \"OfferType\",\n \"NoSubscriptionInfo\"\n ]\n }\n },\n disabledReasonMessage: {\n readOnly: true,\n serializedName: \"properties.disabledReasonMessage\",\n type: {\n name: \"String\"\n }\n },\n requiredFeature: {\n readOnly: true,\n serializedName: \"properties.requiredFeature\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CancellationReason: msRest.CompositeMapper = {\n serializedName: \"CancellationReason\",\n type: {\n name: \"Composite\",\n className: \"CancellationReason\",\n modelProperties: {\n reason: {\n required: true,\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NotificationPreference: msRest.CompositeMapper = {\n serializedName: \"NotificationPreference\",\n type: {\n name: \"Composite\",\n className: \"NotificationPreference\",\n modelProperties: {\n stageName: {\n required: true,\n serializedName: \"stageName\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"DevicePrepared\",\n \"Dispatched\",\n \"Delivered\",\n \"PickedUp\",\n \"AtAzureDC\",\n \"DataCopy\"\n ]\n }\n },\n sendNotification: {\n required: true,\n serializedName: \"sendNotification\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ContactDetails: msRest.CompositeMapper = {\n serializedName: \"ContactDetails\",\n type: {\n name: \"Composite\",\n className: \"ContactDetails\",\n modelProperties: {\n contactName: {\n required: true,\n serializedName: \"contactName\",\n type: {\n name: \"String\"\n }\n },\n phone: {\n required: true,\n serializedName: \"phone\",\n type: {\n name: \"String\"\n }\n },\n phoneExtension: {\n serializedName: \"phoneExtension\",\n type: {\n name: \"String\"\n }\n },\n mobile: {\n serializedName: \"mobile\",\n type: {\n name: \"String\"\n }\n },\n emailList: {\n required: true,\n serializedName: \"emailList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notificationPreference: {\n serializedName: \"notificationPreference\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotificationPreference\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CopyLogDetails: msRest.CompositeMapper = {\n serializedName: \"CopyLogDetails\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"copyLogDetailsType\",\n clientName: \"copyLogDetailsType\"\n },\n uberParent: \"CopyLogDetails\",\n className: \"CopyLogDetails\",\n modelProperties: {\n copyLogDetailsType: {\n required: true,\n serializedName: \"copyLogDetailsType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CopyProgress: msRest.CompositeMapper = {\n serializedName: \"CopyProgress\",\n type: {\n name: \"Composite\",\n className: \"CopyProgress\",\n modelProperties: {\n storageAccountName: {\n readOnly: true,\n serializedName: \"storageAccountName\",\n type: {\n name: \"String\"\n }\n },\n accountId: {\n readOnly: true,\n serializedName: \"accountId\",\n type: {\n name: \"String\"\n }\n },\n bytesSentToCloud: {\n readOnly: true,\n serializedName: \"bytesSentToCloud\",\n type: {\n name: \"Number\"\n }\n },\n totalBytesToProcess: {\n readOnly: true,\n serializedName: \"totalBytesToProcess\",\n type: {\n name: \"Number\"\n }\n },\n filesProcessed: {\n readOnly: true,\n serializedName: \"filesProcessed\",\n type: {\n name: \"Number\"\n }\n },\n totalFilesToProcess: {\n readOnly: true,\n serializedName: \"totalFilesToProcess\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DataBoxAccountCopyLogDetails: msRest.CompositeMapper = {\n serializedName: \"DataBox\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,\n uberParent: \"CopyLogDetails\",\n className: \"DataBoxAccountCopyLogDetails\",\n modelProperties: {\n ...CopyLogDetails.type.modelProperties,\n accountName: {\n readOnly: true,\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n copyLogLink: {\n readOnly: true,\n serializedName: \"copyLogLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataBoxDiskCopyLogDetails: msRest.CompositeMapper = {\n serializedName: \"DataBoxDisk\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,\n uberParent: \"CopyLogDetails\",\n className: \"DataBoxDiskCopyLogDetails\",\n modelProperties: {\n ...CopyLogDetails.type.modelProperties,\n diskSerialNumber: {\n readOnly: true,\n serializedName: \"diskSerialNumber\",\n type: {\n name: \"String\"\n }\n },\n errorLogLink: {\n readOnly: true,\n serializedName: \"errorLogLink\",\n type: {\n name: \"String\"\n }\n },\n verboseLogLink: {\n readOnly: true,\n serializedName: \"verboseLogLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataBoxDiskCopyProgress: msRest.CompositeMapper = {\n serializedName: \"DataBoxDiskCopyProgress\",\n type: {\n name: \"Composite\",\n className: \"DataBoxDiskCopyProgress\",\n modelProperties: {\n serialNumber: {\n readOnly: true,\n serializedName: \"serialNumber\",\n type: {\n name: \"String\"\n }\n },\n bytesCopied: {\n readOnly: true,\n serializedName: \"bytesCopied\",\n type: {\n name: \"Number\"\n }\n },\n percentComplete: {\n readOnly: true,\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"NotStarted\",\n \"InProgress\",\n \"Completed\",\n \"CompletedWithErrors\",\n \"Failed\",\n \"NotReturned\"\n ]\n }\n }\n }\n }\n};\n\nexport const JobDetails: msRest.CompositeMapper = {\n serializedName: \"JobDetails\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"jobDetailsType\",\n clientName: \"jobDetailsType\"\n },\n uberParent: \"JobDetails\",\n className: \"JobDetails\",\n modelProperties: {\n expectedDataSizeInTeraBytes: {\n serializedName: \"expectedDataSizeInTeraBytes\",\n type: {\n name: \"Number\"\n }\n },\n jobStages: {\n readOnly: true,\n serializedName: \"jobStages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobStages\"\n }\n }\n }\n },\n contactDetails: {\n required: true,\n serializedName: \"contactDetails\",\n type: {\n name: \"Composite\",\n className: \"ContactDetails\"\n }\n },\n shippingAddress: {\n required: true,\n serializedName: \"shippingAddress\",\n type: {\n name: \"Composite\",\n className: \"ShippingAddress\"\n }\n },\n deliveryPackage: {\n readOnly: true,\n serializedName: \"deliveryPackage\",\n type: {\n name: \"Composite\",\n className: \"PackageShippingDetails\"\n }\n },\n returnPackage: {\n readOnly: true,\n serializedName: \"returnPackage\",\n type: {\n name: \"Composite\",\n className: \"PackageShippingDetails\"\n }\n },\n destinationAccountDetails: {\n required: true,\n serializedName: \"destinationAccountDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DestinationAccountDetails\"\n }\n }\n }\n },\n errorDetails: {\n readOnly: true,\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobErrorDetails\"\n }\n }\n }\n },\n preferences: {\n serializedName: \"preferences\",\n type: {\n name: \"Composite\",\n className: \"Preferences\"\n }\n },\n copyLogDetails: {\n readOnly: true,\n serializedName: \"copyLogDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CopyLogDetails\"\n }\n }\n }\n },\n reverseShipmentLabelSasKey: {\n readOnly: true,\n serializedName: \"reverseShipmentLabelSasKey\",\n type: {\n name: \"String\"\n }\n },\n chainOfCustodySasKey: {\n readOnly: true,\n serializedName: \"chainOfCustodySasKey\",\n type: {\n name: \"String\"\n }\n },\n jobDetailsType: {\n required: true,\n serializedName: \"jobDetailsType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataBoxDiskJobDetails: msRest.CompositeMapper = {\n serializedName: \"DataBoxDisk\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,\n uberParent: \"JobDetails\",\n className: \"DataBoxDiskJobDetails\",\n modelProperties: {\n ...JobDetails.type.modelProperties,\n preferredDisks: {\n serializedName: \"preferredDisks\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n copyProgress: {\n readOnly: true,\n serializedName: \"copyProgress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataBoxDiskCopyProgress\"\n }\n }\n }\n },\n disksAndSizeDetails: {\n readOnly: true,\n serializedName: \"disksAndSizeDetails\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n passkey: {\n serializedName: \"passkey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiskSecret: msRest.CompositeMapper = {\n serializedName: \"DiskSecret\",\n type: {\n name: \"Composite\",\n className: \"DiskSecret\",\n modelProperties: {\n diskSerialNumber: {\n readOnly: true,\n serializedName: \"diskSerialNumber\",\n type: {\n name: \"String\"\n }\n },\n bitLockerKey: {\n readOnly: true,\n serializedName: \"bitLockerKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobSecrets: msRest.CompositeMapper = {\n serializedName: \"JobSecrets\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"jobSecretsType\",\n clientName: \"jobSecretsType\"\n },\n uberParent: \"JobSecrets\",\n className: \"JobSecrets\",\n modelProperties: {\n jobSecretsType: {\n required: true,\n serializedName: \"jobSecretsType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataBoxDiskJobSecrets: msRest.CompositeMapper = {\n serializedName: \"DataBoxDisk\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,\n uberParent: \"JobSecrets\",\n className: \"DataBoxDiskJobSecrets\",\n modelProperties: {\n ...JobSecrets.type.modelProperties,\n diskSecrets: {\n readOnly: true,\n serializedName: \"diskSecrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiskSecret\"\n }\n }\n }\n },\n passKey: {\n readOnly: true,\n serializedName: \"passKey\",\n type: {\n name: \"String\"\n }\n },\n isPasskeyUserDefined: {\n readOnly: true,\n serializedName: \"isPasskeyUserDefined\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DataBoxHeavyAccountCopyLogDetails: msRest.CompositeMapper = {\n serializedName: \"DataBoxHeavy\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: CopyLogDetails.type.polymorphicDiscriminator,\n uberParent: \"CopyLogDetails\",\n className: \"DataBoxHeavyAccountCopyLogDetails\",\n modelProperties: {\n ...CopyLogDetails.type.modelProperties,\n accountName: {\n readOnly: true,\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n copyLogLink: {\n readOnly: true,\n serializedName: \"copyLogLink\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataBoxHeavyJobDetails: msRest.CompositeMapper = {\n serializedName: \"DataBoxHeavy\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,\n uberParent: \"JobDetails\",\n className: \"DataBoxHeavyJobDetails\",\n modelProperties: {\n ...JobDetails.type.modelProperties,\n copyProgress: {\n readOnly: true,\n serializedName: \"copyProgress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CopyProgress\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataBoxHeavySecret: msRest.CompositeMapper = {\n serializedName: \"DataBoxHeavySecret\",\n type: {\n name: \"Composite\",\n className: \"DataBoxHeavySecret\",\n modelProperties: {\n deviceSerialNumber: {\n readOnly: true,\n serializedName: \"deviceSerialNumber\",\n type: {\n name: \"String\"\n }\n },\n devicePassword: {\n readOnly: true,\n serializedName: \"devicePassword\",\n type: {\n name: \"String\"\n }\n },\n networkConfigurations: {\n readOnly: true,\n serializedName: \"networkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplianceNetworkConfiguration\"\n }\n }\n }\n },\n encodedValidationCertPubKey: {\n readOnly: true,\n serializedName: \"encodedValidationCertPubKey\",\n type: {\n name: \"String\"\n }\n },\n accountCredentialDetails: {\n readOnly: true,\n serializedName: \"accountCredentialDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccountCredentialDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataBoxHeavyJobSecrets: msRest.CompositeMapper = {\n serializedName: \"DataBoxHeavy\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,\n uberParent: \"JobSecrets\",\n className: \"DataBoxHeavyJobSecrets\",\n modelProperties: {\n ...JobSecrets.type.modelProperties,\n cabinetPodSecrets: {\n readOnly: true,\n serializedName: \"cabinetPodSecrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataBoxHeavySecret\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataBoxJobDetails: msRest.CompositeMapper = {\n serializedName: \"DataBox\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: JobDetails.type.polymorphicDiscriminator,\n uberParent: \"JobDetails\",\n className: \"DataBoxJobDetails\",\n modelProperties: {\n ...JobDetails.type.modelProperties,\n copyProgress: {\n readOnly: true,\n serializedName: \"copyProgress\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CopyProgress\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataBoxSecret: msRest.CompositeMapper = {\n serializedName: \"DataBoxSecret\",\n type: {\n name: \"Composite\",\n className: \"DataBoxSecret\",\n modelProperties: {\n deviceSerialNumber: {\n readOnly: true,\n serializedName: \"deviceSerialNumber\",\n type: {\n name: \"String\"\n }\n },\n devicePassword: {\n readOnly: true,\n serializedName: \"devicePassword\",\n type: {\n name: \"String\"\n }\n },\n networkConfigurations: {\n readOnly: true,\n serializedName: \"networkConfigurations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplianceNetworkConfiguration\"\n }\n }\n }\n },\n encodedValidationCertPubKey: {\n readOnly: true,\n serializedName: \"encodedValidationCertPubKey\",\n type: {\n name: \"String\"\n }\n },\n accountCredentialDetails: {\n readOnly: true,\n serializedName: \"accountCredentialDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccountCredentialDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DataboxJobSecrets: msRest.CompositeMapper = {\n serializedName: \"DataBox\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: JobSecrets.type.polymorphicDiscriminator,\n uberParent: \"JobSecrets\",\n className: \"DataboxJobSecrets\",\n modelProperties: {\n ...JobSecrets.type.modelProperties,\n podSecrets: {\n serializedName: \"podSecrets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataBoxSecret\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DestinationAccountDetails: msRest.CompositeMapper = {\n serializedName: \"DestinationAccountDetails\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"dataDestinationType\",\n clientName: \"dataDestinationType\"\n },\n uberParent: \"DestinationAccountDetails\",\n className: \"DestinationAccountDetails\",\n modelProperties: {\n accountId: {\n serializedName: \"accountId\",\n type: {\n name: \"String\"\n }\n },\n dataDestinationType: {\n required: true,\n serializedName: \"dataDestinationType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DestinationManagedDiskDetails: msRest.CompositeMapper = {\n serializedName: \"ManagedDisk\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DestinationAccountDetails.type.polymorphicDiscriminator,\n uberParent: \"DestinationAccountDetails\",\n className: \"DestinationManagedDiskDetails\",\n modelProperties: {\n ...DestinationAccountDetails.type.modelProperties,\n resourceGroupId: {\n required: true,\n serializedName: \"resourceGroupId\",\n type: {\n name: \"String\"\n }\n },\n stagingStorageAccountId: {\n required: true,\n serializedName: \"stagingStorageAccountId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DestinationStorageAccountDetails: msRest.CompositeMapper = {\n serializedName: \"StorageAccount\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: DestinationAccountDetails.type.polymorphicDiscriminator,\n uberParent: \"DestinationAccountDetails\",\n className: \"DestinationStorageAccountDetails\",\n modelProperties: {\n ...DestinationAccountDetails.type.modelProperties,\n storageAccountId: {\n required: true,\n serializedName: \"storageAccountId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: msRest.CompositeMapper = {\n serializedName: \"Error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobErrorDetails: msRest.CompositeMapper = {\n serializedName: \"JobErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"JobErrorDetails\",\n modelProperties: {\n errorMessage: {\n readOnly: true,\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n errorCode: {\n readOnly: true,\n serializedName: \"errorCode\",\n type: {\n name: \"Number\"\n }\n },\n recommendedAction: {\n readOnly: true,\n serializedName: \"recommendedAction\",\n type: {\n name: \"String\"\n }\n },\n exceptionMessage: {\n readOnly: true,\n serializedName: \"exceptionMessage\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStages: msRest.CompositeMapper = {\n serializedName: \"JobStages\",\n type: {\n name: \"Composite\",\n className: \"JobStages\",\n modelProperties: {\n stageName: {\n readOnly: true,\n serializedName: \"stageName\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"DeviceOrdered\",\n \"DevicePrepared\",\n \"Dispatched\",\n \"Delivered\",\n \"PickedUp\",\n \"AtAzureDC\",\n \"DataCopy\",\n \"Completed\",\n \"CompletedWithErrors\",\n \"Cancelled\",\n \"Failed_IssueReportedAtCustomer\",\n \"Failed_IssueDetectedAtAzureDC\",\n \"Aborted\"\n ]\n }\n },\n displayName: {\n readOnly: true,\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n stageStatus: {\n readOnly: true,\n serializedName: \"stageStatus\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"None\",\n \"InProgress\",\n \"Succeeded\",\n \"Failed\",\n \"Cancelled\",\n \"Cancelling\",\n \"SucceededWithErrors\"\n ]\n }\n },\n stageTime: {\n readOnly: true,\n serializedName: \"stageTime\",\n type: {\n name: \"DateTime\"\n }\n },\n jobStageDetails: {\n readOnly: true,\n serializedName: \"jobStageDetails\",\n type: {\n name: \"Object\"\n }\n },\n errorDetails: {\n readOnly: true,\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobErrorDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PackageShippingDetails: msRest.CompositeMapper = {\n serializedName: \"PackageShippingDetails\",\n type: {\n name: \"Composite\",\n className: \"PackageShippingDetails\",\n modelProperties: {\n carrierName: {\n readOnly: true,\n serializedName: \"carrierName\",\n type: {\n name: \"String\"\n }\n },\n trackingId: {\n readOnly: true,\n serializedName: \"trackingId\",\n type: {\n name: \"String\"\n }\n },\n trackingUrl: {\n readOnly: true,\n serializedName: \"trackingUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Preferences: msRest.CompositeMapper = {\n serializedName: \"Preferences\",\n type: {\n name: \"Composite\",\n className: \"Preferences\",\n modelProperties: {\n preferredDataCenterRegion: {\n serializedName: \"preferredDataCenterRegion\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\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 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 sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const JobResource: msRest.CompositeMapper = {\n serializedName: \"JobResource\",\n type: {\n name: \"Composite\",\n className: \"JobResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n isCancellable: {\n readOnly: true,\n serializedName: \"properties.isCancellable\",\n type: {\n name: \"Boolean\"\n }\n },\n isDeletable: {\n readOnly: true,\n serializedName: \"properties.isDeletable\",\n type: {\n name: \"Boolean\"\n }\n },\n isShippingAddressEditable: {\n readOnly: true,\n serializedName: \"properties.isShippingAddressEditable\",\n type: {\n name: \"Boolean\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"DeviceOrdered\",\n \"DevicePrepared\",\n \"Dispatched\",\n \"Delivered\",\n \"PickedUp\",\n \"AtAzureDC\",\n \"DataCopy\",\n \"Completed\",\n \"CompletedWithErrors\",\n \"Cancelled\",\n \"Failed_IssueReportedAtCustomer\",\n \"Failed_IssueDetectedAtAzureDC\",\n \"Aborted\"\n ]\n }\n },\n startTime: {\n readOnly: true,\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorModel\"\n }\n },\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"JobDetails\"\n }\n },\n cancellationReason: {\n readOnly: true,\n serializedName: \"properties.cancellationReason\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\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 }\n }\n};\n\nexport const UpdateJobDetails: msRest.CompositeMapper = {\n serializedName: \"UpdateJobDetails\",\n type: {\n name: \"Composite\",\n className: \"UpdateJobDetails\",\n modelProperties: {\n contactDetails: {\n serializedName: \"contactDetails\",\n type: {\n name: \"Composite\",\n className: \"ContactDetails\"\n }\n },\n shippingAddress: {\n serializedName: \"shippingAddress\",\n type: {\n name: \"Composite\",\n className: \"ShippingAddress\"\n }\n }\n }\n }\n};\n\nexport const JobResourceUpdateParameter: msRest.CompositeMapper = {\n serializedName: \"JobResourceUpdateParameter\",\n type: {\n name: \"Composite\",\n className: \"JobResourceUpdateParameter\",\n modelProperties: {\n details: {\n serializedName: \"properties.details\",\n type: {\n name: \"Composite\",\n className: \"UpdateJobDetails\"\n }\n },\n destinationAccountDetails: {\n serializedName: \"properties.destinationAccountDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DestinationAccountDetails\"\n }\n }\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 OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n readOnly: true,\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n properties: {\n readOnly: true,\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShipmentPickUpRequest: msRest.CompositeMapper = {\n serializedName: \"ShipmentPickUpRequest\",\n type: {\n name: \"Composite\",\n className: \"ShipmentPickUpRequest\",\n modelProperties: {\n startTime: {\n required: true,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n required: true,\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n shipmentLocation: {\n required: true,\n serializedName: \"shipmentLocation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShipmentPickUpResponse: msRest.CompositeMapper = {\n serializedName: \"ShipmentPickUpResponse\",\n type: {\n name: \"Composite\",\n className: \"ShipmentPickUpResponse\",\n modelProperties: {\n confirmationNumber: {\n readOnly: true,\n serializedName: \"confirmationNumber\",\n type: {\n name: \"String\"\n }\n },\n readyByTime: {\n readOnly: true,\n serializedName: \"readyByTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const UnencryptedCredentials: msRest.CompositeMapper = {\n serializedName: \"UnencryptedCredentials\",\n type: {\n name: \"Composite\",\n className: \"UnencryptedCredentials\",\n modelProperties: {\n jobName: {\n readOnly: true,\n serializedName: \"jobName\",\n type: {\n name: \"String\"\n }\n },\n jobSecrets: {\n readOnly: true,\n serializedName: \"jobSecrets\",\n type: {\n name: \"Composite\",\n className: \"JobSecrets\"\n }\n }\n }\n }\n};\n\nexport const ValidateAddress: msRest.CompositeMapper = {\n serializedName: \"ValidateAddress\",\n type: {\n name: \"Composite\",\n className: \"ValidateAddress\",\n modelProperties: {\n shippingAddress: {\n required: true,\n serializedName: \"shippingAddress\",\n type: {\n name: \"Composite\",\n className: \"ShippingAddress\"\n }\n },\n deviceType: {\n required: true,\n serializedName: \"deviceType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"DataBox\",\n \"DataBoxDisk\",\n \"DataBoxHeavy\"\n ]\n }\n }\n }\n }\n};\n\nexport const OperationList: msRest.CompositeMapper = {\n serializedName: \"OperationList\",\n type: {\n name: \"Composite\",\n className: \"OperationList\",\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 serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobResourceList: msRest.CompositeMapper = {\n serializedName: \"JobResourceList\",\n type: {\n name: \"Composite\",\n className: \"JobResourceList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UnencryptedCredentialsList: msRest.CompositeMapper = {\n serializedName: \"UnencryptedCredentialsList\",\n type: {\n name: \"Composite\",\n className: \"UnencryptedCredentialsList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UnencryptedCredentials\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailableSkusResult: msRest.CompositeMapper = {\n serializedName: \"AvailableSkusResult\",\n type: {\n name: \"Composite\",\n className: \"AvailableSkusResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuInformation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'CopyLogDetails' : CopyLogDetails,\n 'CopyLogDetails.DataBox' : DataBoxAccountCopyLogDetails,\n 'CopyLogDetails.DataBoxDisk' : DataBoxDiskCopyLogDetails,\n 'JobDetails.DataBoxDisk' : DataBoxDiskJobDetails,\n 'JobSecrets.DataBoxDisk' : DataBoxDiskJobSecrets,\n 'CopyLogDetails.DataBoxHeavy' : DataBoxHeavyAccountCopyLogDetails,\n 'JobDetails.DataBoxHeavy' : DataBoxHeavyJobDetails,\n 'JobSecrets.DataBoxHeavy' : DataBoxHeavyJobSecrets,\n 'JobDetails.DataBox' : DataBoxJobDetails,\n 'JobSecrets.DataBox' : DataboxJobSecrets,\n 'DestinationAccountDetails' : DestinationAccountDetails,\n 'DestinationAccountDetails.ManagedDisk' : DestinationManagedDiskDetails,\n 'DestinationAccountDetails.StorageAccount' : DestinationStorageAccountDetails,\n 'JobDetails' : JobDetails,\n 'JobSecrets' : JobSecrets\n\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n CloudError,\n Operation,\n OperationDisplay,\n OperationList\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch: 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 jobName: msRest.OperationURLParameter = {\n parameterPath: \"jobName\",\n mapper: {\n required: true,\n serializedName: \"jobName\",\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n Pattern: /^[-\\w\\.]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const skipToken: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skipToken\"\n ],\n mapper: {\n serializedName: \"$skipToken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\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 { DataBoxManagementClientContext } from \"../dataBoxManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: DataBoxManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {DataBoxManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxManagementClientContext) {\n this.client = client;\n }\n\n /**\n * This method gets all the 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.OperationList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationList>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationList>, callback?: msRest.ServiceCallback<Models.OperationList>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * This method gets all the 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.OperationList>): 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.OperationList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationList>, callback?: msRest.ServiceCallback<Models.OperationList>): 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.DataBox/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AccountCredentialDetails,\n ApplianceNetworkConfiguration,\n BaseResource,\n CancellationReason,\n CloudError,\n ContactDetails,\n CopyLogDetails,\n CopyProgress,\n DataBoxAccountCopyLogDetails,\n DataBoxDiskCopyLogDetails,\n DataBoxDiskCopyProgress,\n DataBoxDiskJobDetails,\n DataBoxDiskJobSecrets,\n DataBoxHeavyAccountCopyLogDetails,\n DataBoxHeavyJobDetails,\n DataBoxHeavyJobSecrets,\n DataBoxHeavySecret,\n DataBoxJobDetails,\n DataboxJobSecrets,\n DataBoxSecret,\n DestinationAccountDetails,\n DestinationManagedDiskDetails,\n DestinationStorageAccountDetails,\n DiskSecret,\n ErrorModel,\n JobDetails,\n JobErrorDetails,\n JobResource,\n JobResourceList,\n JobResourceUpdateParameter,\n JobSecrets,\n JobStages,\n NotificationPreference,\n PackageShippingDetails,\n Preferences,\n Resource,\n ShareCredentialDetails,\n ShipmentPickUpRequest,\n ShipmentPickUpResponse,\n ShippingAddress,\n Sku,\n UnencryptedCredentials,\n UnencryptedCredentialsList,\n UpdateJobDetails\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\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/jobsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxManagementClientContext } from \"../dataBoxManagementClientContext\";\n\n/** Class representing a Jobs. */\nexport class Jobs {\n private readonly client: DataBoxManagementClientContext;\n\n /**\n * Create a Jobs.\n * @param {DataBoxManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all the jobs available under the subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsListResponse>\n */\n list(options?: Models.JobsListOptionalParams): Promise<Models.JobsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.JobResourceList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.JobsListOptionalParams, callback: msRest.ServiceCallback<Models.JobResourceList>): void;\n list(options?: Models.JobsListOptionalParams | msRest.ServiceCallback<Models.JobResourceList>, callback?: msRest.ServiceCallback<Models.JobResourceList>): Promise<Models.JobsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.JobsListResponse>;\n }\n\n /**\n * Lists all the jobs available under the given resource group.\n * @param resourceGroupName The Resource Group Name\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.JobsListByResourceGroupOptionalParams): Promise<Models.JobsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.JobResourceList>): void;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.JobsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.JobResourceList>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.JobsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.JobResourceList>, callback?: msRest.ServiceCallback<Models.JobResourceList>): Promise<Models.JobsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.JobsListByResourceGroupResponse>;\n }\n\n /**\n * Gets information about the specified job.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsGetResponse>\n */\n get(resourceGroupName: string, jobName: string, options?: Models.JobsGetOptionalParams): Promise<Models.JobsGetResponse>;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.JobResource>): void;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, options: Models.JobsGetOptionalParams, callback: msRest.ServiceCallback<Models.JobResource>): void;\n get(resourceGroupName: string, jobName: string, options?: Models.JobsGetOptionalParams | msRest.ServiceCallback<Models.JobResource>, callback?: msRest.ServiceCallback<Models.JobResource>): Promise<Models.JobsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.JobsGetResponse>;\n }\n\n /**\n * Creates a new job with the specified parameters. Existing job cannot be updated with this API\n * and should instead be updated with the Update job API.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param jobResource Job details from request body.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsCreateResponse>\n */\n create(resourceGroupName: string, jobName: string, jobResource: Models.JobResource, options?: msRest.RequestOptionsBase): Promise<Models.JobsCreateResponse> {\n return this.beginCreate(resourceGroupName,jobName,jobResource,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.JobsCreateResponse>;\n }\n\n /**\n * Deletes a job.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,jobName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates the properties of an existing job.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param jobResourceUpdateParameter Job update parameters from request body.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsUpdateResponse>\n */\n update(resourceGroupName: string, jobName: string, jobResourceUpdateParameter: Models.JobResourceUpdateParameter, options?: Models.JobsUpdateOptionalParams): Promise<Models.JobsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,jobName,jobResourceUpdateParameter,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.JobsUpdateResponse>;\n }\n\n /**\n * Book shipment pick up.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param shipmentPickUpRequest Details of shipment pick up request.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsBookShipmentPickUpResponse>\n */\n bookShipmentPickUp(resourceGroupName: string, jobName: string, shipmentPickUpRequest: Models.ShipmentPickUpRequest, options?: msRest.RequestOptionsBase): Promise<Models.JobsBookShipmentPickUpResponse>;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param shipmentPickUpRequest Details of shipment pick up request.\n * @param callback The callback\n */\n bookShipmentPickUp(resourceGroupName: string, jobName: string, shipmentPickUpRequest: Models.ShipmentPickUpRequest, callback: msRest.ServiceCallback<Models.ShipmentPickUpResponse>): void;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param shipmentPickUpRequest Details of shipment pick up request.\n * @param options The optional parameters\n * @param callback The callback\n */\n bookShipmentPickUp(resourceGroupName: string, jobName: string, shipmentPickUpRequest: Models.ShipmentPickUpRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ShipmentPickUpResponse>): void;\n bookShipmentPickUp(resourceGroupName: string, jobName: string, shipmentPickUpRequest: Models.ShipmentPickUpRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ShipmentPickUpResponse>, callback?: msRest.ServiceCallback<Models.ShipmentPickUpResponse>): Promise<Models.JobsBookShipmentPickUpResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n shipmentPickUpRequest,\n options\n },\n bookShipmentPickUpOperationSpec,\n callback) as Promise<Models.JobsBookShipmentPickUpResponse>;\n }\n\n /**\n * CancelJob.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param reason Reason for cancellation.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n cancel(resourceGroupName: string, jobName: string, reason: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param reason Reason for cancellation.\n * @param callback The callback\n */\n cancel(resourceGroupName: string, jobName: string, reason: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param reason Reason for cancellation.\n * @param options The optional parameters\n * @param callback The callback\n */\n cancel(resourceGroupName: string, jobName: string, reason: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n cancel(resourceGroupName: string, jobName: string, reason: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n reason,\n options\n },\n cancelOperationSpec,\n callback);\n }\n\n /**\n * This method gets the unencrypted secrets related to the job.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsListCredentialsResponse>\n */\n listCredentials(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<Models.JobsListCredentialsResponse>;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param callback The callback\n */\n listCredentials(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.UnencryptedCredentialsList>): void;\n /**\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param options The optional parameters\n * @param callback The callback\n */\n listCredentials(resourceGroupName: string, jobName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UnencryptedCredentialsList>): void;\n listCredentials(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UnencryptedCredentialsList>, callback?: msRest.ServiceCallback<Models.UnencryptedCredentialsList>): Promise<Models.JobsListCredentialsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n listCredentialsOperationSpec,\n callback) as Promise<Models.JobsListCredentialsResponse>;\n }\n\n /**\n * Creates a new job with the specified parameters. Existing job cannot be updated with this API\n * and should instead be updated with the Update job API.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param jobResource Job details from request body.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(resourceGroupName: string, jobName: string, jobResource: Models.JobResource, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n jobResource,\n options\n },\n beginCreateOperationSpec,\n options);\n }\n\n /**\n * Deletes a job.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Updates the properties of an existing job.\n * @param resourceGroupName The Resource Group Name\n * @param jobName The name of the job Resource within the specified resource group. job names must\n * be between 3 and 24 characters in length and use any alphanumeric and underscore only\n * @param jobResourceUpdateParameter Job update parameters from request body.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, jobName: string, jobResourceUpdateParameter: Models.JobResourceUpdateParameter, options?: Models.JobsBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n jobResourceUpdateParameter,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists all the jobs available under the subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.JobsListNextResponse>;\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.JobResourceList>): 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.JobResourceList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobResourceList>, callback?: msRest.ServiceCallback<Models.JobResourceList>): Promise<Models.JobsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.JobsListNextResponse>;\n }\n\n /**\n * Lists all the jobs available under 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.JobsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.JobsListByResourceGroupNextResponse>;\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.JobResourceList>): 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.JobResourceList>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.JobResourceList>, callback?: msRest.ServiceCallback<Models.JobResourceList>): Promise<Models.JobsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.JobsListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataBox/jobs\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobResourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.skipToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobResourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst bookShipmentPickUpOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/bookShipmentPickUp\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"shipmentPickUpRequest\",\n mapper: {\n ...Mappers.ShipmentPickUpRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ShipmentPickUpResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst cancelOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/cancel\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n reason: \"reason\"\n },\n mapper: {\n ...Mappers.CancellationReason,\n required: true\n }\n },\n responses: {\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listCredentialsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/listCredentials\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UnencryptedCredentialsList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"jobResource\",\n mapper: {\n ...Mappers.JobResource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.JobResource\n },\n 202: {},\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.DataBox/jobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"jobResourceUpdateParameter\",\n mapper: {\n ...Mappers.JobResourceUpdateParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.JobResource\n },\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobResourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.JobResourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n discriminators,\n AddressValidationOutput,\n AvailableSkuRequest,\n AvailableSkusResult,\n CloudError,\n DestinationToServiceLocationMap,\n ShippingAddress,\n Sku,\n SkuCapacity,\n SkuCost,\n SkuInformation,\n ValidateAddress\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serviceMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxManagementClientContext } from \"../dataBoxManagementClientContext\";\n\n/** Class representing a Service. */\nexport class Service {\n private readonly client: DataBoxManagementClientContext;\n\n /**\n * Create a Service.\n * @param {DataBoxManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxManagementClientContext) {\n this.client = client;\n }\n\n /**\n * This method provides the list of available skus for the given subscription and location.\n * @param location The location of the resource\n * @param availableSkuRequest Filters for showing the available skus.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceListAvailableSkusResponse>\n */\n listAvailableSkus(location: string, availableSkuRequest: Models.AvailableSkuRequest, options?: msRest.RequestOptionsBase): Promise<Models.ServiceListAvailableSkusResponse>;\n /**\n * @param location The location of the resource\n * @param availableSkuRequest Filters for showing the available skus.\n * @param callback The callback\n */\n listAvailableSkus(location: string, availableSkuRequest: Models.AvailableSkuRequest, callback: msRest.ServiceCallback<Models.AvailableSkusResult>): void;\n /**\n * @param location The location of the resource\n * @param availableSkuRequest Filters for showing the available skus.\n * @param options The optional parameters\n * @param callback The callback\n */\n listAvailableSkus(location: string, availableSkuRequest: Models.AvailableSkuRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AvailableSkusResult>): void;\n listAvailableSkus(location: string, availableSkuRequest: Models.AvailableSkuRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AvailableSkusResult>, callback?: msRest.ServiceCallback<Models.AvailableSkusResult>): Promise<Models.ServiceListAvailableSkusResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n availableSkuRequest,\n options\n },\n listAvailableSkusOperationSpec,\n callback) as Promise<Models.ServiceListAvailableSkusResponse>;\n }\n\n /**\n * This method validates the customer shipping address and provide alternate addresses if any.\n * @param location The location of the resource\n * @param shippingAddress Shipping address of the customer.\n * @param deviceType Device type to be used for the job. Possible values include: 'DataBox',\n * 'DataBoxDisk', 'DataBoxHeavy'\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceValidateAddressMethodResponse>\n */\n validateAddressMethod(location: string, shippingAddress: Models.ShippingAddress, deviceType: Models.SkuName, options?: msRest.RequestOptionsBase): Promise<Models.ServiceValidateAddressMethodResponse>;\n /**\n * @param location The location of the resource\n * @param shippingAddress Shipping address of the customer.\n * @param deviceType Device type to be used for the job. Possible values include: 'DataBox',\n * 'DataBoxDisk', 'DataBoxHeavy'\n * @param callback The callback\n */\n validateAddressMethod(location: string, shippingAddress: Models.ShippingAddress, deviceType: Models.SkuName, callback: msRest.ServiceCallback<Models.AddressValidationOutput>): void;\n /**\n * @param location The location of the resource\n * @param shippingAddress Shipping address of the customer.\n * @param deviceType Device type to be used for the job. Possible values include: 'DataBox',\n * 'DataBoxDisk', 'DataBoxHeavy'\n * @param options The optional parameters\n * @param callback The callback\n */\n validateAddressMethod(location: string, shippingAddress: Models.ShippingAddress, deviceType: Models.SkuName, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AddressValidationOutput>): void;\n validateAddressMethod(location: string, shippingAddress: Models.ShippingAddress, deviceType: Models.SkuName, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AddressValidationOutput>, callback?: msRest.ServiceCallback<Models.AddressValidationOutput>): Promise<Models.ServiceValidateAddressMethodResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n shippingAddress,\n deviceType,\n options\n },\n validateAddressMethodOperationSpec,\n callback) as Promise<Models.ServiceValidateAddressMethodResponse>;\n }\n\n /**\n * This method provides the list of available skus for the given subscription and location.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceListAvailableSkusNextResponse>\n */\n listAvailableSkusNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceListAvailableSkusNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listAvailableSkusNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AvailableSkusResult>): 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 listAvailableSkusNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AvailableSkusResult>): void;\n listAvailableSkusNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AvailableSkusResult>, callback?: msRest.ServiceCallback<Models.AvailableSkusResult>): Promise<Models.ServiceListAvailableSkusNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listAvailableSkusNextOperationSpec,\n callback) as Promise<Models.ServiceListAvailableSkusNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listAvailableSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/availableSkus\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"availableSkuRequest\",\n mapper: {\n ...Mappers.AvailableSkuRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst validateAddressMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.location\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n shippingAddress: \"shippingAddress\",\n deviceType: \"deviceType\"\n },\n mapper: {\n ...Mappers.ValidateAddress,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AddressValidationOutput\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listAvailableSkusNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableSkusResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-databox\";\nconst packageVersion = \"3.0.0\";\n\nexport class DataBoxManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n apiVersion?: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DataBoxManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The Subscription Id\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials,\n subscriptionId: string,\n options?: Models.DataBoxManagementClientOptions\n ) {\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 = \"2018-01-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 (\n options.longRunningOperationRetryTimeout !== null &&\n options.longRunningOperationRetryTimeout !== undefined\n ) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { DataBoxManagementClientContext } from \"./dataBoxManagementClientContext\";\n\n\nclass DataBoxManagementClient extends DataBoxManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n jobs: operations.Jobs;\n service: operations.Service;\n\n /**\n * Initializes a new instance of the DataBoxManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The Subscription Id\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.DataBoxManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.jobs = new operations.Jobs(this);\n this.service = new operations.Service(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n DataBoxManagementClient,\n DataBoxManagementClientContext,\n Models as DataBoxManagementModels,\n Mappers as DataBoxManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationList","Mappers.CloudError","Parameters.nextPageLink","listOperationSpec","listNextOperationSpec","serializer","Mappers","Parameters.subscriptionId","Parameters.skipToken","Mappers.JobResourceList","Parameters.resourceGroupName","Parameters.jobName","Parameters.expand","Mappers.JobResource","Mappers.ShipmentPickUpRequest","Mappers.ShipmentPickUpResponse","Mappers.CancellationReason","Mappers.UnencryptedCredentialsList","Parameters.ifMatch","Mappers.JobResourceUpdateParameter","Parameters.location","Mappers.AvailableSkuRequest","Mappers.AvailableSkusResult","Mappers.ValidateAddress","Mappers.AddressValidationOutput","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Jobs","operations.Service"],"mappings":"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"}
|