@azure/arm-storageactions 1.0.0-beta.2 → 1.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 +3 -22
- package/README.md +10 -10
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/storageActionsManagementContext.d.ts +19 -0
- package/dist/browser/api/storageActionsManagementContext.js +36 -0
- package/dist/browser/api/storageActionsManagementContext.js.map +1 -0
- package/dist/browser/api/storageTaskAssignment/index.d.ts +3 -0
- package/dist/browser/api/storageTaskAssignment/index.js +4 -0
- package/dist/browser/api/storageTaskAssignment/index.js.map +1 -0
- package/dist/browser/api/storageTaskAssignment/operations.d.ts +10 -0
- package/dist/browser/api/storageTaskAssignment/operations.js +33 -0
- package/dist/browser/api/storageTaskAssignment/operations.js.map +1 -0
- package/dist/browser/api/storageTaskAssignment/options.d.ts +7 -0
- package/dist/browser/api/storageTaskAssignment/options.js +4 -0
- package/dist/browser/api/storageTaskAssignment/options.js.map +1 -0
- package/dist/browser/api/storageTasks/index.d.ts +3 -0
- package/dist/browser/api/storageTasks/index.js +4 -0
- package/dist/browser/api/storageTasks/index.js.map +1 -0
- package/dist/browser/api/storageTasks/operations.d.ts +40 -0
- package/dist/browser/api/storageTasks/operations.js +209 -0
- package/dist/browser/api/storageTasks/operations.js.map +1 -0
- package/dist/browser/api/storageTasks/options.d.ts +29 -0
- package/dist/browser/api/storageTasks/options.js +4 -0
- package/dist/browser/api/storageTasks/options.js.map +1 -0
- package/dist/browser/api/storageTasksReport/index.d.ts +3 -0
- package/dist/browser/api/storageTasksReport/index.js +4 -0
- package/dist/browser/api/storageTasksReport/index.js.map +1 -0
- package/dist/browser/api/storageTasksReport/operations.d.ts +10 -0
- package/dist/browser/api/storageTasksReport/operations.js +34 -0
- package/dist/browser/api/storageTasksReport/operations.js.map +1 -0
- package/dist/browser/api/storageTasksReport/options.d.ts +9 -0
- package/dist/browser/api/storageTasksReport/options.js +4 -0
- package/dist/browser/api/storageTasksReport/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +5 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/storageTaskAssignment/index.d.ts +11 -0
- package/dist/browser/classic/storageTaskAssignment/index.js +12 -0
- package/dist/browser/classic/storageTaskAssignment/index.js.map +1 -0
- package/dist/browser/classic/storageTasks/index.d.ts +29 -0
- package/dist/browser/classic/storageTasks/index.js +18 -0
- package/dist/browser/classic/storageTasks/index.js.map +1 -0
- package/dist/browser/classic/storageTasksReport/index.d.ts +11 -0
- package/dist/browser/classic/storageTasksReport/index.js +12 -0
- package/dist/browser/classic/storageTasksReport/index.js.map +1 -0
- package/dist/browser/index.d.ts +10 -3
- package/dist/browser/index.js +4 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -777
- package/dist/browser/models/index.js +3 -123
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +564 -0
- package/dist/browser/models/models.js +545 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +98 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageActionsManagementClient.d.ts +22 -21
- package/dist/browser/storageActionsManagementClient.js +21 -98
- package/dist/browser/storageActionsManagementClient.js.map +1 -1
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/storageActionsManagementContext.d.ts +19 -0
- package/dist/commonjs/api/storageActionsManagementContext.js +39 -0
- package/dist/commonjs/api/storageActionsManagementContext.js.map +1 -0
- package/dist/commonjs/api/storageTaskAssignment/index.d.ts +3 -0
- package/dist/commonjs/api/storageTaskAssignment/index.js +8 -0
- package/dist/commonjs/api/storageTaskAssignment/index.js.map +1 -0
- package/dist/commonjs/api/storageTaskAssignment/operations.d.ts +10 -0
- package/dist/commonjs/api/storageTaskAssignment/operations.js +38 -0
- package/dist/commonjs/api/storageTaskAssignment/operations.js.map +1 -0
- package/dist/commonjs/api/storageTaskAssignment/options.d.ts +7 -0
- package/dist/commonjs/api/storageTaskAssignment/options.js +5 -0
- package/dist/commonjs/api/storageTaskAssignment/options.js.map +1 -0
- package/dist/commonjs/api/storageTasks/index.d.ts +3 -0
- package/dist/commonjs/api/storageTasks/index.js +14 -0
- package/dist/commonjs/api/storageTasks/index.js.map +1 -0
- package/dist/commonjs/api/storageTasks/operations.d.ts +40 -0
- package/dist/commonjs/api/storageTasks/operations.js +232 -0
- package/dist/commonjs/api/storageTasks/operations.js.map +1 -0
- package/dist/commonjs/api/storageTasks/options.d.ts +29 -0
- package/dist/commonjs/api/storageTasks/options.js +5 -0
- package/dist/commonjs/api/storageTasks/options.js.map +1 -0
- package/dist/commonjs/api/storageTasksReport/index.d.ts +3 -0
- package/dist/commonjs/api/storageTasksReport/index.js +8 -0
- package/dist/commonjs/api/storageTasksReport/index.js.map +1 -0
- package/dist/commonjs/api/storageTasksReport/operations.d.ts +10 -0
- package/dist/commonjs/api/storageTasksReport/operations.js +39 -0
- package/dist/commonjs/api/storageTasksReport/operations.js.map +1 -0
- package/dist/commonjs/api/storageTasksReport/options.d.ts +9 -0
- package/dist/commonjs/api/storageTasksReport/options.js +5 -0
- package/dist/commonjs/api/storageTasksReport/options.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +5 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/storageTaskAssignment/index.d.ts +11 -0
- package/dist/commonjs/classic/storageTaskAssignment/index.js +15 -0
- package/dist/commonjs/classic/storageTaskAssignment/index.js.map +1 -0
- package/dist/commonjs/classic/storageTasks/index.d.ts +29 -0
- package/dist/commonjs/classic/storageTasks/index.js +21 -0
- package/dist/commonjs/classic/storageTasks/index.js.map +1 -0
- package/dist/commonjs/classic/storageTasksReport/index.d.ts +11 -0
- package/dist/commonjs/classic/storageTasksReport/index.js +15 -0
- package/dist/commonjs/classic/storageTasksReport/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -3
- package/dist/commonjs/index.js +18 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -777
- package/dist/commonjs/models/index.js +16 -124
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +564 -0
- package/dist/commonjs/models/models.js +611 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +101 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/storageActionsManagementClient.d.ts +22 -21
- package/dist/commonjs/storageActionsManagementClient.js +21 -99
- package/dist/commonjs/storageActionsManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/storageActionsManagementContext.d.ts +19 -0
- package/dist/esm/api/storageActionsManagementContext.js +36 -0
- package/dist/esm/api/storageActionsManagementContext.js.map +1 -0
- package/dist/esm/api/storageTaskAssignment/index.d.ts +3 -0
- package/dist/esm/api/storageTaskAssignment/index.js +4 -0
- package/dist/esm/api/storageTaskAssignment/index.js.map +1 -0
- package/dist/esm/api/storageTaskAssignment/operations.d.ts +10 -0
- package/dist/esm/api/storageTaskAssignment/operations.js +33 -0
- package/dist/esm/api/storageTaskAssignment/operations.js.map +1 -0
- package/dist/esm/api/storageTaskAssignment/options.d.ts +7 -0
- package/dist/esm/api/storageTaskAssignment/options.js +4 -0
- package/dist/esm/api/storageTaskAssignment/options.js.map +1 -0
- package/dist/esm/api/storageTasks/index.d.ts +3 -0
- package/dist/esm/api/storageTasks/index.js +4 -0
- package/dist/esm/api/storageTasks/index.js.map +1 -0
- package/dist/esm/api/storageTasks/operations.d.ts +40 -0
- package/dist/esm/api/storageTasks/operations.js +209 -0
- package/dist/esm/api/storageTasks/operations.js.map +1 -0
- package/dist/esm/api/storageTasks/options.d.ts +29 -0
- package/dist/esm/api/storageTasks/options.js +4 -0
- package/dist/esm/api/storageTasks/options.js.map +1 -0
- package/dist/esm/api/storageTasksReport/index.d.ts +3 -0
- package/dist/esm/api/storageTasksReport/index.js +4 -0
- package/dist/esm/api/storageTasksReport/index.js.map +1 -0
- package/dist/esm/api/storageTasksReport/operations.d.ts +10 -0
- package/dist/esm/api/storageTasksReport/operations.js +34 -0
- package/dist/esm/api/storageTasksReport/operations.js.map +1 -0
- package/dist/esm/api/storageTasksReport/options.d.ts +9 -0
- package/dist/esm/api/storageTasksReport/options.js +4 -0
- package/dist/esm/api/storageTasksReport/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +5 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/storageTaskAssignment/index.d.ts +11 -0
- package/dist/esm/classic/storageTaskAssignment/index.js +12 -0
- package/dist/esm/classic/storageTaskAssignment/index.js.map +1 -0
- package/dist/esm/classic/storageTasks/index.d.ts +29 -0
- package/dist/esm/classic/storageTasks/index.js +18 -0
- package/dist/esm/classic/storageTasks/index.js.map +1 -0
- package/dist/esm/classic/storageTasksReport/index.d.ts +11 -0
- package/dist/esm/classic/storageTasksReport/index.js +12 -0
- package/dist/esm/classic/storageTasksReport/index.js.map +1 -0
- package/dist/esm/index.d.ts +10 -3
- package/dist/esm/index.js +4 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -777
- package/dist/esm/models/index.js +3 -123
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +564 -0
- package/dist/esm/models/models.js +545 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +98 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageActionsManagementClient.d.ts +22 -21
- package/dist/esm/storageActionsManagementClient.js +21 -98
- package/dist/esm/storageActionsManagementClient.js.map +1 -1
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/storageActionsManagementContext.d.ts +19 -0
- package/dist/react-native/api/storageActionsManagementContext.js +36 -0
- package/dist/react-native/api/storageActionsManagementContext.js.map +1 -0
- package/dist/react-native/api/storageTaskAssignment/index.d.ts +3 -0
- package/dist/react-native/api/storageTaskAssignment/index.js +4 -0
- package/dist/react-native/api/storageTaskAssignment/index.js.map +1 -0
- package/dist/react-native/api/storageTaskAssignment/operations.d.ts +10 -0
- package/dist/react-native/api/storageTaskAssignment/operations.js +33 -0
- package/dist/react-native/api/storageTaskAssignment/operations.js.map +1 -0
- package/dist/react-native/api/storageTaskAssignment/options.d.ts +7 -0
- package/dist/react-native/api/storageTaskAssignment/options.js +4 -0
- package/dist/react-native/api/storageTaskAssignment/options.js.map +1 -0
- package/dist/react-native/api/storageTasks/index.d.ts +3 -0
- package/dist/react-native/api/storageTasks/index.js +4 -0
- package/dist/react-native/api/storageTasks/index.js.map +1 -0
- package/dist/react-native/api/storageTasks/operations.d.ts +40 -0
- package/dist/react-native/api/storageTasks/operations.js +209 -0
- package/dist/react-native/api/storageTasks/operations.js.map +1 -0
- package/dist/react-native/api/storageTasks/options.d.ts +29 -0
- package/dist/react-native/api/storageTasks/options.js +4 -0
- package/dist/react-native/api/storageTasks/options.js.map +1 -0
- package/dist/react-native/api/storageTasksReport/index.d.ts +3 -0
- package/dist/react-native/api/storageTasksReport/index.js +4 -0
- package/dist/react-native/api/storageTasksReport/index.js.map +1 -0
- package/dist/react-native/api/storageTasksReport/operations.d.ts +10 -0
- package/dist/react-native/api/storageTasksReport/operations.js +34 -0
- package/dist/react-native/api/storageTasksReport/operations.js.map +1 -0
- package/dist/react-native/api/storageTasksReport/options.d.ts +9 -0
- package/dist/react-native/api/storageTasksReport/options.js +4 -0
- package/dist/react-native/api/storageTasksReport/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +5 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/storageTaskAssignment/index.d.ts +11 -0
- package/dist/react-native/classic/storageTaskAssignment/index.js +12 -0
- package/dist/react-native/classic/storageTaskAssignment/index.js.map +1 -0
- package/dist/react-native/classic/storageTasks/index.d.ts +29 -0
- package/dist/react-native/classic/storageTasks/index.js +18 -0
- package/dist/react-native/classic/storageTasks/index.js.map +1 -0
- package/dist/react-native/classic/storageTasksReport/index.d.ts +11 -0
- package/dist/react-native/classic/storageTasksReport/index.js +12 -0
- package/dist/react-native/classic/storageTasksReport/index.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -3
- package/dist/react-native/index.js +4 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -777
- package/dist/react-native/models/index.js +3 -123
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +564 -0
- package/dist/react-native/models/models.js +545 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +98 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/storageActionsManagementClient.d.ts +22 -21
- package/dist/react-native/storageActionsManagementClient.js +21 -98
- package/dist/react-native/storageActionsManagementClient.js.map +1 -1
- package/package.json +192 -83
- package/review/arm-storageactions-api-operations.api.md +19 -0
- package/review/arm-storageactions-api-storageTaskAssignment.api.md +20 -0
- package/review/arm-storageactions-api-storageTasks.api.md +66 -0
- package/review/arm-storageactions-api-storageTasksReport.api.md +21 -0
- package/review/arm-storageactions-api.api.md +27 -0
- package/review/arm-storageactions-models.api.md +360 -0
- package/review/arm-storageactions.api.md +106 -172
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -37
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1030
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -16
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -143
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -5
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -12
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -133
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/storageTaskAssignmentOperations.d.ts +0 -44
- package/dist/browser/operations/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/browser/operations/storageTaskAssignmentOperations.js +0 -156
- package/dist/browser/operations/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/browser/operations/storageTasks.d.ts +0 -135
- package/dist/browser/operations/storageTasks.d.ts.map +0 -1
- package/dist/browser/operations/storageTasks.js +0 -594
- package/dist/browser/operations/storageTasks.js.map +0 -1
- package/dist/browser/operations/storageTasksReport.d.ts +0 -44
- package/dist/browser/operations/storageTasksReport.d.ts.map +0 -1
- package/dist/browser/operations/storageTasksReport.js +0 -160
- package/dist/browser/operations/storageTasksReport.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -5
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -12
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageTaskAssignmentOperations.d.ts +0 -15
- package/dist/browser/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageTaskAssignmentOperations.js +0 -9
- package/dist/browser/operationsInterfaces/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageTasks.d.ts +0 -99
- package/dist/browser/operationsInterfaces/storageTasks.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageTasks.js +0 -9
- package/dist/browser/operationsInterfaces/storageTasks.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageTasksReport.d.ts +0 -15
- package/dist/browser/operationsInterfaces/storageTasksReport.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageTasksReport.js +0 -9
- package/dist/browser/operationsInterfaces/storageTasksReport.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/storageActionsManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -37
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1033
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -16
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -146
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -5
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -15
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -137
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/storageTaskAssignmentOperations.d.ts +0 -44
- package/dist/commonjs/operations/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/storageTaskAssignmentOperations.js +0 -160
- package/dist/commonjs/operations/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/commonjs/operations/storageTasks.d.ts +0 -135
- package/dist/commonjs/operations/storageTasks.d.ts.map +0 -1
- package/dist/commonjs/operations/storageTasks.js +0 -598
- package/dist/commonjs/operations/storageTasks.js.map +0 -1
- package/dist/commonjs/operations/storageTasksReport.d.ts +0 -44
- package/dist/commonjs/operations/storageTasksReport.d.ts.map +0 -1
- package/dist/commonjs/operations/storageTasksReport.js +0 -164
- package/dist/commonjs/operations/storageTasksReport.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -5
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -15
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTasks.d.ts +0 -99
- package/dist/commonjs/operationsInterfaces/storageTasks.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTasks.js +0 -10
- package/dist/commonjs/operationsInterfaces/storageTasks.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTasksReport.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/storageTasksReport.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageTasksReport.js +0 -10
- package/dist/commonjs/operationsInterfaces/storageTasksReport.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/storageActionsManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -37
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1030
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -16
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -143
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -5
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -12
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -133
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/storageTaskAssignmentOperations.d.ts +0 -44
- package/dist/esm/operations/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/esm/operations/storageTaskAssignmentOperations.js +0 -156
- package/dist/esm/operations/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/esm/operations/storageTasks.d.ts +0 -135
- package/dist/esm/operations/storageTasks.d.ts.map +0 -1
- package/dist/esm/operations/storageTasks.js +0 -594
- package/dist/esm/operations/storageTasks.js.map +0 -1
- package/dist/esm/operations/storageTasksReport.d.ts +0 -44
- package/dist/esm/operations/storageTasksReport.d.ts.map +0 -1
- package/dist/esm/operations/storageTasksReport.js +0 -160
- package/dist/esm/operations/storageTasksReport.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -5
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -12
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.d.ts +0 -15
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.js +0 -9
- package/dist/esm/operationsInterfaces/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageTasks.d.ts +0 -99
- package/dist/esm/operationsInterfaces/storageTasks.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageTasks.js +0 -9
- package/dist/esm/operationsInterfaces/storageTasks.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageTasksReport.d.ts +0 -15
- package/dist/esm/operationsInterfaces/storageTasksReport.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageTasksReport.js +0 -9
- package/dist/esm/operationsInterfaces/storageTasksReport.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/storageActionsManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -37
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1030
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -16
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -143
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -5
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -12
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -133
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/storageTaskAssignmentOperations.d.ts +0 -44
- package/dist/react-native/operations/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/react-native/operations/storageTaskAssignmentOperations.js +0 -156
- package/dist/react-native/operations/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/react-native/operations/storageTasks.d.ts +0 -135
- package/dist/react-native/operations/storageTasks.d.ts.map +0 -1
- package/dist/react-native/operations/storageTasks.js +0 -594
- package/dist/react-native/operations/storageTasks.js.map +0 -1
- package/dist/react-native/operations/storageTasksReport.d.ts +0 -44
- package/dist/react-native/operations/storageTasksReport.d.ts.map +0 -1
- package/dist/react-native/operations/storageTasksReport.js +0 -160
- package/dist/react-native/operations/storageTasksReport.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -5
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -12
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/storageTaskAssignmentOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTasks.d.ts +0 -99
- package/dist/react-native/operationsInterfaces/storageTasks.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTasks.js +0 -9
- package/dist/react-native/operationsInterfaces/storageTasks.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTasksReport.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/storageTasksReport.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageTasksReport.js +0 -9
- package/dist/react-native/operationsInterfaces/storageTasksReport.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/storageActionsManagementClient.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\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 readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskProperties\",\n modelProperties: {\n taskVersion: {\n constraints: {\n InclusiveMaximum: 1,\n InclusiveMinimum: 1,\n },\n serializedName: \"taskVersion\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n description: {\n serializedName: \"description\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskAction\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creationTimeInUtc: {\n serializedName: \"creationTimeInUtc\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskAction\",\n modelProperties: {\n if: {\n serializedName: \"if\",\n type: {\n name: \"Composite\",\n className: \"IfCondition\",\n },\n },\n else: {\n serializedName: \"else\",\n type: {\n name: \"Composite\",\n className: \"ElseCondition\",\n },\n },\n },\n },\n};\n\nexport const IfCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IfCondition\",\n modelProperties: {\n condition: {\n serializedName: \"condition\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n operations: {\n serializedName: \"operations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskOperation\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const StorageTaskOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n onSuccess: {\n serializedName: \"onSuccess\",\n type: {\n name: \"String\",\n },\n },\n onFailure: {\n serializedName: \"onFailure\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ElseCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ElseCondition\",\n modelProperties: {\n operations: {\n serializedName: \"operations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskOperation\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskProperties\",\n },\n },\n },\n },\n};\n\nexport const StorageTasksListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTasksListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTask\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskAssignmentsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskAssignmentsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskAssignment\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskAssignment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskAssignment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskReportSummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskReportSummary\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskReportInstance\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskReportProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskReportProperties\",\n modelProperties: {\n taskAssignmentId: {\n serializedName: \"taskAssignmentId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageAccountId: {\n serializedName: \"storageAccountId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n finishTime: {\n serializedName: \"finishTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectsTargetedCount: {\n serializedName: \"objectsTargetedCount\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectsOperatedOnCount: {\n serializedName: \"objectsOperatedOnCount\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectFailedCount: {\n serializedName: \"objectFailedCount\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectsSucceededCount: {\n serializedName: \"objectsSucceededCount\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runStatusError: {\n serializedName: \"runStatusError\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runStatusEnum: {\n serializedName: \"runStatusEnum\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n summaryReportPath: {\n serializedName: \"summaryReportPath\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n taskId: {\n serializedName: \"taskId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n taskVersion: {\n serializedName: \"taskVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runResult: {\n serializedName: \"runResult\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskPreviewAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewAction\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewActionProperties\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskPreviewActionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewActionProperties\",\n modelProperties: {\n container: {\n serializedName: \"container\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewContainerProperties\",\n },\n },\n blobs: {\n serializedName: \"blobs\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewBlobProperties\",\n },\n },\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewActionCondition\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskPreviewContainerProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewContainerProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewKeyValueProperties\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const StorageTaskPreviewKeyValueProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewKeyValueProperties\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const StorageTaskPreviewBlobProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewBlobProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewKeyValueProperties\",\n },\n },\n },\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewKeyValueProperties\",\n },\n },\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewKeyValueProperties\",\n },\n },\n },\n },\n matchedBlock: {\n serializedName: \"matchedBlock\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskPreviewActionCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewActionCondition\",\n modelProperties: {\n if: {\n serializedName: \"if\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewActionIfCondition\",\n },\n },\n elseBlockExists: {\n serializedName: \"elseBlockExists\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskPreviewActionIfCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskPreviewActionIfCondition\",\n modelProperties: {\n condition: {\n serializedName: \"condition\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const StorageTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTask\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskProperties\",\n },\n },\n },\n },\n};\n\nexport const StorageTaskReportInstance: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTaskReportInstance\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"StorageTaskReportProperties\",\n },\n },\n },\n },\n};\n\nexport const StorageTasksCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTasksCreateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTasksDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTasksDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageTasksUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageTasksUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
-
export declare const accept: OperationParameter;
|
|
3
|
-
export declare const $host: OperationURLParameter;
|
|
4
|
-
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
-
export declare const nextLink: OperationURLParameter;
|
|
6
|
-
export declare const contentType: OperationParameter;
|
|
7
|
-
export declare const parameters: OperationParameter;
|
|
8
|
-
export declare const resourceGroupName: OperationURLParameter;
|
|
9
|
-
export declare const storageTaskName: OperationURLParameter;
|
|
10
|
-
export declare const subscriptionId: OperationURLParameter;
|
|
11
|
-
export declare const parameters1: OperationParameter;
|
|
12
|
-
export declare const parameters2: OperationParameter;
|
|
13
|
-
export declare const location: OperationURLParameter;
|
|
14
|
-
export declare const maxpagesize: OperationQueryParameter;
|
|
15
|
-
export declare const filter: OperationQueryParameter;
|
|
16
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAO5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAc7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,uBAQzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC"}
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.filter = exports.maxpagesize = exports.location = exports.parameters2 = exports.parameters1 = exports.subscriptionId = exports.storageTaskName = exports.resourceGroupName = exports.parameters = exports.contentType = exports.nextLink = exports.apiVersion = exports.$host = exports.accept = void 0;
|
|
11
|
-
const mappers_js_1 = require("../models/mappers.js");
|
|
12
|
-
exports.accept = {
|
|
13
|
-
parameterPath: "accept",
|
|
14
|
-
mapper: {
|
|
15
|
-
defaultValue: "application/json",
|
|
16
|
-
isConstant: true,
|
|
17
|
-
serializedName: "Accept",
|
|
18
|
-
type: {
|
|
19
|
-
name: "String",
|
|
20
|
-
},
|
|
21
|
-
},
|
|
22
|
-
};
|
|
23
|
-
exports.$host = {
|
|
24
|
-
parameterPath: "$host",
|
|
25
|
-
mapper: {
|
|
26
|
-
serializedName: "$host",
|
|
27
|
-
required: true,
|
|
28
|
-
type: {
|
|
29
|
-
name: "String",
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
skipEncoding: true,
|
|
33
|
-
};
|
|
34
|
-
exports.apiVersion = {
|
|
35
|
-
parameterPath: "apiVersion",
|
|
36
|
-
mapper: {
|
|
37
|
-
defaultValue: "2023-01-01",
|
|
38
|
-
isConstant: true,
|
|
39
|
-
serializedName: "api-version",
|
|
40
|
-
type: {
|
|
41
|
-
name: "String",
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
exports.nextLink = {
|
|
46
|
-
parameterPath: "nextLink",
|
|
47
|
-
mapper: {
|
|
48
|
-
serializedName: "nextLink",
|
|
49
|
-
required: true,
|
|
50
|
-
type: {
|
|
51
|
-
name: "String",
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
skipEncoding: true,
|
|
55
|
-
};
|
|
56
|
-
exports.contentType = {
|
|
57
|
-
parameterPath: ["options", "contentType"],
|
|
58
|
-
mapper: {
|
|
59
|
-
defaultValue: "application/json",
|
|
60
|
-
isConstant: true,
|
|
61
|
-
serializedName: "Content-Type",
|
|
62
|
-
type: {
|
|
63
|
-
name: "String",
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
};
|
|
67
|
-
exports.parameters = {
|
|
68
|
-
parameterPath: "parameters",
|
|
69
|
-
mapper: mappers_js_1.StorageTask,
|
|
70
|
-
};
|
|
71
|
-
exports.resourceGroupName = {
|
|
72
|
-
parameterPath: "resourceGroupName",
|
|
73
|
-
mapper: {
|
|
74
|
-
constraints: {
|
|
75
|
-
MaxLength: 90,
|
|
76
|
-
MinLength: 1,
|
|
77
|
-
},
|
|
78
|
-
serializedName: "resourceGroupName",
|
|
79
|
-
required: true,
|
|
80
|
-
type: {
|
|
81
|
-
name: "String",
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
};
|
|
85
|
-
exports.storageTaskName = {
|
|
86
|
-
parameterPath: "storageTaskName",
|
|
87
|
-
mapper: {
|
|
88
|
-
constraints: {
|
|
89
|
-
Pattern: new RegExp("^[a-z0-9]{3,18}$"),
|
|
90
|
-
MaxLength: 18,
|
|
91
|
-
MinLength: 3,
|
|
92
|
-
},
|
|
93
|
-
serializedName: "storageTaskName",
|
|
94
|
-
required: true,
|
|
95
|
-
type: {
|
|
96
|
-
name: "String",
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
};
|
|
100
|
-
exports.subscriptionId = {
|
|
101
|
-
parameterPath: "subscriptionId",
|
|
102
|
-
mapper: {
|
|
103
|
-
serializedName: "subscriptionId",
|
|
104
|
-
required: true,
|
|
105
|
-
type: {
|
|
106
|
-
name: "Uuid",
|
|
107
|
-
},
|
|
108
|
-
},
|
|
109
|
-
};
|
|
110
|
-
exports.parameters1 = {
|
|
111
|
-
parameterPath: "parameters",
|
|
112
|
-
mapper: mappers_js_1.StorageTaskUpdateParameters,
|
|
113
|
-
};
|
|
114
|
-
exports.parameters2 = {
|
|
115
|
-
parameterPath: "parameters",
|
|
116
|
-
mapper: mappers_js_1.StorageTaskPreviewAction,
|
|
117
|
-
};
|
|
118
|
-
exports.location = {
|
|
119
|
-
parameterPath: "location",
|
|
120
|
-
mapper: {
|
|
121
|
-
serializedName: "location",
|
|
122
|
-
required: true,
|
|
123
|
-
type: {
|
|
124
|
-
name: "String",
|
|
125
|
-
},
|
|
126
|
-
},
|
|
127
|
-
};
|
|
128
|
-
exports.maxpagesize = {
|
|
129
|
-
parameterPath: ["options", "maxpagesize"],
|
|
130
|
-
mapper: {
|
|
131
|
-
serializedName: "$maxpagesize",
|
|
132
|
-
type: {
|
|
133
|
-
name: "Number",
|
|
134
|
-
},
|
|
135
|
-
},
|
|
136
|
-
};
|
|
137
|
-
exports.filter = {
|
|
138
|
-
parameterPath: ["options", "filter"],
|
|
139
|
-
mapper: {
|
|
140
|
-
serializedName: "$filter",
|
|
141
|
-
type: {
|
|
142
|
-
name: "String",
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
};
|
|
146
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n StorageTask as StorageTaskMapper,\n StorageTaskUpdateParameters as StorageTaskUpdateParametersMapper,\n StorageTaskPreviewAction as StorageTaskPreviewActionMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskMapper,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const storageTaskName: OperationURLParameter = {\n parameterPath: \"storageTaskName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]{3,18}$\"),\n MaxLength: 18,\n MinLength: 3,\n },\n serializedName: \"storageTaskName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"Uuid\",\n },\n },\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskUpdateParametersMapper,\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskPreviewActionMapper,\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const maxpagesize: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n serializedName: \"$maxpagesize\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sCAAsC,CAAC;AACrD,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
const tslib_1 = require("tslib");
|
|
11
|
-
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./storageTasks.js"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./storageTaskAssignmentOperations.js"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./storageTasksReport.js"), exports);
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,0DAAgC;AAChC,4DAAkC;AAClC,+EAAqD;AACrD,kEAAwC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./storageTasks.js\";\nexport * from \"./storageTaskAssignmentOperations.js\";\nexport * from \"./storageTasksReport.js\";\n"]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { StorageActionsManagementClient } from "../storageActionsManagementClient.js";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: StorageActionsManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the available Storage Actions Rest API operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Lists all of the available Storage Actions Rest API operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.OperationsImpl = void 0;
|
|
11
|
-
const tslib_1 = require("tslib");
|
|
12
|
-
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
-
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
-
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
-
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
-
/// <reference lib="esnext.asynciterable" />
|
|
17
|
-
/** Class containing Operations operations. */
|
|
18
|
-
class OperationsImpl {
|
|
19
|
-
/**
|
|
20
|
-
* Initialize a new instance of the class Operations class.
|
|
21
|
-
* @param client Reference to the service client
|
|
22
|
-
*/
|
|
23
|
-
constructor(client) {
|
|
24
|
-
this.client = client;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Lists all of the available Storage Actions Rest API operations.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
list(options) {
|
|
31
|
-
const iter = this.listPagingAll(options);
|
|
32
|
-
return {
|
|
33
|
-
next() {
|
|
34
|
-
return iter.next();
|
|
35
|
-
},
|
|
36
|
-
[Symbol.asyncIterator]() {
|
|
37
|
-
return this;
|
|
38
|
-
},
|
|
39
|
-
byPage: (settings) => {
|
|
40
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
-
}
|
|
43
|
-
return this.listPagingPage(options, settings);
|
|
44
|
-
},
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
listPagingPage(options, settings) {
|
|
48
|
-
return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
49
|
-
let result;
|
|
50
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
-
if (!continuationToken) {
|
|
52
|
-
result = yield tslib_1.__await(this._list(options));
|
|
53
|
-
let page = result.value || [];
|
|
54
|
-
continuationToken = result.nextLink;
|
|
55
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
-
yield yield tslib_1.__await(page);
|
|
57
|
-
}
|
|
58
|
-
while (continuationToken) {
|
|
59
|
-
result = yield tslib_1.__await(this._listNext(continuationToken, options));
|
|
60
|
-
continuationToken = result.nextLink;
|
|
61
|
-
let page = result.value || [];
|
|
62
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
-
yield yield tslib_1.__await(page);
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
listPagingAll(options) {
|
|
68
|
-
return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
69
|
-
var _a, e_1, _b, _c;
|
|
70
|
-
try {
|
|
71
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
-
_c = _f.value;
|
|
73
|
-
_d = false;
|
|
74
|
-
const page = _c;
|
|
75
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
-
finally {
|
|
80
|
-
try {
|
|
81
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
82
|
-
}
|
|
83
|
-
finally { if (e_1) throw e_1.error; }
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* Lists all of the available Storage Actions Rest API operations.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
_list(options) {
|
|
92
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* ListNext
|
|
96
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
_listNext(nextLink, options) {
|
|
100
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
exports.OperationsImpl = OperationsImpl;
|
|
104
|
-
// Operation Specifications
|
|
105
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
106
|
-
const listOperationSpec = {
|
|
107
|
-
path: "/providers/Microsoft.StorageActions/operations",
|
|
108
|
-
httpMethod: "GET",
|
|
109
|
-
responses: {
|
|
110
|
-
200: {
|
|
111
|
-
bodyMapper: Mappers.OperationListResult,
|
|
112
|
-
},
|
|
113
|
-
default: {
|
|
114
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
115
|
-
},
|
|
116
|
-
},
|
|
117
|
-
queryParameters: [Parameters.apiVersion],
|
|
118
|
-
urlParameters: [Parameters.$host],
|
|
119
|
-
headerParameters: [Parameters.accept],
|
|
120
|
-
serializer,
|
|
121
|
-
};
|
|
122
|
-
const listNextOperationSpec = {
|
|
123
|
-
path: "{nextLink}",
|
|
124
|
-
httpMethod: "GET",
|
|
125
|
-
responses: {
|
|
126
|
-
200: {
|
|
127
|
-
bodyMapper: Mappers.OperationListResult,
|
|
128
|
-
},
|
|
129
|
-
default: {
|
|
130
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
131
|
-
},
|
|
132
|
-
},
|
|
133
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
134
|
-
headerParameters: [Parameters.accept],
|
|
135
|
-
serializer,
|
|
136
|
-
};
|
|
137
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageActionsManagementClient } from \"../storageActionsManagementClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: StorageActionsManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: StorageActionsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Storage Actions Rest API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available Storage Actions Rest API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams,\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.StorageActions/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { StorageTaskAssignmentOperations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { StorageActionsManagementClient } from "../storageActionsManagementClient.js";
|
|
4
|
-
import { StorageTaskAssignment, StorageTaskAssignmentListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing StorageTaskAssignmentOperations operations. */
|
|
6
|
-
export declare class StorageTaskAssignmentOperationsImpl implements StorageTaskAssignmentOperations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class StorageTaskAssignmentOperations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: StorageActionsManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param storageTaskName The name of the storage task within the specified resource group. Storage
|
|
17
|
-
* task names must be between 3 and 18 characters in length and use numbers and lower-case letters
|
|
18
|
-
* only.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
list(resourceGroupName: string, storageTaskName: string, options?: StorageTaskAssignmentListOptionalParams): PagedAsyncIterableIterator<StorageTaskAssignment>;
|
|
22
|
-
private listPagingPage;
|
|
23
|
-
private listPagingAll;
|
|
24
|
-
/**
|
|
25
|
-
* Lists Resource IDs of the Storage Task Assignments associated with this Storage Task.
|
|
26
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
-
* @param storageTaskName The name of the storage task within the specified resource group. Storage
|
|
28
|
-
* task names must be between 3 and 18 characters in length and use numbers and lower-case letters
|
|
29
|
-
* only.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
private _list;
|
|
33
|
-
/**
|
|
34
|
-
* ListNext
|
|
35
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
-
* @param storageTaskName The name of the storage task within the specified resource group. Storage
|
|
37
|
-
* task names must be between 3 and 18 characters in length and use numbers and lower-case letters
|
|
38
|
-
* only.
|
|
39
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
private _listNext;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=storageTaskAssignmentOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageTaskAssignmentOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/storageTaskAssignmentOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,kCAAkC,CAAC;AAInF,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,qBAAqB,EAErB,uCAAuC,EAGxC,MAAM,oBAAoB,CAAC;AAG5B,mEAAmE;AACnE,qBAAa,mCACX,YAAW,+BAA+B;IAE1C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;OAOG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,qBAAqB,CAAC;YA2BrC,cAAc;YA6Bd,aAAa;IAc5B;;;;;;;OAOG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;OAQG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|