@azure/arm-databox 5.0.1-alpha.20241230.1 → 5.0.1-alpha.20250109.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist-esm/src → dist/browser}/dataBoxManagementClient.d.ts +2 -2
- package/dist/browser/dataBoxManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dataBoxManagementClient.js +17 -20
- package/dist/browser/dataBoxManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/jobs.d.ts +3 -3
- package/dist/browser/operations/jobs.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/jobs.js +113 -125
- package/dist/browser/operations/jobs.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
- package/dist/browser/operations/service.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/service.js +3 -3
- package/dist/browser/operations/service.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +11 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.d.ts +1 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
- package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/service.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataBoxManagementClient.d.ts +31 -0
- package/dist/commonjs/dataBoxManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataBoxManagementClient.js +140 -0
- package/dist/commonjs/dataBoxManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-databox.d.ts → dist/commonjs/models/index.d.ts} +2491 -2916
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +239 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +174 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4484 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +24 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +179 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/jobs.d.ts +161 -0
- package/dist/commonjs/operations/jobs.d.ts.map +1 -0
- package/dist/commonjs/operations/jobs.js +728 -0
- package/dist/commonjs/operations/jobs.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/service.d.ts +83 -0
- package/dist/commonjs/operations/service.d.ts.map +1 -0
- package/dist/commonjs/operations/service.js +324 -0
- package/dist/commonjs/operations/service.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +115 -0
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/{dist-esm/src/operations/index.js → dist/commonjs/operationsInterfaces/operations.js} +3 -4
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/service.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/dataBoxManagementClient.d.ts +31 -0
- package/dist/esm/dataBoxManagementClient.d.ts.map +1 -0
- package/dist/esm/dataBoxManagementClient.js +135 -0
- package/dist/esm/dataBoxManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2491 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +236 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +174 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/{index.js → esm/models/mappers.js} +129 -2060
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +24 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +176 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/jobs.d.ts +161 -0
- package/dist/esm/operations/jobs.d.ts.map +1 -0
- package/dist/esm/operations/jobs.js +724 -0
- package/dist/esm/operations/jobs.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/service.d.ts +83 -0
- package/dist/esm/operations/service.d.ts.map +1 -0
- package/dist/esm/operations/service.js +320 -0
- package/dist/esm/operations/service.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts +115 -0
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/jobs.js} +2 -4
- package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/service.d.ts +54 -0
- package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/service.js +9 -0
- package/dist/esm/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dataBoxManagementClient.d.ts +31 -0
- package/dist/react-native/dataBoxManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataBoxManagementClient.js +135 -0
- package/dist/react-native/dataBoxManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2491 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +236 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +174 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4479 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +24 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +176 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/jobs.d.ts +161 -0
- package/dist/react-native/operations/jobs.d.ts.map +1 -0
- package/dist/react-native/operations/jobs.js +724 -0
- package/dist/react-native/operations/jobs.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/service.d.ts +83 -0
- package/dist/react-native/operations/service.d.ts.map +1 -0
- package/dist/react-native/operations/service.js +320 -0
- package/dist/react-native/operations/service.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts +115 -0
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/jobs.js +9 -0
- package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/service.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/service.js +9 -0
- package/dist/react-native/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.js +0 -43
- package/dist-esm/samples-dev/jobsBookShipmentPickUpSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsCancelSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsCancelSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsCancelSample.js +0 -39
- package/dist-esm/samples-dev/jobsCancelSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsCreateSample.js +0 -289
- package/dist-esm/samples-dev/jobsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsGetSample.js +0 -120
- package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/jobsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListCredentialsSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListCredentialsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListCredentialsSample.js +0 -54
- package/dist-esm/samples-dev/jobsListCredentialsSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsListSample.js +0 -52
- package/dist-esm/samples-dev/jobsListSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.js +0 -44
- package/dist-esm/samples-dev/jobsMarkDevicesShippedSample.js.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/jobsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/jobsUpdateSample.js +0 -124
- package/dist-esm/samples-dev/jobsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/mitigateSample.d.ts +0 -2
- package/dist-esm/samples-dev/mitigateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mitigateSample.js +0 -44
- package/dist-esm/samples-dev/mitigateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/serviceListAvailableSkusByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/serviceRegionConfigurationByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceRegionConfigurationSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceRegionConfigurationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceRegionConfigurationSample.js +0 -43
- package/dist-esm/samples-dev/serviceRegionConfigurationSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceValidateAddressSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceValidateAddressSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceValidateAddressSample.js +0 -51
- package/dist-esm/samples-dev/serviceValidateAddressSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.js +0 -87
- package/dist-esm/samples-dev/serviceValidateInputsByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serviceValidateInputsSample.d.ts +0 -2
- package/dist-esm/samples-dev/serviceValidateInputsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serviceValidateInputsSample.js +0 -86
- package/dist-esm/samples-dev/serviceValidateInputsSample.js.map +0 -1
- package/dist-esm/src/dataBoxManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataBoxManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/jobs.d.ts.map +0 -1
- package/dist-esm/src/operations/jobs.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/service.d.ts.map +0 -1
- package/dist-esm/src/operations/service.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/databox_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/databox_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/databox_operations_test.spec.js +0 -77
- package/dist-esm/test/databox_operations_test.spec.js.map +0 -1
- package/src/dataBoxManagementClient.ts +0 -195
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2800
- package/src/models/mappers.ts +0 -4799
- package/src/models/parameters.ts +0 -214
- package/src/operations/jobs.ts +0 -955
- package/src/operations/operations.ts +0 -149
- package/src/operations/service.ts +0 -443
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/jobs.ts +0 -205
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/service.ts +0 -107
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Operations } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { DataBoxManagementClient } from "../dataBoxManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
Operation,
|
|
18
|
-
OperationsListNextOptionalParams,
|
|
19
|
-
OperationsListOptionalParams,
|
|
20
|
-
OperationsListResponse,
|
|
21
|
-
OperationsListNextResponse
|
|
22
|
-
} from "../models";
|
|
23
|
-
|
|
24
|
-
/// <reference lib="esnext.asynciterable" />
|
|
25
|
-
/** Class containing Operations operations. */
|
|
26
|
-
export class OperationsImpl implements Operations {
|
|
27
|
-
private readonly client: DataBoxManagementClient;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Initialize a new instance of the class Operations class.
|
|
31
|
-
* @param client Reference to the service client
|
|
32
|
-
*/
|
|
33
|
-
constructor(client: DataBoxManagementClient) {
|
|
34
|
-
this.client = client;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* This method gets all the operations.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
public list(
|
|
42
|
-
options?: OperationsListOptionalParams
|
|
43
|
-
): PagedAsyncIterableIterator<Operation> {
|
|
44
|
-
const iter = this.listPagingAll(options);
|
|
45
|
-
return {
|
|
46
|
-
next() {
|
|
47
|
-
return iter.next();
|
|
48
|
-
},
|
|
49
|
-
[Symbol.asyncIterator]() {
|
|
50
|
-
return this;
|
|
51
|
-
},
|
|
52
|
-
byPage: (settings?: PageSettings) => {
|
|
53
|
-
if (settings?.maxPageSize) {
|
|
54
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
55
|
-
}
|
|
56
|
-
return this.listPagingPage(options, settings);
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
private async *listPagingPage(
|
|
62
|
-
options?: OperationsListOptionalParams,
|
|
63
|
-
settings?: PageSettings
|
|
64
|
-
): AsyncIterableIterator<Operation[]> {
|
|
65
|
-
let result: OperationsListResponse;
|
|
66
|
-
let continuationToken = settings?.continuationToken;
|
|
67
|
-
if (!continuationToken) {
|
|
68
|
-
result = await this._list(options);
|
|
69
|
-
let page = result.value || [];
|
|
70
|
-
continuationToken = result.nextLink;
|
|
71
|
-
setContinuationToken(page, continuationToken);
|
|
72
|
-
yield page;
|
|
73
|
-
}
|
|
74
|
-
while (continuationToken) {
|
|
75
|
-
result = await this._listNext(continuationToken, options);
|
|
76
|
-
continuationToken = result.nextLink;
|
|
77
|
-
let page = result.value || [];
|
|
78
|
-
setContinuationToken(page, continuationToken);
|
|
79
|
-
yield page;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
private async *listPagingAll(
|
|
84
|
-
options?: OperationsListOptionalParams
|
|
85
|
-
): AsyncIterableIterator<Operation> {
|
|
86
|
-
for await (const page of this.listPagingPage(options)) {
|
|
87
|
-
yield* page;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* This method gets all the operations.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
private _list(
|
|
96
|
-
options?: OperationsListOptionalParams
|
|
97
|
-
): Promise<OperationsListResponse> {
|
|
98
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* ListNext
|
|
103
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
104
|
-
* @param options The options parameters.
|
|
105
|
-
*/
|
|
106
|
-
private _listNext(
|
|
107
|
-
nextLink: string,
|
|
108
|
-
options?: OperationsListNextOptionalParams
|
|
109
|
-
): Promise<OperationsListNextResponse> {
|
|
110
|
-
return this.client.sendOperationRequest(
|
|
111
|
-
{ nextLink, options },
|
|
112
|
-
listNextOperationSpec
|
|
113
|
-
);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
// Operation Specifications
|
|
117
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
118
|
-
|
|
119
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
120
|
-
path: "/providers/Microsoft.DataBox/operations",
|
|
121
|
-
httpMethod: "GET",
|
|
122
|
-
responses: {
|
|
123
|
-
200: {
|
|
124
|
-
bodyMapper: Mappers.OperationList
|
|
125
|
-
},
|
|
126
|
-
default: {
|
|
127
|
-
bodyMapper: Mappers.ApiError
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
queryParameters: [Parameters.apiVersion],
|
|
131
|
-
urlParameters: [Parameters.$host],
|
|
132
|
-
headerParameters: [Parameters.accept],
|
|
133
|
-
serializer
|
|
134
|
-
};
|
|
135
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
136
|
-
path: "{nextLink}",
|
|
137
|
-
httpMethod: "GET",
|
|
138
|
-
responses: {
|
|
139
|
-
200: {
|
|
140
|
-
bodyMapper: Mappers.OperationList
|
|
141
|
-
},
|
|
142
|
-
default: {
|
|
143
|
-
bodyMapper: Mappers.ApiError
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer
|
|
149
|
-
};
|
|
@@ -1,443 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Service } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { DataBoxManagementClient } from "../dataBoxManagementClient";
|
|
16
|
-
import {
|
|
17
|
-
SkuInformation,
|
|
18
|
-
AvailableSkuRequest,
|
|
19
|
-
ServiceListAvailableSkusByResourceGroupNextOptionalParams,
|
|
20
|
-
ServiceListAvailableSkusByResourceGroupOptionalParams,
|
|
21
|
-
ServiceListAvailableSkusByResourceGroupResponse,
|
|
22
|
-
ValidateAddress,
|
|
23
|
-
ServiceValidateAddressOptionalParams,
|
|
24
|
-
ServiceValidateAddressResponse,
|
|
25
|
-
ValidationRequestUnion,
|
|
26
|
-
ServiceValidateInputsByResourceGroupOptionalParams,
|
|
27
|
-
ServiceValidateInputsByResourceGroupResponse,
|
|
28
|
-
ServiceValidateInputsOptionalParams,
|
|
29
|
-
ServiceValidateInputsResponse,
|
|
30
|
-
RegionConfigurationRequest,
|
|
31
|
-
ServiceRegionConfigurationOptionalParams,
|
|
32
|
-
ServiceRegionConfigurationResponse,
|
|
33
|
-
ServiceRegionConfigurationByResourceGroupOptionalParams,
|
|
34
|
-
ServiceRegionConfigurationByResourceGroupResponse,
|
|
35
|
-
ServiceListAvailableSkusByResourceGroupNextResponse
|
|
36
|
-
} from "../models";
|
|
37
|
-
|
|
38
|
-
/// <reference lib="esnext.asynciterable" />
|
|
39
|
-
/** Class containing Service operations. */
|
|
40
|
-
export class ServiceImpl implements Service {
|
|
41
|
-
private readonly client: DataBoxManagementClient;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Initialize a new instance of the class Service class.
|
|
45
|
-
* @param client Reference to the service client
|
|
46
|
-
*/
|
|
47
|
-
constructor(client: DataBoxManagementClient) {
|
|
48
|
-
this.client = client;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* This method provides the list of available skus for the given subscription, resource group and
|
|
53
|
-
* location.
|
|
54
|
-
* @param resourceGroupName The Resource Group Name
|
|
55
|
-
* @param location The location of the resource
|
|
56
|
-
* @param availableSkuRequest Filters for showing the available skus.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
public listAvailableSkusByResourceGroup(
|
|
60
|
-
resourceGroupName: string,
|
|
61
|
-
location: string,
|
|
62
|
-
availableSkuRequest: AvailableSkuRequest,
|
|
63
|
-
options?: ServiceListAvailableSkusByResourceGroupOptionalParams
|
|
64
|
-
): PagedAsyncIterableIterator<SkuInformation> {
|
|
65
|
-
const iter = this.listAvailableSkusByResourceGroupPagingAll(
|
|
66
|
-
resourceGroupName,
|
|
67
|
-
location,
|
|
68
|
-
availableSkuRequest,
|
|
69
|
-
options
|
|
70
|
-
);
|
|
71
|
-
return {
|
|
72
|
-
next() {
|
|
73
|
-
return iter.next();
|
|
74
|
-
},
|
|
75
|
-
[Symbol.asyncIterator]() {
|
|
76
|
-
return this;
|
|
77
|
-
},
|
|
78
|
-
byPage: (settings?: PageSettings) => {
|
|
79
|
-
if (settings?.maxPageSize) {
|
|
80
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
81
|
-
}
|
|
82
|
-
return this.listAvailableSkusByResourceGroupPagingPage(
|
|
83
|
-
resourceGroupName,
|
|
84
|
-
location,
|
|
85
|
-
availableSkuRequest,
|
|
86
|
-
options,
|
|
87
|
-
settings
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private async *listAvailableSkusByResourceGroupPagingPage(
|
|
94
|
-
resourceGroupName: string,
|
|
95
|
-
location: string,
|
|
96
|
-
availableSkuRequest: AvailableSkuRequest,
|
|
97
|
-
options?: ServiceListAvailableSkusByResourceGroupOptionalParams,
|
|
98
|
-
settings?: PageSettings
|
|
99
|
-
): AsyncIterableIterator<SkuInformation[]> {
|
|
100
|
-
let result: ServiceListAvailableSkusByResourceGroupResponse;
|
|
101
|
-
let continuationToken = settings?.continuationToken;
|
|
102
|
-
if (!continuationToken) {
|
|
103
|
-
result = await this._listAvailableSkusByResourceGroup(
|
|
104
|
-
resourceGroupName,
|
|
105
|
-
location,
|
|
106
|
-
availableSkuRequest,
|
|
107
|
-
options
|
|
108
|
-
);
|
|
109
|
-
let page = result.value || [];
|
|
110
|
-
continuationToken = result.nextLink;
|
|
111
|
-
setContinuationToken(page, continuationToken);
|
|
112
|
-
yield page;
|
|
113
|
-
}
|
|
114
|
-
while (continuationToken) {
|
|
115
|
-
result = await this._listAvailableSkusByResourceGroupNext(
|
|
116
|
-
resourceGroupName,
|
|
117
|
-
location,
|
|
118
|
-
availableSkuRequest,
|
|
119
|
-
continuationToken,
|
|
120
|
-
options
|
|
121
|
-
);
|
|
122
|
-
continuationToken = result.nextLink;
|
|
123
|
-
let page = result.value || [];
|
|
124
|
-
setContinuationToken(page, continuationToken);
|
|
125
|
-
yield page;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
private async *listAvailableSkusByResourceGroupPagingAll(
|
|
130
|
-
resourceGroupName: string,
|
|
131
|
-
location: string,
|
|
132
|
-
availableSkuRequest: AvailableSkuRequest,
|
|
133
|
-
options?: ServiceListAvailableSkusByResourceGroupOptionalParams
|
|
134
|
-
): AsyncIterableIterator<SkuInformation> {
|
|
135
|
-
for await (const page of this.listAvailableSkusByResourceGroupPagingPage(
|
|
136
|
-
resourceGroupName,
|
|
137
|
-
location,
|
|
138
|
-
availableSkuRequest,
|
|
139
|
-
options
|
|
140
|
-
)) {
|
|
141
|
-
yield* page;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* This method provides the list of available skus for the given subscription, resource group and
|
|
147
|
-
* location.
|
|
148
|
-
* @param resourceGroupName The Resource Group Name
|
|
149
|
-
* @param location The location of the resource
|
|
150
|
-
* @param availableSkuRequest Filters for showing the available skus.
|
|
151
|
-
* @param options The options parameters.
|
|
152
|
-
*/
|
|
153
|
-
private _listAvailableSkusByResourceGroup(
|
|
154
|
-
resourceGroupName: string,
|
|
155
|
-
location: string,
|
|
156
|
-
availableSkuRequest: AvailableSkuRequest,
|
|
157
|
-
options?: ServiceListAvailableSkusByResourceGroupOptionalParams
|
|
158
|
-
): Promise<ServiceListAvailableSkusByResourceGroupResponse> {
|
|
159
|
-
return this.client.sendOperationRequest(
|
|
160
|
-
{ resourceGroupName, location, availableSkuRequest, options },
|
|
161
|
-
listAvailableSkusByResourceGroupOperationSpec
|
|
162
|
-
);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* [DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer
|
|
167
|
-
* shipping address and provide alternate addresses if any.
|
|
168
|
-
* @param location The location of the resource
|
|
169
|
-
* @param validateAddress Shipping address of the customer.
|
|
170
|
-
* @param options The options parameters.
|
|
171
|
-
*/
|
|
172
|
-
validateAddress(
|
|
173
|
-
location: string,
|
|
174
|
-
validateAddress: ValidateAddress,
|
|
175
|
-
options?: ServiceValidateAddressOptionalParams
|
|
176
|
-
): Promise<ServiceValidateAddressResponse> {
|
|
177
|
-
return this.client.sendOperationRequest(
|
|
178
|
-
{ location, validateAddress, options },
|
|
179
|
-
validateAddressOperationSpec
|
|
180
|
-
);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* This method does all necessary pre-job creation validation under resource group.
|
|
185
|
-
* @param resourceGroupName The Resource Group Name
|
|
186
|
-
* @param location The location of the resource
|
|
187
|
-
* @param validationRequest Inputs of the customer.
|
|
188
|
-
* @param options The options parameters.
|
|
189
|
-
*/
|
|
190
|
-
validateInputsByResourceGroup(
|
|
191
|
-
resourceGroupName: string,
|
|
192
|
-
location: string,
|
|
193
|
-
validationRequest: ValidationRequestUnion,
|
|
194
|
-
options?: ServiceValidateInputsByResourceGroupOptionalParams
|
|
195
|
-
): Promise<ServiceValidateInputsByResourceGroupResponse> {
|
|
196
|
-
return this.client.sendOperationRequest(
|
|
197
|
-
{ resourceGroupName, location, validationRequest, options },
|
|
198
|
-
validateInputsByResourceGroupOperationSpec
|
|
199
|
-
);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* This method does all necessary pre-job creation validation under subscription.
|
|
204
|
-
* @param location The location of the resource
|
|
205
|
-
* @param validationRequest Inputs of the customer.
|
|
206
|
-
* @param options The options parameters.
|
|
207
|
-
*/
|
|
208
|
-
validateInputs(
|
|
209
|
-
location: string,
|
|
210
|
-
validationRequest: ValidationRequestUnion,
|
|
211
|
-
options?: ServiceValidateInputsOptionalParams
|
|
212
|
-
): Promise<ServiceValidateInputsResponse> {
|
|
213
|
-
return this.client.sendOperationRequest(
|
|
214
|
-
{ location, validationRequest, options },
|
|
215
|
-
validateInputsOperationSpec
|
|
216
|
-
);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* This API provides configuration details specific to given region/location at Subscription level.
|
|
221
|
-
* @param location The location of the resource
|
|
222
|
-
* @param regionConfigurationRequest Request body to get the configuration for the region.
|
|
223
|
-
* @param options The options parameters.
|
|
224
|
-
*/
|
|
225
|
-
regionConfiguration(
|
|
226
|
-
location: string,
|
|
227
|
-
regionConfigurationRequest: RegionConfigurationRequest,
|
|
228
|
-
options?: ServiceRegionConfigurationOptionalParams
|
|
229
|
-
): Promise<ServiceRegionConfigurationResponse> {
|
|
230
|
-
return this.client.sendOperationRequest(
|
|
231
|
-
{ location, regionConfigurationRequest, options },
|
|
232
|
-
regionConfigurationOperationSpec
|
|
233
|
-
);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* This API provides configuration details specific to given region/location at Resource group level.
|
|
238
|
-
* @param resourceGroupName The Resource Group Name
|
|
239
|
-
* @param location The location of the resource
|
|
240
|
-
* @param regionConfigurationRequest Request body to get the configuration for the region at resource
|
|
241
|
-
* group level.
|
|
242
|
-
* @param options The options parameters.
|
|
243
|
-
*/
|
|
244
|
-
regionConfigurationByResourceGroup(
|
|
245
|
-
resourceGroupName: string,
|
|
246
|
-
location: string,
|
|
247
|
-
regionConfigurationRequest: RegionConfigurationRequest,
|
|
248
|
-
options?: ServiceRegionConfigurationByResourceGroupOptionalParams
|
|
249
|
-
): Promise<ServiceRegionConfigurationByResourceGroupResponse> {
|
|
250
|
-
return this.client.sendOperationRequest(
|
|
251
|
-
{ resourceGroupName, location, regionConfigurationRequest, options },
|
|
252
|
-
regionConfigurationByResourceGroupOperationSpec
|
|
253
|
-
);
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
* ListAvailableSkusByResourceGroupNext
|
|
258
|
-
* @param resourceGroupName The Resource Group Name
|
|
259
|
-
* @param location The location of the resource
|
|
260
|
-
* @param availableSkuRequest Filters for showing the available skus.
|
|
261
|
-
* @param nextLink The nextLink from the previous successful call to the
|
|
262
|
-
* ListAvailableSkusByResourceGroup method.
|
|
263
|
-
* @param options The options parameters.
|
|
264
|
-
*/
|
|
265
|
-
private _listAvailableSkusByResourceGroupNext(
|
|
266
|
-
resourceGroupName: string,
|
|
267
|
-
location: string,
|
|
268
|
-
availableSkuRequest: AvailableSkuRequest,
|
|
269
|
-
nextLink: string,
|
|
270
|
-
options?: ServiceListAvailableSkusByResourceGroupNextOptionalParams
|
|
271
|
-
): Promise<ServiceListAvailableSkusByResourceGroupNextResponse> {
|
|
272
|
-
return this.client.sendOperationRequest(
|
|
273
|
-
{ resourceGroupName, location, availableSkuRequest, nextLink, options },
|
|
274
|
-
listAvailableSkusByResourceGroupNextOperationSpec
|
|
275
|
-
);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
// Operation Specifications
|
|
279
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
280
|
-
|
|
281
|
-
const listAvailableSkusByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
282
|
-
path:
|
|
283
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus",
|
|
284
|
-
httpMethod: "POST",
|
|
285
|
-
responses: {
|
|
286
|
-
200: {
|
|
287
|
-
bodyMapper: Mappers.AvailableSkusResult
|
|
288
|
-
},
|
|
289
|
-
default: {
|
|
290
|
-
bodyMapper: Mappers.ApiError
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
requestBody: Parameters.availableSkuRequest,
|
|
294
|
-
queryParameters: [Parameters.apiVersion],
|
|
295
|
-
urlParameters: [
|
|
296
|
-
Parameters.$host,
|
|
297
|
-
Parameters.subscriptionId,
|
|
298
|
-
Parameters.resourceGroupName,
|
|
299
|
-
Parameters.location
|
|
300
|
-
],
|
|
301
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
302
|
-
mediaType: "json",
|
|
303
|
-
serializer
|
|
304
|
-
};
|
|
305
|
-
const validateAddressOperationSpec: coreClient.OperationSpec = {
|
|
306
|
-
path:
|
|
307
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateAddress",
|
|
308
|
-
httpMethod: "POST",
|
|
309
|
-
responses: {
|
|
310
|
-
200: {
|
|
311
|
-
bodyMapper: Mappers.AddressValidationOutput
|
|
312
|
-
},
|
|
313
|
-
default: {
|
|
314
|
-
bodyMapper: Mappers.ApiError
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
requestBody: Parameters.validateAddress,
|
|
318
|
-
queryParameters: [Parameters.apiVersion],
|
|
319
|
-
urlParameters: [
|
|
320
|
-
Parameters.$host,
|
|
321
|
-
Parameters.subscriptionId,
|
|
322
|
-
Parameters.location
|
|
323
|
-
],
|
|
324
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
325
|
-
mediaType: "json",
|
|
326
|
-
serializer
|
|
327
|
-
};
|
|
328
|
-
const validateInputsByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
329
|
-
path:
|
|
330
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/validateInputs",
|
|
331
|
-
httpMethod: "POST",
|
|
332
|
-
responses: {
|
|
333
|
-
200: {
|
|
334
|
-
bodyMapper: Mappers.ValidationResponse
|
|
335
|
-
},
|
|
336
|
-
default: {
|
|
337
|
-
bodyMapper: Mappers.ApiError
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
requestBody: Parameters.validationRequest,
|
|
341
|
-
queryParameters: [Parameters.apiVersion],
|
|
342
|
-
urlParameters: [
|
|
343
|
-
Parameters.$host,
|
|
344
|
-
Parameters.subscriptionId,
|
|
345
|
-
Parameters.resourceGroupName,
|
|
346
|
-
Parameters.location
|
|
347
|
-
],
|
|
348
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
349
|
-
mediaType: "json",
|
|
350
|
-
serializer
|
|
351
|
-
};
|
|
352
|
-
const validateInputsOperationSpec: coreClient.OperationSpec = {
|
|
353
|
-
path:
|
|
354
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/validateInputs",
|
|
355
|
-
httpMethod: "POST",
|
|
356
|
-
responses: {
|
|
357
|
-
200: {
|
|
358
|
-
bodyMapper: Mappers.ValidationResponse
|
|
359
|
-
},
|
|
360
|
-
default: {
|
|
361
|
-
bodyMapper: Mappers.ApiError
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
requestBody: Parameters.validationRequest,
|
|
365
|
-
queryParameters: [Parameters.apiVersion],
|
|
366
|
-
urlParameters: [
|
|
367
|
-
Parameters.$host,
|
|
368
|
-
Parameters.subscriptionId,
|
|
369
|
-
Parameters.location
|
|
370
|
-
],
|
|
371
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
372
|
-
mediaType: "json",
|
|
373
|
-
serializer
|
|
374
|
-
};
|
|
375
|
-
const regionConfigurationOperationSpec: coreClient.OperationSpec = {
|
|
376
|
-
path:
|
|
377
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration",
|
|
378
|
-
httpMethod: "POST",
|
|
379
|
-
responses: {
|
|
380
|
-
200: {
|
|
381
|
-
bodyMapper: Mappers.RegionConfigurationResponse
|
|
382
|
-
},
|
|
383
|
-
default: {
|
|
384
|
-
bodyMapper: Mappers.ApiError
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
requestBody: Parameters.regionConfigurationRequest,
|
|
388
|
-
queryParameters: [Parameters.apiVersion],
|
|
389
|
-
urlParameters: [
|
|
390
|
-
Parameters.$host,
|
|
391
|
-
Parameters.subscriptionId,
|
|
392
|
-
Parameters.location
|
|
393
|
-
],
|
|
394
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
395
|
-
mediaType: "json",
|
|
396
|
-
serializer
|
|
397
|
-
};
|
|
398
|
-
const regionConfigurationByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
399
|
-
path:
|
|
400
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration",
|
|
401
|
-
httpMethod: "POST",
|
|
402
|
-
responses: {
|
|
403
|
-
200: {
|
|
404
|
-
bodyMapper: Mappers.RegionConfigurationResponse
|
|
405
|
-
},
|
|
406
|
-
default: {
|
|
407
|
-
bodyMapper: Mappers.ApiError
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
requestBody: Parameters.regionConfigurationRequest,
|
|
411
|
-
queryParameters: [Parameters.apiVersion],
|
|
412
|
-
urlParameters: [
|
|
413
|
-
Parameters.$host,
|
|
414
|
-
Parameters.subscriptionId,
|
|
415
|
-
Parameters.resourceGroupName,
|
|
416
|
-
Parameters.location
|
|
417
|
-
],
|
|
418
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
419
|
-
mediaType: "json",
|
|
420
|
-
serializer
|
|
421
|
-
};
|
|
422
|
-
const listAvailableSkusByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
423
|
-
path: "{nextLink}",
|
|
424
|
-
httpMethod: "GET",
|
|
425
|
-
responses: {
|
|
426
|
-
200: {
|
|
427
|
-
bodyMapper: Mappers.AvailableSkusResult
|
|
428
|
-
},
|
|
429
|
-
default: {
|
|
430
|
-
bodyMapper: Mappers.ApiError
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
urlParameters: [
|
|
434
|
-
Parameters.$host,
|
|
435
|
-
Parameters.nextLink,
|
|
436
|
-
Parameters.subscriptionId,
|
|
437
|
-
Parameters.resourceGroupName,
|
|
438
|
-
Parameters.location
|
|
439
|
-
],
|
|
440
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
441
|
-
mediaType: "json",
|
|
442
|
-
serializer
|
|
443
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./operations";
|
|
10
|
-
export * from "./jobs";
|
|
11
|
-
export * from "./service";
|