@azure/arm-storagemover 2.1.1-alpha.20250908.1 → 3.0.0-alpha.20250909.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/LICENSE +1 -1
- package/README.md +12 -15
- package/dist/browser/api/agents/index.d.ts +3 -0
- package/dist/browser/api/agents/index.js +4 -0
- package/dist/browser/api/agents/index.js.map +1 -0
- package/dist/browser/api/agents/operations.d.ts +32 -0
- package/dist/browser/api/agents/operations.js +173 -0
- package/dist/browser/api/agents/operations.js.map +1 -0
- package/dist/browser/api/agents/options.d.ts +19 -0
- package/dist/browser/api/agents/options.js +4 -0
- package/dist/browser/api/agents/options.js.map +1 -0
- package/dist/browser/api/endpoints/index.d.ts +3 -0
- package/dist/browser/api/endpoints/index.js +4 -0
- package/dist/browser/api/endpoints/index.js.map +1 -0
- package/dist/browser/api/endpoints/operations.d.ts +32 -0
- package/dist/browser/api/endpoints/operations.js +173 -0
- package/dist/browser/api/endpoints/operations.js.map +1 -0
- package/dist/browser/api/endpoints/options.d.ts +19 -0
- package/dist/browser/api/endpoints/options.js +4 -0
- package/dist/browser/api/endpoints/options.js.map +1 -0
- 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/jobDefinitions/index.d.ts +3 -0
- package/dist/browser/api/jobDefinitions/index.js +4 -0
- package/dist/browser/api/jobDefinitions/index.js.map +1 -0
- package/dist/browser/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/browser/api/jobDefinitions/operations.js +244 -0
- package/dist/browser/api/jobDefinitions/operations.js.map +1 -0
- package/dist/browser/api/jobDefinitions/options.d.ts +25 -0
- package/dist/browser/api/jobDefinitions/options.js +4 -0
- package/dist/browser/api/jobDefinitions/options.js.map +1 -0
- package/dist/browser/api/jobRuns/index.d.ts +3 -0
- package/dist/browser/api/jobRuns/index.js +4 -0
- package/dist/browser/api/jobRuns/index.js.map +1 -0
- package/dist/browser/api/jobRuns/operations.d.ts +14 -0
- package/dist/browser/api/jobRuns/operations.js +73 -0
- package/dist/browser/api/jobRuns/operations.js.map +1 -0
- package/dist/browser/api/jobRuns/options.d.ts +8 -0
- package/dist/browser/api/jobRuns/options.js +4 -0
- package/dist/browser/api/jobRuns/options.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 +34 -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/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +32 -0
- package/dist/browser/api/projects/operations.js +173 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +19 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/storageMoverContext.d.ts +22 -0
- package/dist/browser/api/storageMoverContext.js +43 -0
- package/dist/browser/api/storageMoverContext.js.map +1 -0
- package/dist/browser/api/storageMovers/index.d.ts +3 -0
- package/dist/browser/api/storageMovers/index.js +4 -0
- package/dist/browser/api/storageMovers/index.js.map +1 -0
- package/dist/browser/api/storageMovers/operations.d.ts +36 -0
- package/dist/browser/api/storageMovers/operations.js +200 -0
- package/dist/browser/api/storageMovers/operations.js.map +1 -0
- package/dist/browser/api/storageMovers/options.d.ts +22 -0
- package/dist/browser/api/storageMovers/options.js +4 -0
- package/dist/browser/api/storageMovers/options.js.map +1 -0
- package/dist/browser/classic/agents/index.d.ts +25 -0
- package/dist/browser/classic/agents/index.js +18 -0
- package/dist/browser/classic/agents/index.js.map +1 -0
- package/dist/browser/classic/endpoints/index.d.ts +25 -0
- package/dist/browser/classic/endpoints/index.js +18 -0
- package/dist/browser/classic/endpoints/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/browser/classic/jobDefinitions/index.js +20 -0
- package/dist/browser/classic/jobDefinitions/index.js.map +1 -0
- package/dist/browser/classic/jobRuns/index.d.ts +13 -0
- package/dist/browser/classic/jobRuns/index.js +15 -0
- package/dist/browser/classic/jobRuns/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +25 -0
- package/dist/browser/classic/projects/index.js +18 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/storageMovers/index.d.ts +27 -0
- package/dist/browser/classic/storageMovers/index.js +19 -0
- package/dist/browser/classic/storageMovers/index.js.map +1 -0
- package/dist/browser/index.d.ts +15 -3
- package/dist/browser/index.js +6 -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 -1144
- package/dist/browser/models/index.js +3 -139
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +978 -0
- package/dist/browser/models/models.js +1077 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -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 +79 -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 +170 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageMoverClient.d.ts +31 -24
- package/dist/browser/storageMoverClient.js +44 -113
- package/dist/browser/storageMoverClient.js.map +1 -1
- package/dist/commonjs/api/agents/index.d.ts +3 -0
- package/dist/commonjs/api/agents/index.js +12 -0
- package/dist/commonjs/api/agents/index.js.map +1 -0
- package/dist/commonjs/api/agents/operations.d.ts +32 -0
- package/dist/commonjs/api/agents/operations.js +190 -0
- package/dist/commonjs/api/agents/operations.js.map +1 -0
- package/dist/commonjs/api/agents/options.d.ts +19 -0
- package/dist/commonjs/api/agents/options.js +5 -0
- package/dist/commonjs/api/agents/options.js.map +1 -0
- package/dist/commonjs/api/endpoints/index.d.ts +3 -0
- package/dist/commonjs/api/endpoints/index.js +12 -0
- package/dist/commonjs/api/endpoints/index.js.map +1 -0
- package/dist/commonjs/api/endpoints/operations.d.ts +32 -0
- package/dist/commonjs/api/endpoints/operations.js +190 -0
- package/dist/commonjs/api/endpoints/operations.js.map +1 -0
- package/dist/commonjs/api/endpoints/options.d.ts +19 -0
- package/dist/commonjs/api/endpoints/options.js +5 -0
- package/dist/commonjs/api/endpoints/options.js.map +1 -0
- 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/jobDefinitions/index.d.ts +3 -0
- package/dist/commonjs/api/jobDefinitions/index.js +14 -0
- package/dist/commonjs/api/jobDefinitions/index.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/commonjs/api/jobDefinitions/operations.js +267 -0
- package/dist/commonjs/api/jobDefinitions/operations.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/options.d.ts +25 -0
- package/dist/commonjs/api/jobDefinitions/options.js +5 -0
- package/dist/commonjs/api/jobDefinitions/options.js.map +1 -0
- package/dist/commonjs/api/jobRuns/index.d.ts +3 -0
- package/dist/commonjs/api/jobRuns/index.js +9 -0
- package/dist/commonjs/api/jobRuns/index.js.map +1 -0
- package/dist/commonjs/api/jobRuns/operations.d.ts +14 -0
- package/dist/commonjs/api/jobRuns/operations.js +81 -0
- package/dist/commonjs/api/jobRuns/operations.js.map +1 -0
- package/dist/commonjs/api/jobRuns/options.d.ts +8 -0
- package/dist/commonjs/api/jobRuns/options.js +5 -0
- package/dist/commonjs/api/jobRuns/options.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 +39 -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/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +12 -0
- package/dist/commonjs/api/projects/index.js.map +1 -0
- package/dist/commonjs/api/projects/operations.d.ts +32 -0
- package/dist/commonjs/api/projects/operations.js +190 -0
- package/dist/commonjs/api/projects/operations.js.map +1 -0
- package/dist/commonjs/api/projects/options.d.ts +19 -0
- package/dist/commonjs/api/projects/options.js +5 -0
- package/dist/commonjs/api/projects/options.js.map +1 -0
- package/dist/commonjs/api/storageMoverContext.d.ts +22 -0
- package/dist/commonjs/api/storageMoverContext.js +46 -0
- package/dist/commonjs/api/storageMoverContext.js.map +1 -0
- package/dist/commonjs/api/storageMovers/index.d.ts +3 -0
- package/dist/commonjs/api/storageMovers/index.js +13 -0
- package/dist/commonjs/api/storageMovers/index.js.map +1 -0
- package/dist/commonjs/api/storageMovers/operations.d.ts +36 -0
- package/dist/commonjs/api/storageMovers/operations.js +220 -0
- package/dist/commonjs/api/storageMovers/operations.js.map +1 -0
- package/dist/commonjs/api/storageMovers/options.d.ts +22 -0
- package/dist/commonjs/api/storageMovers/options.js +5 -0
- package/dist/commonjs/api/storageMovers/options.js.map +1 -0
- package/dist/commonjs/classic/agents/index.d.ts +25 -0
- package/dist/commonjs/classic/agents/index.js +21 -0
- package/dist/commonjs/classic/agents/index.js.map +1 -0
- package/dist/commonjs/classic/endpoints/index.d.ts +25 -0
- package/dist/commonjs/classic/endpoints/index.js +21 -0
- package/dist/commonjs/classic/endpoints/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/commonjs/classic/jobDefinitions/index.js +23 -0
- package/dist/commonjs/classic/jobDefinitions/index.js.map +1 -0
- package/dist/commonjs/classic/jobRuns/index.d.ts +13 -0
- package/dist/commonjs/classic/jobRuns/index.js +18 -0
- package/dist/commonjs/classic/jobRuns/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/projects/index.d.ts +25 -0
- package/dist/commonjs/classic/projects/index.js +21 -0
- package/dist/commonjs/classic/projects/index.js.map +1 -0
- package/dist/commonjs/classic/storageMovers/index.d.ts +27 -0
- package/dist/commonjs/classic/storageMovers/index.js +22 -0
- package/dist/commonjs/classic/storageMovers/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +15 -3
- package/dist/commonjs/index.js +23 -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 -1144
- package/dist/commonjs/models/index.js +19 -140
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +978 -0
- package/dist/commonjs/models/models.js +1201 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +114 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -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 +82 -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 +173 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/storageMoverClient.d.ts +31 -24
- package/dist/commonjs/storageMoverClient.js +44 -114
- package/dist/commonjs/storageMoverClient.js.map +1 -1
- package/dist/esm/api/agents/index.d.ts +3 -0
- package/dist/esm/api/agents/index.js +4 -0
- package/dist/esm/api/agents/index.js.map +1 -0
- package/dist/esm/api/agents/operations.d.ts +32 -0
- package/dist/esm/api/agents/operations.js +173 -0
- package/dist/esm/api/agents/operations.js.map +1 -0
- package/dist/esm/api/agents/options.d.ts +19 -0
- package/dist/esm/api/agents/options.js +4 -0
- package/dist/esm/api/agents/options.js.map +1 -0
- package/dist/esm/api/endpoints/index.d.ts +3 -0
- package/dist/esm/api/endpoints/index.js +4 -0
- package/dist/esm/api/endpoints/index.js.map +1 -0
- package/dist/esm/api/endpoints/operations.d.ts +32 -0
- package/dist/esm/api/endpoints/operations.js +173 -0
- package/dist/esm/api/endpoints/operations.js.map +1 -0
- package/dist/esm/api/endpoints/options.d.ts +19 -0
- package/dist/esm/api/endpoints/options.js +4 -0
- package/dist/esm/api/endpoints/options.js.map +1 -0
- 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/jobDefinitions/index.d.ts +3 -0
- package/dist/esm/api/jobDefinitions/index.js +4 -0
- package/dist/esm/api/jobDefinitions/index.js.map +1 -0
- package/dist/esm/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/esm/api/jobDefinitions/operations.js +244 -0
- package/dist/esm/api/jobDefinitions/operations.js.map +1 -0
- package/dist/esm/api/jobDefinitions/options.d.ts +25 -0
- package/dist/esm/api/jobDefinitions/options.js +4 -0
- package/dist/esm/api/jobDefinitions/options.js.map +1 -0
- package/dist/esm/api/jobRuns/index.d.ts +3 -0
- package/dist/esm/api/jobRuns/index.js +4 -0
- package/dist/esm/api/jobRuns/index.js.map +1 -0
- package/dist/esm/api/jobRuns/operations.d.ts +14 -0
- package/dist/esm/api/jobRuns/operations.js +73 -0
- package/dist/esm/api/jobRuns/operations.js.map +1 -0
- package/dist/esm/api/jobRuns/options.d.ts +8 -0
- package/dist/esm/api/jobRuns/options.js +4 -0
- package/dist/esm/api/jobRuns/options.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 +34 -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/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +32 -0
- package/dist/esm/api/projects/operations.js +173 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +19 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/storageMoverContext.d.ts +22 -0
- package/dist/esm/api/storageMoverContext.js +43 -0
- package/dist/esm/api/storageMoverContext.js.map +1 -0
- package/dist/esm/api/storageMovers/index.d.ts +3 -0
- package/dist/esm/api/storageMovers/index.js +4 -0
- package/dist/esm/api/storageMovers/index.js.map +1 -0
- package/dist/esm/api/storageMovers/operations.d.ts +36 -0
- package/dist/esm/api/storageMovers/operations.js +200 -0
- package/dist/esm/api/storageMovers/operations.js.map +1 -0
- package/dist/esm/api/storageMovers/options.d.ts +22 -0
- package/dist/esm/api/storageMovers/options.js +4 -0
- package/dist/esm/api/storageMovers/options.js.map +1 -0
- package/dist/esm/classic/agents/index.d.ts +25 -0
- package/dist/esm/classic/agents/index.js +18 -0
- package/dist/esm/classic/agents/index.js.map +1 -0
- package/dist/esm/classic/endpoints/index.d.ts +25 -0
- package/dist/esm/classic/endpoints/index.js +18 -0
- package/dist/esm/classic/endpoints/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/esm/classic/jobDefinitions/index.js +20 -0
- package/dist/esm/classic/jobDefinitions/index.js.map +1 -0
- package/dist/esm/classic/jobRuns/index.d.ts +13 -0
- package/dist/esm/classic/jobRuns/index.js +15 -0
- package/dist/esm/classic/jobRuns/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +25 -0
- package/dist/esm/classic/projects/index.js +18 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/storageMovers/index.d.ts +27 -0
- package/dist/esm/classic/storageMovers/index.js +19 -0
- package/dist/esm/classic/storageMovers/index.js.map +1 -0
- package/dist/esm/index.d.ts +15 -3
- package/dist/esm/index.js +6 -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 -1144
- package/dist/esm/models/index.js +3 -139
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +978 -0
- package/dist/esm/models/models.js +1077 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -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 +79 -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 +170 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageMoverClient.d.ts +31 -24
- package/dist/esm/storageMoverClient.js +44 -113
- package/dist/esm/storageMoverClient.js.map +1 -1
- package/dist/react-native/api/agents/index.d.ts +3 -0
- package/dist/react-native/api/agents/index.js +4 -0
- package/dist/react-native/api/agents/index.js.map +1 -0
- package/dist/react-native/api/agents/operations.d.ts +32 -0
- package/dist/react-native/api/agents/operations.js +173 -0
- package/dist/react-native/api/agents/operations.js.map +1 -0
- package/dist/react-native/api/agents/options.d.ts +19 -0
- package/dist/react-native/api/agents/options.js +4 -0
- package/dist/react-native/api/agents/options.js.map +1 -0
- package/dist/react-native/api/endpoints/index.d.ts +3 -0
- package/dist/react-native/api/endpoints/index.js +4 -0
- package/dist/react-native/api/endpoints/index.js.map +1 -0
- package/dist/react-native/api/endpoints/operations.d.ts +32 -0
- package/dist/react-native/api/endpoints/operations.js +173 -0
- package/dist/react-native/api/endpoints/operations.js.map +1 -0
- package/dist/react-native/api/endpoints/options.d.ts +19 -0
- package/dist/react-native/api/endpoints/options.js +4 -0
- package/dist/react-native/api/endpoints/options.js.map +1 -0
- 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/jobDefinitions/index.d.ts +3 -0
- package/dist/react-native/api/jobDefinitions/index.js +4 -0
- package/dist/react-native/api/jobDefinitions/index.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/react-native/api/jobDefinitions/operations.js +244 -0
- package/dist/react-native/api/jobDefinitions/operations.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/options.d.ts +25 -0
- package/dist/react-native/api/jobDefinitions/options.js +4 -0
- package/dist/react-native/api/jobDefinitions/options.js.map +1 -0
- package/dist/react-native/api/jobRuns/index.d.ts +3 -0
- package/dist/react-native/api/jobRuns/index.js +4 -0
- package/dist/react-native/api/jobRuns/index.js.map +1 -0
- package/dist/react-native/api/jobRuns/operations.d.ts +14 -0
- package/dist/react-native/api/jobRuns/operations.js +73 -0
- package/dist/react-native/api/jobRuns/operations.js.map +1 -0
- package/dist/react-native/api/jobRuns/options.d.ts +8 -0
- package/dist/react-native/api/jobRuns/options.js +4 -0
- package/dist/react-native/api/jobRuns/options.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 +34 -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/projects/index.d.ts +3 -0
- package/dist/react-native/api/projects/index.js +4 -0
- package/dist/react-native/api/projects/index.js.map +1 -0
- package/dist/react-native/api/projects/operations.d.ts +32 -0
- package/dist/react-native/api/projects/operations.js +173 -0
- package/dist/react-native/api/projects/operations.js.map +1 -0
- package/dist/react-native/api/projects/options.d.ts +19 -0
- package/dist/react-native/api/projects/options.js +4 -0
- package/dist/react-native/api/projects/options.js.map +1 -0
- package/dist/react-native/api/storageMoverContext.d.ts +22 -0
- package/dist/react-native/api/storageMoverContext.js +43 -0
- package/dist/react-native/api/storageMoverContext.js.map +1 -0
- package/dist/react-native/api/storageMovers/index.d.ts +3 -0
- package/dist/react-native/api/storageMovers/index.js +4 -0
- package/dist/react-native/api/storageMovers/index.js.map +1 -0
- package/dist/react-native/api/storageMovers/operations.d.ts +36 -0
- package/dist/react-native/api/storageMovers/operations.js +200 -0
- package/dist/react-native/api/storageMovers/operations.js.map +1 -0
- package/dist/react-native/api/storageMovers/options.d.ts +22 -0
- package/dist/react-native/api/storageMovers/options.js +4 -0
- package/dist/react-native/api/storageMovers/options.js.map +1 -0
- package/dist/react-native/classic/agents/index.d.ts +25 -0
- package/dist/react-native/classic/agents/index.js +18 -0
- package/dist/react-native/classic/agents/index.js.map +1 -0
- package/dist/react-native/classic/endpoints/index.d.ts +25 -0
- package/dist/react-native/classic/endpoints/index.js +18 -0
- package/dist/react-native/classic/endpoints/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -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/jobDefinitions/index.d.ts +29 -0
- package/dist/react-native/classic/jobDefinitions/index.js +20 -0
- package/dist/react-native/classic/jobDefinitions/index.js.map +1 -0
- package/dist/react-native/classic/jobRuns/index.d.ts +13 -0
- package/dist/react-native/classic/jobRuns/index.js +15 -0
- package/dist/react-native/classic/jobRuns/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/projects/index.d.ts +25 -0
- package/dist/react-native/classic/projects/index.js +18 -0
- package/dist/react-native/classic/projects/index.js.map +1 -0
- package/dist/react-native/classic/storageMovers/index.d.ts +27 -0
- package/dist/react-native/classic/storageMovers/index.js +19 -0
- package/dist/react-native/classic/storageMovers/index.js.map +1 -0
- package/dist/react-native/index.d.ts +15 -3
- package/dist/react-native/index.js +6 -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 -1144
- package/dist/react-native/models/index.js +3 -139
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +978 -0
- package/dist/react-native/models/models.js +1077 -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 +111 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -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 +79 -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 +170 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/storageMoverClient.d.ts +31 -24
- package/dist/react-native/storageMoverClient.js +44 -113
- package/dist/react-native/storageMoverClient.js.map +1 -1
- package/package.json +254 -80
- package/CHANGELOG.md +0 -103
- 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 -18
- 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 -64
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1539
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -25
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -191
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agents.d.ts +0 -81
- package/dist/browser/operations/agents.d.ts.map +0 -1
- package/dist/browser/operations/agents.js +0 -319
- package/dist/browser/operations/agents.js.map +0 -1
- package/dist/browser/operations/endpoints.d.ts +0 -82
- package/dist/browser/operations/endpoints.d.ts.map +0 -1
- package/dist/browser/operations/endpoints.js +0 -320
- package/dist/browser/operations/endpoints.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -15
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jobDefinitions.d.ts +0 -110
- package/dist/browser/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/browser/operations/jobDefinitions.js +0 -442
- package/dist/browser/operations/jobDefinitions.js.map +0 -1
- package/dist/browser/operations/jobRuns.d.ts +0 -54
- package/dist/browser/operations/jobRuns.d.ts.map +0 -1
- package/dist/browser/operations/jobRuns.js +0 -199
- package/dist/browser/operations/jobRuns.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 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -82
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -320
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/storageMovers.d.ts +0 -93
- package/dist/browser/operations/storageMovers.d.ts.map +0 -1
- package/dist/browser/operations/storageMovers.js +0 -401
- package/dist/browser/operations/storageMovers.js.map +0 -1
- package/dist/browser/operationsInterfaces/agents.d.ts +0 -56
- package/dist/browser/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agents.js +0 -9
- package/dist/browser/operationsInterfaces/agents.js.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.js +0 -9
- package/dist/browser/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -15
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/browser/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/browser/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/browser/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobRuns.js +0 -9
- package/dist/browser/operationsInterfaces/jobRuns.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/projects.d.ts +0 -57
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -9
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/browser/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageMovers.js +0 -9
- package/dist/browser/operationsInterfaces/storageMovers.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 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/storageMoverClient.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 -21
- 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 -64
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1542
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -25
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -194
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agents.d.ts +0 -81
- package/dist/commonjs/operations/agents.d.ts.map +0 -1
- package/dist/commonjs/operations/agents.js +0 -324
- package/dist/commonjs/operations/agents.js.map +0 -1
- package/dist/commonjs/operations/endpoints.d.ts +0 -82
- package/dist/commonjs/operations/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operations/endpoints.js +0 -325
- package/dist/commonjs/operations/endpoints.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -18
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jobDefinitions.d.ts +0 -110
- package/dist/commonjs/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operations/jobDefinitions.js +0 -447
- package/dist/commonjs/operations/jobDefinitions.js.map +0 -1
- package/dist/commonjs/operations/jobRuns.d.ts +0 -54
- package/dist/commonjs/operations/jobRuns.d.ts.map +0 -1
- package/dist/commonjs/operations/jobRuns.js +0 -204
- package/dist/commonjs/operations/jobRuns.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 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -82
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -325
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/storageMovers.d.ts +0 -93
- package/dist/commonjs/operations/storageMovers.d.ts.map +0 -1
- package/dist/commonjs/operations/storageMovers.js +0 -406
- package/dist/commonjs/operations/storageMovers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agents.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agents.js +0 -10
- package/dist/commonjs/operationsInterfaces/agents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.js +0 -10
- package/dist/commonjs/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -18
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDefinitions.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/commonjs/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobRuns.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobRuns.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/projects.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -10
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageMovers.js +0 -10
- package/dist/commonjs/operationsInterfaces/storageMovers.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 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/storageMoverClient.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 -18
- 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 -64
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1539
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -25
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -191
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agents.d.ts +0 -81
- package/dist/esm/operations/agents.d.ts.map +0 -1
- package/dist/esm/operations/agents.js +0 -319
- package/dist/esm/operations/agents.js.map +0 -1
- package/dist/esm/operations/endpoints.d.ts +0 -82
- package/dist/esm/operations/endpoints.d.ts.map +0 -1
- package/dist/esm/operations/endpoints.js +0 -320
- package/dist/esm/operations/endpoints.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -15
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jobDefinitions.d.ts +0 -110
- package/dist/esm/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/esm/operations/jobDefinitions.js +0 -442
- package/dist/esm/operations/jobDefinitions.js.map +0 -1
- package/dist/esm/operations/jobRuns.d.ts +0 -54
- package/dist/esm/operations/jobRuns.d.ts.map +0 -1
- package/dist/esm/operations/jobRuns.js +0 -199
- package/dist/esm/operations/jobRuns.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 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -82
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -320
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/storageMovers.d.ts +0 -93
- package/dist/esm/operations/storageMovers.d.ts.map +0 -1
- package/dist/esm/operations/storageMovers.js +0 -401
- package/dist/esm/operations/storageMovers.js.map +0 -1
- package/dist/esm/operationsInterfaces/agents.d.ts +0 -56
- package/dist/esm/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agents.js +0 -9
- package/dist/esm/operationsInterfaces/agents.js.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/esm/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.js +0 -9
- package/dist/esm/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -15
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/esm/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/esm/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/esm/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobRuns.js +0 -9
- package/dist/esm/operationsInterfaces/jobRuns.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/projects.d.ts +0 -57
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -9
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/esm/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageMovers.js +0 -9
- package/dist/esm/operationsInterfaces/storageMovers.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 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/storageMoverClient.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 -18
- 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 -64
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1539
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -25
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -191
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agents.d.ts +0 -81
- package/dist/react-native/operations/agents.d.ts.map +0 -1
- package/dist/react-native/operations/agents.js +0 -319
- package/dist/react-native/operations/agents.js.map +0 -1
- package/dist/react-native/operations/endpoints.d.ts +0 -82
- package/dist/react-native/operations/endpoints.d.ts.map +0 -1
- package/dist/react-native/operations/endpoints.js +0 -320
- package/dist/react-native/operations/endpoints.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -15
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jobDefinitions.d.ts +0 -110
- package/dist/react-native/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/react-native/operations/jobDefinitions.js +0 -442
- package/dist/react-native/operations/jobDefinitions.js.map +0 -1
- package/dist/react-native/operations/jobRuns.d.ts +0 -54
- package/dist/react-native/operations/jobRuns.d.ts.map +0 -1
- package/dist/react-native/operations/jobRuns.js +0 -199
- package/dist/react-native/operations/jobRuns.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 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -82
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -320
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/storageMovers.d.ts +0 -93
- package/dist/react-native/operations/storageMovers.d.ts.map +0 -1
- package/dist/react-native/operations/storageMovers.js +0 -401
- package/dist/react-native/operations/storageMovers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agents.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agents.js +0 -9
- package/dist/react-native/operationsInterfaces/agents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.js +0 -9
- package/dist/react-native/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -15
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/react-native/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/react-native/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobRuns.js +0 -9
- package/dist/react-native/operationsInterfaces/jobRuns.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/projects.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -9
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageMovers.js +0 -9
- package/dist/react-native/operationsInterfaces/storageMovers.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 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/storageMoverClient.d.ts.map +0 -1
- package/review/arm-storagemover-node.api.md +0 -870
|
@@ -1,1145 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export type EndpointBasePropertiesUnion = EndpointBaseProperties | AzureStorageBlobContainerEndpointProperties | NfsMountEndpointProperties | AzureStorageSmbFileShareEndpointProperties | SmbMountEndpointProperties;
|
|
3
|
-
export type EndpointBaseUpdatePropertiesUnion = EndpointBaseUpdateProperties | AzureStorageBlobContainerEndpointUpdateProperties | NfsMountEndpointUpdateProperties | AzureStorageSmbFileShareEndpointUpdateProperties | SmbMountEndpointUpdateProperties;
|
|
4
|
-
export type CredentialsUnion = Credentials | AzureKeyVaultSmbCredentials;
|
|
5
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
-
export interface OperationListResult {
|
|
7
|
-
/**
|
|
8
|
-
* List of operations supported by the resource provider
|
|
9
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10
|
-
*/
|
|
11
|
-
readonly value?: Operation[];
|
|
12
|
-
/**
|
|
13
|
-
* URL to get the next set of operation list results (if there are any).
|
|
14
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
15
|
-
*/
|
|
16
|
-
readonly nextLink?: string;
|
|
17
|
-
}
|
|
18
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
19
|
-
export interface Operation {
|
|
20
|
-
/**
|
|
21
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
22
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
23
|
-
*/
|
|
24
|
-
readonly name?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
27
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
28
|
-
*/
|
|
29
|
-
readonly isDataAction?: boolean;
|
|
30
|
-
/** Localized display information for this particular operation. */
|
|
31
|
-
display?: OperationDisplay;
|
|
32
|
-
/**
|
|
33
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly origin?: Origin;
|
|
37
|
-
/**
|
|
38
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
39
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
-
*/
|
|
41
|
-
readonly actionType?: ActionType;
|
|
42
|
-
}
|
|
43
|
-
/** Localized display information for this particular operation. */
|
|
44
|
-
export interface OperationDisplay {
|
|
45
|
-
/**
|
|
46
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
47
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
-
*/
|
|
49
|
-
readonly provider?: string;
|
|
50
|
-
/**
|
|
51
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
52
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
-
*/
|
|
54
|
-
readonly resource?: string;
|
|
55
|
-
/**
|
|
56
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
57
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
-
*/
|
|
59
|
-
readonly operation?: string;
|
|
60
|
-
/**
|
|
61
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
62
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
-
*/
|
|
64
|
-
readonly description?: string;
|
|
65
|
-
}
|
|
66
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
67
|
-
export interface ErrorResponse {
|
|
68
|
-
/** The error object. */
|
|
69
|
-
error?: ErrorDetail;
|
|
70
|
-
}
|
|
71
|
-
/** The error detail. */
|
|
72
|
-
export interface ErrorDetail {
|
|
73
|
-
/**
|
|
74
|
-
* The error code.
|
|
75
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
-
*/
|
|
77
|
-
readonly code?: string;
|
|
78
|
-
/**
|
|
79
|
-
* The error message.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly message?: string;
|
|
83
|
-
/**
|
|
84
|
-
* The error target.
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly target?: string;
|
|
88
|
-
/**
|
|
89
|
-
* The error details.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly details?: ErrorDetail[];
|
|
93
|
-
/**
|
|
94
|
-
* The error additional info.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
98
|
-
}
|
|
99
|
-
/** The resource management error additional info. */
|
|
100
|
-
export interface ErrorAdditionalInfo {
|
|
101
|
-
/**
|
|
102
|
-
* The additional info type.
|
|
103
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
-
*/
|
|
105
|
-
readonly type?: string;
|
|
106
|
-
/**
|
|
107
|
-
* The additional info.
|
|
108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
-
*/
|
|
110
|
-
readonly info?: Record<string, unknown>;
|
|
111
|
-
}
|
|
112
|
-
/** List of Storage Movers. */
|
|
113
|
-
export interface StorageMoverList {
|
|
114
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
115
|
-
readonly value?: StorageMover[];
|
|
116
|
-
/**
|
|
117
|
-
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
118
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
-
*/
|
|
120
|
-
readonly nextLink?: string;
|
|
121
|
-
}
|
|
122
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
123
|
-
export interface Resource {
|
|
124
|
-
/**
|
|
125
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly id?: string;
|
|
129
|
-
/**
|
|
130
|
-
* The name of the resource
|
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
-
*/
|
|
133
|
-
readonly name?: string;
|
|
134
|
-
/**
|
|
135
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
136
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
-
*/
|
|
138
|
-
readonly type?: string;
|
|
139
|
-
/**
|
|
140
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
-
*/
|
|
143
|
-
readonly systemData?: SystemData;
|
|
144
|
-
}
|
|
145
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
146
|
-
export interface SystemData {
|
|
147
|
-
/** The identity that created the resource. */
|
|
148
|
-
createdBy?: string;
|
|
149
|
-
/** The type of identity that created the resource. */
|
|
150
|
-
createdByType?: CreatedByType;
|
|
151
|
-
/** The timestamp of resource creation (UTC). */
|
|
152
|
-
createdAt?: Date;
|
|
153
|
-
/** The identity that last modified the resource. */
|
|
154
|
-
lastModifiedBy?: string;
|
|
155
|
-
/** The type of identity that last modified the resource. */
|
|
156
|
-
lastModifiedByType?: CreatedByType;
|
|
157
|
-
/** The timestamp of resource last modification (UTC) */
|
|
158
|
-
lastModifiedAt?: Date;
|
|
159
|
-
}
|
|
160
|
-
/** The Storage Mover resource. */
|
|
161
|
-
export interface StorageMoverUpdateParameters {
|
|
162
|
-
/** Resource tags. */
|
|
163
|
-
tags?: {
|
|
164
|
-
[propertyName: string]: string;
|
|
165
|
-
};
|
|
166
|
-
/** A description for the Storage Mover. */
|
|
167
|
-
description?: string;
|
|
168
|
-
}
|
|
169
|
-
/** List of Agents. */
|
|
170
|
-
export interface AgentList {
|
|
171
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
172
|
-
readonly value?: Agent[];
|
|
173
|
-
/**
|
|
174
|
-
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly nextLink?: string;
|
|
178
|
-
}
|
|
179
|
-
/** The WAN-link upload limit schedule. Overlapping recurrences are not allowed. */
|
|
180
|
-
export interface UploadLimitSchedule {
|
|
181
|
-
/** The set of weekly repeating recurrences of the WAN-link upload limit schedule. */
|
|
182
|
-
weeklyRecurrences?: UploadLimitWeeklyRecurrence[];
|
|
183
|
-
}
|
|
184
|
-
/** The schedule recurrence. */
|
|
185
|
-
export interface Recurrence {
|
|
186
|
-
/** The start time of the schedule recurrence. Full hour and 30-minute intervals are supported. */
|
|
187
|
-
startTime: Time;
|
|
188
|
-
/** The end time of the schedule recurrence. Full hour and 30-minute intervals are supported. */
|
|
189
|
-
endTime: Time;
|
|
190
|
-
}
|
|
191
|
-
/** The time of day. */
|
|
192
|
-
export interface Time {
|
|
193
|
-
/** The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0. */
|
|
194
|
-
hour: number;
|
|
195
|
-
/** The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. */
|
|
196
|
-
minute?: Minute;
|
|
197
|
-
}
|
|
198
|
-
/** The WAN-link upload limit. */
|
|
199
|
-
export interface UploadLimit {
|
|
200
|
-
/** The WAN-link upload bandwidth (maximum data transfer rate) in megabits per second. Value of 0 indicates no throughput is allowed and any running migration job is effectively paused for the duration of this recurrence. Only data plane operations are governed by this limit. Control plane operations ensure seamless functionality. The agent may exceed this limit with control messages, if necessary. */
|
|
201
|
-
limitInMbps: number;
|
|
202
|
-
}
|
|
203
|
-
export interface AgentPropertiesErrorDetails {
|
|
204
|
-
/** Error code reported by Agent */
|
|
205
|
-
code?: string;
|
|
206
|
-
/** Expanded description of reported error code */
|
|
207
|
-
message?: string;
|
|
208
|
-
}
|
|
209
|
-
/** The Agent resource. */
|
|
210
|
-
export interface AgentUpdateParameters {
|
|
211
|
-
/** A description for the Agent. */
|
|
212
|
-
description?: string;
|
|
213
|
-
/** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */
|
|
214
|
-
uploadLimitSchedule?: UploadLimitSchedule;
|
|
215
|
-
}
|
|
216
|
-
/** List of Endpoints. */
|
|
217
|
-
export interface EndpointList {
|
|
218
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
219
|
-
readonly value?: Endpoint[];
|
|
220
|
-
/**
|
|
221
|
-
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
-
*/
|
|
224
|
-
readonly nextLink?: string;
|
|
225
|
-
}
|
|
226
|
-
/** The resource specific properties for the Storage Mover resource. */
|
|
227
|
-
export interface EndpointBaseProperties {
|
|
228
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
229
|
-
endpointType: "AzureStorageBlobContainer" | "NfsMount" | "AzureStorageSmbFileShare" | "SmbMount";
|
|
230
|
-
/** A description for the Endpoint. */
|
|
231
|
-
description?: string;
|
|
232
|
-
/**
|
|
233
|
-
* The provisioning state of this resource.
|
|
234
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
235
|
-
*/
|
|
236
|
-
readonly provisioningState?: ProvisioningState;
|
|
237
|
-
}
|
|
238
|
-
/** The Endpoint resource. */
|
|
239
|
-
export interface EndpointBaseUpdateParameters {
|
|
240
|
-
/** The Endpoint resource, which contains information about file sources and targets. */
|
|
241
|
-
properties?: EndpointBaseUpdatePropertiesUnion;
|
|
242
|
-
}
|
|
243
|
-
/** The Endpoint resource, which contains information about file sources and targets. */
|
|
244
|
-
export interface EndpointBaseUpdateProperties {
|
|
245
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
246
|
-
endpointType: "AzureStorageBlobContainer" | "NfsMount" | "AzureStorageSmbFileShare" | "SmbMount";
|
|
247
|
-
/** A description for the Endpoint. */
|
|
248
|
-
description?: string;
|
|
249
|
-
}
|
|
250
|
-
/** List of Project resources. */
|
|
251
|
-
export interface ProjectList {
|
|
252
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
253
|
-
readonly value?: Project[];
|
|
254
|
-
/**
|
|
255
|
-
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
256
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
-
*/
|
|
258
|
-
readonly nextLink?: string;
|
|
259
|
-
}
|
|
260
|
-
/** The Project resource. */
|
|
261
|
-
export interface ProjectUpdateParameters {
|
|
262
|
-
/** A description for the Project. */
|
|
263
|
-
description?: string;
|
|
264
|
-
}
|
|
265
|
-
/** List of Job Definitions. */
|
|
266
|
-
export interface JobDefinitionList {
|
|
267
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
268
|
-
readonly value?: JobDefinition[];
|
|
269
|
-
/**
|
|
270
|
-
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
271
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
272
|
-
*/
|
|
273
|
-
readonly nextLink?: string;
|
|
274
|
-
}
|
|
275
|
-
/** The Job Definition resource. */
|
|
276
|
-
export interface JobDefinitionUpdateParameters {
|
|
277
|
-
/** A description for the Job Definition. */
|
|
278
|
-
description?: string;
|
|
279
|
-
/** Strategy to use for copy. */
|
|
280
|
-
copyMode?: CopyMode;
|
|
281
|
-
/** Name of the Agent to assign for new Job Runs of this Job Definition. */
|
|
282
|
-
agentName?: string;
|
|
283
|
-
}
|
|
284
|
-
/** Response that identifies a Job Run. */
|
|
285
|
-
export interface JobRunResourceId {
|
|
286
|
-
/**
|
|
287
|
-
* Fully qualified resource id of the Job Run.
|
|
288
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
289
|
-
*/
|
|
290
|
-
readonly jobRunResourceId?: string;
|
|
291
|
-
}
|
|
292
|
-
/** List of Job Runs. */
|
|
293
|
-
export interface JobRunList {
|
|
294
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
295
|
-
readonly value?: JobRun[];
|
|
296
|
-
/**
|
|
297
|
-
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
298
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
-
*/
|
|
300
|
-
readonly nextLink?: string;
|
|
301
|
-
}
|
|
302
|
-
/** Error type */
|
|
303
|
-
export interface JobRunError {
|
|
304
|
-
/** Error code of the given entry. */
|
|
305
|
-
code?: string;
|
|
306
|
-
/** Error message of the given entry. */
|
|
307
|
-
message?: string;
|
|
308
|
-
/** Target of the given error entry. */
|
|
309
|
-
target?: string;
|
|
310
|
-
}
|
|
311
|
-
/** The Credentials. */
|
|
312
|
-
export interface Credentials {
|
|
313
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
314
|
-
type: "AzureKeyVaultSmb";
|
|
315
|
-
}
|
|
316
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
317
|
-
export interface TrackedResource extends Resource {
|
|
318
|
-
/** Resource tags. */
|
|
319
|
-
tags?: {
|
|
320
|
-
[propertyName: string]: string;
|
|
321
|
-
};
|
|
322
|
-
/** The geo-location where the resource lives */
|
|
323
|
-
location: string;
|
|
324
|
-
}
|
|
325
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
326
|
-
export interface ProxyResource extends Resource {
|
|
327
|
-
}
|
|
328
|
-
/** The weekly recurrence of the schedule. */
|
|
329
|
-
export interface WeeklyRecurrence extends Recurrence {
|
|
330
|
-
/** The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence. */
|
|
331
|
-
days: DayOfWeek[];
|
|
332
|
-
}
|
|
333
|
-
/** The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days. */
|
|
334
|
-
export interface UploadLimitWeeklyRecurrence extends WeeklyRecurrence, UploadLimit {
|
|
335
|
-
}
|
|
336
|
-
/** The properties of Azure Storage blob container endpoint. */
|
|
337
|
-
export interface AzureStorageBlobContainerEndpointProperties extends EndpointBaseProperties {
|
|
338
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
339
|
-
endpointType: "AzureStorageBlobContainer";
|
|
340
|
-
/** The Azure Resource ID of the storage account that is the target destination. */
|
|
341
|
-
storageAccountResourceId: string;
|
|
342
|
-
/** The name of the Storage blob container that is the target destination. */
|
|
343
|
-
blobContainerName: string;
|
|
344
|
-
}
|
|
345
|
-
/** The properties of NFS share endpoint. */
|
|
346
|
-
export interface NfsMountEndpointProperties extends EndpointBaseProperties {
|
|
347
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
348
|
-
endpointType: "NfsMount";
|
|
349
|
-
/** The host name or IP address of the server exporting the file system. */
|
|
350
|
-
host: string;
|
|
351
|
-
/** The NFS protocol version. */
|
|
352
|
-
nfsVersion?: NfsVersion;
|
|
353
|
-
/** The directory being exported from the server. */
|
|
354
|
-
export: string;
|
|
355
|
-
}
|
|
356
|
-
/** The properties of Azure Storage SMB file share endpoint. */
|
|
357
|
-
export interface AzureStorageSmbFileShareEndpointProperties extends EndpointBaseProperties {
|
|
358
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
359
|
-
endpointType: "AzureStorageSmbFileShare";
|
|
360
|
-
/** The Azure Resource ID of the storage account. */
|
|
361
|
-
storageAccountResourceId: string;
|
|
362
|
-
/** The name of the Azure Storage file share. */
|
|
363
|
-
fileShareName: string;
|
|
364
|
-
}
|
|
365
|
-
/** The properties of SMB share endpoint. */
|
|
366
|
-
export interface SmbMountEndpointProperties extends EndpointBaseProperties {
|
|
367
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
368
|
-
endpointType: "SmbMount";
|
|
369
|
-
/** The host name or IP address of the server exporting the file system. */
|
|
370
|
-
host: string;
|
|
371
|
-
/** The name of the SMB share being exported from the server. */
|
|
372
|
-
shareName: string;
|
|
373
|
-
/** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */
|
|
374
|
-
credentials?: AzureKeyVaultSmbCredentials;
|
|
375
|
-
}
|
|
376
|
-
export interface AzureStorageBlobContainerEndpointUpdateProperties extends EndpointBaseUpdateProperties {
|
|
377
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
378
|
-
endpointType: "AzureStorageBlobContainer";
|
|
379
|
-
}
|
|
380
|
-
export interface NfsMountEndpointUpdateProperties extends EndpointBaseUpdateProperties {
|
|
381
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
382
|
-
endpointType: "NfsMount";
|
|
383
|
-
}
|
|
384
|
-
/** The properties of Azure Storage SMB file share endpoint to update. */
|
|
385
|
-
export interface AzureStorageSmbFileShareEndpointUpdateProperties extends EndpointBaseUpdateProperties {
|
|
386
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
387
|
-
endpointType: "AzureStorageSmbFileShare";
|
|
388
|
-
}
|
|
389
|
-
/** The properties of SMB share endpoint to update. */
|
|
390
|
-
export interface SmbMountEndpointUpdateProperties extends EndpointBaseUpdateProperties {
|
|
391
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
392
|
-
endpointType: "SmbMount";
|
|
393
|
-
/** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */
|
|
394
|
-
credentials?: AzureKeyVaultSmbCredentials;
|
|
395
|
-
}
|
|
396
|
-
/** The Azure Key Vault secret URIs which store the credentials. */
|
|
397
|
-
export interface AzureKeyVaultSmbCredentials extends Credentials {
|
|
398
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
399
|
-
type: "AzureKeyVaultSmb";
|
|
400
|
-
/** The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value. */
|
|
401
|
-
usernameUri?: string;
|
|
402
|
-
/** The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value. */
|
|
403
|
-
passwordUri?: string;
|
|
404
|
-
}
|
|
405
|
-
/** The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints. */
|
|
406
|
-
export interface StorageMover extends TrackedResource {
|
|
407
|
-
/** A description for the Storage Mover. */
|
|
408
|
-
description?: string;
|
|
409
|
-
/**
|
|
410
|
-
* The provisioning state of this resource.
|
|
411
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
-
*/
|
|
413
|
-
readonly provisioningState?: ProvisioningState;
|
|
414
|
-
}
|
|
415
|
-
/** The Agent resource. */
|
|
416
|
-
export interface Agent extends ProxyResource {
|
|
417
|
-
/** A description for the Agent. */
|
|
418
|
-
description?: string;
|
|
419
|
-
/**
|
|
420
|
-
* The Agent version.
|
|
421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
422
|
-
*/
|
|
423
|
-
readonly agentVersion?: string;
|
|
424
|
-
/** The fully qualified resource ID of the Hybrid Compute resource for the Agent. */
|
|
425
|
-
arcResourceId: string;
|
|
426
|
-
/** The VM UUID of the Hybrid Compute resource for the Agent. */
|
|
427
|
-
arcVmUuid: string;
|
|
428
|
-
/**
|
|
429
|
-
* The Agent status.
|
|
430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
-
*/
|
|
432
|
-
readonly agentStatus?: AgentStatus;
|
|
433
|
-
/**
|
|
434
|
-
* The last updated time of the Agent status.
|
|
435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
-
*/
|
|
437
|
-
readonly lastStatusUpdate?: Date;
|
|
438
|
-
/**
|
|
439
|
-
* Local IP address reported by the Agent.
|
|
440
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
441
|
-
*/
|
|
442
|
-
readonly localIPAddress?: string;
|
|
443
|
-
/**
|
|
444
|
-
* Available memory reported by the Agent, in MB.
|
|
445
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
-
*/
|
|
447
|
-
readonly memoryInMB?: number;
|
|
448
|
-
/**
|
|
449
|
-
* Available compute cores reported by the Agent.
|
|
450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
451
|
-
*/
|
|
452
|
-
readonly numberOfCores?: number;
|
|
453
|
-
/**
|
|
454
|
-
* Uptime of the Agent in seconds.
|
|
455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
-
*/
|
|
457
|
-
readonly uptimeInSeconds?: number;
|
|
458
|
-
/**
|
|
459
|
-
* The agent's local time zone represented in Windows format.
|
|
460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
-
*/
|
|
462
|
-
readonly timeZone?: string;
|
|
463
|
-
/** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */
|
|
464
|
-
uploadLimitSchedule?: UploadLimitSchedule;
|
|
465
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
466
|
-
readonly errorDetails?: AgentPropertiesErrorDetails;
|
|
467
|
-
/**
|
|
468
|
-
* The provisioning state of this resource.
|
|
469
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
470
|
-
*/
|
|
471
|
-
readonly provisioningState?: ProvisioningState;
|
|
472
|
-
}
|
|
473
|
-
/** The Endpoint resource, which contains information about file sources and targets. */
|
|
474
|
-
export interface Endpoint extends ProxyResource {
|
|
475
|
-
/** The resource specific properties for the Storage Mover resource. */
|
|
476
|
-
properties: EndpointBasePropertiesUnion;
|
|
477
|
-
}
|
|
478
|
-
/** The Project resource. */
|
|
479
|
-
export interface Project extends ProxyResource {
|
|
480
|
-
/** A description for the Project. */
|
|
481
|
-
description?: string;
|
|
482
|
-
/**
|
|
483
|
-
* The provisioning state of this resource.
|
|
484
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
-
*/
|
|
486
|
-
readonly provisioningState?: ProvisioningState;
|
|
487
|
-
}
|
|
488
|
-
/** The Job Definition resource. */
|
|
489
|
-
export interface JobDefinition extends ProxyResource {
|
|
490
|
-
/** A description for the Job Definition. */
|
|
491
|
-
description?: string;
|
|
492
|
-
/** Strategy to use for copy. */
|
|
493
|
-
copyMode: CopyMode;
|
|
494
|
-
/** The name of the source Endpoint. */
|
|
495
|
-
sourceName: string;
|
|
496
|
-
/**
|
|
497
|
-
* Fully qualified resource ID of the source Endpoint.
|
|
498
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
|
-
*/
|
|
500
|
-
readonly sourceResourceId?: string;
|
|
501
|
-
/** The subpath to use when reading from the source Endpoint. */
|
|
502
|
-
sourceSubpath?: string;
|
|
503
|
-
/** The name of the target Endpoint. */
|
|
504
|
-
targetName: string;
|
|
505
|
-
/**
|
|
506
|
-
* Fully qualified resource ID of the target Endpoint.
|
|
507
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
508
|
-
*/
|
|
509
|
-
readonly targetResourceId?: string;
|
|
510
|
-
/** The subpath to use when writing to the target Endpoint. */
|
|
511
|
-
targetSubpath?: string;
|
|
512
|
-
/**
|
|
513
|
-
* The name of the Job Run in a non-terminal state, if exists.
|
|
514
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
-
*/
|
|
516
|
-
readonly latestJobRunName?: string;
|
|
517
|
-
/**
|
|
518
|
-
* The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
|
|
519
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
520
|
-
*/
|
|
521
|
-
readonly latestJobRunResourceId?: string;
|
|
522
|
-
/**
|
|
523
|
-
* The current status of the Job Run in a non-terminal state, if exists.
|
|
524
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
525
|
-
*/
|
|
526
|
-
readonly latestJobRunStatus?: JobRunStatus;
|
|
527
|
-
/** Name of the Agent to assign for new Job Runs of this Job Definition. */
|
|
528
|
-
agentName?: string;
|
|
529
|
-
/**
|
|
530
|
-
* Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
|
|
531
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
-
*/
|
|
533
|
-
readonly agentResourceId?: string;
|
|
534
|
-
/**
|
|
535
|
-
* The provisioning state of this resource.
|
|
536
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
537
|
-
*/
|
|
538
|
-
readonly provisioningState?: ProvisioningState;
|
|
539
|
-
}
|
|
540
|
-
/** The Job Run resource. */
|
|
541
|
-
export interface JobRun extends ProxyResource {
|
|
542
|
-
/**
|
|
543
|
-
* The state of the job execution.
|
|
544
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
|
-
*/
|
|
546
|
-
readonly status?: JobRunStatus;
|
|
547
|
-
/**
|
|
548
|
-
* The status of Agent's scanning of source.
|
|
549
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
|
-
*/
|
|
551
|
-
readonly scanStatus?: JobRunScanStatus;
|
|
552
|
-
/**
|
|
553
|
-
* Name of the Agent assigned to this run.
|
|
554
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
-
*/
|
|
556
|
-
readonly agentName?: string;
|
|
557
|
-
/**
|
|
558
|
-
* Fully qualified resource id of the Agent assigned to this run.
|
|
559
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
-
*/
|
|
561
|
-
readonly agentResourceId?: string;
|
|
562
|
-
/**
|
|
563
|
-
* Start time of the run. Null if no Agent reported that the job has started.
|
|
564
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
565
|
-
*/
|
|
566
|
-
readonly executionStartTime?: Date;
|
|
567
|
-
/**
|
|
568
|
-
* End time of the run. Null if Agent has not reported that the job has ended.
|
|
569
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
570
|
-
*/
|
|
571
|
-
readonly executionEndTime?: Date;
|
|
572
|
-
/**
|
|
573
|
-
* The last updated time of the Job Run.
|
|
574
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
575
|
-
*/
|
|
576
|
-
readonly lastStatusUpdate?: Date;
|
|
577
|
-
/**
|
|
578
|
-
* Number of items scanned so far in source.
|
|
579
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
580
|
-
*/
|
|
581
|
-
readonly itemsScanned?: number;
|
|
582
|
-
/**
|
|
583
|
-
* Number of items that will not be transferred, as they are excluded by user configuration.
|
|
584
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
585
|
-
*/
|
|
586
|
-
readonly itemsExcluded?: number;
|
|
587
|
-
/**
|
|
588
|
-
* Number of items that will not be transferred, as they are unsupported on target.
|
|
589
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
590
|
-
*/
|
|
591
|
-
readonly itemsUnsupported?: number;
|
|
592
|
-
/**
|
|
593
|
-
* Number of items that will not be transferred, as they are already found on target (e.g. mirror mode).
|
|
594
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
|
-
*/
|
|
596
|
-
readonly itemsNoTransferNeeded?: number;
|
|
597
|
-
/**
|
|
598
|
-
* Number of items that were attempted to transfer and failed.
|
|
599
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
600
|
-
*/
|
|
601
|
-
readonly itemsFailed?: number;
|
|
602
|
-
/**
|
|
603
|
-
* Number of items successfully transferred to target.
|
|
604
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
-
*/
|
|
606
|
-
readonly itemsTransferred?: number;
|
|
607
|
-
/**
|
|
608
|
-
* Bytes of data scanned so far in source.
|
|
609
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
-
*/
|
|
611
|
-
readonly bytesScanned?: number;
|
|
612
|
-
/**
|
|
613
|
-
* Bytes of data that will not be transferred, as they are excluded by user configuration.
|
|
614
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
615
|
-
*/
|
|
616
|
-
readonly bytesExcluded?: number;
|
|
617
|
-
/**
|
|
618
|
-
* Bytes of data that will not be transferred, as they are unsupported on target.
|
|
619
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
620
|
-
*/
|
|
621
|
-
readonly bytesUnsupported?: number;
|
|
622
|
-
/**
|
|
623
|
-
* Bytes of data that will not be transferred, as they are already found on target (e.g. mirror mode).
|
|
624
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
625
|
-
*/
|
|
626
|
-
readonly bytesNoTransferNeeded?: number;
|
|
627
|
-
/**
|
|
628
|
-
* Bytes of data that were attempted to transfer and failed.
|
|
629
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
630
|
-
*/
|
|
631
|
-
readonly bytesFailed?: number;
|
|
632
|
-
/**
|
|
633
|
-
* Bytes of data successfully transferred to target.
|
|
634
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
|
-
*/
|
|
636
|
-
readonly bytesTransferred?: number;
|
|
637
|
-
/**
|
|
638
|
-
* Name of source Endpoint resource. This resource may no longer exist.
|
|
639
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
640
|
-
*/
|
|
641
|
-
readonly sourceName?: string;
|
|
642
|
-
/**
|
|
643
|
-
* Fully qualified resource id of source Endpoint. This id may no longer exist.
|
|
644
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
645
|
-
*/
|
|
646
|
-
readonly sourceResourceId?: string;
|
|
647
|
-
/**
|
|
648
|
-
* Copy of source Endpoint resource's properties at time of Job Run creation.
|
|
649
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
650
|
-
*/
|
|
651
|
-
readonly sourceProperties?: Record<string, unknown>;
|
|
652
|
-
/**
|
|
653
|
-
* Name of target Endpoint resource. This resource may no longer exist.
|
|
654
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
655
|
-
*/
|
|
656
|
-
readonly targetName?: string;
|
|
657
|
-
/**
|
|
658
|
-
* Fully qualified resource id of of Endpoint. This id may no longer exist.
|
|
659
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
660
|
-
*/
|
|
661
|
-
readonly targetResourceId?: string;
|
|
662
|
-
/**
|
|
663
|
-
* Copy of Endpoint resource's properties at time of Job Run creation.
|
|
664
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
665
|
-
*/
|
|
666
|
-
readonly targetProperties?: Record<string, unknown>;
|
|
667
|
-
/**
|
|
668
|
-
* Copy of parent Job Definition's properties at time of Job Run creation.
|
|
669
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
670
|
-
*/
|
|
671
|
-
readonly jobDefinitionProperties?: Record<string, unknown>;
|
|
672
|
-
/**
|
|
673
|
-
* Error details.
|
|
674
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
-
*/
|
|
676
|
-
readonly error?: JobRunError;
|
|
677
|
-
/**
|
|
678
|
-
* The provisioning state of this resource.
|
|
679
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
680
|
-
*/
|
|
681
|
-
readonly provisioningState?: ProvisioningState;
|
|
682
|
-
}
|
|
683
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
684
|
-
export declare enum KnownOrigin {
|
|
685
|
-
/** User */
|
|
686
|
-
User = "user",
|
|
687
|
-
/** System */
|
|
688
|
-
System = "system",
|
|
689
|
-
/** UserSystem */
|
|
690
|
-
UserSystem = "user,system"
|
|
691
|
-
}
|
|
692
|
-
/**
|
|
693
|
-
* Defines values for Origin. \
|
|
694
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
695
|
-
* this enum contains the known values that the service supports.
|
|
696
|
-
* ### Known values supported by the service
|
|
697
|
-
* **user** \
|
|
698
|
-
* **system** \
|
|
699
|
-
* **user,system**
|
|
700
|
-
*/
|
|
701
|
-
export type Origin = string;
|
|
702
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
703
|
-
export declare enum KnownActionType {
|
|
704
|
-
/** Internal */
|
|
705
|
-
Internal = "Internal"
|
|
706
|
-
}
|
|
707
|
-
/**
|
|
708
|
-
* Defines values for ActionType. \
|
|
709
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
710
|
-
* this enum contains the known values that the service supports.
|
|
711
|
-
* ### Known values supported by the service
|
|
712
|
-
* **Internal**
|
|
713
|
-
*/
|
|
714
|
-
export type ActionType = string;
|
|
715
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
716
|
-
export declare enum KnownProvisioningState {
|
|
717
|
-
/** Succeeded */
|
|
718
|
-
Succeeded = "Succeeded",
|
|
719
|
-
/** Canceled */
|
|
720
|
-
Canceled = "Canceled",
|
|
721
|
-
/** Failed */
|
|
722
|
-
Failed = "Failed",
|
|
723
|
-
/** Deleting */
|
|
724
|
-
Deleting = "Deleting"
|
|
725
|
-
}
|
|
726
|
-
/**
|
|
727
|
-
* Defines values for ProvisioningState. \
|
|
728
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
729
|
-
* this enum contains the known values that the service supports.
|
|
730
|
-
* ### Known values supported by the service
|
|
731
|
-
* **Succeeded** \
|
|
732
|
-
* **Canceled** \
|
|
733
|
-
* **Failed** \
|
|
734
|
-
* **Deleting**
|
|
735
|
-
*/
|
|
736
|
-
export type ProvisioningState = string;
|
|
737
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
738
|
-
export declare enum KnownCreatedByType {
|
|
739
|
-
/** User */
|
|
740
|
-
User = "User",
|
|
741
|
-
/** Application */
|
|
742
|
-
Application = "Application",
|
|
743
|
-
/** ManagedIdentity */
|
|
744
|
-
ManagedIdentity = "ManagedIdentity",
|
|
745
|
-
/** Key */
|
|
746
|
-
Key = "Key"
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* Defines values for CreatedByType. \
|
|
750
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
751
|
-
* this enum contains the known values that the service supports.
|
|
752
|
-
* ### Known values supported by the service
|
|
753
|
-
* **User** \
|
|
754
|
-
* **Application** \
|
|
755
|
-
* **ManagedIdentity** \
|
|
756
|
-
* **Key**
|
|
757
|
-
*/
|
|
758
|
-
export type CreatedByType = string;
|
|
759
|
-
/** Known values of {@link AgentStatus} that the service accepts. */
|
|
760
|
-
export declare enum KnownAgentStatus {
|
|
761
|
-
/** Registering */
|
|
762
|
-
Registering = "Registering",
|
|
763
|
-
/** Offline */
|
|
764
|
-
Offline = "Offline",
|
|
765
|
-
/** Online */
|
|
766
|
-
Online = "Online",
|
|
767
|
-
/** Executing */
|
|
768
|
-
Executing = "Executing",
|
|
769
|
-
/** RequiresAttention */
|
|
770
|
-
RequiresAttention = "RequiresAttention",
|
|
771
|
-
/** Unregistering */
|
|
772
|
-
Unregistering = "Unregistering"
|
|
773
|
-
}
|
|
774
|
-
/**
|
|
775
|
-
* Defines values for AgentStatus. \
|
|
776
|
-
* {@link KnownAgentStatus} can be used interchangeably with AgentStatus,
|
|
777
|
-
* this enum contains the known values that the service supports.
|
|
778
|
-
* ### Known values supported by the service
|
|
779
|
-
* **Registering** \
|
|
780
|
-
* **Offline** \
|
|
781
|
-
* **Online** \
|
|
782
|
-
* **Executing** \
|
|
783
|
-
* **RequiresAttention** \
|
|
784
|
-
* **Unregistering**
|
|
785
|
-
*/
|
|
786
|
-
export type AgentStatus = string;
|
|
787
|
-
/** Known values of {@link Minute} that the service accepts. */
|
|
788
|
-
export declare enum KnownMinute {
|
|
789
|
-
/** Zero */
|
|
790
|
-
Zero = 0,
|
|
791
|
-
/** Thirty */
|
|
792
|
-
Thirty = 30
|
|
793
|
-
}
|
|
794
|
-
/**
|
|
795
|
-
* Defines values for Minute. \
|
|
796
|
-
* {@link KnownMinute} can be used interchangeably with Minute,
|
|
797
|
-
* this enum contains the known values that the service supports.
|
|
798
|
-
* ### Known values supported by the service
|
|
799
|
-
* **0** \
|
|
800
|
-
* **30**
|
|
801
|
-
*/
|
|
802
|
-
export type Minute = number;
|
|
803
|
-
/** Known values of {@link EndpointType} that the service accepts. */
|
|
804
|
-
export declare enum KnownEndpointType {
|
|
805
|
-
/** AzureStorageBlobContainer */
|
|
806
|
-
AzureStorageBlobContainer = "AzureStorageBlobContainer",
|
|
807
|
-
/** NfsMount */
|
|
808
|
-
NfsMount = "NfsMount",
|
|
809
|
-
/** AzureStorageSmbFileShare */
|
|
810
|
-
AzureStorageSmbFileShare = "AzureStorageSmbFileShare",
|
|
811
|
-
/** SmbMount */
|
|
812
|
-
SmbMount = "SmbMount"
|
|
813
|
-
}
|
|
814
|
-
/**
|
|
815
|
-
* Defines values for EndpointType. \
|
|
816
|
-
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
817
|
-
* this enum contains the known values that the service supports.
|
|
818
|
-
* ### Known values supported by the service
|
|
819
|
-
* **AzureStorageBlobContainer** \
|
|
820
|
-
* **NfsMount** \
|
|
821
|
-
* **AzureStorageSmbFileShare** \
|
|
822
|
-
* **SmbMount**
|
|
823
|
-
*/
|
|
824
|
-
export type EndpointType = string;
|
|
825
|
-
/** Known values of {@link CopyMode} that the service accepts. */
|
|
826
|
-
export declare enum KnownCopyMode {
|
|
827
|
-
/** Additive */
|
|
828
|
-
Additive = "Additive",
|
|
829
|
-
/** Mirror */
|
|
830
|
-
Mirror = "Mirror"
|
|
831
|
-
}
|
|
832
|
-
/**
|
|
833
|
-
* Defines values for CopyMode. \
|
|
834
|
-
* {@link KnownCopyMode} can be used interchangeably with CopyMode,
|
|
835
|
-
* this enum contains the known values that the service supports.
|
|
836
|
-
* ### Known values supported by the service
|
|
837
|
-
* **Additive** \
|
|
838
|
-
* **Mirror**
|
|
839
|
-
*/
|
|
840
|
-
export type CopyMode = string;
|
|
841
|
-
/** Known values of {@link JobRunStatus} that the service accepts. */
|
|
842
|
-
export declare enum KnownJobRunStatus {
|
|
843
|
-
/** Queued */
|
|
844
|
-
Queued = "Queued",
|
|
845
|
-
/** Started */
|
|
846
|
-
Started = "Started",
|
|
847
|
-
/** Running */
|
|
848
|
-
Running = "Running",
|
|
849
|
-
/** CancelRequested */
|
|
850
|
-
CancelRequested = "CancelRequested",
|
|
851
|
-
/** Canceling */
|
|
852
|
-
Canceling = "Canceling",
|
|
853
|
-
/** Canceled */
|
|
854
|
-
Canceled = "Canceled",
|
|
855
|
-
/** Failed */
|
|
856
|
-
Failed = "Failed",
|
|
857
|
-
/** Succeeded */
|
|
858
|
-
Succeeded = "Succeeded",
|
|
859
|
-
/** PausedByBandwidthManagement */
|
|
860
|
-
PausedByBandwidthManagement = "PausedByBandwidthManagement"
|
|
861
|
-
}
|
|
862
|
-
/**
|
|
863
|
-
* Defines values for JobRunStatus. \
|
|
864
|
-
* {@link KnownJobRunStatus} can be used interchangeably with JobRunStatus,
|
|
865
|
-
* this enum contains the known values that the service supports.
|
|
866
|
-
* ### Known values supported by the service
|
|
867
|
-
* **Queued** \
|
|
868
|
-
* **Started** \
|
|
869
|
-
* **Running** \
|
|
870
|
-
* **CancelRequested** \
|
|
871
|
-
* **Canceling** \
|
|
872
|
-
* **Canceled** \
|
|
873
|
-
* **Failed** \
|
|
874
|
-
* **Succeeded** \
|
|
875
|
-
* **PausedByBandwidthManagement**
|
|
876
|
-
*/
|
|
877
|
-
export type JobRunStatus = string;
|
|
878
|
-
/** Known values of {@link JobRunScanStatus} that the service accepts. */
|
|
879
|
-
export declare enum KnownJobRunScanStatus {
|
|
880
|
-
/** NotStarted */
|
|
881
|
-
NotStarted = "NotStarted",
|
|
882
|
-
/** Scanning */
|
|
883
|
-
Scanning = "Scanning",
|
|
884
|
-
/** Completed */
|
|
885
|
-
Completed = "Completed"
|
|
886
|
-
}
|
|
887
|
-
/**
|
|
888
|
-
* Defines values for JobRunScanStatus. \
|
|
889
|
-
* {@link KnownJobRunScanStatus} can be used interchangeably with JobRunScanStatus,
|
|
890
|
-
* this enum contains the known values that the service supports.
|
|
891
|
-
* ### Known values supported by the service
|
|
892
|
-
* **NotStarted** \
|
|
893
|
-
* **Scanning** \
|
|
894
|
-
* **Completed**
|
|
895
|
-
*/
|
|
896
|
-
export type JobRunScanStatus = string;
|
|
897
|
-
/** Known values of {@link NfsVersion} that the service accepts. */
|
|
898
|
-
export declare enum KnownNfsVersion {
|
|
899
|
-
/** NFSauto */
|
|
900
|
-
NFSauto = "NFSauto",
|
|
901
|
-
/** NFSv3 */
|
|
902
|
-
NFSv3 = "NFSv3",
|
|
903
|
-
/** NFSv4 */
|
|
904
|
-
NFSv4 = "NFSv4"
|
|
905
|
-
}
|
|
906
|
-
/**
|
|
907
|
-
* Defines values for NfsVersion. \
|
|
908
|
-
* {@link KnownNfsVersion} can be used interchangeably with NfsVersion,
|
|
909
|
-
* this enum contains the known values that the service supports.
|
|
910
|
-
* ### Known values supported by the service
|
|
911
|
-
* **NFSauto** \
|
|
912
|
-
* **NFSv3** \
|
|
913
|
-
* **NFSv4**
|
|
914
|
-
*/
|
|
915
|
-
export type NfsVersion = string;
|
|
916
|
-
/** Known values of {@link CredentialType} that the service accepts. */
|
|
917
|
-
export declare enum KnownCredentialType {
|
|
918
|
-
/** AzureKeyVaultSmb */
|
|
919
|
-
AzureKeyVaultSmb = "AzureKeyVaultSmb"
|
|
920
|
-
}
|
|
921
|
-
/**
|
|
922
|
-
* Defines values for CredentialType. \
|
|
923
|
-
* {@link KnownCredentialType} can be used interchangeably with CredentialType,
|
|
924
|
-
* this enum contains the known values that the service supports.
|
|
925
|
-
* ### Known values supported by the service
|
|
926
|
-
* **AzureKeyVaultSmb**
|
|
927
|
-
*/
|
|
928
|
-
export type CredentialType = string;
|
|
929
|
-
/** Defines values for DayOfWeek. */
|
|
930
|
-
export type DayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
931
|
-
/** Optional parameters. */
|
|
932
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
933
|
-
}
|
|
934
|
-
/** Contains response data for the list operation. */
|
|
935
|
-
export type OperationsListResponse = OperationListResult;
|
|
936
|
-
/** Optional parameters. */
|
|
937
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
938
|
-
}
|
|
939
|
-
/** Contains response data for the listNext operation. */
|
|
940
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
941
|
-
/** Optional parameters. */
|
|
942
|
-
export interface StorageMoversListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
943
|
-
}
|
|
944
|
-
/** Contains response data for the listBySubscription operation. */
|
|
945
|
-
export type StorageMoversListBySubscriptionResponse = StorageMoverList;
|
|
946
|
-
/** Optional parameters. */
|
|
947
|
-
export interface StorageMoversListOptionalParams extends coreClient.OperationOptions {
|
|
948
|
-
}
|
|
949
|
-
/** Contains response data for the list operation. */
|
|
950
|
-
export type StorageMoversListResponse = StorageMoverList;
|
|
951
|
-
/** Optional parameters. */
|
|
952
|
-
export interface StorageMoversGetOptionalParams extends coreClient.OperationOptions {
|
|
953
|
-
}
|
|
954
|
-
/** Contains response data for the get operation. */
|
|
955
|
-
export type StorageMoversGetResponse = StorageMover;
|
|
956
|
-
/** Optional parameters. */
|
|
957
|
-
export interface StorageMoversCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
958
|
-
}
|
|
959
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
960
|
-
export type StorageMoversCreateOrUpdateResponse = StorageMover;
|
|
961
|
-
/** Optional parameters. */
|
|
962
|
-
export interface StorageMoversUpdateOptionalParams extends coreClient.OperationOptions {
|
|
963
|
-
}
|
|
964
|
-
/** Contains response data for the update operation. */
|
|
965
|
-
export type StorageMoversUpdateResponse = StorageMover;
|
|
966
|
-
/** Optional parameters. */
|
|
967
|
-
export interface StorageMoversDeleteOptionalParams extends coreClient.OperationOptions {
|
|
968
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
969
|
-
updateIntervalInMs?: number;
|
|
970
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
971
|
-
resumeFrom?: string;
|
|
972
|
-
}
|
|
973
|
-
/** Optional parameters. */
|
|
974
|
-
export interface StorageMoversListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
975
|
-
}
|
|
976
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
977
|
-
export type StorageMoversListBySubscriptionNextResponse = StorageMoverList;
|
|
978
|
-
/** Optional parameters. */
|
|
979
|
-
export interface StorageMoversListNextOptionalParams extends coreClient.OperationOptions {
|
|
980
|
-
}
|
|
981
|
-
/** Contains response data for the listNext operation. */
|
|
982
|
-
export type StorageMoversListNextResponse = StorageMoverList;
|
|
983
|
-
/** Optional parameters. */
|
|
984
|
-
export interface AgentsListOptionalParams extends coreClient.OperationOptions {
|
|
985
|
-
}
|
|
986
|
-
/** Contains response data for the list operation. */
|
|
987
|
-
export type AgentsListResponse = AgentList;
|
|
988
|
-
/** Optional parameters. */
|
|
989
|
-
export interface AgentsGetOptionalParams extends coreClient.OperationOptions {
|
|
990
|
-
}
|
|
991
|
-
/** Contains response data for the get operation. */
|
|
992
|
-
export type AgentsGetResponse = Agent;
|
|
993
|
-
/** Optional parameters. */
|
|
994
|
-
export interface AgentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
995
|
-
}
|
|
996
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
997
|
-
export type AgentsCreateOrUpdateResponse = Agent;
|
|
998
|
-
/** Optional parameters. */
|
|
999
|
-
export interface AgentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1000
|
-
}
|
|
1001
|
-
/** Contains response data for the update operation. */
|
|
1002
|
-
export type AgentsUpdateResponse = Agent;
|
|
1003
|
-
/** Optional parameters. */
|
|
1004
|
-
export interface AgentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1005
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1006
|
-
updateIntervalInMs?: number;
|
|
1007
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1008
|
-
resumeFrom?: string;
|
|
1009
|
-
}
|
|
1010
|
-
/** Optional parameters. */
|
|
1011
|
-
export interface AgentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
-
}
|
|
1013
|
-
/** Contains response data for the listNext operation. */
|
|
1014
|
-
export type AgentsListNextResponse = AgentList;
|
|
1015
|
-
/** Optional parameters. */
|
|
1016
|
-
export interface EndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
}
|
|
1018
|
-
/** Contains response data for the list operation. */
|
|
1019
|
-
export type EndpointsListResponse = EndpointList;
|
|
1020
|
-
/** Optional parameters. */
|
|
1021
|
-
export interface EndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1022
|
-
}
|
|
1023
|
-
/** Contains response data for the get operation. */
|
|
1024
|
-
export type EndpointsGetResponse = Endpoint;
|
|
1025
|
-
/** Optional parameters. */
|
|
1026
|
-
export interface EndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1027
|
-
}
|
|
1028
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1029
|
-
export type EndpointsCreateOrUpdateResponse = Endpoint;
|
|
1030
|
-
/** Optional parameters. */
|
|
1031
|
-
export interface EndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1032
|
-
}
|
|
1033
|
-
/** Contains response data for the update operation. */
|
|
1034
|
-
export type EndpointsUpdateResponse = Endpoint;
|
|
1035
|
-
/** Optional parameters. */
|
|
1036
|
-
export interface EndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1037
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1038
|
-
updateIntervalInMs?: number;
|
|
1039
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1040
|
-
resumeFrom?: string;
|
|
1041
|
-
}
|
|
1042
|
-
/** Optional parameters. */
|
|
1043
|
-
export interface EndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1044
|
-
}
|
|
1045
|
-
/** Contains response data for the listNext operation. */
|
|
1046
|
-
export type EndpointsListNextResponse = EndpointList;
|
|
1047
|
-
/** Optional parameters. */
|
|
1048
|
-
export interface ProjectsListOptionalParams extends coreClient.OperationOptions {
|
|
1049
|
-
}
|
|
1050
|
-
/** Contains response data for the list operation. */
|
|
1051
|
-
export type ProjectsListResponse = ProjectList;
|
|
1052
|
-
/** Optional parameters. */
|
|
1053
|
-
export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
-
}
|
|
1055
|
-
/** Contains response data for the get operation. */
|
|
1056
|
-
export type ProjectsGetResponse = Project;
|
|
1057
|
-
/** Optional parameters. */
|
|
1058
|
-
export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1059
|
-
}
|
|
1060
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1061
|
-
export type ProjectsCreateOrUpdateResponse = Project;
|
|
1062
|
-
/** Optional parameters. */
|
|
1063
|
-
export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1064
|
-
}
|
|
1065
|
-
/** Contains response data for the update operation. */
|
|
1066
|
-
export type ProjectsUpdateResponse = Project;
|
|
1067
|
-
/** Optional parameters. */
|
|
1068
|
-
export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1069
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1070
|
-
updateIntervalInMs?: number;
|
|
1071
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1072
|
-
resumeFrom?: string;
|
|
1073
|
-
}
|
|
1074
|
-
/** Optional parameters. */
|
|
1075
|
-
export interface ProjectsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1076
|
-
}
|
|
1077
|
-
/** Contains response data for the listNext operation. */
|
|
1078
|
-
export type ProjectsListNextResponse = ProjectList;
|
|
1079
|
-
/** Optional parameters. */
|
|
1080
|
-
export interface JobDefinitionsListOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
-
}
|
|
1082
|
-
/** Contains response data for the list operation. */
|
|
1083
|
-
export type JobDefinitionsListResponse = JobDefinitionList;
|
|
1084
|
-
/** Optional parameters. */
|
|
1085
|
-
export interface JobDefinitionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
-
}
|
|
1087
|
-
/** Contains response data for the get operation. */
|
|
1088
|
-
export type JobDefinitionsGetResponse = JobDefinition;
|
|
1089
|
-
/** Optional parameters. */
|
|
1090
|
-
export interface JobDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
-
}
|
|
1092
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1093
|
-
export type JobDefinitionsCreateOrUpdateResponse = JobDefinition;
|
|
1094
|
-
/** Optional parameters. */
|
|
1095
|
-
export interface JobDefinitionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
-
}
|
|
1097
|
-
/** Contains response data for the update operation. */
|
|
1098
|
-
export type JobDefinitionsUpdateResponse = JobDefinition;
|
|
1099
|
-
/** Optional parameters. */
|
|
1100
|
-
export interface JobDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1102
|
-
updateIntervalInMs?: number;
|
|
1103
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1104
|
-
resumeFrom?: string;
|
|
1105
|
-
}
|
|
1106
|
-
/** Optional parameters. */
|
|
1107
|
-
export interface JobDefinitionsStartJobOptionalParams extends coreClient.OperationOptions {
|
|
1108
|
-
}
|
|
1109
|
-
/** Contains response data for the startJob operation. */
|
|
1110
|
-
export type JobDefinitionsStartJobResponse = JobRunResourceId;
|
|
1111
|
-
/** Optional parameters. */
|
|
1112
|
-
export interface JobDefinitionsStopJobOptionalParams extends coreClient.OperationOptions {
|
|
1113
|
-
}
|
|
1114
|
-
/** Contains response data for the stopJob operation. */
|
|
1115
|
-
export type JobDefinitionsStopJobResponse = JobRunResourceId;
|
|
1116
|
-
/** Optional parameters. */
|
|
1117
|
-
export interface JobDefinitionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1118
|
-
}
|
|
1119
|
-
/** Contains response data for the listNext operation. */
|
|
1120
|
-
export type JobDefinitionsListNextResponse = JobDefinitionList;
|
|
1121
|
-
/** Optional parameters. */
|
|
1122
|
-
export interface JobRunsListOptionalParams extends coreClient.OperationOptions {
|
|
1123
|
-
}
|
|
1124
|
-
/** Contains response data for the list operation. */
|
|
1125
|
-
export type JobRunsListResponse = JobRunList;
|
|
1126
|
-
/** Optional parameters. */
|
|
1127
|
-
export interface JobRunsGetOptionalParams extends coreClient.OperationOptions {
|
|
1128
|
-
}
|
|
1129
|
-
/** Contains response data for the get operation. */
|
|
1130
|
-
export type JobRunsGetResponse = JobRun;
|
|
1131
|
-
/** Optional parameters. */
|
|
1132
|
-
export interface JobRunsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1133
|
-
}
|
|
1134
|
-
/** Contains response data for the listNext operation. */
|
|
1135
|
-
export type JobRunsListNextResponse = JobRunList;
|
|
1136
|
-
/** Optional parameters. */
|
|
1137
|
-
export interface StorageMoverClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1138
|
-
/** server parameter */
|
|
1139
|
-
$host?: string;
|
|
1140
|
-
/** Api Version */
|
|
1141
|
-
apiVersion?: string;
|
|
1142
|
-
/** Overrides client endpoint. */
|
|
1143
|
-
endpoint?: string;
|
|
1144
|
-
}
|
|
1
|
+
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, StorageMover, StorageMoverProperties, KnownProvisioningState, ProvisioningState, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, StorageMoverUpdateParameters, StorageMoverUpdateProperties, Agent, AgentProperties, KnownAgentStatus, AgentStatus, UploadLimitSchedule, UploadLimitWeeklyRecurrence, AgentPropertiesErrorDetails, WeeklyRecurrence, DayOfWeek, Recurrence, Time, KnownMinute, Minute, ProxyResource, AgentUpdateParameters, AgentUpdateProperties, Endpoint, EndpointBaseProperties, EndpointBasePropertiesUnion, KnownEndpointType, EndpointType, AzureStorageBlobContainerEndpointProperties, NfsMountEndpointProperties, KnownNfsVersion, NfsVersion, AzureStorageSmbFileShareEndpointProperties, SmbMountEndpointProperties, AzureKeyVaultSmbCredentials, AzureStorageNfsFileShareEndpointProperties, AzureMultiCloudConnectorEndpointProperties, ManagedServiceIdentity, KnownManagedServiceIdentityType, ManagedServiceIdentityType, UserAssignedIdentity, Credentials, CredentialsUnion, KnownCredentialType, CredentialType, EndpointBaseUpdateParameters, EndpointBaseUpdateProperties, EndpointBaseUpdatePropertiesUnion, AzureStorageBlobContainerEndpointUpdateProperties, NfsMountEndpointUpdateProperties, AzureStorageSmbFileShareEndpointUpdateProperties, AzureStorageNfsFileShareEndpointUpdateProperties, AzureMultiCloudConnectorEndpointUpdateProperties, SmbMountEndpointUpdateProperties, Project, ProjectProperties, ProjectUpdateParameters, ProjectUpdateProperties, JobDefinition, JobDefinitionProperties, KnownJobType, JobType, KnownCopyMode, CopyMode, KnownJobRunStatus, JobRunStatus, SourceTargetMap, SourceEndpoint, SourceEndpointProperties, TargetEndpoint, TargetEndpointProperties, JobDefinitionUpdateParameters, JobDefinitionUpdateProperties, JobRunResourceId, JobRun, JobRunProperties, KnownJobRunScanStatus, JobRunScanStatus, JobRunError, KnownVersions, } from "./models.js";
|
|
1145
2
|
//# sourceMappingURL=index.d.ts.map
|