@azure/arm-databoxedge 1.1.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +11217 -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/dataBoxEdgeManagementClient.d.ts +37 -0
- package/dist-esm/src/dataBoxEdgeManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataBoxEdgeManagementClient.js +70 -0
- package/dist-esm/src/dataBoxEdgeManagementClient.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 +3952 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +546 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +140 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +3128 -1412
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +36 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +238 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/addons.d.ts +89 -0
- package/dist-esm/src/operations/addons.d.ts.map +1 -0
- package/dist-esm/src/operations/addons.js +344 -0
- package/dist-esm/src/operations/addons.js.map +1 -0
- package/dist-esm/src/operations/alerts.d.ts +47 -0
- package/dist-esm/src/operations/alerts.d.ts.map +1 -0
- package/dist-esm/src/operations/alerts.js +170 -0
- package/dist-esm/src/operations/alerts.js.map +1 -0
- package/dist-esm/src/operations/availableSkus.d.ts +32 -0
- package/dist-esm/src/operations/availableSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/availableSkus.js +124 -0
- package/dist-esm/src/operations/availableSkus.js.map +1 -0
- package/dist-esm/src/operations/bandwidthSchedules.d.ts +82 -0
- package/dist-esm/src/operations/bandwidthSchedules.d.ts.map +1 -0
- package/dist-esm/src/operations/bandwidthSchedules.js +332 -0
- package/dist-esm/src/operations/bandwidthSchedules.js.map +1 -0
- package/dist-esm/src/operations/containers.d.ts +107 -0
- package/dist-esm/src/operations/containers.d.ts.map +1 -0
- package/dist-esm/src/operations/containers.js +446 -0
- package/dist-esm/src/operations/containers.js.map +1 -0
- package/dist-esm/src/operations/devices.d.ts +194 -0
- package/dist-esm/src/operations/devices.d.ts.map +1 -0
- package/dist-esm/src/operations/devices.js +875 -0
- package/dist-esm/src/operations/devices.js.map +1 -0
- package/dist-esm/src/operations/diagnosticSettings.d.ts +60 -0
- package/dist-esm/src/operations/diagnosticSettings.d.ts.map +1 -0
- package/dist-esm/src/operations/diagnosticSettings.js +262 -0
- package/dist-esm/src/operations/diagnosticSettings.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +5 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +28 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/jobs.d.ts +21 -0
- package/dist-esm/src/operations/jobs.d.ts.map +1 -0
- package/dist-esm/src/operations/jobs.js +55 -0
- package/dist-esm/src/operations/jobs.js.map +1 -0
- package/dist-esm/src/operations/monitoringConfig.d.ts +84 -0
- package/dist-esm/src/operations/monitoringConfig.d.ts.map +1 -0
- package/dist-esm/src/operations/monitoringConfig.js +342 -0
- package/dist-esm/src/operations/monitoringConfig.js.map +1 -0
- package/dist-esm/src/operations/nodes.d.ts +39 -0
- package/dist-esm/src/operations/nodes.d.ts.map +1 -0
- package/dist-esm/src/operations/nodes.js +138 -0
- package/dist-esm/src/operations/nodes.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/operationsStatus.d.ts +21 -0
- package/dist-esm/src/operations/operationsStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsStatus.js +55 -0
- package/dist-esm/src/operations/operationsStatus.js.map +1 -0
- package/dist-esm/src/operations/orders.d.ts +84 -0
- package/dist-esm/src/operations/orders.d.ts.map +1 -0
- package/dist-esm/src/operations/orders.js +354 -0
- package/dist-esm/src/operations/orders.js.map +1 -0
- package/dist-esm/src/operations/roles.d.ts +82 -0
- package/dist-esm/src/operations/roles.d.ts.map +1 -0
- package/dist-esm/src/operations/roles.js +332 -0
- package/dist-esm/src/operations/roles.js.map +1 -0
- package/dist-esm/src/operations/shares.d.ts +98 -0
- package/dist-esm/src/operations/shares.d.ts.map +1 -0
- package/dist-esm/src/operations/shares.js +406 -0
- package/dist-esm/src/operations/shares.js.map +1 -0
- package/dist-esm/src/operations/storageAccountCredentials.d.ts +82 -0
- package/dist-esm/src/operations/storageAccountCredentials.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccountCredentials.js +338 -0
- package/dist-esm/src/operations/storageAccountCredentials.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +82 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +338 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operations/supportPackages.d.ts +30 -0
- package/dist-esm/src/operations/supportPackages.d.ts.map +1 -0
- package/dist-esm/src/operations/supportPackages.js +101 -0
- package/dist-esm/src/operations/supportPackages.js.map +1 -0
- package/dist-esm/src/operations/triggers.d.ts +82 -0
- package/dist-esm/src/operations/triggers.d.ts.map +1 -0
- package/dist-esm/src/operations/triggers.js +332 -0
- package/dist-esm/src/operations/triggers.js.map +1 -0
- package/dist-esm/src/operations/users.d.ts +84 -0
- package/dist-esm/src/operations/users.d.ts.map +1 -0
- package/dist-esm/src/operations/users.js +334 -0
- package/dist-esm/src/operations/users.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/addons.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/addons.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/addons.js +9 -0
- package/dist-esm/src/operationsInterfaces/addons.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/alerts.js +9 -0
- package/dist-esm/src/operationsInterfaces/alerts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/availableSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/availableSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/bandwidthSchedules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/bandwidthSchedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/bandwidthSchedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/bandwidthSchedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/containers.d.ts +80 -0
- package/dist-esm/src/operationsInterfaces/containers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/containers.js +9 -0
- package/dist-esm/src/operationsInterfaces/containers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/devices.d.ts +158 -0
- package/dist-esm/src/operationsInterfaces/devices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/devices.js +9 -0
- package/dist-esm/src/operationsInterfaces/devices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.js +9 -0
- package/dist-esm/src/operationsInterfaces/diagnosticSettings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +28 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/jobs.d.ts +13 -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/monitoringConfig.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/monitoringConfig.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/monitoringConfig.js +9 -0
- package/dist-esm/src/operationsInterfaces/monitoringConfig.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/nodes.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/nodes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/nodes.js +9 -0
- package/dist-esm/src/operationsInterfaces/nodes.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/operationsStatus.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/orders.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/orders.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/orders.js +9 -0
- package/dist-esm/src/operationsInterfaces/orders.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/roles.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/roles.js +9 -0
- package/dist-esm/src/operationsInterfaces/roles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/shares.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/shares.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/shares.js +9 -0
- package/dist-esm/src/operationsInterfaces/shares.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportPackages.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/supportPackages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/supportPackages.js +9 -0
- package/dist-esm/src/operationsInterfaces/supportPackages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggers.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.js +9 -0
- package/dist-esm/src/operationsInterfaces/users.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 -32
- package/review/arm-databoxedge.api.md +2969 -0
- package/rollup.config.js +181 -30
- package/src/dataBoxEdgeManagementClient.ts +142 -65
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3465 -2723
- package/src/models/mappers.ts +3260 -1400
- package/src/models/parameters.ts +215 -45
- package/src/operations/addons.ts +506 -0
- package/src/operations/alerts.ts +160 -124
- package/src/operations/availableSkus.ts +142 -0
- package/src/operations/bandwidthSchedules.ts +353 -204
- package/src/operations/containers.ts +472 -234
- package/src/operations/devices.ts +868 -614
- package/src/operations/diagnosticSettings.ts +385 -0
- package/src/operations/index.ts +8 -6
- package/src/operations/jobs.ts +39 -59
- package/src/operations/monitoringConfig.ts +497 -0
- package/src/operations/nodes.ts +146 -43
- package/src/operations/operations.ts +89 -75
- package/src/operations/operationsStatus.ts +42 -59
- package/src/operations/orders.ts +384 -196
- package/src/operations/roles.ts +351 -202
- package/src/operations/shares.ts +440 -239
- package/src/operations/storageAccountCredentials.ts +354 -198
- package/src/operations/storageAccounts.ts +356 -200
- package/src/operations/supportPackages.ts +145 -0
- package/src/operations/triggers.ts +353 -205
- package/src/operations/users.ts +352 -204
- package/src/operationsInterfaces/addons.ts +121 -0
- package/src/operationsInterfaces/alerts.ts +44 -0
- package/src/operationsInterfaces/availableSkus.ts +22 -0
- package/src/operationsInterfaces/bandwidthSchedules.ts +109 -0
- package/src/operationsInterfaces/containers.ts +152 -0
- package/src/operationsInterfaces/devices.ts +285 -0
- package/src/operationsInterfaces/diagnosticSettings.ts +117 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +9 -7
- package/src/operationsInterfaces/jobs.ts +26 -0
- package/src/operationsInterfaces/monitoringConfig.ts +111 -0
- package/src/operationsInterfaces/nodes.ts +26 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/operationsStatus.ts +29 -0
- package/src/operationsInterfaces/orders.ts +112 -0
- package/src/operationsInterfaces/roles.ts +109 -0
- package/src/operationsInterfaces/shares.ts +136 -0
- package/src/operationsInterfaces/storageAccountCredentials.ts +109 -0
- package/src/operationsInterfaces/storageAccounts.ts +109 -0
- package/src/operationsInterfaces/supportPackages.ts +43 -0
- package/src/operationsInterfaces/triggers.ts +109 -0
- package/src/operationsInterfaces/users.ts +111 -0
- package/tsconfig.json +3 -3
- package/types/arm-databoxedge.d.ts +5345 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-databoxedge.js +0 -7296
- package/dist/arm-databoxedge.js.map +0 -1
- package/dist/arm-databoxedge.min.js +0 -1
- package/dist/arm-databoxedge.min.js.map +0 -1
- package/esm/dataBoxEdgeManagementClient.d.ts +0 -39
- package/esm/dataBoxEdgeManagementClient.d.ts.map +0 -1
- package/esm/dataBoxEdgeManagementClient.js +0 -53
- package/esm/dataBoxEdgeManagementClient.js.map +0 -1
- package/esm/dataBoxEdgeManagementClientContext.d.ts +0 -22
- package/esm/dataBoxEdgeManagementClientContext.d.ts.map +0 -1
- package/esm/dataBoxEdgeManagementClientContext.js +0 -61
- package/esm/dataBoxEdgeManagementClientContext.js.map +0 -1
- package/esm/models/alertsMappers.d.ts +0 -2
- package/esm/models/alertsMappers.d.ts.map +0 -1
- package/esm/models/alertsMappers.js +0 -9
- package/esm/models/alertsMappers.js.map +0 -1
- package/esm/models/bandwidthSchedulesMappers.d.ts +0 -2
- package/esm/models/bandwidthSchedulesMappers.d.ts.map +0 -1
- package/esm/models/bandwidthSchedulesMappers.js +0 -9
- package/esm/models/bandwidthSchedulesMappers.js.map +0 -1
- package/esm/models/containersMappers.d.ts +0 -2
- package/esm/models/containersMappers.d.ts.map +0 -1
- package/esm/models/containersMappers.js +0 -9
- package/esm/models/containersMappers.js.map +0 -1
- package/esm/models/devicesMappers.d.ts +0 -2
- package/esm/models/devicesMappers.d.ts.map +0 -1
- package/esm/models/devicesMappers.js +0 -9
- package/esm/models/devicesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3411
- 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 -86
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/nodesMappers.d.ts +0 -2
- package/esm/models/nodesMappers.d.ts.map +0 -1
- package/esm/models/nodesMappers.js +0 -9
- package/esm/models/nodesMappers.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/operationsStatusMappers.d.ts +0 -2
- package/esm/models/operationsStatusMappers.d.ts.map +0 -1
- package/esm/models/operationsStatusMappers.js +0 -9
- package/esm/models/operationsStatusMappers.js.map +0 -1
- package/esm/models/ordersMappers.d.ts +0 -2
- package/esm/models/ordersMappers.d.ts.map +0 -1
- package/esm/models/ordersMappers.js +0 -9
- package/esm/models/ordersMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -13
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -125
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/rolesMappers.d.ts +0 -2
- package/esm/models/rolesMappers.d.ts.map +0 -1
- package/esm/models/rolesMappers.js +0 -9
- package/esm/models/rolesMappers.js.map +0 -1
- package/esm/models/sharesMappers.d.ts +0 -2
- package/esm/models/sharesMappers.d.ts.map +0 -1
- package/esm/models/sharesMappers.js +0 -9
- package/esm/models/sharesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js +0 -9
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountCredentialsMappers.d.ts +0 -2
- package/esm/models/storageAccountCredentialsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountCredentialsMappers.js +0 -9
- package/esm/models/storageAccountCredentialsMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/triggersMappers.d.ts +0 -2
- package/esm/models/triggersMappers.d.ts.map +0 -1
- package/esm/models/triggersMappers.js +0 -9
- package/esm/models/triggersMappers.js.map +0 -1
- package/esm/models/usersMappers.d.ts +0 -2
- package/esm/models/usersMappers.d.ts.map +0 -1
- package/esm/models/usersMappers.js +0 -9
- package/esm/models/usersMappers.js.map +0 -1
- package/esm/operations/alerts.d.ts +0 -76
- package/esm/operations/alerts.d.ts.map +0 -1
- package/esm/operations/alerts.js +0 -117
- package/esm/operations/alerts.js.map +0 -1
- package/esm/operations/bandwidthSchedules.d.ts +0 -115
- package/esm/operations/bandwidthSchedules.d.ts.map +0 -1
- package/esm/operations/bandwidthSchedules.js +0 -232
- package/esm/operations/bandwidthSchedules.js.map +0 -1
- package/esm/operations/containers.d.ts +0 -147
- package/esm/operations/containers.d.ts.map +0 -1
- package/esm/operations/containers.js +0 -299
- package/esm/operations/containers.js.map +0 -1
- package/esm/operations/devices.d.ts +0 -316
- package/esm/operations/devices.d.ts.map +0 -1
- package/esm/operations/devices.js +0 -638
- package/esm/operations/devices.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/jobs.d.ts +0 -37
- package/esm/operations/jobs.d.ts.map +0 -1
- package/esm/operations/jobs.js +0 -60
- package/esm/operations/jobs.js.map +0 -1
- package/esm/operations/nodes.d.ts +0 -34
- package/esm/operations/nodes.d.ts.map +0 -1
- package/esm/operations/nodes.js +0 -58
- package/esm/operations/nodes.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/operationsStatus.d.ts +0 -37
- package/esm/operations/operationsStatus.d.ts.map +0 -1
- package/esm/operations/operationsStatus.js +0 -60
- package/esm/operations/operationsStatus.js.map +0 -1
- package/esm/operations/orders.d.ts +0 -108
- package/esm/operations/orders.d.ts.map +0 -1
- package/esm/operations/orders.js +0 -222
- package/esm/operations/orders.js.map +0 -1
- package/esm/operations/roles.d.ts +0 -115
- package/esm/operations/roles.d.ts.map +0 -1
- package/esm/operations/roles.js +0 -232
- package/esm/operations/roles.js.map +0 -1
- package/esm/operations/shares.d.ts +0 -133
- package/esm/operations/shares.d.ts.map +0 -1
- package/esm/operations/shares.js +0 -284
- package/esm/operations/shares.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -28
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -55
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageAccountCredentials.d.ts +0 -115
- package/esm/operations/storageAccountCredentials.d.ts.map +0 -1
- package/esm/operations/storageAccountCredentials.js +0 -232
- package/esm/operations/storageAccountCredentials.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -115
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -231
- package/esm/operations/storageAccounts.js.map +0 -1
- package/esm/operations/triggers.d.ts +0 -115
- package/esm/operations/triggers.d.ts.map +0 -1
- package/esm/operations/triggers.js +0 -233
- package/esm/operations/triggers.js.map +0 -1
- package/esm/operations/users.d.ts +0 -117
- package/esm/operations/users.d.ts.map +0 -1
- package/esm/operations/users.js +0 -235
- package/esm/operations/users.js.map +0 -1
- package/src/dataBoxEdgeManagementClientContext.ts +0 -68
- package/src/models/alertsMappers.ts +0 -57
- package/src/models/bandwidthSchedulesMappers.ts +0 -57
- package/src/models/containersMappers.ts +0 -57
- package/src/models/devicesMappers.ts +0 -60
- package/src/models/jobsMappers.ts +0 -17
- package/src/models/nodesMappers.ts +0 -57
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/operationsStatusMappers.ts +0 -17
- package/src/models/ordersMappers.ts +0 -57
- package/src/models/rolesMappers.ts +0 -57
- package/src/models/sharesMappers.ts +0 -57
- package/src/models/skusMappers.ts +0 -18
- package/src/models/storageAccountCredentialsMappers.ts +0 -57
- package/src/models/storageAccountsMappers.ts +0 -57
- package/src/models/triggersMappers.ts +0 -57
- package/src/models/usersMappers.ts +0 -57
- package/src/operations/skus.ts +0 -78
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-databoxedge.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/devicesMappers.ts","../src/operations/devices.ts","../src/models/alertsMappers.ts","../src/operations/alerts.ts","../src/models/bandwidthSchedulesMappers.ts","../src/operations/bandwidthSchedules.ts","../src/models/jobsMappers.ts","../src/operations/jobs.ts","../src/models/nodesMappers.ts","../src/operations/nodes.ts","../src/models/operationsStatusMappers.ts","../src/operations/operationsStatus.ts","../src/models/ordersMappers.ts","../src/operations/orders.ts","../src/models/rolesMappers.ts","../src/operations/roles.ts","../src/models/sharesMappers.ts","../src/operations/shares.ts","../src/models/storageAccountCredentialsMappers.ts","../src/operations/storageAccountCredentials.ts","../src/models/storageAccountsMappers.ts","../src/operations/storageAccounts.ts","../src/models/containersMappers.ts","../src/operations/containers.ts","../src/models/triggersMappers.ts","../src/operations/triggers.ts","../src/models/usersMappers.ts","../src/operations/users.ts","../src/models/skusMappers.ts","../src/operations/skus.ts","../src/dataBoxEdgeManagementClientContext.ts","../src/dataBoxEdgeManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. 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 * The shipping address of the customer.\n */\nexport interface Address {\n /**\n * The address line1.\n */\n addressLine1: string;\n /**\n * The address line2.\n */\n addressLine2?: string;\n /**\n * The address line3.\n */\n addressLine3?: string;\n /**\n * The postal code.\n */\n postalCode: string;\n /**\n * The city name.\n */\n city: string;\n /**\n * The state name.\n */\n state: string;\n /**\n * The country name.\n */\n country: string;\n}\n\n/**\n * Error details for the alert.\n */\nexport interface AlertErrorDetails {\n /**\n * Error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorCode?: string;\n /**\n * Error Message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorMessage?: string;\n /**\n * Number of occurrences.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly occurrences?: number;\n}\n\n/**\n * Represents the base class for all object models.\n */\nexport interface ARMBaseModel extends BaseResource {\n /**\n * The path ID that uniquely identifies 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 * The object name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The hierarchical 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 * Alert on the data box edge/gateway device.\n */\nexport interface Alert extends ARMBaseModel {\n /**\n * Alert title.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly title?: string;\n /**\n * Alert type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly alertType?: string;\n /**\n * UTC time when the alert appeared.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly appearedAtDateTime?: Date;\n /**\n * Alert recommendation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly recommendation?: string;\n /**\n * Severity of the alert. Possible values include: 'Informational', 'Warning', 'Critical'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly severity?: AlertSeverity;\n /**\n * Error details of the alert.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: AlertErrorDetails;\n /**\n * Alert details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly detailedInformation?: { [propertyName: string]: string };\n}\n\n/**\n * Represent the secrets intended for encryption with asymmetric key pair.\n */\nexport interface AsymmetricEncryptedSecret {\n /**\n * The value of the secret.\n */\n value: string;\n /**\n * Thumbprint certificate used to encrypt \\\"Value\\\". If the value is unencrypted, it will be\n * null.\n */\n encryptionCertThumbprint?: string;\n /**\n * The algorithm used to encrypt \"Value\". Possible values include: 'None', 'AES256',\n * 'RSAES_PKCS1_v_1_5'\n */\n encryptionAlgorithm: EncryptionAlgorithm;\n}\n\n/**\n * Symmetric key for authentication.\n */\nexport interface SymmetricKey {\n /**\n * Connection string based on the symmetric key.\n */\n connectionString?: AsymmetricEncryptedSecret;\n}\n\n/**\n * Authentication mechanism for IoT devices.\n */\nexport interface Authentication {\n /**\n * Symmetric key for authentication.\n */\n symmetricKey?: SymmetricKey;\n}\n\n/**\n * Azure container mapping of the endpoint.\n */\nexport interface AzureContainerInfo {\n /**\n * ID of the storage account credential used to access storage.\n */\n storageAccountCredentialId: string;\n /**\n * Container name (Based on the data format specified, this represents the name of Azure\n * Files/Page blob/Block blob).\n */\n containerName: string;\n /**\n * Storage format used for the file represented by the share. Possible values include:\n * 'BlockBlob', 'PageBlob', 'AzureFile'\n */\n dataFormat: AzureContainerDataFormat;\n}\n\n/**\n * The bandwidth schedule details.\n */\nexport interface BandwidthSchedule extends ARMBaseModel {\n /**\n * The start time of the schedule in UTC.\n */\n start: string;\n /**\n * The stop time of the schedule in UTC.\n */\n stop: string;\n /**\n * The bandwidth rate in Mbps.\n */\n rateInMbps: number;\n /**\n * The days of the week when this schedule is applicable.\n */\n days: DayOfWeek[];\n}\n\n/**\n * The mapping between a particular client IP and the type of access client has on the NFS share.\n */\nexport interface ClientAccessRight {\n /**\n * IP of the client.\n */\n client: string;\n /**\n * Type of access to be allowed for the client. Possible values include: 'NoAccess', 'ReadOnly',\n * 'ReadWrite'\n */\n accessPermission: ClientPermissionType;\n}\n\n/**\n * Contains all the contact details of the customer.\n */\nexport interface ContactDetails {\n /**\n * The contact person name.\n */\n contactPerson: string;\n /**\n * The name of the company.\n */\n companyName: string;\n /**\n * The phone number.\n */\n phone: string;\n /**\n * The email list.\n */\n emailList: string[];\n}\n\n/**\n * Fields for tracking refresh job on the share or container.\n */\nexport interface RefreshDetails {\n /**\n * If a refresh job is currently in progress on this share or container, this field indicates the\n * ARM resource ID of that job. The field is empty if no job is in progress.\n */\n inProgressRefreshJobId?: string;\n /**\n * Indicates the completed time for the last refresh job on this particular share or container,\n * if any.This could be a failed job or a successful job.\n */\n lastCompletedRefreshJobTimeInUTC?: Date;\n /**\n * Indicates the relative path of the error xml for the last refresh job on this particular share\n * or container, if any. This could be a failed job or a successful job.\n */\n errorManifestFile?: string;\n /**\n * Indicates the id of the last refresh job on this particular share or container,if any. This\n * could be a failed job or a successful job.\n */\n lastJob?: string;\n}\n\n/**\n * Represents a container on the Data Box Edge/Gateway device.\n */\nexport interface Container extends ARMBaseModel {\n /**\n * Current status of the container. Possible values include: 'OK', 'Offline', 'Unknown',\n * 'Updating', 'NeedsAttention'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly containerStatus?: ContainerStatus;\n /**\n * DataFormat for Container. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'\n */\n dataFormat: AzureContainerDataFormat;\n /**\n * Details of the refresh job on this container.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly refreshDetails?: RefreshDetails;\n /**\n * The UTC time when container got created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDateTime?: Date;\n}\n\n/**\n * The SKU type.\n */\nexport interface Sku {\n /**\n * SKU name. Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS',\n * 'TEA_1Node_Heater', 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA'\n */\n name?: SkuName;\n /**\n * The SKU tier. This is based on the SKU name. Possible values include: 'Standard'\n */\n tier?: SkuTier;\n}\n\n/**\n * The Data Box Edge/Gateway device.\n */\nexport interface DataBoxEdgeDevice extends ARMBaseModel {\n /**\n * The location of the device. This is a supported and registered Azure geographical region (for\n * example, West US, East US, or Southeast Asia). The geographical region of a device cannot be\n * changed once it is created, but if an identical geographical region is specified on update,\n * the request will succeed.\n */\n location: string;\n /**\n * The list of tags that describe the device. These tags can be used to view and group this\n * device (across resource groups).\n */\n tags?: { [propertyName: string]: string };\n /**\n * The SKU type.\n */\n sku?: Sku;\n /**\n * The etag for the devices.\n */\n etag?: string;\n /**\n * The status of the Data Box Edge/Gateway device. Possible values include: 'ReadyToSetup',\n * 'Online', 'Offline', 'NeedsAttention', 'Disconnected', 'PartiallyDisconnected', 'Maintenance'\n */\n dataBoxEdgeDeviceStatus?: DataBoxEdgeDeviceStatus;\n /**\n * The Serial Number of Data Box Edge/Gateway device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serialNumber?: string;\n /**\n * The Description of the Data Box Edge/Gateway device.\n */\n description?: string;\n /**\n * The description of the Data Box Edge/Gateway device model.\n */\n modelDescription?: string;\n /**\n * The type of the Data Box Edge/Gateway device. Possible values include: 'DataBoxEdgeDevice'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceType?: DeviceType;\n /**\n * The Data Box Edge/Gateway device name.\n */\n friendlyName?: string;\n /**\n * The Data Box Edge/Gateway device culture.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly culture?: string;\n /**\n * The Data Box Edge/Gateway device model.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceModel?: string;\n /**\n * The Data Box Edge/Gateway device software version.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceSoftwareVersion?: string;\n /**\n * The Data Box Edge/Gateway device local capacity in MB.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceLocalCapacity?: number;\n /**\n * The Data Box Edge/Gateway device timezone.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly timeZone?: string;\n /**\n * The device software version number of the device (eg: 1.2.18105.6).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deviceHcsVersion?: string;\n /**\n * Type of compute roles configured.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly configuredRoleTypes?: RoleTypes[];\n /**\n * The number of nodes in the cluster.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeCount?: number;\n}\n\n/**\n * The extended Info of the Data Box Edge/Gateway device.\n */\nexport interface DataBoxEdgeDeviceExtendedInfo extends ARMBaseModel {\n /**\n * The digital signature of encrypted certificate.\n */\n encryptionKeyThumbprint?: string;\n /**\n * The public part of the encryption certificate. Client uses this to encrypt any secret.\n */\n encryptionKey?: string;\n /**\n * The Resource ID of the Resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceKey?: string;\n}\n\n/**\n * The Data Box Edge/Gateway device patch.\n */\nexport interface DataBoxEdgeDevicePatch {\n /**\n * The tags attached to the Data Box Edge/Gateway resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * File source details.\n */\nexport interface FileSourceInfo {\n /**\n * File share ID.\n */\n shareId: string;\n}\n\n/**\n * Compute role against which events will be raised.\n */\nexport interface RoleSinkInfo {\n /**\n * Compute role ID.\n */\n roleId: string;\n}\n\n/**\n * Contains the possible cases for Trigger.\n */\nexport type TriggerUnion = Trigger | FileEventTrigger | PeriodicTimerEventTrigger;\n\n/**\n * Trigger details.\n */\nexport interface Trigger {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Trigger\";\n /**\n * The path ID that uniquely identifies 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 * The object name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The hierarchical 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 * Trigger details.\n */\nexport interface FileEventTrigger {\n /**\n * Polymorphic Discriminator\n */\n kind: \"FileEvent\";\n /**\n * The path ID that uniquely identifies 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 * The object name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The hierarchical 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 * File event source details.\n */\n sourceInfo: FileSourceInfo;\n /**\n * Role sink info.\n */\n sinkInfo: RoleSinkInfo;\n /**\n * A custom context tag typically used to correlate the trigger against its usage. For example,\n * if a periodic timer trigger is intended for certain specific IoT modules in the device, the\n * tag can be the name or the image URL of the module.\n */\n customContextTag?: string;\n}\n\n/**\n * Metadata of IoT device/IoT Edge device to be configured.\n */\nexport interface IoTDeviceInfo {\n /**\n * ID of the IoT device/edge device.\n */\n deviceId: string;\n /**\n * Host name for the IoT hub associated to the device.\n */\n ioTHostHub: string;\n /**\n * Id for the IoT hub associated to the device.\n */\n ioTHostHubId?: string;\n /**\n * IoT device authentication info.\n */\n authentication?: Authentication;\n}\n\n/**\n * The share mount point.\n */\nexport interface MountPointMap {\n /**\n * ID of the share mounted to the role VM.\n */\n shareId: string;\n /**\n * ID of the role to which share is mounted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly roleId?: string;\n /**\n * Mount point for the share.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly mountPoint?: string;\n /**\n * Role type. Possible values include: 'IOT', 'ASA', 'Functions', 'Cognitive'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly roleType?: RoleTypes;\n}\n\n/**\n * Contains the possible cases for Role.\n */\nexport type RoleUnion = Role | IoTRole;\n\n/**\n * Compute role.\n */\nexport interface Role {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Role\";\n /**\n * The path ID that uniquely identifies 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 * The object name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The hierarchical 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 * Compute role.\n */\nexport interface IoTRole {\n /**\n * Polymorphic Discriminator\n */\n kind: \"IOT\";\n /**\n * The path ID that uniquely identifies 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 * The object name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The hierarchical 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 * Host OS supported by the IoT role. Possible values include: 'Windows', 'Linux'\n */\n hostPlatform: PlatformType;\n /**\n * IoT device metadata to which data box edge device needs to be connected.\n */\n ioTDeviceDetails: IoTDeviceInfo;\n /**\n * IoT edge device to which the IoT role needs to be configured.\n */\n ioTEdgeDeviceDetails: IoTDeviceInfo;\n /**\n * Mount points of shares in role(s).\n */\n shareMappings?: MountPointMap[];\n /**\n * Role status. Possible values include: 'Enabled', 'Disabled'\n */\n roleStatus: RoleStatus;\n}\n\n/**\n * Details related to the IPv4 address configuration.\n */\nexport interface Ipv4Config {\n /**\n * The IPv4 address of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ipAddress?: string;\n /**\n * The IPv4 subnet of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subnet?: string;\n /**\n * The IPv4 gateway of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly gateway?: string;\n}\n\n/**\n * Details related to the IPv6 address configuration.\n */\nexport interface Ipv6Config {\n /**\n * The IPv6 address of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ipAddress?: string;\n /**\n * The IPv6 prefix of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly prefixLength?: number;\n /**\n * The IPv6 gateway of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly gateway?: string;\n}\n\n/**\n * The job error items.\n */\nexport interface JobErrorItem {\n /**\n * The recommended actions.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly recommendations?: string[];\n /**\n * The code intended for programmatic access.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The message that describes the error in detail.\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 * The job error information containing the list of job errors.\n */\nexport interface JobErrorDetails {\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorDetails?: JobErrorItem[];\n /**\n * The code intended for programmatic access.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The message that describes the error in detail.\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 * Details about the download progress of update.\n */\nexport interface UpdateDownloadProgress {\n /**\n * The download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading',\n * 'Verifying'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly downloadPhase?: DownloadPhase;\n /**\n * Percentage of completion.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly percentComplete?: number;\n /**\n * Total bytes to download.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalBytesToDownload?: number;\n /**\n * Total bytes downloaded.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalBytesDownloaded?: number;\n /**\n * Number of updates to download.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly numberOfUpdatesToDownload?: number;\n /**\n * Number of updates downloaded.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly numberOfUpdatesDownloaded?: number;\n}\n\n/**\n * Progress details during installation of updates.\n */\nexport interface UpdateInstallProgress {\n /**\n * Percentage completed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly percentComplete?: number;\n /**\n * Number of updates to install.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly numberOfUpdatesToInstall?: number;\n /**\n * Number of updates installed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly numberOfUpdatesInstalled?: number;\n}\n\n/**\n * A device job.\n */\nexport interface Job {\n /**\n * The path ID that uniquely identifies 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 * The 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 * The hierarchical 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 * The current status of the job. Possible values include: 'Invalid', 'Running', 'Succeeded',\n * 'Failed', 'Canceled', 'Paused', 'Scheduled'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: JobStatus;\n /**\n * The UTC date and time at which the job started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startTime?: Date;\n /**\n * The UTC date and time at which the job completed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endTime?: Date;\n /**\n * The percentage of the job that is complete.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly percentComplete?: number;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly error?: JobErrorDetails;\n /**\n * The type of the job. Possible values include: 'Invalid', 'ScanForUpdates', 'DownloadUpdates',\n * 'InstallUpdates', 'RefreshShare', 'RefreshContainer'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly jobType?: JobType;\n /**\n * Current stage of the update operation. Possible values include: 'Unknown', 'Initial',\n * 'ScanStarted', 'ScanComplete', 'ScanFailed', 'DownloadStarted', 'DownloadComplete',\n * 'DownloadFailed', 'InstallStarted', 'InstallComplete', 'InstallFailed', 'RebootInitiated',\n * 'Success', 'Failure', 'RescanStarted', 'RescanComplete', 'RescanFailed'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currentStage?: UpdateOperationStage;\n /**\n * The download progress.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly downloadProgress?: UpdateDownloadProgress;\n /**\n * The install progress.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly installProgress?: UpdateInstallProgress;\n /**\n * Total number of errors encountered during the refresh process.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalRefreshErrors?: number;\n /**\n * Local share/remote container relative path to the error manifest file of the refresh.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errorManifestFile?: string;\n /**\n * ARM ID of the entity that was refreshed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly refreshedEntityId?: string;\n /**\n * If only subfolders need to be refreshed, then the subfolder path inside the share or\n * container. (The path is empty if there are no subfolders.)\n */\n folder?: string;\n}\n\n/**\n * Metric Dimension v1.\n */\nexport interface MetricDimensionV1 {\n /**\n * Name of the metrics dimension.\n */\n name?: string;\n /**\n * Display name of the metrics dimension.\n */\n displayName?: string;\n /**\n * To be exported to shoe box.\n */\n toBeExportedForShoebox?: boolean;\n}\n\n/**\n * Metric specification version 1.\n */\nexport interface MetricSpecificationV1 {\n /**\n * Name of the metric.\n */\n name?: string;\n /**\n * Display name of the metric.\n */\n displayName?: string;\n /**\n * Description of the metric to be displayed.\n */\n displayDescription?: string;\n /**\n * Metric units. Possible values include: 'NotSpecified', 'Percent', 'Count', 'Seconds',\n * 'Milliseconds', 'Bytes', 'BytesPerSecond', 'CountPerSecond'\n */\n unit?: MetricUnit;\n /**\n * Metric aggregation type. Possible values include: 'NotSpecified', 'None', 'Average',\n * 'Minimum', 'Maximum', 'Total', 'Count'\n */\n aggregationType?: MetricAggregationType;\n /**\n * Metric dimensions, other than default dimension which is resource.\n */\n dimensions?: MetricDimensionV1[];\n /**\n * Set true to fill the gaps with zero.\n */\n fillGapWithZero?: boolean;\n /**\n * Metric category. Possible values include: 'Capacity', 'Transaction'\n */\n category?: MetricCategory;\n /**\n * Resource name override.\n */\n resourceIdDimensionNameOverride?: string;\n /**\n * Support granularity of metrics.\n */\n supportedTimeGrainTypes?: TimeGrain[];\n /**\n * Support metric aggregation type.\n */\n supportedAggregationTypes?: MetricAggregationType[];\n}\n\n/**\n * The network adapter position.\n */\nexport interface NetworkAdapterPosition {\n /**\n * The network group. Possible values include: 'None', 'NonRDMA', 'RDMA'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkGroup?: NetworkGroup;\n /**\n * The port.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly port?: number;\n}\n\n/**\n * Represents the networkAdapter on a device.\n */\nexport interface NetworkAdapter {\n /**\n * Instance ID of network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly adapterId?: string;\n /**\n * Hardware position of network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly adapterPosition?: NetworkAdapterPosition;\n /**\n * Logical index of the adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly index?: number;\n /**\n * Node ID of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeId?: string;\n /**\n * Network adapter name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkAdapterName?: string;\n /**\n * Hardware label for the adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly label?: 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 * Link speed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly linkSpeed?: number;\n /**\n * Value indicating whether this adapter is valid. Possible values include: 'Inactive', 'Active'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: NetworkAdapterStatus;\n /**\n * Value indicating whether this adapter is RDMA capable. Possible values include: 'Incapable',\n * 'Capable'\n */\n rdmaStatus?: NetworkAdapterRDMAStatus;\n /**\n * Value indicating whether this adapter has DHCP enabled. Possible values include: 'Disabled',\n * 'Enabled'\n */\n dhcpStatus?: NetworkAdapterDHCPStatus;\n /**\n * The IPv4 configuration of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ipv4Configuration?: Ipv4Config;\n /**\n * The IPv6 configuration of the network adapter.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ipv6Configuration?: Ipv6Config;\n /**\n * The IPv6 local address.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ipv6LinkLocalAddress?: string;\n /**\n * The list of DNS Servers of the device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dnsServers?: string[];\n}\n\n/**\n * The network settings of a device.\n */\nexport interface NetworkSettings extends ARMBaseModel {\n /**\n * The network adapter list on the device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkAdapters?: NetworkAdapter[];\n}\n\n/**\n * Represents a single node in a Data box Edge/Gateway device\n * Gateway devices, standalone Edge devices and a single node cluster Edge device will all have 1\n * node\n * Multi-node Edge devices will have more than 1 nodes\n */\nexport interface Node extends ARMBaseModel {\n /**\n * The current status of the individual node. Possible values include: 'Unknown', 'Up', 'Down',\n * 'Rebooting', 'ShuttingDown'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeStatus?: NodeStatus;\n /**\n * Serial number of the Chassis\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeChassisSerialNumber?: string;\n /**\n * Serial number of the individual node\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeSerialNumber?: string;\n /**\n * Display Name of the individual node\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeDisplayName?: string;\n /**\n * Friendly software version name that is currently installed on the node\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeFriendlySoftwareVersion?: string;\n /**\n * HCS version that is currently installed on the node\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeHcsVersion?: string;\n /**\n * Guid instance id of the node\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nodeInstanceId?: string;\n}\n\n/**\n * Operation display properties.\n */\nexport interface OperationDisplay {\n /**\n * Provider name.\n */\n provider?: string;\n /**\n * The type of resource in which the operation is performed.\n */\n resource?: string;\n /**\n * Operation to be performed on the resource.\n */\n operation?: string;\n /**\n * Description of the operation to be performed.\n */\n description?: string;\n}\n\n/**\n * Service specification.\n */\nexport interface ServiceSpecification {\n /**\n * Metric specification as defined by shoebox.\n */\n metricSpecifications?: MetricSpecificationV1[];\n}\n\n/**\n * Operations.\n */\nexport interface Operation {\n /**\n * Name of the operation.\n */\n name?: string;\n /**\n * Properties displayed for the operation.\n */\n display?: OperationDisplay;\n /**\n * Origin of the operation.\n */\n origin?: string;\n /**\n * Service specification.\n */\n serviceSpecification?: ServiceSpecification;\n}\n\n/**\n * Represents a single status change.\n */\nexport interface OrderStatus {\n /**\n * Status of the order as per the allowed status types. Possible values include: 'Untracked',\n * 'AwaitingFulfilment', 'AwaitingPreparation', 'AwaitingShipment', 'Shipped', 'Arriving',\n * 'Delivered', 'ReplacementRequested', 'LostDevice', 'Declined', 'ReturnInitiated',\n * 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft'\n */\n status: OrderState;\n /**\n * Time of status update.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updateDateTime?: Date;\n /**\n * Comments related to this status change.\n */\n comments?: string;\n /**\n * Dictionary to hold generic information which is not stored\n * by the already existing properties\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalOrderDetails?: { [propertyName: string]: string };\n}\n\n/**\n * Tracking courier information.\n */\nexport interface TrackingInfo {\n /**\n * Serial number of the device being tracked.\n */\n serialNumber?: string;\n /**\n * Name of the carrier used in the delivery.\n */\n carrierName?: string;\n /**\n * Tracking ID of the shipment.\n */\n trackingId?: string;\n /**\n * Tracking URL of the shipment.\n */\n trackingUrl?: string;\n}\n\n/**\n * The order details.\n */\nexport interface Order extends ARMBaseModel {\n /**\n * The contact details.\n */\n contactInformation: ContactDetails;\n /**\n * The shipping address.\n */\n shippingAddress: Address;\n /**\n * Current status of the order.\n */\n currentStatus?: OrderStatus;\n /**\n * List of status changes in the order.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly orderHistory?: OrderStatus[];\n /**\n * Serial number of the device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly serialNumber?: string;\n /**\n * Tracking information for the package delivered to the customer whether it has an original or a\n * replacement device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly deliveryTrackingInfo?: TrackingInfo[];\n /**\n * Tracking information for the package returned from the customer whether it has an original or\n * a replacement device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly returnTrackingInfo?: TrackingInfo[];\n}\n\n/**\n * Periodic timer event source.\n */\nexport interface PeriodicTimerSourceInfo {\n /**\n * The time of the day that results in a valid trigger. Schedule is computed with reference to\n * the time specified upto seconds. If timezone is not specified the time will considered to be\n * in device timezone. The value will always be returned as UTC time.\n */\n startTime: Date;\n /**\n * Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes,\n * and seconds.\n */\n schedule: string;\n /**\n * Topic where periodic events are published to IoT device.\n */\n topic?: string;\n}\n\n/**\n * Trigger details.\n */\nexport interface PeriodicTimerEventTrigger {\n /**\n * Polymorphic Discriminator\n */\n kind: \"PeriodicTimerEvent\";\n /**\n * The path ID that uniquely identifies 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 * The object name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The hierarchical 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 * Periodic timer details.\n */\n sourceInfo: PeriodicTimerSourceInfo;\n /**\n * Role Sink information.\n */\n sinkInfo: RoleSinkInfo;\n /**\n * A custom context tag typically used to correlate the trigger against its usage. For example,\n * if a periodic timer trigger is intended for certain specific IoT modules in the device, the\n * tag can be the name or the image URL of the module.\n */\n customContextTag?: string;\n}\n\n/**\n * The location info.\n */\nexport interface SkuLocationInfo {\n /**\n * The location.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly location?: string;\n /**\n * The zones.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly zones?: string[];\n /**\n * The sites.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly sites?: string[];\n}\n\n/**\n * The metadata for retrieving price info.\n */\nexport interface SkuCost {\n /**\n * Used for querying price from commerce.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly meterId?: string;\n /**\n * The cost quantity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly quantity?: number;\n /**\n * Restriction of the SKU for the location/zone\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly extendedUnit?: string;\n}\n\n/**\n * The restriction info with locations and zones.\n */\nexport interface SkuRestrictionInfo {\n /**\n * The locations.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * The zones.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly zones?: string[];\n}\n\n/**\n * The restrictions because of which SKU cannot be used.\n */\nexport interface SkuRestriction {\n /**\n * The type of the restriction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The locations where sku is restricted.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly values?: string[];\n /**\n * The SKU restriction reason. Possible values include: 'NotAvailableForSubscription', 'QuotaId'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reasonCode?: SkuRestrictionReasonCode;\n /**\n * Restriction of the SKU for the location/zone\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restrictionInfo?: SkuRestrictionInfo;\n}\n\n/**\n * SkuInformation object\n */\nexport interface ResourceTypeSku {\n /**\n * The type of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceType?: string;\n /**\n * The Sku name. Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS',\n * 'TEA_1Node_Heater', 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: SkuName;\n /**\n * The Sku kind\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: string;\n /**\n * The Sku tier. Possible values include: 'Standard'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tier?: SkuTier;\n /**\n * The Sku family\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly family?: string;\n /**\n * Availability of the SKU for the region\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locations?: string[];\n /**\n * The API versions in which SKU is available\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly apiVersions?: string[];\n /**\n * Availability of the SKU for the location/zone\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly locationInfo?: SkuLocationInfo[];\n /**\n * The pricing info 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 * Restrictions of the SKU availability.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly restrictions?: SkuRestriction[];\n}\n\n/**\n * The security settings of a device.\n */\nexport interface SecuritySettings extends ARMBaseModel {\n /**\n * Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to\n * sign into the local web UI of the device. The Actual password should have at least 8\n * characters that are a combination of uppercase, lowercase, numeric, and special characters.\n */\n deviceAdminPassword: AsymmetricEncryptedSecret;\n}\n\n/**\n * The mapping between a particular user and the access type on the SMB share.\n */\nexport interface UserAccessRight {\n /**\n * User ID (already existing in the device).\n */\n userId: string;\n /**\n * Type of access to be allowed for the user. Possible values include: 'Change', 'Read', 'Custom'\n */\n accessType: ShareAccessType;\n}\n\n/**\n * Represents a share on the Data Box Edge/Gateway device.\n */\nexport interface Share extends ARMBaseModel {\n /**\n * Description for the share.\n */\n description?: string;\n /**\n * Current status of the share. Possible values include: 'Offline', 'Unknown', 'OK', 'Updating',\n * 'NeedsAttention'\n */\n shareStatus: ShareStatus;\n /**\n * Current monitoring status of the share. Possible values include: 'Enabled', 'Disabled'\n */\n monitoringStatus: MonitoringStatus;\n /**\n * Azure container mapping for the share.\n */\n azureContainerInfo?: AzureContainerInfo;\n /**\n * Access protocol to be used by the share. Possible values include: 'SMB', 'NFS'\n */\n accessProtocol: ShareAccessProtocol;\n /**\n * Mapping of users and corresponding access rights on the share (required for SMB protocol).\n */\n userAccessRights?: UserAccessRight[];\n /**\n * List of IP addresses and corresponding access rights on the share(required for NFS protocol).\n */\n clientAccessRights?: ClientAccessRight[];\n /**\n * Details of the refresh job on this share.\n */\n refreshDetails?: RefreshDetails;\n /**\n * Share mount point to the role.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly shareMappings?: MountPointMap[];\n /**\n * Data policy of the share. Possible values include: 'Cloud', 'Local'\n */\n dataPolicy?: DataPolicy;\n}\n\n/**\n * Specifies the mapping between this particular user and the type of access he has on shares on\n * this device.\n */\nexport interface ShareAccessRight {\n /**\n * The share ID.\n */\n shareId: string;\n /**\n * Type of access to be allowed on the share for this user. Possible values include: 'Change',\n * 'Read', 'Custom'\n */\n accessType: ShareAccessType;\n}\n\n/**\n * Represents a Storage Account on the Data Box Edge/Gateway device.\n */\nexport interface StorageAccount extends ARMBaseModel {\n /**\n * Description for the storage Account.\n */\n description?: string;\n /**\n * Current status of the storage account. Possible values include: 'OK', 'Offline', 'Unknown',\n * 'Updating', 'NeedsAttention'\n */\n storageAccountStatus?: StorageAccountStatus;\n /**\n * Data policy of the storage Account. Possible values include: 'Cloud', 'Local'\n */\n dataPolicy?: DataPolicy;\n /**\n * Storage Account Credential Id\n */\n storageAccountCredentialId?: string;\n /**\n * BlobEndpoint of Storage Account\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly blobEndpoint?: string;\n /**\n * The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly containerCount?: number;\n}\n\n/**\n * The storage account credential.\n */\nexport interface StorageAccountCredential extends ARMBaseModel {\n /**\n * Alias for the storage account.\n */\n alias: string;\n /**\n * Username for the storage account.\n */\n userName?: string;\n /**\n * Encrypted storage key.\n */\n accountKey?: AsymmetricEncryptedSecret;\n /**\n * Connection string for the storage account. Use this string if username and account key are not\n * specified.\n */\n connectionString?: string;\n /**\n * Signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled',\n * 'Disabled'\n */\n sslStatus: SSLStatus;\n /**\n * Blob end point for private clouds.\n */\n blobDomainName?: string;\n /**\n * Type of storage accessed on the storage account. Possible values include:\n * 'GeneralPurposeStorage', 'BlobStorage'\n */\n accountType: AccountType;\n /**\n * Id of the storage account.\n */\n storageAccountId?: string;\n}\n\n/**\n * Details about ongoing updates and availability of updates on the device.\n */\nexport interface UpdateSummary extends ARMBaseModel {\n /**\n * The current version of the device in format: 1.2.17312.13.\",\n */\n deviceVersionNumber?: string;\n /**\n * The current version of the device in text format.\n */\n friendlyDeviceVersionName?: string;\n /**\n * The last time when a scan was done on the device.\n */\n deviceLastScannedDateTime?: Date;\n /**\n * The time when the last scan job was completed (success/cancelled/failed) on the appliance.\n */\n lastCompletedScanJobDateTime?: Date;\n /**\n * The time when the last Download job was completed (success/cancelled/failed) on the appliance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastCompletedDownloadJobDateTime?: Date;\n /**\n * The time when the last Install job was completed (success/cancelled/failed) on the appliance.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastCompletedInstallJobDateTime?: Date;\n /**\n * The number of updates available for the current device version as per the last device scan.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalNumberOfUpdatesAvailable?: number;\n /**\n * The total number of items pending download.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalNumberOfUpdatesPendingDownload?: number;\n /**\n * The total number of items pending install.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalNumberOfUpdatesPendingInstall?: number;\n /**\n * Indicates if updates are available and at least one of the updates needs a reboot. Possible\n * values include: 'NeverReboots', 'RequiresReboot', 'RequestReboot'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly rebootBehavior?: InstallRebootBehavior;\n /**\n * The current update operation. Possible values include: 'None', 'Scan', 'Download', 'Install'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly ongoingUpdateOperation?: UpdateOperation;\n /**\n * The job ID of the download job in progress.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly inProgressDownloadJobId?: string;\n /**\n * The job ID of the install job in progress.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly inProgressInstallJobId?: string;\n /**\n * The time when the currently running download (if any) started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly inProgressDownloadJobStartedDateTime?: Date;\n /**\n * The time when the currently running install (if any) started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly inProgressInstallJobStartedDateTime?: Date;\n /**\n * The list of updates available for install.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly updateTitles?: string[];\n /**\n * The total size of updates available for download in bytes.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalUpdateSizeInBytes?: number;\n}\n\n/**\n * The upload certificate request.\n */\nexport interface UploadCertificateRequest {\n /**\n * The authentication type. Possible values include: 'Invalid', 'AzureActiveDirectory'\n */\n authenticationType?: AuthenticationType;\n /**\n * The base64 encoded certificate raw data.\n */\n certificate: string;\n}\n\n/**\n * The upload registration certificate response.\n */\nexport interface UploadCertificateResponse {\n /**\n * Specifies authentication type. Possible values include: 'Invalid', 'AzureActiveDirectory'\n */\n authType?: AuthenticationType;\n /**\n * The resource ID of the Data Box Edge/Gateway device.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceId?: string;\n /**\n * Azure Active Directory tenant authority.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly aadAuthority?: string;\n /**\n * Azure Active Directory tenant ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly aadTenantId?: string;\n /**\n * Azure Active Directory service principal client ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly servicePrincipalClientId?: string;\n /**\n * Azure Active Directory service principal object ID.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly servicePrincipalObjectId?: string;\n /**\n * The azure management endpoint audience.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly azureManagementEndpointAudience?: string;\n /**\n * Identifier of the target resource that is the recipient of the requested token.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly aadAudience?: string;\n}\n\n/**\n * Represents a user who has access to one or more shares on the Data Box Edge/Gateway device.\n */\nexport interface User extends ARMBaseModel {\n /**\n * The password details.\n */\n encryptedPassword?: AsymmetricEncryptedSecret;\n /**\n * List of shares that the user has rights on. This field should not be specified during user\n * creation.\n */\n shareAccessRights?: ShareAccessRight[];\n /**\n * Type of the user. Possible values include: 'Share', 'LocalManagement', 'ARM'\n */\n userType: UserType;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DevicesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify $expand=details to populate additional fields related to the resource or Specify\n * $skipToken=<token> to populate the next page in the list.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DevicesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify $expand=details to populate additional fields related to the resource or Specify\n * $skipToken=<token> to populate the next page in the list.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TriggersListByDataBoxEdgeDeviceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify $filter='CustomContextTag eq <tag>' to filter on custom context tag property\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface UsersListByDataBoxEdgeDeviceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify $filter='UserType eq <type>' to filter on user type property\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SkusListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify $filter='location eq <location>' to filter on location.\n */\n filter?: string;\n}\n\n/**\n * An interface representing DataBoxEdgeManagementClientOptions.\n */\nexport interface DataBoxEdgeManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The list of operations used for the discovery of available provider operations.\n * @extends Array<Operation>\n */\nexport interface OperationsList extends Array<Operation> {\n /**\n * Link to the next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The collection of Data Box Edge/Gateway devices.\n * @extends Array<DataBoxEdgeDevice>\n */\nexport interface DataBoxEdgeDeviceList extends Array<DataBoxEdgeDevice> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of alerts.\n * @extends Array<Alert>\n */\nexport interface AlertList extends Array<Alert> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The collection of bandwidth schedules.\n * @extends Array<BandwidthSchedule>\n */\nexport interface BandwidthSchedulesList extends Array<BandwidthSchedule> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of Nodes.\n * @extends Array<Node>\n */\nexport interface NodeList extends Array<Node> {\n}\n\n/**\n * @interface\n * List of order entities.\n * @extends Array<Order>\n */\nexport interface OrderList extends Array<Order> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of all the roles on the Data Box Edge device.\n * @extends Array<RoleUnion>\n */\nexport interface RoleList extends Array<RoleUnion> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of all the shares on the Data Box Edge/Gateway device.\n * @extends Array<Share>\n */\nexport interface ShareList extends Array<Share> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The collection of storage account credentials.\n * @extends Array<StorageAccountCredential>\n */\nexport interface StorageAccountCredentialList extends Array<StorageAccountCredential> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of all the Storage Accounts on the Data Box Edge/Gateway device.\n * @extends Array<StorageAccount>\n */\nexport interface StorageAccountList extends Array<StorageAccount> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of all the containers on the Data Box Edge/Gateway device.\n * @extends Array<Container>\n */\nexport interface ContainerList extends Array<Container> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of all trigger on the data box edge device.\n * @extends Array<TriggerUnion>\n */\nexport interface TriggerList extends Array<TriggerUnion> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Collection of users.\n * @extends Array<User>\n */\nexport interface UserList extends Array<User> {\n /**\n * Link to the next set of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * List of SKU Information objects\n * @extends Array<ResourceTypeSku>\n */\nexport interface SkuInformationList extends Array<ResourceTypeSku> {\n /**\n * Links to the next set of results\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for AlertSeverity.\n * Possible values include: 'Informational', 'Warning', 'Critical'\n * @readonly\n * @enum {string}\n */\nexport type AlertSeverity = 'Informational' | 'Warning' | 'Critical';\n\n/**\n * Defines values for EncryptionAlgorithm.\n * Possible values include: 'None', 'AES256', 'RSAES_PKCS1_v_1_5'\n * @readonly\n * @enum {string}\n */\nexport type EncryptionAlgorithm = 'None' | 'AES256' | 'RSAES_PKCS1_v_1_5';\n\n/**\n * Defines values for AzureContainerDataFormat.\n * Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'\n * @readonly\n * @enum {string}\n */\nexport type AzureContainerDataFormat = 'BlockBlob' | 'PageBlob' | 'AzureFile';\n\n/**\n * Defines values for DayOfWeek.\n * Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',\n * 'Saturday'\n * @readonly\n * @enum {string}\n */\nexport type DayOfWeek = 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday';\n\n/**\n * Defines values for ClientPermissionType.\n * Possible values include: 'NoAccess', 'ReadOnly', 'ReadWrite'\n * @readonly\n * @enum {string}\n */\nexport type ClientPermissionType = 'NoAccess' | 'ReadOnly' | 'ReadWrite';\n\n/**\n * Defines values for ContainerStatus.\n * Possible values include: 'OK', 'Offline', 'Unknown', 'Updating', 'NeedsAttention'\n * @readonly\n * @enum {string}\n */\nexport type ContainerStatus = 'OK' | 'Offline' | 'Unknown' | 'Updating' | 'NeedsAttention';\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'Gateway', 'Edge', 'TEA_1Node', 'TEA_1Node_UPS', 'TEA_1Node_Heater',\n * 'TEA_1Node_UPS_Heater', 'TEA_4Node_Heater', 'TEA_4Node_UPS_Heater', 'TMA'\n * @readonly\n * @enum {string}\n */\nexport type SkuName = 'Gateway' | 'Edge' | 'TEA_1Node' | 'TEA_1Node_UPS' | 'TEA_1Node_Heater' | 'TEA_1Node_UPS_Heater' | 'TEA_4Node_Heater' | 'TEA_4Node_UPS_Heater' | 'TMA';\n\n/**\n * Defines values for SkuTier.\n * Possible values include: 'Standard'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = 'Standard';\n\n/**\n * Defines values for DataBoxEdgeDeviceStatus.\n * Possible values include: 'ReadyToSetup', 'Online', 'Offline', 'NeedsAttention', 'Disconnected',\n * 'PartiallyDisconnected', 'Maintenance'\n * @readonly\n * @enum {string}\n */\nexport type DataBoxEdgeDeviceStatus = 'ReadyToSetup' | 'Online' | 'Offline' | 'NeedsAttention' | 'Disconnected' | 'PartiallyDisconnected' | 'Maintenance';\n\n/**\n * Defines values for DeviceType.\n * Possible values include: 'DataBoxEdgeDevice'\n * @readonly\n * @enum {string}\n */\nexport type DeviceType = 'DataBoxEdgeDevice';\n\n/**\n * Defines values for RoleTypes.\n * Possible values include: 'IOT', 'ASA', 'Functions', 'Cognitive'\n * @readonly\n * @enum {string}\n */\nexport type RoleTypes = 'IOT' | 'ASA' | 'Functions' | 'Cognitive';\n\n/**\n * Defines values for PlatformType.\n * Possible values include: 'Windows', 'Linux'\n * @readonly\n * @enum {string}\n */\nexport type PlatformType = 'Windows' | 'Linux';\n\n/**\n * Defines values for RoleStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type RoleStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for JobStatus.\n * Possible values include: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused',\n * 'Scheduled'\n * @readonly\n * @enum {string}\n */\nexport type JobStatus = 'Invalid' | 'Running' | 'Succeeded' | 'Failed' | 'Canceled' | 'Paused' | 'Scheduled';\n\n/**\n * Defines values for JobType.\n * Possible values include: 'Invalid', 'ScanForUpdates', 'DownloadUpdates', 'InstallUpdates',\n * 'RefreshShare', 'RefreshContainer'\n * @readonly\n * @enum {string}\n */\nexport type JobType = 'Invalid' | 'ScanForUpdates' | 'DownloadUpdates' | 'InstallUpdates' | 'RefreshShare' | 'RefreshContainer';\n\n/**\n * Defines values for UpdateOperationStage.\n * Possible values include: 'Unknown', 'Initial', 'ScanStarted', 'ScanComplete', 'ScanFailed',\n * 'DownloadStarted', 'DownloadComplete', 'DownloadFailed', 'InstallStarted', 'InstallComplete',\n * 'InstallFailed', 'RebootInitiated', 'Success', 'Failure', 'RescanStarted', 'RescanComplete',\n * 'RescanFailed'\n * @readonly\n * @enum {string}\n */\nexport type UpdateOperationStage = 'Unknown' | 'Initial' | 'ScanStarted' | 'ScanComplete' | 'ScanFailed' | 'DownloadStarted' | 'DownloadComplete' | 'DownloadFailed' | 'InstallStarted' | 'InstallComplete' | 'InstallFailed' | 'RebootInitiated' | 'Success' | 'Failure' | 'RescanStarted' | 'RescanComplete' | 'RescanFailed';\n\n/**\n * Defines values for DownloadPhase.\n * Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying'\n * @readonly\n * @enum {string}\n */\nexport type DownloadPhase = 'Unknown' | 'Initializing' | 'Downloading' | 'Verifying';\n\n/**\n * Defines values for MetricUnit.\n * Possible values include: 'NotSpecified', 'Percent', 'Count', 'Seconds', 'Milliseconds', 'Bytes',\n * 'BytesPerSecond', 'CountPerSecond'\n * @readonly\n * @enum {string}\n */\nexport type MetricUnit = 'NotSpecified' | 'Percent' | 'Count' | 'Seconds' | 'Milliseconds' | 'Bytes' | 'BytesPerSecond' | 'CountPerSecond';\n\n/**\n * Defines values for MetricAggregationType.\n * Possible values include: 'NotSpecified', 'None', 'Average', 'Minimum', 'Maximum', 'Total',\n * 'Count'\n * @readonly\n * @enum {string}\n */\nexport type MetricAggregationType = 'NotSpecified' | 'None' | 'Average' | 'Minimum' | 'Maximum' | 'Total' | 'Count';\n\n/**\n * Defines values for MetricCategory.\n * Possible values include: 'Capacity', 'Transaction'\n * @readonly\n * @enum {string}\n */\nexport type MetricCategory = 'Capacity' | 'Transaction';\n\n/**\n * Defines values for TimeGrain.\n * Possible values include: 'PT1M', 'PT5M', 'PT15M', 'PT30M', 'PT1H', 'PT6H', 'PT12H', 'PT1D'\n * @readonly\n * @enum {string}\n */\nexport type TimeGrain = 'PT1M' | 'PT5M' | 'PT15M' | 'PT30M' | 'PT1H' | 'PT6H' | 'PT12H' | 'PT1D';\n\n/**\n * Defines values for NetworkGroup.\n * Possible values include: 'None', 'NonRDMA', 'RDMA'\n * @readonly\n * @enum {string}\n */\nexport type NetworkGroup = 'None' | 'NonRDMA' | 'RDMA';\n\n/**\n * Defines values for NetworkAdapterStatus.\n * Possible values include: 'Inactive', 'Active'\n * @readonly\n * @enum {string}\n */\nexport type NetworkAdapterStatus = 'Inactive' | 'Active';\n\n/**\n * Defines values for NetworkAdapterRDMAStatus.\n * Possible values include: 'Incapable', 'Capable'\n * @readonly\n * @enum {string}\n */\nexport type NetworkAdapterRDMAStatus = 'Incapable' | 'Capable';\n\n/**\n * Defines values for NetworkAdapterDHCPStatus.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type NetworkAdapterDHCPStatus = 'Disabled' | 'Enabled';\n\n/**\n * Defines values for NodeStatus.\n * Possible values include: 'Unknown', 'Up', 'Down', 'Rebooting', 'ShuttingDown'\n * @readonly\n * @enum {string}\n */\nexport type NodeStatus = 'Unknown' | 'Up' | 'Down' | 'Rebooting' | 'ShuttingDown';\n\n/**\n * Defines values for OrderState.\n * Possible values include: 'Untracked', 'AwaitingFulfilment', 'AwaitingPreparation',\n * 'AwaitingShipment', 'Shipped', 'Arriving', 'Delivered', 'ReplacementRequested', 'LostDevice',\n * 'Declined', 'ReturnInitiated', 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft'\n * @readonly\n * @enum {string}\n */\nexport type OrderState = 'Untracked' | 'AwaitingFulfilment' | 'AwaitingPreparation' | 'AwaitingShipment' | 'Shipped' | 'Arriving' | 'Delivered' | 'ReplacementRequested' | 'LostDevice' | 'Declined' | 'ReturnInitiated' | 'AwaitingReturnShipment' | 'ShippedBack' | 'CollectedAtMicrosoft';\n\n/**\n * Defines values for AuthenticationType.\n * Possible values include: 'Invalid', 'AzureActiveDirectory'\n * @readonly\n * @enum {string}\n */\nexport type AuthenticationType = 'Invalid' | 'AzureActiveDirectory';\n\n/**\n * Defines values for SkuRestrictionReasonCode.\n * Possible values include: 'NotAvailableForSubscription', 'QuotaId'\n * @readonly\n * @enum {string}\n */\nexport type SkuRestrictionReasonCode = 'NotAvailableForSubscription' | 'QuotaId';\n\n/**\n * Defines values for ShareStatus.\n * Possible values include: 'Offline', 'Unknown', 'OK', 'Updating', 'NeedsAttention'\n * @readonly\n * @enum {string}\n */\nexport type ShareStatus = 'Offline' | 'Unknown' | 'OK' | 'Updating' | 'NeedsAttention';\n\n/**\n * Defines values for MonitoringStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type MonitoringStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for ShareAccessProtocol.\n * Possible values include: 'SMB', 'NFS'\n * @readonly\n * @enum {string}\n */\nexport type ShareAccessProtocol = 'SMB' | 'NFS';\n\n/**\n * Defines values for ShareAccessType.\n * Possible values include: 'Change', 'Read', 'Custom'\n * @readonly\n * @enum {string}\n */\nexport type ShareAccessType = 'Change' | 'Read' | 'Custom';\n\n/**\n * Defines values for DataPolicy.\n * Possible values include: 'Cloud', 'Local'\n * @readonly\n * @enum {string}\n */\nexport type DataPolicy = 'Cloud' | 'Local';\n\n/**\n * Defines values for StorageAccountStatus.\n * Possible values include: 'OK', 'Offline', 'Unknown', 'Updating', 'NeedsAttention'\n * @readonly\n * @enum {string}\n */\nexport type StorageAccountStatus = 'OK' | 'Offline' | 'Unknown' | 'Updating' | 'NeedsAttention';\n\n/**\n * Defines values for SSLStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type SSLStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for AccountType.\n * Possible values include: 'GeneralPurposeStorage', 'BlobStorage'\n * @readonly\n * @enum {string}\n */\nexport type AccountType = 'GeneralPurposeStorage' | 'BlobStorage';\n\n/**\n * Defines values for InstallRebootBehavior.\n * Possible values include: 'NeverReboots', 'RequiresReboot', 'RequestReboot'\n * @readonly\n * @enum {string}\n */\nexport type InstallRebootBehavior = 'NeverReboots' | 'RequiresReboot' | 'RequestReboot';\n\n/**\n * Defines values for UpdateOperation.\n * Possible values include: 'None', 'Scan', 'Download', 'Install'\n * @readonly\n * @enum {string}\n */\nexport type UpdateOperation = 'None' | 'Scan' | 'Download' | 'Install';\n\n/**\n * Defines values for UserType.\n * Possible values include: 'Share', 'LocalManagement', 'ARM'\n * @readonly\n * @enum {string}\n */\nexport type UserType = 'Share' | 'LocalManagement' | 'ARM';\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationsList & {\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: OperationsList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationsList & {\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: OperationsList;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type DevicesListBySubscriptionResponse = DataBoxEdgeDeviceList & {\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: DataBoxEdgeDeviceList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type DevicesListByResourceGroupResponse = DataBoxEdgeDeviceList & {\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: DataBoxEdgeDeviceList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DevicesGetResponse = DataBoxEdgeDevice & {\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: DataBoxEdgeDevice;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DevicesCreateOrUpdateResponse = DataBoxEdgeDevice & {\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: DataBoxEdgeDevice;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DevicesUpdateResponse = DataBoxEdgeDevice & {\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: DataBoxEdgeDevice;\n };\n};\n\n/**\n * Contains response data for the getExtendedInformation operation.\n */\nexport type DevicesGetExtendedInformationResponse = DataBoxEdgeDeviceExtendedInfo & {\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: DataBoxEdgeDeviceExtendedInfo;\n };\n};\n\n/**\n * Contains response data for the getNetworkSettings operation.\n */\nexport type DevicesGetNetworkSettingsResponse = NetworkSettings & {\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: NetworkSettings;\n };\n};\n\n/**\n * Contains response data for the getUpdateSummary operation.\n */\nexport type DevicesGetUpdateSummaryResponse = UpdateSummary & {\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: UpdateSummary;\n };\n};\n\n/**\n * Contains response data for the uploadCertificate operation.\n */\nexport type DevicesUploadCertificateResponse = UploadCertificateResponse & {\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: UploadCertificateResponse;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DevicesBeginCreateOrUpdateResponse = DataBoxEdgeDevice & {\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: DataBoxEdgeDevice;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type DevicesListBySubscriptionNextResponse = DataBoxEdgeDeviceList & {\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: DataBoxEdgeDeviceList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type DevicesListByResourceGroupNextResponse = DataBoxEdgeDeviceList & {\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: DataBoxEdgeDeviceList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type AlertsListByDataBoxEdgeDeviceResponse = AlertList & {\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: AlertList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AlertsGetResponse = Alert & {\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: Alert;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type AlertsListByDataBoxEdgeDeviceNextResponse = AlertList & {\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: AlertList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type BandwidthSchedulesListByDataBoxEdgeDeviceResponse = BandwidthSchedulesList & {\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: BandwidthSchedulesList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BandwidthSchedulesGetResponse = BandwidthSchedule & {\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: BandwidthSchedule;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type BandwidthSchedulesCreateOrUpdateResponse = BandwidthSchedule & {\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: BandwidthSchedule;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type BandwidthSchedulesBeginCreateOrUpdateResponse = BandwidthSchedule & {\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: BandwidthSchedule;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse = BandwidthSchedulesList & {\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: BandwidthSchedulesList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type JobsGetResponse = Job & {\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: Job;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type NodesListByDataBoxEdgeDeviceResponse = NodeList & {\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: NodeList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationsStatusGetResponse = Job & {\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: Job;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type OrdersListByDataBoxEdgeDeviceResponse = OrderList & {\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: OrderList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OrdersGetResponse = Order & {\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: Order;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type OrdersCreateOrUpdateResponse = Order & {\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: Order;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type OrdersBeginCreateOrUpdateResponse = Order & {\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: Order;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type OrdersListByDataBoxEdgeDeviceNextResponse = OrderList & {\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: OrderList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type RolesListByDataBoxEdgeDeviceResponse = RoleList & {\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: RoleList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type RolesGetResponse = RoleUnion & {\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: RoleUnion;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type RolesCreateOrUpdateResponse = RoleUnion & {\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: RoleUnion;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type RolesBeginCreateOrUpdateResponse = RoleUnion & {\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: RoleUnion;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type RolesListByDataBoxEdgeDeviceNextResponse = RoleList & {\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: RoleList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type SharesListByDataBoxEdgeDeviceResponse = ShareList & {\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: ShareList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SharesGetResponse = Share & {\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: Share;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SharesCreateOrUpdateResponse = Share & {\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: Share;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type SharesBeginCreateOrUpdateResponse = Share & {\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: Share;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type SharesListByDataBoxEdgeDeviceNextResponse = ShareList & {\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: ShareList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type StorageAccountCredentialsListByDataBoxEdgeDeviceResponse = StorageAccountCredentialList & {\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: StorageAccountCredentialList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type StorageAccountCredentialsGetResponse = StorageAccountCredential & {\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: StorageAccountCredential;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type StorageAccountCredentialsCreateOrUpdateResponse = StorageAccountCredential & {\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: StorageAccountCredential;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type StorageAccountCredentialsBeginCreateOrUpdateResponse = StorageAccountCredential & {\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: StorageAccountCredential;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse = StorageAccountCredentialList & {\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: StorageAccountCredentialList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type StorageAccountsListByDataBoxEdgeDeviceResponse = StorageAccountList & {\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: StorageAccountList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type StorageAccountsGetResponse = StorageAccount & {\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: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type StorageAccountsCreateOrUpdateResponse = StorageAccount & {\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: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type StorageAccountsBeginCreateOrUpdateResponse = StorageAccount & {\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: StorageAccount;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type StorageAccountsListByDataBoxEdgeDeviceNextResponse = StorageAccountList & {\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: StorageAccountList;\n };\n};\n\n/**\n * Contains response data for the listByStorageAccount operation.\n */\nexport type ContainersListByStorageAccountResponse = ContainerList & {\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: ContainerList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ContainersGetResponse = Container & {\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: Container;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ContainersCreateOrUpdateResponse = Container & {\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: Container;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ContainersBeginCreateOrUpdateResponse = Container & {\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: Container;\n };\n};\n\n/**\n * Contains response data for the listByStorageAccountNext operation.\n */\nexport type ContainersListByStorageAccountNextResponse = ContainerList & {\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: ContainerList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type TriggersListByDataBoxEdgeDeviceResponse = TriggerList & {\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: TriggerList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TriggersGetResponse = TriggerUnion & {\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: TriggerUnion;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type TriggersCreateOrUpdateResponse = TriggerUnion & {\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: TriggerUnion;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type TriggersBeginCreateOrUpdateResponse = TriggerUnion & {\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: TriggerUnion;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type TriggersListByDataBoxEdgeDeviceNextResponse = TriggerList & {\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: TriggerList;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDevice operation.\n */\nexport type UsersListByDataBoxEdgeDeviceResponse = UserList & {\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: UserList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type UsersGetResponse = User & {\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: User;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type UsersCreateOrUpdateResponse = User & {\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: User;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type UsersBeginCreateOrUpdateResponse = User & {\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: User;\n };\n};\n\n/**\n * Contains response data for the listByDataBoxEdgeDeviceNext operation.\n */\nexport type UsersListByDataBoxEdgeDeviceNextResponse = UserList & {\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: UserList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SkusListResponse = SkuInformationList & {\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: SkuInformationList;\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 Address: msRest.CompositeMapper = {\n serializedName: \"Address\",\n type: {\n name: \"Composite\",\n className: \"Address\",\n modelProperties: {\n addressLine1: {\n required: true,\n serializedName: \"addressLine1\",\n type: {\n name: \"String\"\n }\n },\n addressLine2: {\n serializedName: \"addressLine2\",\n type: {\n name: \"String\"\n }\n },\n addressLine3: {\n serializedName: \"addressLine3\",\n type: {\n name: \"String\"\n }\n },\n postalCode: {\n required: true,\n serializedName: \"postalCode\",\n type: {\n name: \"String\"\n }\n },\n city: {\n required: true,\n serializedName: \"city\",\n type: {\n name: \"String\"\n }\n },\n state: {\n required: true,\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n country: {\n required: true,\n serializedName: \"country\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertErrorDetails: msRest.CompositeMapper = {\n serializedName: \"AlertErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"AlertErrorDetails\",\n modelProperties: {\n errorCode: {\n readOnly: true,\n serializedName: \"errorCode\",\n type: {\n name: \"String\"\n }\n },\n errorMessage: {\n readOnly: true,\n serializedName: \"errorMessage\",\n type: {\n name: \"String\"\n }\n },\n occurrences: {\n readOnly: true,\n serializedName: \"occurrences\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ARMBaseModel: msRest.CompositeMapper = {\n serializedName: \"ARMBaseModel\",\n type: {\n name: \"Composite\",\n className: \"ARMBaseModel\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Alert: msRest.CompositeMapper = {\n serializedName: \"Alert\",\n type: {\n name: \"Composite\",\n className: \"Alert\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n title: {\n readOnly: true,\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n alertType: {\n readOnly: true,\n serializedName: \"properties.alertType\",\n type: {\n name: \"String\"\n }\n },\n appearedAtDateTime: {\n readOnly: true,\n serializedName: \"properties.appearedAtDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n recommendation: {\n readOnly: true,\n serializedName: \"properties.recommendation\",\n type: {\n name: \"String\"\n }\n },\n severity: {\n readOnly: true,\n serializedName: \"properties.severity\",\n type: {\n name: \"String\"\n }\n },\n errorDetails: {\n readOnly: true,\n serializedName: \"properties.errorDetails\",\n type: {\n name: \"Composite\",\n className: \"AlertErrorDetails\"\n }\n },\n detailedInformation: {\n readOnly: true,\n serializedName: \"properties.detailedInformation\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AsymmetricEncryptedSecret: msRest.CompositeMapper = {\n serializedName: \"AsymmetricEncryptedSecret\",\n type: {\n name: \"Composite\",\n className: \"AsymmetricEncryptedSecret\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n encryptionCertThumbprint: {\n serializedName: \"encryptionCertThumbprint\",\n type: {\n name: \"String\"\n }\n },\n encryptionAlgorithm: {\n required: true,\n serializedName: \"encryptionAlgorithm\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SymmetricKey: msRest.CompositeMapper = {\n serializedName: \"SymmetricKey\",\n type: {\n name: \"Composite\",\n className: \"SymmetricKey\",\n modelProperties: {\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"Composite\",\n className: \"AsymmetricEncryptedSecret\"\n }\n }\n }\n }\n};\n\nexport const Authentication: msRest.CompositeMapper = {\n serializedName: \"Authentication\",\n type: {\n name: \"Composite\",\n className: \"Authentication\",\n modelProperties: {\n symmetricKey: {\n serializedName: \"symmetricKey\",\n type: {\n name: \"Composite\",\n className: \"SymmetricKey\"\n }\n }\n }\n }\n};\n\nexport const AzureContainerInfo: msRest.CompositeMapper = {\n serializedName: \"AzureContainerInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureContainerInfo\",\n modelProperties: {\n storageAccountCredentialId: {\n required: true,\n serializedName: \"storageAccountCredentialId\",\n type: {\n name: \"String\"\n }\n },\n containerName: {\n required: true,\n serializedName: \"containerName\",\n type: {\n name: \"String\"\n }\n },\n dataFormat: {\n required: true,\n serializedName: \"dataFormat\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BandwidthSchedule: msRest.CompositeMapper = {\n serializedName: \"BandwidthSchedule\",\n type: {\n name: \"Composite\",\n className: \"BandwidthSchedule\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n start: {\n required: true,\n serializedName: \"properties.start\",\n type: {\n name: \"String\"\n }\n },\n stop: {\n required: true,\n serializedName: \"properties.stop\",\n type: {\n name: \"String\"\n }\n },\n rateInMbps: {\n required: true,\n serializedName: \"properties.rateInMbps\",\n type: {\n name: \"Number\"\n }\n },\n days: {\n required: true,\n serializedName: \"properties.days\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClientAccessRight: msRest.CompositeMapper = {\n serializedName: \"ClientAccessRight\",\n type: {\n name: \"Composite\",\n className: \"ClientAccessRight\",\n modelProperties: {\n client: {\n required: true,\n serializedName: \"client\",\n type: {\n name: \"String\"\n }\n },\n accessPermission: {\n required: true,\n serializedName: \"accessPermission\",\n type: {\n name: \"String\"\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 contactPerson: {\n required: true,\n serializedName: \"contactPerson\",\n type: {\n name: \"String\"\n }\n },\n companyName: {\n required: true,\n serializedName: \"companyName\",\n type: {\n name: \"String\"\n }\n },\n phone: {\n required: true,\n serializedName: \"phone\",\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 }\n }\n};\n\nexport const RefreshDetails: msRest.CompositeMapper = {\n serializedName: \"RefreshDetails\",\n type: {\n name: \"Composite\",\n className: \"RefreshDetails\",\n modelProperties: {\n inProgressRefreshJobId: {\n serializedName: \"inProgressRefreshJobId\",\n type: {\n name: \"String\"\n }\n },\n lastCompletedRefreshJobTimeInUTC: {\n serializedName: \"lastCompletedRefreshJobTimeInUTC\",\n type: {\n name: \"DateTime\"\n }\n },\n errorManifestFile: {\n serializedName: \"errorManifestFile\",\n type: {\n name: \"String\"\n }\n },\n lastJob: {\n serializedName: \"lastJob\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Container: msRest.CompositeMapper = {\n serializedName: \"Container\",\n type: {\n name: \"Composite\",\n className: \"Container\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n containerStatus: {\n readOnly: true,\n serializedName: \"properties.containerStatus\",\n type: {\n name: \"String\"\n }\n },\n dataFormat: {\n required: true,\n serializedName: \"properties.dataFormat\",\n type: {\n name: \"String\"\n }\n },\n refreshDetails: {\n readOnly: true,\n serializedName: \"properties.refreshDetails\",\n type: {\n name: \"Composite\",\n className: \"RefreshDetails\"\n }\n },\n createdDateTime: {\n readOnly: true,\n serializedName: \"properties.createdDateTime\",\n type: {\n name: \"DateTime\"\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 serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataBoxEdgeDevice: msRest.CompositeMapper = {\n serializedName: \"DataBoxEdgeDevice\",\n type: {\n name: \"Composite\",\n className: \"DataBoxEdgeDevice\",\n modelProperties: {\n ...ARMBaseModel.type.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 serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n dataBoxEdgeDeviceStatus: {\n serializedName: \"properties.dataBoxEdgeDeviceStatus\",\n type: {\n name: \"String\"\n }\n },\n serialNumber: {\n readOnly: true,\n serializedName: \"properties.serialNumber\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n modelDescription: {\n serializedName: \"properties.modelDescription\",\n type: {\n name: \"String\"\n }\n },\n deviceType: {\n readOnly: true,\n serializedName: \"properties.deviceType\",\n type: {\n name: \"String\"\n }\n },\n friendlyName: {\n serializedName: \"properties.friendlyName\",\n type: {\n name: \"String\"\n }\n },\n culture: {\n readOnly: true,\n serializedName: \"properties.culture\",\n type: {\n name: \"String\"\n }\n },\n deviceModel: {\n readOnly: true,\n serializedName: \"properties.deviceModel\",\n type: {\n name: \"String\"\n }\n },\n deviceSoftwareVersion: {\n readOnly: true,\n serializedName: \"properties.deviceSoftwareVersion\",\n type: {\n name: \"String\"\n }\n },\n deviceLocalCapacity: {\n readOnly: true,\n serializedName: \"properties.deviceLocalCapacity\",\n type: {\n name: \"Number\"\n }\n },\n timeZone: {\n readOnly: true,\n serializedName: \"properties.timeZone\",\n type: {\n name: \"String\"\n }\n },\n deviceHcsVersion: {\n readOnly: true,\n serializedName: \"properties.deviceHcsVersion\",\n type: {\n name: \"String\"\n }\n },\n configuredRoleTypes: {\n readOnly: true,\n serializedName: \"properties.configuredRoleTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n nodeCount: {\n readOnly: true,\n serializedName: \"properties.nodeCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DataBoxEdgeDeviceExtendedInfo: msRest.CompositeMapper = {\n serializedName: \"DataBoxEdgeDeviceExtendedInfo\",\n type: {\n name: \"Composite\",\n className: \"DataBoxEdgeDeviceExtendedInfo\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n encryptionKeyThumbprint: {\n serializedName: \"properties.encryptionKeyThumbprint\",\n type: {\n name: \"String\"\n }\n },\n encryptionKey: {\n serializedName: \"properties.encryptionKey\",\n type: {\n name: \"String\"\n }\n },\n resourceKey: {\n readOnly: true,\n serializedName: \"properties.resourceKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataBoxEdgeDevicePatch: msRest.CompositeMapper = {\n serializedName: \"DataBoxEdgeDevicePatch\",\n type: {\n name: \"Composite\",\n className: \"DataBoxEdgeDevicePatch\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FileSourceInfo: msRest.CompositeMapper = {\n serializedName: \"FileSourceInfo\",\n type: {\n name: \"Composite\",\n className: \"FileSourceInfo\",\n modelProperties: {\n shareId: {\n required: true,\n serializedName: \"shareId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleSinkInfo: msRest.CompositeMapper = {\n serializedName: \"RoleSinkInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleSinkInfo\",\n modelProperties: {\n roleId: {\n required: true,\n serializedName: \"roleId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Trigger: msRest.CompositeMapper = {\n serializedName: \"Trigger\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n uberParent: \"Trigger\",\n className: \"Trigger\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FileEventTrigger: msRest.CompositeMapper = {\n serializedName: \"FileEvent\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Trigger.type.polymorphicDiscriminator,\n uberParent: \"Trigger\",\n className: \"FileEventTrigger\",\n modelProperties: {\n ...Trigger.type.modelProperties,\n sourceInfo: {\n required: true,\n serializedName: \"properties.sourceInfo\",\n type: {\n name: \"Composite\",\n className: \"FileSourceInfo\"\n }\n },\n sinkInfo: {\n required: true,\n serializedName: \"properties.sinkInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleSinkInfo\"\n }\n },\n customContextTag: {\n serializedName: \"properties.customContextTag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTDeviceInfo: msRest.CompositeMapper = {\n serializedName: \"IoTDeviceInfo\",\n type: {\n name: \"Composite\",\n className: \"IoTDeviceInfo\",\n modelProperties: {\n deviceId: {\n required: true,\n serializedName: \"deviceId\",\n type: {\n name: \"String\"\n }\n },\n ioTHostHub: {\n required: true,\n serializedName: \"ioTHostHub\",\n type: {\n name: \"String\"\n }\n },\n ioTHostHubId: {\n serializedName: \"ioTHostHubId\",\n type: {\n name: \"String\"\n }\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"Composite\",\n className: \"Authentication\"\n }\n }\n }\n }\n};\n\nexport const MountPointMap: msRest.CompositeMapper = {\n serializedName: \"MountPointMap\",\n type: {\n name: \"Composite\",\n className: \"MountPointMap\",\n modelProperties: {\n shareId: {\n required: true,\n serializedName: \"shareId\",\n type: {\n name: \"String\"\n }\n },\n roleId: {\n readOnly: true,\n serializedName: \"roleId\",\n type: {\n name: \"String\"\n }\n },\n mountPoint: {\n readOnly: true,\n serializedName: \"mountPoint\",\n type: {\n name: \"String\"\n }\n },\n roleType: {\n readOnly: true,\n serializedName: \"roleType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Role: msRest.CompositeMapper = {\n serializedName: \"Role\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n uberParent: \"Role\",\n className: \"Role\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTRole: msRest.CompositeMapper = {\n serializedName: \"IOT\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Role.type.polymorphicDiscriminator,\n uberParent: \"Role\",\n className: \"IoTRole\",\n modelProperties: {\n ...Role.type.modelProperties,\n hostPlatform: {\n required: true,\n serializedName: \"properties.hostPlatform\",\n type: {\n name: \"String\"\n }\n },\n ioTDeviceDetails: {\n required: true,\n serializedName: \"properties.ioTDeviceDetails\",\n type: {\n name: \"Composite\",\n className: \"IoTDeviceInfo\"\n }\n },\n ioTEdgeDeviceDetails: {\n required: true,\n serializedName: \"properties.ioTEdgeDeviceDetails\",\n type: {\n name: \"Composite\",\n className: \"IoTDeviceInfo\"\n }\n },\n shareMappings: {\n serializedName: \"properties.shareMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MountPointMap\"\n }\n }\n }\n },\n roleStatus: {\n required: true,\n serializedName: \"properties.roleStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Ipv4Config: msRest.CompositeMapper = {\n serializedName: \"Ipv4Config\",\n type: {\n name: \"Composite\",\n className: \"Ipv4Config\",\n modelProperties: {\n ipAddress: {\n readOnly: true,\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n subnet: {\n readOnly: true,\n serializedName: \"subnet\",\n type: {\n name: \"String\"\n }\n },\n gateway: {\n readOnly: true,\n serializedName: \"gateway\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Ipv6Config: msRest.CompositeMapper = {\n serializedName: \"Ipv6Config\",\n type: {\n name: \"Composite\",\n className: \"Ipv6Config\",\n modelProperties: {\n ipAddress: {\n readOnly: true,\n serializedName: \"ipAddress\",\n type: {\n name: \"String\"\n }\n },\n prefixLength: {\n readOnly: true,\n serializedName: \"prefixLength\",\n type: {\n name: \"Number\"\n }\n },\n gateway: {\n readOnly: true,\n serializedName: \"gateway\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobErrorItem: msRest.CompositeMapper = {\n serializedName: \"JobErrorItem\",\n type: {\n name: \"Composite\",\n className: \"JobErrorItem\",\n modelProperties: {\n recommendations: {\n readOnly: true,\n serializedName: \"recommendations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\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 errorDetails: {\n readOnly: true,\n serializedName: \"errorDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"JobErrorItem\"\n }\n }\n }\n },\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 UpdateDownloadProgress: msRest.CompositeMapper = {\n serializedName: \"UpdateDownloadProgress\",\n type: {\n name: \"Composite\",\n className: \"UpdateDownloadProgress\",\n modelProperties: {\n downloadPhase: {\n readOnly: true,\n serializedName: \"downloadPhase\",\n type: {\n name: \"String\"\n }\n },\n percentComplete: {\n readOnly: true,\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\"\n }\n },\n totalBytesToDownload: {\n readOnly: true,\n serializedName: \"totalBytesToDownload\",\n type: {\n name: \"Number\"\n }\n },\n totalBytesDownloaded: {\n readOnly: true,\n serializedName: \"totalBytesDownloaded\",\n type: {\n name: \"Number\"\n }\n },\n numberOfUpdatesToDownload: {\n readOnly: true,\n serializedName: \"numberOfUpdatesToDownload\",\n type: {\n name: \"Number\"\n }\n },\n numberOfUpdatesDownloaded: {\n readOnly: true,\n serializedName: \"numberOfUpdatesDownloaded\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateInstallProgress: msRest.CompositeMapper = {\n serializedName: \"UpdateInstallProgress\",\n type: {\n name: \"Composite\",\n className: \"UpdateInstallProgress\",\n modelProperties: {\n percentComplete: {\n readOnly: true,\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\"\n }\n },\n numberOfUpdatesToInstall: {\n readOnly: true,\n serializedName: \"numberOfUpdatesToInstall\",\n type: {\n name: \"Number\"\n }\n },\n numberOfUpdatesInstalled: {\n readOnly: true,\n serializedName: \"numberOfUpdatesInstalled\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Job: msRest.CompositeMapper = {\n serializedName: \"Job\",\n type: {\n name: \"Composite\",\n className: \"Job\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n readOnly: true,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endTime: {\n readOnly: true,\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\"\n }\n },\n percentComplete: {\n readOnly: true,\n serializedName: \"percentComplete\",\n type: {\n name: \"Number\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"JobErrorDetails\"\n }\n },\n jobType: {\n readOnly: true,\n serializedName: \"properties.jobType\",\n type: {\n name: \"String\"\n }\n },\n currentStage: {\n readOnly: true,\n serializedName: \"properties.currentStage\",\n type: {\n name: \"String\"\n }\n },\n downloadProgress: {\n readOnly: true,\n serializedName: \"properties.downloadProgress\",\n type: {\n name: \"Composite\",\n className: \"UpdateDownloadProgress\"\n }\n },\n installProgress: {\n readOnly: true,\n serializedName: \"properties.installProgress\",\n type: {\n name: \"Composite\",\n className: \"UpdateInstallProgress\"\n }\n },\n totalRefreshErrors: {\n readOnly: true,\n serializedName: \"properties.totalRefreshErrors\",\n type: {\n name: \"Number\"\n }\n },\n errorManifestFile: {\n readOnly: true,\n serializedName: \"properties.errorManifestFile\",\n type: {\n name: \"String\"\n }\n },\n refreshedEntityId: {\n readOnly: true,\n serializedName: \"properties.refreshedEntityId\",\n type: {\n name: \"String\"\n }\n },\n folder: {\n serializedName: \"properties.folder\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetricDimensionV1: msRest.CompositeMapper = {\n serializedName: \"MetricDimension_V1\",\n type: {\n name: \"Composite\",\n className: \"MetricDimensionV1\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n toBeExportedForShoebox: {\n serializedName: \"toBeExportedForShoebox\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const MetricSpecificationV1: msRest.CompositeMapper = {\n serializedName: \"MetricSpecification_V1\",\n type: {\n name: \"Composite\",\n className: \"MetricSpecificationV1\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricDimensionV1\"\n }\n }\n }\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\"\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\"\n }\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkAdapterPosition: msRest.CompositeMapper = {\n serializedName: \"NetworkAdapterPosition\",\n type: {\n name: \"Composite\",\n className: \"NetworkAdapterPosition\",\n modelProperties: {\n networkGroup: {\n readOnly: true,\n serializedName: \"networkGroup\",\n type: {\n name: \"String\"\n }\n },\n port: {\n readOnly: true,\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NetworkAdapter: msRest.CompositeMapper = {\n serializedName: \"NetworkAdapter\",\n type: {\n name: \"Composite\",\n className: \"NetworkAdapter\",\n modelProperties: {\n adapterId: {\n readOnly: true,\n serializedName: \"adapterId\",\n type: {\n name: \"String\"\n }\n },\n adapterPosition: {\n readOnly: true,\n serializedName: \"adapterPosition\",\n type: {\n name: \"Composite\",\n className: \"NetworkAdapterPosition\"\n }\n },\n index: {\n readOnly: true,\n serializedName: \"index\",\n type: {\n name: \"Number\"\n }\n },\n nodeId: {\n readOnly: true,\n serializedName: \"nodeId\",\n type: {\n name: \"String\"\n }\n },\n networkAdapterName: {\n readOnly: true,\n serializedName: \"networkAdapterName\",\n type: {\n name: \"String\"\n }\n },\n label: {\n readOnly: true,\n serializedName: \"label\",\n type: {\n name: \"String\"\n }\n },\n macAddress: {\n readOnly: true,\n serializedName: \"macAddress\",\n type: {\n name: \"String\"\n }\n },\n linkSpeed: {\n readOnly: true,\n serializedName: \"linkSpeed\",\n type: {\n name: \"Number\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n rdmaStatus: {\n serializedName: \"rdmaStatus\",\n type: {\n name: \"String\"\n }\n },\n dhcpStatus: {\n serializedName: \"dhcpStatus\",\n type: {\n name: \"String\"\n }\n },\n ipv4Configuration: {\n readOnly: true,\n serializedName: \"ipv4Configuration\",\n type: {\n name: \"Composite\",\n className: \"Ipv4Config\"\n }\n },\n ipv6Configuration: {\n readOnly: true,\n serializedName: \"ipv6Configuration\",\n type: {\n name: \"Composite\",\n className: \"Ipv6Config\"\n }\n },\n ipv6LinkLocalAddress: {\n readOnly: true,\n serializedName: \"ipv6LinkLocalAddress\",\n type: {\n name: \"String\"\n }\n },\n dnsServers: {\n readOnly: true,\n serializedName: \"dnsServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkSettings: msRest.CompositeMapper = {\n serializedName: \"NetworkSettings\",\n type: {\n name: \"Composite\",\n className: \"NetworkSettings\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n networkAdapters: {\n readOnly: true,\n serializedName: \"properties.networkAdapters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkAdapter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Node: msRest.CompositeMapper = {\n serializedName: \"Node\",\n type: {\n name: \"Composite\",\n className: \"Node\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n nodeStatus: {\n readOnly: true,\n serializedName: \"properties.nodeStatus\",\n type: {\n name: \"String\"\n }\n },\n nodeChassisSerialNumber: {\n readOnly: true,\n serializedName: \"properties.nodeChassisSerialNumber\",\n type: {\n name: \"String\"\n }\n },\n nodeSerialNumber: {\n readOnly: true,\n serializedName: \"properties.nodeSerialNumber\",\n type: {\n name: \"String\"\n }\n },\n nodeDisplayName: {\n readOnly: true,\n serializedName: \"properties.nodeDisplayName\",\n type: {\n name: \"String\"\n }\n },\n nodeFriendlySoftwareVersion: {\n readOnly: true,\n serializedName: \"properties.nodeFriendlySoftwareVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeHcsVersion: {\n readOnly: true,\n serializedName: \"properties.nodeHcsVersion\",\n type: {\n name: \"String\"\n }\n },\n nodeInstanceId: {\n readOnly: true,\n serializedName: \"properties.nodeInstanceId\",\n type: {\n name: \"String\"\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 ServiceSpecification: msRest.CompositeMapper = {\n serializedName: \"ServiceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecificationV1\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const OrderStatus: msRest.CompositeMapper = {\n serializedName: \"OrderStatus\",\n type: {\n name: \"Composite\",\n className: \"OrderStatus\",\n modelProperties: {\n status: {\n required: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n updateDateTime: {\n readOnly: true,\n serializedName: \"updateDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n comments: {\n serializedName: \"comments\",\n type: {\n name: \"String\"\n }\n },\n additionalOrderDetails: {\n readOnly: true,\n serializedName: \"additionalOrderDetails\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TrackingInfo: msRest.CompositeMapper = {\n serializedName: \"TrackingInfo\",\n type: {\n name: \"Composite\",\n className: \"TrackingInfo\",\n modelProperties: {\n serialNumber: {\n serializedName: \"serialNumber\",\n type: {\n name: \"String\"\n }\n },\n carrierName: {\n serializedName: \"carrierName\",\n type: {\n name: \"String\"\n }\n },\n trackingId: {\n serializedName: \"trackingId\",\n type: {\n name: \"String\"\n }\n },\n trackingUrl: {\n serializedName: \"trackingUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Order: msRest.CompositeMapper = {\n serializedName: \"Order\",\n type: {\n name: \"Composite\",\n className: \"Order\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n contactInformation: {\n required: true,\n serializedName: \"properties.contactInformation\",\n type: {\n name: \"Composite\",\n className: \"ContactDetails\"\n }\n },\n shippingAddress: {\n required: true,\n serializedName: \"properties.shippingAddress\",\n type: {\n name: \"Composite\",\n className: \"Address\"\n }\n },\n currentStatus: {\n serializedName: \"properties.currentStatus\",\n type: {\n name: \"Composite\",\n className: \"OrderStatus\"\n }\n },\n orderHistory: {\n readOnly: true,\n serializedName: \"properties.orderHistory\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrderStatus\"\n }\n }\n }\n },\n serialNumber: {\n readOnly: true,\n serializedName: \"properties.serialNumber\",\n type: {\n name: \"String\"\n }\n },\n deliveryTrackingInfo: {\n readOnly: true,\n serializedName: \"properties.deliveryTrackingInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrackingInfo\"\n }\n }\n }\n },\n returnTrackingInfo: {\n readOnly: true,\n serializedName: \"properties.returnTrackingInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TrackingInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PeriodicTimerSourceInfo: msRest.CompositeMapper = {\n serializedName: \"PeriodicTimerSourceInfo\",\n type: {\n name: \"Composite\",\n className: \"PeriodicTimerSourceInfo\",\n modelProperties: {\n startTime: {\n required: true,\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n schedule: {\n required: true,\n serializedName: \"schedule\",\n type: {\n name: \"String\"\n }\n },\n topic: {\n serializedName: \"topic\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PeriodicTimerEventTrigger: msRest.CompositeMapper = {\n serializedName: \"PeriodicTimerEvent\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Trigger.type.polymorphicDiscriminator,\n uberParent: \"Trigger\",\n className: \"PeriodicTimerEventTrigger\",\n modelProperties: {\n ...Trigger.type.modelProperties,\n sourceInfo: {\n required: true,\n serializedName: \"properties.sourceInfo\",\n type: {\n name: \"Composite\",\n className: \"PeriodicTimerSourceInfo\"\n }\n },\n sinkInfo: {\n required: true,\n serializedName: \"properties.sinkInfo\",\n type: {\n name: \"Composite\",\n className: \"RoleSinkInfo\"\n }\n },\n customContextTag: {\n serializedName: \"properties.customContextTag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuLocationInfo: msRest.CompositeMapper = {\n serializedName: \"SkuLocationInfo\",\n type: {\n name: \"Composite\",\n className: \"SkuLocationInfo\",\n modelProperties: {\n location: {\n readOnly: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n zones: {\n readOnly: true,\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sites: {\n readOnly: true,\n serializedName: \"sites\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 quantity: {\n readOnly: true,\n serializedName: \"quantity\",\n type: {\n name: \"Number\"\n }\n },\n extendedUnit: {\n readOnly: true,\n serializedName: \"extendedUnit\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuRestrictionInfo: msRest.CompositeMapper = {\n serializedName: \"SkuRestrictionInfo\",\n type: {\n name: \"Composite\",\n className: \"SkuRestrictionInfo\",\n modelProperties: {\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n zones: {\n readOnly: true,\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SkuRestriction: msRest.CompositeMapper = {\n serializedName: \"SkuRestriction\",\n type: {\n name: \"Composite\",\n className: \"SkuRestriction\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n values: {\n readOnly: true,\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n reasonCode: {\n readOnly: true,\n serializedName: \"reasonCode\",\n type: {\n name: \"String\"\n }\n },\n restrictionInfo: {\n readOnly: true,\n serializedName: \"restrictionInfo\",\n type: {\n name: \"Composite\",\n className: \"SkuRestrictionInfo\"\n }\n }\n }\n }\n};\n\nexport const ResourceTypeSku: msRest.CompositeMapper = {\n serializedName: \"ResourceTypeSku\",\n type: {\n name: \"Composite\",\n className: \"ResourceTypeSku\",\n modelProperties: {\n resourceType: {\n readOnly: true,\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n readOnly: true,\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n family: {\n readOnly: true,\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n readOnly: true,\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n apiVersions: {\n readOnly: true,\n serializedName: \"apiVersions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n locationInfo: {\n readOnly: true,\n serializedName: \"locationInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuLocationInfo\"\n }\n }\n }\n },\n costs: {\n readOnly: true,\n serializedName: \"costs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCost\"\n }\n }\n }\n },\n restrictions: {\n readOnly: true,\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuRestriction\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SecuritySettings: msRest.CompositeMapper = {\n serializedName: \"SecuritySettings\",\n type: {\n name: \"Composite\",\n className: \"SecuritySettings\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n deviceAdminPassword: {\n required: true,\n serializedName: \"properties.deviceAdminPassword\",\n type: {\n name: \"Composite\",\n className: \"AsymmetricEncryptedSecret\"\n }\n }\n }\n }\n};\n\nexport const UserAccessRight: msRest.CompositeMapper = {\n serializedName: \"UserAccessRight\",\n type: {\n name: \"Composite\",\n className: \"UserAccessRight\",\n modelProperties: {\n userId: {\n required: true,\n serializedName: \"userId\",\n type: {\n name: \"String\"\n }\n },\n accessType: {\n required: true,\n serializedName: \"accessType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Share: msRest.CompositeMapper = {\n serializedName: \"Share\",\n type: {\n name: \"Composite\",\n className: \"Share\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n shareStatus: {\n required: true,\n serializedName: \"properties.shareStatus\",\n type: {\n name: \"String\"\n }\n },\n monitoringStatus: {\n required: true,\n serializedName: \"properties.monitoringStatus\",\n type: {\n name: \"String\"\n }\n },\n azureContainerInfo: {\n serializedName: \"properties.azureContainerInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureContainerInfo\"\n }\n },\n accessProtocol: {\n required: true,\n serializedName: \"properties.accessProtocol\",\n type: {\n name: \"String\"\n }\n },\n userAccessRights: {\n serializedName: \"properties.userAccessRights\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserAccessRight\"\n }\n }\n }\n },\n clientAccessRights: {\n serializedName: \"properties.clientAccessRights\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientAccessRight\"\n }\n }\n }\n },\n refreshDetails: {\n serializedName: \"properties.refreshDetails\",\n type: {\n name: \"Composite\",\n className: \"RefreshDetails\"\n }\n },\n shareMappings: {\n readOnly: true,\n serializedName: \"properties.shareMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MountPointMap\"\n }\n }\n }\n },\n dataPolicy: {\n serializedName: \"properties.dataPolicy\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShareAccessRight: msRest.CompositeMapper = {\n serializedName: \"ShareAccessRight\",\n type: {\n name: \"Composite\",\n className: \"ShareAccessRight\",\n modelProperties: {\n shareId: {\n required: true,\n serializedName: \"shareId\",\n type: {\n name: \"String\"\n }\n },\n accessType: {\n required: true,\n serializedName: \"accessType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccount: msRest.CompositeMapper = {\n serializedName: \"StorageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n storageAccountStatus: {\n serializedName: \"properties.storageAccountStatus\",\n type: {\n name: \"String\"\n }\n },\n dataPolicy: {\n serializedName: \"properties.dataPolicy\",\n type: {\n name: \"String\"\n }\n },\n storageAccountCredentialId: {\n serializedName: \"properties.storageAccountCredentialId\",\n type: {\n name: \"String\"\n }\n },\n blobEndpoint: {\n readOnly: true,\n serializedName: \"properties.blobEndpoint\",\n type: {\n name: \"String\"\n }\n },\n containerCount: {\n readOnly: true,\n serializedName: \"properties.containerCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCredential: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCredential\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredential\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n alias: {\n required: true,\n serializedName: \"properties.alias\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"properties.accountKey\",\n type: {\n name: \"Composite\",\n className: \"AsymmetricEncryptedSecret\"\n }\n },\n connectionString: {\n serializedName: \"properties.connectionString\",\n type: {\n name: \"String\"\n }\n },\n sslStatus: {\n required: true,\n serializedName: \"properties.sslStatus\",\n type: {\n name: \"String\"\n }\n },\n blobDomainName: {\n serializedName: \"properties.blobDomainName\",\n type: {\n name: \"String\"\n }\n },\n accountType: {\n required: true,\n serializedName: \"properties.accountType\",\n type: {\n name: \"String\"\n }\n },\n storageAccountId: {\n serializedName: \"properties.storageAccountId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateSummary: msRest.CompositeMapper = {\n serializedName: \"UpdateSummary\",\n type: {\n name: \"Composite\",\n className: \"UpdateSummary\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n deviceVersionNumber: {\n serializedName: \"properties.deviceVersionNumber\",\n type: {\n name: \"String\"\n }\n },\n friendlyDeviceVersionName: {\n serializedName: \"properties.friendlyDeviceVersionName\",\n type: {\n name: \"String\"\n }\n },\n deviceLastScannedDateTime: {\n serializedName: \"properties.deviceLastScannedDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastCompletedScanJobDateTime: {\n serializedName: \"properties.lastCompletedScanJobDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastCompletedDownloadJobDateTime: {\n readOnly: true,\n serializedName: \"properties.lastCompletedDownloadJobDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastCompletedInstallJobDateTime: {\n readOnly: true,\n serializedName: \"properties.lastCompletedInstallJobDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n totalNumberOfUpdatesAvailable: {\n readOnly: true,\n serializedName: \"properties.totalNumberOfUpdatesAvailable\",\n type: {\n name: \"Number\"\n }\n },\n totalNumberOfUpdatesPendingDownload: {\n readOnly: true,\n serializedName: \"properties.totalNumberOfUpdatesPendingDownload\",\n type: {\n name: \"Number\"\n }\n },\n totalNumberOfUpdatesPendingInstall: {\n readOnly: true,\n serializedName: \"properties.totalNumberOfUpdatesPendingInstall\",\n type: {\n name: \"Number\"\n }\n },\n rebootBehavior: {\n readOnly: true,\n serializedName: \"properties.rebootBehavior\",\n type: {\n name: \"String\"\n }\n },\n ongoingUpdateOperation: {\n readOnly: true,\n serializedName: \"properties.ongoingUpdateOperation\",\n type: {\n name: \"String\"\n }\n },\n inProgressDownloadJobId: {\n readOnly: true,\n serializedName: \"properties.inProgressDownloadJobId\",\n type: {\n name: \"String\"\n }\n },\n inProgressInstallJobId: {\n readOnly: true,\n serializedName: \"properties.inProgressInstallJobId\",\n type: {\n name: \"String\"\n }\n },\n inProgressDownloadJobStartedDateTime: {\n readOnly: true,\n serializedName: \"properties.inProgressDownloadJobStartedDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n inProgressInstallJobStartedDateTime: {\n readOnly: true,\n serializedName: \"properties.inProgressInstallJobStartedDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n updateTitles: {\n readOnly: true,\n serializedName: \"properties.updateTitles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n totalUpdateSizeInBytes: {\n readOnly: true,\n serializedName: \"properties.totalUpdateSizeInBytes\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UploadCertificateRequest: msRest.CompositeMapper = {\n serializedName: \"UploadCertificateRequest\",\n type: {\n name: \"Composite\",\n className: \"UploadCertificateRequest\",\n modelProperties: {\n authenticationType: {\n serializedName: \"properties.authenticationType\",\n type: {\n name: \"String\"\n }\n },\n certificate: {\n required: true,\n serializedName: \"properties.certificate\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UploadCertificateResponse: msRest.CompositeMapper = {\n serializedName: \"UploadCertificateResponse\",\n type: {\n name: \"Composite\",\n className: \"UploadCertificateResponse\",\n modelProperties: {\n authType: {\n serializedName: \"authType\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n readOnly: true,\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n aadAuthority: {\n readOnly: true,\n serializedName: \"aadAuthority\",\n type: {\n name: \"String\"\n }\n },\n aadTenantId: {\n readOnly: true,\n serializedName: \"aadTenantId\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalClientId: {\n readOnly: true,\n serializedName: \"servicePrincipalClientId\",\n type: {\n name: \"String\"\n }\n },\n servicePrincipalObjectId: {\n readOnly: true,\n serializedName: \"servicePrincipalObjectId\",\n type: {\n name: \"String\"\n }\n },\n azureManagementEndpointAudience: {\n readOnly: true,\n serializedName: \"azureManagementEndpointAudience\",\n type: {\n name: \"String\"\n }\n },\n aadAudience: {\n readOnly: true,\n serializedName: \"aadAudience\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const User: msRest.CompositeMapper = {\n serializedName: \"User\",\n type: {\n name: \"Composite\",\n className: \"User\",\n modelProperties: {\n ...ARMBaseModel.type.modelProperties,\n encryptedPassword: {\n serializedName: \"properties.encryptedPassword\",\n type: {\n name: \"Composite\",\n className: \"AsymmetricEncryptedSecret\"\n }\n },\n shareAccessRights: {\n serializedName: \"properties.shareAccessRights\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ShareAccessRight\"\n }\n }\n }\n },\n userType: {\n required: true,\n serializedName: \"properties.userType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsList: msRest.CompositeMapper = {\n serializedName: \"OperationsList\",\n type: {\n name: \"Composite\",\n className: \"OperationsList\",\n modelProperties: {\n value: {\n required: 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 DataBoxEdgeDeviceList: msRest.CompositeMapper = {\n serializedName: \"DataBoxEdgeDeviceList\",\n type: {\n name: \"Composite\",\n className: \"DataBoxEdgeDeviceList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataBoxEdgeDevice\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AlertList: msRest.CompositeMapper = {\n serializedName: \"AlertList\",\n type: {\n name: \"Composite\",\n className: \"AlertList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Alert\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BandwidthSchedulesList: msRest.CompositeMapper = {\n serializedName: \"BandwidthSchedulesList\",\n type: {\n name: \"Composite\",\n className: \"BandwidthSchedulesList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BandwidthSchedule\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NodeList: msRest.CompositeMapper = {\n serializedName: \"NodeList\",\n type: {\n name: \"Composite\",\n className: \"NodeList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Node\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OrderList: msRest.CompositeMapper = {\n serializedName: \"OrderList\",\n type: {\n name: \"Composite\",\n className: \"OrderList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Order\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RoleList: msRest.CompositeMapper = {\n serializedName: \"RoleList\",\n type: {\n name: \"Composite\",\n className: \"RoleList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShareList: msRest.CompositeMapper = {\n serializedName: \"ShareList\",\n type: {\n name: \"Composite\",\n className: \"ShareList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Share\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCredentialList: msRest.CompositeMapper = {\n serializedName: \"StorageAccountCredentialList\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentialList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredential\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountList: msRest.CompositeMapper = {\n serializedName: \"StorageAccountList\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerList: msRest.CompositeMapper = {\n serializedName: \"ContainerList\",\n type: {\n name: \"Composite\",\n className: \"ContainerList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Container\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TriggerList: msRest.CompositeMapper = {\n serializedName: \"TriggerList\",\n type: {\n name: \"Composite\",\n className: \"TriggerList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Trigger\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserList: msRest.CompositeMapper = {\n serializedName: \"UserList\",\n type: {\n name: \"Composite\",\n className: \"UserList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"User\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuInformationList: msRest.CompositeMapper = {\n serializedName: \"SkuInformationList\",\n type: {\n name: \"Composite\",\n className: \"SkuInformationList\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceTypeSku\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'Trigger.FileEvent' : FileEventTrigger,\n 'Role.IOT' : IoTRole,\n 'Trigger.PeriodicTimerEvent' : PeriodicTimerEventTrigger,\n 'Role' : Role,\n 'Trigger' : Trigger\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 MetricDimensionV1,\n MetricSpecificationV1,\n Operation,\n OperationDisplay,\n OperationsList,\n ServiceSpecification\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 containerName: msRest.OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n required: true,\n serializedName: \"containerName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const deviceName: msRest.OperationURLParameter = {\n parameterPath: \"deviceName\",\n mapper: {\n required: true,\n serializedName: \"deviceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const name: msRest.OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n required: true,\n serializedName: \"name\",\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 storageAccountName: msRest.OperationURLParameter = {\n parameterPath: \"storageAccountName\",\n mapper: {\n required: true,\n serializedName: \"storageAccountName\",\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 { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary List all the supported 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.OperationsList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationsList>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsList>, callback?: msRest.ServiceCallback<Models.OperationsList>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * @summary List all the supported 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.OperationsList>): 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.OperationsList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationsList>, callback?: msRest.ServiceCallback<Models.OperationsList>): 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.DataBoxEdge/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsList\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.OperationsList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n DataBoxEdgeDeviceList,\n DataBoxEdgeDevicePatch,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n UploadCertificateRequest,\n UploadCertificateResponse,\n User,\n UserAccessRight\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/devicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Devices. */\nexport class Devices {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Devices.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all the Data Box Edge/Data Box Gateway devices in a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.DevicesListBySubscriptionOptionalParams): Promise<Models.DevicesListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.DevicesListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): void;\n listBySubscription(options?: Models.DevicesListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): Promise<Models.DevicesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.DevicesListBySubscriptionResponse>;\n }\n\n /**\n * Gets all the Data Box Edge/Data Box Gateway devices in a resource group.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.DevicesListByResourceGroupOptionalParams): Promise<Models.DevicesListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): 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.DevicesListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.DevicesListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): Promise<Models.DevicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.DevicesListByResourceGroupResponse>;\n }\n\n /**\n * Gets the properties of the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesGetResponse>\n */\n get(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesGetResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.DataBoxEdgeDevice>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataBoxEdgeDevice>): void;\n get(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataBoxEdgeDevice>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDevice>): Promise<Models.DevicesGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DevicesGetResponse>;\n }\n\n /**\n * Creates or updates a Data Box Edge/Data Box Gateway resource.\n * @param deviceName The device name.\n * @param dataBoxEdgeDevice The resource object.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, dataBoxEdgeDevice: Models.DataBoxEdgeDevice, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,dataBoxEdgeDevice,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DevicesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modifies a Data Box Edge/Data Box Gateway resource.\n * @param deviceName The device name.\n * @param parameters The resource parameters.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesUpdateResponse>\n */\n update(deviceName: string, parameters: Models.DataBoxEdgeDevicePatch, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesUpdateResponse>;\n /**\n * @param deviceName The device name.\n * @param parameters The resource parameters.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n update(deviceName: string, parameters: Models.DataBoxEdgeDevicePatch, resourceGroupName: string, callback: msRest.ServiceCallback<Models.DataBoxEdgeDevice>): void;\n /**\n * @param deviceName The device name.\n * @param parameters The resource parameters.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(deviceName: string, parameters: Models.DataBoxEdgeDevicePatch, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataBoxEdgeDevice>): void;\n update(deviceName: string, parameters: Models.DataBoxEdgeDevicePatch, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataBoxEdgeDevice>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDevice>): Promise<Models.DevicesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n parameters,\n resourceGroupName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.DevicesUpdateResponse>;\n }\n\n /**\n * @summary Downloads the updates on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n downloadUpdates(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDownloadUpdates(deviceName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets additional information for the specified Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesGetExtendedInformationResponse>\n */\n getExtendedInformation(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesGetExtendedInformationResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n getExtendedInformation(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceExtendedInfo>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getExtendedInformation(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceExtendedInfo>): void;\n getExtendedInformation(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataBoxEdgeDeviceExtendedInfo>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDeviceExtendedInfo>): Promise<Models.DevicesGetExtendedInformationResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n getExtendedInformationOperationSpec,\n callback) as Promise<Models.DevicesGetExtendedInformationResponse>;\n }\n\n /**\n * @summary Installs the updates on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n installUpdates(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginInstallUpdates(deviceName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets the network settings of the specified Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesGetNetworkSettingsResponse>\n */\n getNetworkSettings(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesGetNetworkSettingsResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n getNetworkSettings(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.NetworkSettings>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getNetworkSettings(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NetworkSettings>): void;\n getNetworkSettings(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NetworkSettings>, callback?: msRest.ServiceCallback<Models.NetworkSettings>): Promise<Models.DevicesGetNetworkSettingsResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n getNetworkSettingsOperationSpec,\n callback) as Promise<Models.DevicesGetNetworkSettingsResponse>;\n }\n\n /**\n * @summary Scans for updates on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n scanForUpdates(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginScanForUpdates(deviceName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates the security settings on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param securitySettings The security settings.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n createOrUpdateSecuritySettings(deviceName: string, securitySettings: Models.SecuritySettings, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginCreateOrUpdateSecuritySettings(deviceName,securitySettings,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Gets information about the availability of updates based on the last scan of the\n * device. It also gets information about any ongoing download or install jobs on the device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesGetUpdateSummaryResponse>\n */\n getUpdateSummary(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesGetUpdateSummaryResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n getUpdateSummary(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.UpdateSummary>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n getUpdateSummary(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UpdateSummary>): void;\n getUpdateSummary(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UpdateSummary>, callback?: msRest.ServiceCallback<Models.UpdateSummary>): Promise<Models.DevicesGetUpdateSummaryResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n getUpdateSummaryOperationSpec,\n callback) as Promise<Models.DevicesGetUpdateSummaryResponse>;\n }\n\n /**\n * Uploads registration certificate for the device.\n * @param deviceName The device name.\n * @param parameters The upload certificate request.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesUploadCertificateResponse>\n */\n uploadCertificate(deviceName: string, parameters: Models.UploadCertificateRequest, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesUploadCertificateResponse>;\n /**\n * @param deviceName The device name.\n * @param parameters The upload certificate request.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n uploadCertificate(deviceName: string, parameters: Models.UploadCertificateRequest, resourceGroupName: string, callback: msRest.ServiceCallback<Models.UploadCertificateResponse>): void;\n /**\n * @param deviceName The device name.\n * @param parameters The upload certificate request.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n uploadCertificate(deviceName: string, parameters: Models.UploadCertificateRequest, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UploadCertificateResponse>): void;\n uploadCertificate(deviceName: string, parameters: Models.UploadCertificateRequest, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UploadCertificateResponse>, callback?: msRest.ServiceCallback<Models.UploadCertificateResponse>): Promise<Models.DevicesUploadCertificateResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n parameters,\n resourceGroupName,\n options\n },\n uploadCertificateOperationSpec,\n callback) as Promise<Models.DevicesUploadCertificateResponse>;\n }\n\n /**\n * Creates or updates a Data Box Edge/Data Box Gateway resource.\n * @param deviceName The device name.\n * @param dataBoxEdgeDevice The resource object.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, dataBoxEdgeDevice: Models.DataBoxEdgeDevice, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n dataBoxEdgeDevice,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary Downloads the updates on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDownloadUpdates(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n beginDownloadUpdatesOperationSpec,\n options);\n }\n\n /**\n * @summary Installs the updates on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginInstallUpdates(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n beginInstallUpdatesOperationSpec,\n options);\n }\n\n /**\n * @summary Scans for updates on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginScanForUpdates(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n beginScanForUpdatesOperationSpec,\n options);\n }\n\n /**\n * Updates the security settings on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param securitySettings The security settings.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdateSecuritySettings(deviceName: string, securitySettings: Models.SecuritySettings, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n securitySettings,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateSecuritySettingsOperationSpec,\n options);\n }\n\n /**\n * Gets all the Data Box Edge/Data Box Gateway devices in a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DevicesListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): void;\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): Promise<Models.DevicesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.DevicesListBySubscriptionNextResponse>;\n }\n\n /**\n * Gets all the Data Box Edge/Data Box Gateway devices in a 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.DevicesListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DevicesListByResourceGroupNextResponse>;\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.DataBoxEdgeDeviceList>): 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.DataBoxEdgeDeviceList>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>, callback?: msRest.ServiceCallback<Models.DataBoxEdgeDeviceList>): Promise<Models.DevicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.DevicesListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDeviceList\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.DataBoxEdge/dataBoxEdgeDevices\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDeviceList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDevice\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.DataBoxEdgeDevicePatch,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDevice\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getExtendedInformationOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/getExtendedInformation\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDeviceExtendedInfo\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getNetworkSettingsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/networkSettings/default\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.NetworkSettings\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getUpdateSummaryOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/updateSummary/default\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UpdateSummary\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst uploadCertificateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/uploadCertificate\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.UploadCertificateRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.UploadCertificateResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"dataBoxEdgeDevice\",\n mapper: {\n ...Mappers.DataBoxEdgeDevice,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDevice\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDownloadUpdatesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/downloadUpdates\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginInstallUpdatesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/installUpdates\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginScanForUpdatesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/scanForUpdates\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateSecuritySettingsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/securitySettings/default/update\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"securitySettings\",\n mapper: {\n ...Mappers.SecuritySettings,\n required: true\n }\n },\n responses: {\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DataBoxEdgeDeviceList\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.DataBoxEdgeDeviceList\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 Address,\n Alert,\n AlertErrorDetails,\n AlertList,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/alertsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Alerts. */\nexport class Alerts {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Alerts.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all the alerts for a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.AlertsListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AlertsListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.AlertList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AlertList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AlertList>, callback?: msRest.ServiceCallback<Models.AlertList>): Promise<Models.AlertsListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.AlertsListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * @summary Gets an alert by name.\n * @param deviceName The device name.\n * @param name The alert name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.AlertsGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AlertsGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The alert name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.Alert>): void;\n /**\n * @param deviceName The device name.\n * @param name The alert name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Alert>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Alert>, callback?: msRest.ServiceCallback<Models.Alert>): Promise<Models.AlertsGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AlertsGetResponse>;\n }\n\n /**\n * Gets all the alerts for a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AlertsListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AlertsListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AlertList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AlertList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AlertList>, callback?: msRest.ServiceCallback<Models.AlertList>): Promise<Models.AlertsListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.AlertsListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alerts\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AlertList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/alerts/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Alert\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.AlertList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BandwidthSchedulesList,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/bandwidthSchedulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a BandwidthSchedules. */\nexport class BandwidthSchedules {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a BandwidthSchedules.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all the bandwidth schedules for a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.BandwidthSchedulesList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BandwidthSchedulesList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BandwidthSchedulesList>, callback?: msRest.ServiceCallback<Models.BandwidthSchedulesList>): Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * Gets the properties of the specified bandwidth schedule.\n * @param deviceName The device name.\n * @param name The bandwidth schedule name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.BandwidthSchedulesGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The bandwidth schedule name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.BandwidthSchedule>): void;\n /**\n * @param deviceName The device name.\n * @param name The bandwidth schedule name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BandwidthSchedule>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BandwidthSchedule>, callback?: msRest.ServiceCallback<Models.BandwidthSchedule>): Promise<Models.BandwidthSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BandwidthSchedulesGetResponse>;\n }\n\n /**\n * Creates or updates a bandwidth schedule.\n * @param deviceName The device name.\n * @param name The bandwidth schedule name which needs to be added/updated.\n * @param parameters The bandwidth schedule to be added or updated.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.BandwidthSchedulesCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, name: string, parameters: Models.BandwidthSchedule, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,name,parameters,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.BandwidthSchedulesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the specified bandwidth schedule.\n * @param deviceName The device name.\n * @param name The bandwidth schedule name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates or updates a bandwidth schedule.\n * @param deviceName The device name.\n * @param name The bandwidth schedule name which needs to be added/updated.\n * @param parameters The bandwidth schedule to be added or updated.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, name: string, parameters: Models.BandwidthSchedule, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n parameters,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the specified bandwidth schedule.\n * @param deviceName The device name.\n * @param name The bandwidth schedule name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets all the bandwidth schedules for a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BandwidthSchedulesList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BandwidthSchedulesList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BandwidthSchedulesList>, callback?: msRest.ServiceCallback<Models.BandwidthSchedulesList>): Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.BandwidthSchedulesListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/bandwidthSchedules\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BandwidthSchedulesList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/bandwidthSchedules/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BandwidthSchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/bandwidthSchedules/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BandwidthSchedule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BandwidthSchedule\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/bandwidthSchedules/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.BandwidthSchedulesList\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 CloudError,\n Job,\n JobErrorDetails,\n JobErrorItem,\n UpdateDownloadProgress,\n UpdateInstallProgress\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/jobsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Jobs. */\nexport class Jobs {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Jobs.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param name The job name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.JobsGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.JobsGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The job name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.Job>): void;\n /**\n * @param deviceName The device name.\n * @param name The job name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Job>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Job>, callback?: msRest.ServiceCallback<Models.Job>): Promise<Models.JobsGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.JobsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/jobs/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Job\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n NodeList,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/nodesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Nodes. */\nexport class Nodes {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Nodes.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all the nodes currently configured under this Data Box Edge device\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.NodesListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.NodesListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.NodeList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NodeList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NodeList>, callback?: msRest.ServiceCallback<Models.NodeList>): Promise<Models.NodesListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.NodesListByDataBoxEdgeDeviceResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/nodes\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.NodeList\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 CloudError,\n Job,\n JobErrorDetails,\n JobErrorItem,\n UpdateDownloadProgress,\n UpdateInstallProgress\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/operationsStatusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a OperationsStatus. */\nexport class OperationsStatus {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a OperationsStatus.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets the details of a specified job on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param name The job name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsStatusGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsStatusGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The job name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.Job>): void;\n /**\n * @param deviceName The device name.\n * @param name The job name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Job>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Job>, callback?: msRest.ServiceCallback<Models.Job>): Promise<Models.OperationsStatusGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OperationsStatusGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/operationsStatus/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Job\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderList,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/ordersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Orders. */\nexport class Orders {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Orders.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Lists all the orders related to a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrdersListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.OrdersListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.OrderList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrderList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrderList>, callback?: msRest.ServiceCallback<Models.OrderList>): Promise<Models.OrdersListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.OrdersListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * @summary Gets a specific order by name.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrdersGetResponse>\n */\n get(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.OrdersGetResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.Order>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Order>): void;\n get(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Order>, callback?: msRest.ServiceCallback<Models.Order>): Promise<Models.OrdersGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OrdersGetResponse>;\n }\n\n /**\n * @summary Creates or updates an order.\n * @param deviceName The order details of a device.\n * @param order The order to be created or updated.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrdersCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, order: Models.Order, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.OrdersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,order,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.OrdersCreateOrUpdateResponse>;\n }\n\n /**\n * @summary Deletes the order related to the device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Creates or updates an order.\n * @param deviceName The order details of a device.\n * @param order The order to be created or updated.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, order: Models.Order, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n order,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * @summary Deletes the order related to the device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary Lists all the orders related to a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OrdersListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OrdersListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OrderList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OrderList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OrderList>, callback?: msRest.ServiceCallback<Models.OrderList>): Promise<Models.OrdersListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.OrdersListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/orders\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OrderList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/orders/default\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Order\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/orders/default\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"order\",\n mapper: {\n ...Mappers.Order,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Order\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/orders/default\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.OrderList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleList,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/rolesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Roles. */\nexport class Roles {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Roles.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all the roles configured in a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RolesListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.RolesListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.RoleList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RoleList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RoleList>, callback?: msRest.ServiceCallback<Models.RoleList>): Promise<Models.RolesListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.RolesListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * Gets a specific role by name.\n * @param deviceName The device name.\n * @param name The role name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RolesGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.RolesGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The role name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.RoleUnion>): void;\n /**\n * @param deviceName The device name.\n * @param name The role name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RoleUnion>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RoleUnion>, callback?: msRest.ServiceCallback<Models.RoleUnion>): Promise<Models.RolesGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.RolesGetResponse>;\n }\n\n /**\n * Create or update a role.\n * @param deviceName The device name.\n * @param name The role name.\n * @param role The role properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.RolesCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, name: string, role: Models.RoleUnion, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.RolesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,name,role,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.RolesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the role on the device.\n * @param deviceName The device name.\n * @param name The role name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create or update a role.\n * @param deviceName The device name.\n * @param name The role name.\n * @param role The role properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, name: string, role: Models.RoleUnion, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n role,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the role on the device.\n * @param deviceName The device name.\n * @param name The role name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all the roles configured in a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.RolesListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RolesListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RoleList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RoleList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RoleList>, callback?: msRest.ServiceCallback<Models.RoleList>): Promise<Models.RolesListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.RolesListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RoleList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Role\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"role\",\n mapper: {\n ...Mappers.Role,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Role\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.RoleList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n ShareList,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/sharesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Shares. */\nexport class Shares {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Shares.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Lists all the shares in a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharesListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SharesListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.ShareList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ShareList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ShareList>, callback?: msRest.ServiceCallback<Models.ShareList>): Promise<Models.SharesListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.SharesListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * @summary Gets a share by name.\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharesGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SharesGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.Share>): void;\n /**\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Share>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Share>, callback?: msRest.ServiceCallback<Models.Share>): Promise<Models.SharesGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SharesGetResponse>;\n }\n\n /**\n * @summary Creates a new share or updates an existing share on the device.\n * @param deviceName The device name.\n * @param name The share name.\n * @param share The share properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharesCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, name: string, share: Models.Share, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.SharesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,name,share,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SharesCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the share on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Refreshes the share metadata with the data from the cloud.\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n refresh(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRefresh(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Creates a new share or updates an existing share on the device.\n * @param deviceName The device name.\n * @param name The share name.\n * @param share The share properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, name: string, share: Models.Share, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n share,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the share on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary Refreshes the share metadata with the data from the cloud.\n * @param deviceName The device name.\n * @param name The share name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRefresh(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginRefreshOperationSpec,\n options);\n }\n\n /**\n * @summary Lists all the shares in a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SharesListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SharesListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ShareList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ShareList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ShareList>, callback?: msRest.ServiceCallback<Models.ShareList>): Promise<Models.SharesListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.SharesListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/shares\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ShareList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/shares/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Share\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/shares/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"share\",\n mapper: {\n ...Mappers.Share,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Share\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/shares/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRefreshOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/shares/{name}/refresh\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.ShareList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n StorageAccountCredentialList,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/storageAccountCredentialsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a StorageAccountCredentials. */\nexport class StorageAccountCredentials {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a StorageAccountCredentials.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Gets all the storage account credentials in a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccountCredentialList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountCredentialList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountCredentialList>, callback?: msRest.ServiceCallback<Models.StorageAccountCredentialList>): Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * Gets the properties of the specified storage account credential.\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountCredentialsGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccountCredential>): void;\n /**\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountCredential>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountCredential>, callback?: msRest.ServiceCallback<Models.StorageAccountCredential>): Promise<Models.StorageAccountCredentialsGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.StorageAccountCredentialsGetResponse>;\n }\n\n /**\n * Creates or updates the storage account credential.\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param storageAccountCredential The storage account credential.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountCredentialsCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, name: string, storageAccountCredential: Models.StorageAccountCredential, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,name,storageAccountCredential,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StorageAccountCredentialsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the storage account credential.\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates or updates the storage account credential.\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param storageAccountCredential The storage account credential.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, name: string, storageAccountCredential: Models.StorageAccountCredential, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n storageAccountCredential,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the storage account credential.\n * @param deviceName The device name.\n * @param name The storage account credential name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary Gets all the storage account credentials in a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountCredentialList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountCredentialList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountCredentialList>, callback?: msRest.ServiceCallback<Models.StorageAccountCredentialList>): Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.StorageAccountCredentialsListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountCredentialList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountCredential\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"storageAccountCredential\",\n mapper: {\n ...Mappers.StorageAccountCredential,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountCredential\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccountCredentials/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.StorageAccountCredentialList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n StorageAccountList,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/storageAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a StorageAccounts. */\nexport class StorageAccounts {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a StorageAccounts.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Lists all the storage accounts in a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccountList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountList>, callback?: msRest.ServiceCallback<Models.StorageAccountList>): Promise<Models.StorageAccountsListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.StorageAccountsListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * @summary Gets a StorageAccount by name.\n * @param deviceName The device name.\n * @param storageAccountName The storage account name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsGetResponse>\n */\n get(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsGetResponse>;\n /**\n * @param deviceName The device name.\n * @param storageAccountName The storage account name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, storageAccountName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n /**\n * @param deviceName The device name.\n * @param storageAccountName The storage account name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, storageAccountName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccount>): void;\n get(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccount>, callback?: msRest.ServiceCallback<Models.StorageAccount>): Promise<Models.StorageAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n storageAccountName,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.StorageAccountsGetResponse>;\n }\n\n /**\n * @summary Creates a new StorageAccount or updates an existing StorageAccount on the device.\n * @param deviceName The device name.\n * @param storageAccountName The StorageAccount name.\n * @param storageAccount The StorageAccount properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, storageAccountName: string, storageAccount: Models.StorageAccount, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,storageAccountName,storageAccount,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StorageAccountsCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param storageAccountName The StorageAccount name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,storageAccountName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Creates a new StorageAccount or updates an existing StorageAccount on the device.\n * @param deviceName The device name.\n * @param storageAccountName The StorageAccount name.\n * @param storageAccount The StorageAccount properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, storageAccountName: string, storageAccount: Models.StorageAccount, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n storageAccountName,\n storageAccount,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the StorageAccount on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param storageAccountName The StorageAccount name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n storageAccountName,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary Lists all the storage accounts in a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StorageAccountsListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.StorageAccountList>, callback?: msRest.ServiceCallback<Models.StorageAccountList>): Promise<Models.StorageAccountsListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.StorageAccountsListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccountList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"storageAccount\",\n mapper: {\n ...Mappers.StorageAccount,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StorageAccount\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\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 listByDataBoxEdgeDeviceNextOperationSpec: 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.StorageAccountList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n ContainerList,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight\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/containersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Containers. */\nexport class Containers {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Containers.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway\n * device.\n * @param deviceName The device name.\n * @param storageAccountName The storage Account name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.ContainersListByStorageAccountResponse>\n */\n listByStorageAccount(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ContainersListByStorageAccountResponse>;\n /**\n * @param deviceName The device name.\n * @param storageAccountName The storage Account name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByStorageAccount(deviceName: string, storageAccountName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.ContainerList>): void;\n /**\n * @param deviceName The device name.\n * @param storageAccountName The storage Account name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByStorageAccount(deviceName: string, storageAccountName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ContainerList>): void;\n listByStorageAccount(deviceName: string, storageAccountName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ContainerList>, callback?: msRest.ServiceCallback<Models.ContainerList>): Promise<Models.ContainersListByStorageAccountResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n storageAccountName,\n resourceGroupName,\n options\n },\n listByStorageAccountOperationSpec,\n callback) as Promise<Models.ContainersListByStorageAccountResponse>;\n }\n\n /**\n * @summary Gets a container by name.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container Name\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.ContainersGetResponse>\n */\n get(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ContainersGetResponse>;\n /**\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container Name\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.Container>): void;\n /**\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container Name\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Container>): void;\n get(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Container>, callback?: msRest.ServiceCallback<Models.Container>): Promise<Models.ContainersGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n storageAccountName,\n containerName,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ContainersGetResponse>;\n }\n\n /**\n * @summary Creates a new container or updates an existing container on the device.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container name.\n * @param container The container properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.ContainersCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, storageAccountName: string, containerName: string, container: Models.Container, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ContainersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,storageAccountName,containerName,container,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ContainersCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the container on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,storageAccountName,containerName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Refreshes the container metadata with the data from the cloud.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n refresh(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRefresh(deviceName,storageAccountName,containerName,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * @summary Creates a new container or updates an existing container on the device.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container name.\n * @param container The container properties.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, storageAccountName: string, containerName: string, container: Models.Container, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n storageAccountName,\n containerName,\n container,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the container on the Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n storageAccountName,\n containerName,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * @summary Refreshes the container metadata with the data from the cloud.\n * @param deviceName The device name.\n * @param storageAccountName The Storage Account Name\n * @param containerName The container name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRefresh(deviceName: string, storageAccountName: string, containerName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n storageAccountName,\n containerName,\n resourceGroupName,\n options\n },\n beginRefreshOperationSpec,\n options);\n }\n\n /**\n * @summary Lists all the containers of a storage Account in a Data Box Edge/Data Box Gateway\n * device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ContainersListByStorageAccountNextResponse>\n */\n listByStorageAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ContainersListByStorageAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByStorageAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ContainerList>): 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 listByStorageAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ContainerList>): void;\n listByStorageAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ContainerList>, callback?: msRest.ServiceCallback<Models.ContainerList>): Promise<Models.ContainersListByStorageAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByStorageAccountNextOperationSpec,\n callback) as Promise<Models.ContainersListByStorageAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByStorageAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ContainerList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.containerName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Container\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.containerName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"container\",\n mapper: {\n ...Mappers.Container,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Container\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.containerName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\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 beginRefreshOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/storageAccounts/{storageAccountName}/containers/{containerName}/refresh\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.storageAccountName,\n Parameters.containerName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByStorageAccountNextOperationSpec: 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.ContainerList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n TriggerList,\n UpdateSummary,\n User,\n UserAccessRight\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/triggersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Triggers. */\nexport class Triggers {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Triggers.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all the triggers configured in the device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.TriggersListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: Models.TriggersListByDataBoxEdgeDeviceOptionalParams): Promise<Models.TriggersListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.TriggerList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: Models.TriggersListByDataBoxEdgeDeviceOptionalParams, callback: msRest.ServiceCallback<Models.TriggerList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: Models.TriggersListByDataBoxEdgeDeviceOptionalParams | msRest.ServiceCallback<Models.TriggerList>, callback?: msRest.ServiceCallback<Models.TriggerList>): Promise<Models.TriggersListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.TriggersListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * Get a specific trigger by name.\n * @param deviceName The device name.\n * @param name The trigger name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.TriggersGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.TriggersGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The trigger name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.TriggerUnion>): void;\n /**\n * @param deviceName The device name.\n * @param name The trigger name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TriggerUnion>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TriggerUnion>, callback?: msRest.ServiceCallback<Models.TriggerUnion>): Promise<Models.TriggersGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TriggersGetResponse>;\n }\n\n /**\n * Creates or updates a trigger.\n * @param deviceName Creates or updates a trigger\n * @param name The trigger name.\n * @param trigger The trigger.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.TriggersCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, name: string, trigger: Models.TriggerUnion, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.TriggersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,name,trigger,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.TriggersCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the trigger on the gateway device.\n * @param deviceName The device name.\n * @param name The trigger name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates or updates a trigger.\n * @param deviceName Creates or updates a trigger\n * @param name The trigger name.\n * @param trigger The trigger.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, name: string, trigger: Models.TriggerUnion, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n trigger,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the trigger on the gateway device.\n * @param deviceName The device name.\n * @param name The trigger name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all the triggers configured in the device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TriggersListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TriggersListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.TriggerList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TriggerList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TriggerList>, callback?: msRest.ServiceCallback<Models.TriggerList>): Promise<Models.TriggersListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.TriggersListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/triggers\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TriggerList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/triggers/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Trigger\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/triggers/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"trigger\",\n mapper: {\n ...Mappers.Trigger,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Trigger\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/triggers/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.TriggerList\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 Address,\n Alert,\n AlertErrorDetails,\n ARMBaseModel,\n AsymmetricEncryptedSecret,\n Authentication,\n AzureContainerInfo,\n BandwidthSchedule,\n BaseResource,\n ClientAccessRight,\n CloudError,\n ContactDetails,\n Container,\n DataBoxEdgeDevice,\n DataBoxEdgeDeviceExtendedInfo,\n FileEventTrigger,\n FileSourceInfo,\n IoTDeviceInfo,\n IoTRole,\n Ipv4Config,\n Ipv6Config,\n MountPointMap,\n NetworkAdapter,\n NetworkAdapterPosition,\n NetworkSettings,\n Node,\n Order,\n OrderStatus,\n PeriodicTimerEventTrigger,\n PeriodicTimerSourceInfo,\n RefreshDetails,\n Role,\n RoleSinkInfo,\n SecuritySettings,\n Share,\n ShareAccessRight,\n Sku,\n StorageAccount,\n StorageAccountCredential,\n SymmetricKey,\n TrackingInfo,\n Trigger,\n UpdateSummary,\n User,\n UserAccessRight,\n UserList\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/usersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Users. */\nexport class Users {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Users.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets all the users registered on a Data Box Edge/Data Box Gateway device.\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersListByDataBoxEdgeDeviceResponse>\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: Models.UsersListByDataBoxEdgeDeviceOptionalParams): Promise<Models.UsersListByDataBoxEdgeDeviceResponse>;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.UserList>): void;\n /**\n * @param deviceName The device name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options: Models.UsersListByDataBoxEdgeDeviceOptionalParams, callback: msRest.ServiceCallback<Models.UserList>): void;\n listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: Models.UsersListByDataBoxEdgeDeviceOptionalParams | msRest.ServiceCallback<Models.UserList>, callback?: msRest.ServiceCallback<Models.UserList>): Promise<Models.UsersListByDataBoxEdgeDeviceResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n resourceGroupName,\n options\n },\n listByDataBoxEdgeDeviceOperationSpec,\n callback) as Promise<Models.UsersListByDataBoxEdgeDeviceResponse>;\n }\n\n /**\n * Gets the properties of the specified user.\n * @param deviceName The device name.\n * @param name The user name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersGetResponse>\n */\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.UsersGetResponse>;\n /**\n * @param deviceName The device name.\n * @param name The user name.\n * @param resourceGroupName The resource group name.\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, callback: msRest.ServiceCallback<Models.User>): void;\n /**\n * @param deviceName The device name.\n * @param name The user name.\n * @param resourceGroupName The resource group name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(deviceName: string, name: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.User>): void;\n get(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.User>, callback?: msRest.ServiceCallback<Models.User>): Promise<Models.UsersGetResponse> {\n return this.client.sendOperationRequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.UsersGetResponse>;\n }\n\n /**\n * Creates a new user or updates an existing user's information on a Data Box Edge/Data Box Gateway\n * device.\n * @param deviceName The device name.\n * @param name The user name.\n * @param user The user details.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersCreateOrUpdateResponse>\n */\n createOrUpdate(deviceName: string, name: string, user: Models.User, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.UsersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(deviceName,name,user,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.UsersCreateOrUpdateResponse>;\n }\n\n /**\n * Deletes the user on a databox edge/gateway device.\n * @param deviceName The device name.\n * @param name The user name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(deviceName,name,resourceGroupName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates a new user or updates an existing user's information on a Data Box Edge/Data Box Gateway\n * device.\n * @param deviceName The device name.\n * @param name The user name.\n * @param user The user details.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(deviceName: string, name: string, user: Models.User, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n user,\n resourceGroupName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Deletes the user on a databox edge/gateway device.\n * @param deviceName The device name.\n * @param name The user name.\n * @param resourceGroupName The resource group name.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(deviceName: string, name: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n deviceName,\n name,\n resourceGroupName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Gets all the users registered on a Data Box Edge/Data Box Gateway device.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersListByDataBoxEdgeDeviceNextResponse>\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsersListByDataBoxEdgeDeviceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByDataBoxEdgeDeviceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.UserList>): 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 listByDataBoxEdgeDeviceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UserList>): void;\n listByDataBoxEdgeDeviceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UserList>, callback?: msRest.ServiceCallback<Models.UserList>): Promise<Models.UsersListByDataBoxEdgeDeviceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByDataBoxEdgeDeviceNextOperationSpec,\n callback) as Promise<Models.UsersListByDataBoxEdgeDeviceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByDataBoxEdgeDeviceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/users\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UserList\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/users/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/users/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"user\",\n mapper: {\n ...Mappers.User,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.User\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.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/users/{name}\",\n urlParameters: [\n Parameters.deviceName,\n Parameters.name,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByDataBoxEdgeDeviceNextOperationSpec: 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.UserList\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 CloudError,\n ResourceTypeSku,\n SkuCost,\n SkuInformationList,\n SkuLocationInfo,\n SkuRestriction,\n SkuRestrictionInfo\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/skusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DataBoxEdgeManagementClientContext } from \"../dataBoxEdgeManagementClientContext\";\n\n/** Class representing a Skus. */\nexport class Skus {\n private readonly client: DataBoxEdgeManagementClientContext;\n\n /**\n * Create a Skus.\n * @param {DataBoxEdgeManagementClientContext} client Reference to the service client.\n */\n constructor(client: DataBoxEdgeManagementClientContext) {\n this.client = client;\n }\n\n /**\n * @summary List all the available Skus in the region and information related to them\n * @param [options] The optional parameters\n * @returns Promise<Models.SkusListResponse>\n */\n list(options?: Models.SkusListOptionalParams): Promise<Models.SkusListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.SkuInformationList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.SkusListOptionalParams, callback: msRest.ServiceCallback<Models.SkuInformationList>): void;\n list(options?: Models.SkusListOptionalParams | msRest.ServiceCallback<Models.SkuInformationList>, callback?: msRest.ServiceCallback<Models.SkuInformationList>): Promise<Models.SkusListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SkusListResponse>;\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.DataBoxEdge/skus\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SkuInformationList\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 { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-databoxedge\";\nconst packageVersion = \"1.1.1\";\n\nexport class DataBoxEdgeManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n apiVersion?: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DataBoxEdgeManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.DataBoxEdgeManagementClientOptions) {\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 = '2019-08-01';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. 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 { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { DataBoxEdgeManagementClientContext } from \"./dataBoxEdgeManagementClientContext\";\n\n\nclass DataBoxEdgeManagementClient extends DataBoxEdgeManagementClientContext {\n // Operation groups\n operations: operations.Operations;\n devices: operations.Devices;\n alerts: operations.Alerts;\n bandwidthSchedules: operations.BandwidthSchedules;\n jobs: operations.Jobs;\n nodes: operations.Nodes;\n operationsStatus: operations.OperationsStatus;\n orders: operations.Orders;\n roles: operations.Roles;\n shares: operations.Shares;\n storageAccountCredentials: operations.StorageAccountCredentials;\n storageAccounts: operations.StorageAccounts;\n containers: operations.Containers;\n triggers: operations.Triggers;\n users: operations.Users;\n skus: operations.Skus;\n\n /**\n * Initializes a new instance of the DataBoxEdgeManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.DataBoxEdgeManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.devices = new operations.Devices(this);\n this.alerts = new operations.Alerts(this);\n this.bandwidthSchedules = new operations.BandwidthSchedules(this);\n this.jobs = new operations.Jobs(this);\n this.nodes = new operations.Nodes(this);\n this.operationsStatus = new operations.OperationsStatus(this);\n this.orders = new operations.Orders(this);\n this.roles = new operations.Roles(this);\n this.shares = new operations.Shares(this);\n this.storageAccountCredentials = new operations.StorageAccountCredentials(this);\n this.storageAccounts = new operations.StorageAccounts(this);\n this.containers = new operations.Containers(this);\n this.triggers = new operations.Triggers(this);\n this.users = new operations.Users(this);\n this.skus = new operations.Skus(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n DataBoxEdgeManagementClient,\n DataBoxEdgeManagementClientContext,\n Models as DataBoxEdgeManagementModels,\n Mappers as DataBoxEdgeManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationsList","Mappers.CloudError","Parameters.nextPageLink","serializer","Mappers","Parameters.subscriptionId","Parameters.expand","Mappers.DataBoxEdgeDeviceList","Parameters.resourceGroupName","Parameters.deviceName","Mappers.DataBoxEdgeDevice","Mappers.DataBoxEdgeDevicePatch","Mappers.DataBoxEdgeDeviceExtendedInfo","Mappers.NetworkSettings","Mappers.UpdateSummary","Mappers.UploadCertificateRequest","Mappers.UploadCertificateResponse","Mappers.SecuritySettings","getOperationSpec","Mappers.AlertList","Parameters.name","Mappers.Alert","listByDataBoxEdgeDeviceOperationSpec","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","listByDataBoxEdgeDeviceNextOperationSpec","Mappers.BandwidthSchedulesList","Mappers.BandwidthSchedule","Mappers.Job","Mappers.NodeList","Mappers.OrderList","Mappers.Order","Mappers.RoleList","Mappers.Role","Mappers.ShareList","Mappers.Share","Mappers.StorageAccountCredentialList","Mappers.StorageAccountCredential","Mappers.StorageAccountList","Parameters.storageAccountName","Mappers.StorageAccount","beginRefreshOperationSpec","Mappers.ContainerList","Parameters.containerName","Mappers.Container","Parameters.filter","Mappers.TriggerList","Mappers.Trigger","Mappers.UserList","Mappers.User","listOperationSpec","Mappers.SkuInformationList","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Devices","operations.Alerts","operations.BandwidthSchedules","operations.Jobs","operations.Nodes","operations.OperationsStatus","operations.Orders","operations.Roles","operations.Shares","operations.StorageAccountCredentials","operations.StorageAccounts","operations.Containers","operations.Triggers","operations.Users","operations.Skus"],"mappings":"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"}
|