@azure/arm-qumulo 2.0.2-alpha.20260310.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +12 -11
- package/dist/browser/api/fileSystems/index.d.ts +3 -0
- package/dist/browser/api/fileSystems/index.js +4 -0
- package/dist/browser/api/fileSystems/index.js.map +1 -0
- package/dist/browser/api/fileSystems/operations.d.ts +31 -0
- package/dist/browser/api/fileSystems/operations.js +194 -0
- package/dist/browser/api/fileSystems/operations.js.map +1 -0
- package/dist/browser/api/fileSystems/options.d.ts +24 -0
- package/dist/browser/api/fileSystems/options.js +4 -0
- package/dist/browser/api/fileSystems/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +33 -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/qumuloStorageContext.d.ts +20 -0
- package/dist/browser/api/qumuloStorageContext.js +25 -0
- package/dist/browser/api/qumuloStorageContext.js.map +1 -0
- package/dist/browser/classic/fileSystems/index.d.ts +31 -0
- package/dist/browser/classic/fileSystems/index.js +36 -0
- package/dist/browser/classic/fileSystems/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -3
- package/dist/browser/index.js +7 -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 +2 -478
- package/dist/browser/models/index.js +3 -79
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +392 -0
- package/dist/browser/models/models.js +413 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/qumuloStorage.d.ts +15 -19
- package/dist/browser/qumuloStorage.js +23 -103
- package/dist/browser/qumuloStorage.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +95 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/fileSystems/index.d.ts +3 -0
- package/dist/commonjs/api/fileSystems/index.js +38 -0
- package/dist/commonjs/api/fileSystems/index.js.map +7 -0
- package/dist/commonjs/api/fileSystems/operations.d.ts +31 -0
- package/dist/commonjs/api/fileSystems/operations.js +282 -0
- package/dist/commonjs/api/fileSystems/operations.js.map +7 -0
- package/dist/commonjs/api/fileSystems/options.d.ts +24 -0
- package/dist/commonjs/{operationsInterfaces/operations.js → api/fileSystems/options.js} +3 -2
- package/dist/commonjs/api/fileSystems/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/{operationsInterfaces → api}/index.js +12 -7
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/{operations → api/operations}/index.js +10 -5
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/qumuloStorageContext.d.ts +20 -0
- package/dist/commonjs/api/qumuloStorageContext.js +47 -0
- package/dist/commonjs/api/qumuloStorageContext.js.map +7 -0
- package/dist/commonjs/classic/fileSystems/index.d.ts +31 -0
- package/dist/commonjs/classic/fileSystems/index.js +60 -0
- package/dist/commonjs/classic/fileSystems/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/{operationsInterfaces/fileSystems.js → classic/index.js} +3 -2
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/{lroImpl.js → classic/operations/index.js} +14 -19
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +16 -3
- package/dist/commonjs/index.js +27 -8
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -478
- package/dist/commonjs/models/index.js +11 -49
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +392 -0
- package/dist/commonjs/models/models.js +436 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/qumuloStorage.d.ts +15 -19
- package/dist/commonjs/qumuloStorage.js +20 -99
- package/dist/commonjs/qumuloStorage.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +108 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/{pagingHelper.js → static-helpers/serialization/check-prop-undefined.js} +12 -20
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/fileSystems/index.d.ts +3 -0
- package/dist/esm/api/fileSystems/index.js +4 -0
- package/dist/esm/api/fileSystems/index.js.map +1 -0
- package/dist/esm/api/fileSystems/operations.d.ts +31 -0
- package/dist/esm/api/fileSystems/operations.js +194 -0
- package/dist/esm/api/fileSystems/operations.js.map +1 -0
- package/dist/esm/api/fileSystems/options.d.ts +24 -0
- package/dist/esm/api/fileSystems/options.js +4 -0
- package/dist/esm/api/fileSystems/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +33 -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/qumuloStorageContext.d.ts +20 -0
- package/dist/esm/api/qumuloStorageContext.js +25 -0
- package/dist/esm/api/qumuloStorageContext.js.map +1 -0
- package/dist/esm/classic/fileSystems/index.d.ts +31 -0
- package/dist/esm/classic/fileSystems/index.js +36 -0
- package/dist/esm/classic/fileSystems/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -3
- package/dist/esm/index.js +9 -8
- package/dist/esm/index.js.map +1 -7
- 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 +2 -478
- package/dist/esm/models/index.js +4 -50
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +392 -0
- package/dist/esm/models/models.js +413 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/qumuloStorage.d.ts +15 -19
- package/dist/esm/qumuloStorage.js +26 -94
- package/dist/esm/qumuloStorage.js.map +1 -7
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +95 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +147 -81
- package/CHANGELOG.md +0 -40
- 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 -21
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -641
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -12
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -112
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/fileSystems.d.ts +0 -99
- package/dist/browser/operations/fileSystems.d.ts.map +0 -1
- package/dist/browser/operations/fileSystems.js +0 -465
- package/dist/browser/operations/fileSystems.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -3
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -10
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/browser/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileSystems.js +0 -9
- package/dist/browser/operationsInterfaces/fileSystems.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -10
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/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/qumuloStorage.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.map +0 -7
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -21
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -695
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -12
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -148
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/fileSystems.d.ts +0 -99
- package/dist/commonjs/operations/fileSystems.d.ts.map +0 -1
- package/dist/commonjs/operations/fileSystems.js +0 -532
- package/dist/commonjs/operations/fileSystems.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -3
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js.map +0 -7
- 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 -148
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileSystems.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- 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.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/commonjs/qumuloStorage.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 -20
- package/dist/esm/lroImpl.js.map +0 -7
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -21
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -654
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -12
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -119
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/fileSystems.d.ts +0 -99
- package/dist/esm/operations/fileSystems.d.ts.map +0 -1
- package/dist/esm/operations/fileSystems.js +0 -501
- package/dist/esm/operations/fileSystems.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -3
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -2
- package/dist/esm/operations/index.js.map +0 -7
- 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 -115
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/esm/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileSystems.js +0 -0
- package/dist/esm/operationsInterfaces/fileSystems.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -2
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- package/dist/esm/qumuloStorage.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.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 +0 -479
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -80
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -21
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -641
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -12
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -112
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/fileSystems.d.ts +0 -99
- package/dist/react-native/operations/fileSystems.d.ts.map +0 -1
- package/dist/react-native/operations/fileSystems.js +0 -465
- package/dist/react-native/operations/fileSystems.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -3
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -10
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileSystems.js +0 -9
- package/dist/react-native/operationsInterfaces/fileSystems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -10
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- 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/qumuloStorage.d.ts +0 -21
- package/dist/react-native/qumuloStorage.d.ts.map +0 -1
- package/dist/react-native/qumuloStorage.js +0 -108
- package/dist/react-native/qumuloStorage.js.map +0 -1
- package/review/arm-qumulo-node.api.md +0 -346
|
@@ -1,532 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
-
mod
|
|
26
|
-
));
|
|
27
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
-
var fileSystems_exports = {};
|
|
29
|
-
__export(fileSystems_exports, {
|
|
30
|
-
FileSystemsImpl: () => FileSystemsImpl
|
|
31
|
-
});
|
|
32
|
-
module.exports = __toCommonJS(fileSystems_exports);
|
|
33
|
-
var import_pagingHelper = require("../pagingHelper.js");
|
|
34
|
-
var coreClient = __toESM(require("@azure/core-client"));
|
|
35
|
-
var Mappers = __toESM(require("../models/mappers.js"));
|
|
36
|
-
var Parameters = __toESM(require("../models/parameters.js"));
|
|
37
|
-
var import_core_lro = require("@azure/core-lro");
|
|
38
|
-
var import_lroImpl = require("../lroImpl.js");
|
|
39
|
-
class FileSystemsImpl {
|
|
40
|
-
client;
|
|
41
|
-
/**
|
|
42
|
-
* Initialize a new instance of the class FileSystems class.
|
|
43
|
-
* @param client Reference to the service client
|
|
44
|
-
*/
|
|
45
|
-
constructor(client) {
|
|
46
|
-
this.client = client;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* List FileSystemResource resources by subscription ID
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
listBySubscription(options) {
|
|
53
|
-
const iter = this.listBySubscriptionPagingAll(options);
|
|
54
|
-
return {
|
|
55
|
-
next() {
|
|
56
|
-
return iter.next();
|
|
57
|
-
},
|
|
58
|
-
[Symbol.asyncIterator]() {
|
|
59
|
-
return this;
|
|
60
|
-
},
|
|
61
|
-
byPage: (settings) => {
|
|
62
|
-
if (settings?.maxPageSize) {
|
|
63
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
64
|
-
}
|
|
65
|
-
return this.listBySubscriptionPagingPage(options, settings);
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
async *listBySubscriptionPagingPage(options, settings) {
|
|
70
|
-
let result;
|
|
71
|
-
let continuationToken = settings?.continuationToken;
|
|
72
|
-
if (!continuationToken) {
|
|
73
|
-
result = await this._listBySubscription(options);
|
|
74
|
-
let page = result.value || [];
|
|
75
|
-
continuationToken = result.nextLink;
|
|
76
|
-
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
77
|
-
yield page;
|
|
78
|
-
}
|
|
79
|
-
while (continuationToken) {
|
|
80
|
-
result = await this._listBySubscriptionNext(continuationToken, options);
|
|
81
|
-
continuationToken = result.nextLink;
|
|
82
|
-
let page = result.value || [];
|
|
83
|
-
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
84
|
-
yield page;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
async *listBySubscriptionPagingAll(options) {
|
|
88
|
-
for await (const page of this.listBySubscriptionPagingPage(options)) {
|
|
89
|
-
yield* page;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* List FileSystemResource resources by resource group
|
|
94
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
95
|
-
* @param options The options parameters.
|
|
96
|
-
*/
|
|
97
|
-
listByResourceGroup(resourceGroupName, options) {
|
|
98
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
99
|
-
return {
|
|
100
|
-
next() {
|
|
101
|
-
return iter.next();
|
|
102
|
-
},
|
|
103
|
-
[Symbol.asyncIterator]() {
|
|
104
|
-
return this;
|
|
105
|
-
},
|
|
106
|
-
byPage: (settings) => {
|
|
107
|
-
if (settings?.maxPageSize) {
|
|
108
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
109
|
-
}
|
|
110
|
-
return this.listByResourceGroupPagingPage(
|
|
111
|
-
resourceGroupName,
|
|
112
|
-
options,
|
|
113
|
-
settings
|
|
114
|
-
);
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
119
|
-
let result;
|
|
120
|
-
let continuationToken = settings?.continuationToken;
|
|
121
|
-
if (!continuationToken) {
|
|
122
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
123
|
-
let page = result.value || [];
|
|
124
|
-
continuationToken = result.nextLink;
|
|
125
|
-
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
126
|
-
yield page;
|
|
127
|
-
}
|
|
128
|
-
while (continuationToken) {
|
|
129
|
-
result = await this._listByResourceGroupNext(
|
|
130
|
-
resourceGroupName,
|
|
131
|
-
continuationToken,
|
|
132
|
-
options
|
|
133
|
-
);
|
|
134
|
-
continuationToken = result.nextLink;
|
|
135
|
-
let page = result.value || [];
|
|
136
|
-
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
137
|
-
yield page;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
141
|
-
for await (const page of this.listByResourceGroupPagingPage(
|
|
142
|
-
resourceGroupName,
|
|
143
|
-
options
|
|
144
|
-
)) {
|
|
145
|
-
yield* page;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* List FileSystemResource resources by subscription ID
|
|
150
|
-
* @param options The options parameters.
|
|
151
|
-
*/
|
|
152
|
-
_listBySubscription(options) {
|
|
153
|
-
return this.client.sendOperationRequest(
|
|
154
|
-
{ options },
|
|
155
|
-
listBySubscriptionOperationSpec
|
|
156
|
-
);
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* List FileSystemResource resources by resource group
|
|
160
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
161
|
-
* @param options The options parameters.
|
|
162
|
-
*/
|
|
163
|
-
_listByResourceGroup(resourceGroupName, options) {
|
|
164
|
-
return this.client.sendOperationRequest(
|
|
165
|
-
{ resourceGroupName, options },
|
|
166
|
-
listByResourceGroupOperationSpec
|
|
167
|
-
);
|
|
168
|
-
}
|
|
169
|
-
/**
|
|
170
|
-
* Get a FileSystemResource
|
|
171
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
172
|
-
* @param fileSystemName Name of the File System resource
|
|
173
|
-
* @param options The options parameters.
|
|
174
|
-
*/
|
|
175
|
-
get(resourceGroupName, fileSystemName, options) {
|
|
176
|
-
return this.client.sendOperationRequest(
|
|
177
|
-
{ resourceGroupName, fileSystemName, options },
|
|
178
|
-
getOperationSpec
|
|
179
|
-
);
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Create a FileSystemResource
|
|
183
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
184
|
-
* @param fileSystemName Name of the File System resource
|
|
185
|
-
* @param resource Resource create parameters.
|
|
186
|
-
* @param options The options parameters.
|
|
187
|
-
*/
|
|
188
|
-
async beginCreateOrUpdate(resourceGroupName, fileSystemName, resource, options) {
|
|
189
|
-
const directSendOperation = async (args, spec) => {
|
|
190
|
-
return this.client.sendOperationRequest(args, spec);
|
|
191
|
-
};
|
|
192
|
-
const sendOperationFn = async (args, spec) => {
|
|
193
|
-
let currentRawResponse = void 0;
|
|
194
|
-
const providedCallback = args.options?.onResponse;
|
|
195
|
-
const callback = (rawResponse, flatResponse2) => {
|
|
196
|
-
currentRawResponse = rawResponse;
|
|
197
|
-
providedCallback?.(rawResponse, flatResponse2);
|
|
198
|
-
};
|
|
199
|
-
const updatedArgs = {
|
|
200
|
-
...args,
|
|
201
|
-
options: {
|
|
202
|
-
...args.options,
|
|
203
|
-
onResponse: callback
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
207
|
-
return {
|
|
208
|
-
flatResponse,
|
|
209
|
-
rawResponse: {
|
|
210
|
-
statusCode: currentRawResponse.status,
|
|
211
|
-
body: currentRawResponse.parsedBody,
|
|
212
|
-
headers: currentRawResponse.headers.toJSON()
|
|
213
|
-
}
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
const lro = (0, import_lroImpl.createLroSpec)({
|
|
217
|
-
sendOperationFn,
|
|
218
|
-
args: { resourceGroupName, fileSystemName, resource, options },
|
|
219
|
-
spec: createOrUpdateOperationSpec
|
|
220
|
-
});
|
|
221
|
-
const poller = await (0, import_core_lro.createHttpPoller)(lro, {
|
|
222
|
-
restoreFrom: options?.resumeFrom,
|
|
223
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
224
|
-
resourceLocationConfig: "azure-async-operation"
|
|
225
|
-
});
|
|
226
|
-
await poller.poll();
|
|
227
|
-
return poller;
|
|
228
|
-
}
|
|
229
|
-
/**
|
|
230
|
-
* Create a FileSystemResource
|
|
231
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
232
|
-
* @param fileSystemName Name of the File System resource
|
|
233
|
-
* @param resource Resource create parameters.
|
|
234
|
-
* @param options The options parameters.
|
|
235
|
-
*/
|
|
236
|
-
async beginCreateOrUpdateAndWait(resourceGroupName, fileSystemName, resource, options) {
|
|
237
|
-
const poller = await this.beginCreateOrUpdate(
|
|
238
|
-
resourceGroupName,
|
|
239
|
-
fileSystemName,
|
|
240
|
-
resource,
|
|
241
|
-
options
|
|
242
|
-
);
|
|
243
|
-
return poller.pollUntilDone();
|
|
244
|
-
}
|
|
245
|
-
/**
|
|
246
|
-
* Update a FileSystemResource
|
|
247
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
248
|
-
* @param fileSystemName Name of the File System resource
|
|
249
|
-
* @param properties The resource properties to be updated.
|
|
250
|
-
* @param options The options parameters.
|
|
251
|
-
*/
|
|
252
|
-
update(resourceGroupName, fileSystemName, properties, options) {
|
|
253
|
-
return this.client.sendOperationRequest(
|
|
254
|
-
{ resourceGroupName, fileSystemName, properties, options },
|
|
255
|
-
updateOperationSpec
|
|
256
|
-
);
|
|
257
|
-
}
|
|
258
|
-
/**
|
|
259
|
-
* Delete a FileSystemResource
|
|
260
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
261
|
-
* @param fileSystemName Name of the File System resource
|
|
262
|
-
* @param options The options parameters.
|
|
263
|
-
*/
|
|
264
|
-
async beginDelete(resourceGroupName, fileSystemName, options) {
|
|
265
|
-
const directSendOperation = async (args, spec) => {
|
|
266
|
-
return this.client.sendOperationRequest(args, spec);
|
|
267
|
-
};
|
|
268
|
-
const sendOperationFn = async (args, spec) => {
|
|
269
|
-
let currentRawResponse = void 0;
|
|
270
|
-
const providedCallback = args.options?.onResponse;
|
|
271
|
-
const callback = (rawResponse, flatResponse2) => {
|
|
272
|
-
currentRawResponse = rawResponse;
|
|
273
|
-
providedCallback?.(rawResponse, flatResponse2);
|
|
274
|
-
};
|
|
275
|
-
const updatedArgs = {
|
|
276
|
-
...args,
|
|
277
|
-
options: {
|
|
278
|
-
...args.options,
|
|
279
|
-
onResponse: callback
|
|
280
|
-
}
|
|
281
|
-
};
|
|
282
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
283
|
-
return {
|
|
284
|
-
flatResponse,
|
|
285
|
-
rawResponse: {
|
|
286
|
-
statusCode: currentRawResponse.status,
|
|
287
|
-
body: currentRawResponse.parsedBody,
|
|
288
|
-
headers: currentRawResponse.headers.toJSON()
|
|
289
|
-
}
|
|
290
|
-
};
|
|
291
|
-
};
|
|
292
|
-
const lro = (0, import_lroImpl.createLroSpec)({
|
|
293
|
-
sendOperationFn,
|
|
294
|
-
args: { resourceGroupName, fileSystemName, options },
|
|
295
|
-
spec: deleteOperationSpec
|
|
296
|
-
});
|
|
297
|
-
const poller = await (0, import_core_lro.createHttpPoller)(lro, {
|
|
298
|
-
restoreFrom: options?.resumeFrom,
|
|
299
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
300
|
-
resourceLocationConfig: "location"
|
|
301
|
-
});
|
|
302
|
-
await poller.poll();
|
|
303
|
-
return poller;
|
|
304
|
-
}
|
|
305
|
-
/**
|
|
306
|
-
* Delete a FileSystemResource
|
|
307
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
308
|
-
* @param fileSystemName Name of the File System resource
|
|
309
|
-
* @param options The options parameters.
|
|
310
|
-
*/
|
|
311
|
-
async beginDeleteAndWait(resourceGroupName, fileSystemName, options) {
|
|
312
|
-
const poller = await this.beginDelete(
|
|
313
|
-
resourceGroupName,
|
|
314
|
-
fileSystemName,
|
|
315
|
-
options
|
|
316
|
-
);
|
|
317
|
-
return poller.pollUntilDone();
|
|
318
|
-
}
|
|
319
|
-
/**
|
|
320
|
-
* ListBySubscriptionNext
|
|
321
|
-
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
322
|
-
* @param options The options parameters.
|
|
323
|
-
*/
|
|
324
|
-
_listBySubscriptionNext(nextLink, options) {
|
|
325
|
-
return this.client.sendOperationRequest(
|
|
326
|
-
{ nextLink, options },
|
|
327
|
-
listBySubscriptionNextOperationSpec
|
|
328
|
-
);
|
|
329
|
-
}
|
|
330
|
-
/**
|
|
331
|
-
* ListByResourceGroupNext
|
|
332
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
333
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
334
|
-
* @param options The options parameters.
|
|
335
|
-
*/
|
|
336
|
-
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
337
|
-
return this.client.sendOperationRequest(
|
|
338
|
-
{ resourceGroupName, nextLink, options },
|
|
339
|
-
listByResourceGroupNextOperationSpec
|
|
340
|
-
);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
const serializer = coreClient.createSerializer(
|
|
344
|
-
Mappers,
|
|
345
|
-
/* isXml */
|
|
346
|
-
false
|
|
347
|
-
);
|
|
348
|
-
const listBySubscriptionOperationSpec = {
|
|
349
|
-
path: "/subscriptions/{subscriptionId}/providers/Qumulo.Storage/fileSystems",
|
|
350
|
-
httpMethod: "GET",
|
|
351
|
-
responses: {
|
|
352
|
-
200: {
|
|
353
|
-
bodyMapper: Mappers.FileSystemResourceListResult
|
|
354
|
-
},
|
|
355
|
-
default: {
|
|
356
|
-
bodyMapper: Mappers.ErrorResponse
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
queryParameters: [Parameters.apiVersion],
|
|
360
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
361
|
-
headerParameters: [Parameters.accept],
|
|
362
|
-
serializer
|
|
363
|
-
};
|
|
364
|
-
const listByResourceGroupOperationSpec = {
|
|
365
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems",
|
|
366
|
-
httpMethod: "GET",
|
|
367
|
-
responses: {
|
|
368
|
-
200: {
|
|
369
|
-
bodyMapper: Mappers.FileSystemResourceListResult
|
|
370
|
-
},
|
|
371
|
-
default: {
|
|
372
|
-
bodyMapper: Mappers.ErrorResponse
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
queryParameters: [Parameters.apiVersion],
|
|
376
|
-
urlParameters: [
|
|
377
|
-
Parameters.$host,
|
|
378
|
-
Parameters.subscriptionId,
|
|
379
|
-
Parameters.resourceGroupName
|
|
380
|
-
],
|
|
381
|
-
headerParameters: [Parameters.accept],
|
|
382
|
-
serializer
|
|
383
|
-
};
|
|
384
|
-
const getOperationSpec = {
|
|
385
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
|
|
386
|
-
httpMethod: "GET",
|
|
387
|
-
responses: {
|
|
388
|
-
200: {
|
|
389
|
-
bodyMapper: Mappers.FileSystemResource
|
|
390
|
-
},
|
|
391
|
-
default: {
|
|
392
|
-
bodyMapper: Mappers.ErrorResponse
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
queryParameters: [Parameters.apiVersion],
|
|
396
|
-
urlParameters: [
|
|
397
|
-
Parameters.$host,
|
|
398
|
-
Parameters.subscriptionId,
|
|
399
|
-
Parameters.resourceGroupName,
|
|
400
|
-
Parameters.fileSystemName
|
|
401
|
-
],
|
|
402
|
-
headerParameters: [Parameters.accept],
|
|
403
|
-
serializer
|
|
404
|
-
};
|
|
405
|
-
const createOrUpdateOperationSpec = {
|
|
406
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
|
|
407
|
-
httpMethod: "PUT",
|
|
408
|
-
responses: {
|
|
409
|
-
200: {
|
|
410
|
-
bodyMapper: Mappers.FileSystemResource
|
|
411
|
-
},
|
|
412
|
-
201: {
|
|
413
|
-
bodyMapper: Mappers.FileSystemResource
|
|
414
|
-
},
|
|
415
|
-
202: {
|
|
416
|
-
bodyMapper: Mappers.FileSystemResource
|
|
417
|
-
},
|
|
418
|
-
204: {
|
|
419
|
-
bodyMapper: Mappers.FileSystemResource
|
|
420
|
-
},
|
|
421
|
-
default: {
|
|
422
|
-
bodyMapper: Mappers.ErrorResponse
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
requestBody: Parameters.resource,
|
|
426
|
-
queryParameters: [Parameters.apiVersion],
|
|
427
|
-
urlParameters: [
|
|
428
|
-
Parameters.$host,
|
|
429
|
-
Parameters.subscriptionId,
|
|
430
|
-
Parameters.resourceGroupName,
|
|
431
|
-
Parameters.fileSystemName
|
|
432
|
-
],
|
|
433
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
434
|
-
mediaType: "json",
|
|
435
|
-
serializer
|
|
436
|
-
};
|
|
437
|
-
const updateOperationSpec = {
|
|
438
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
|
|
439
|
-
httpMethod: "PATCH",
|
|
440
|
-
responses: {
|
|
441
|
-
200: {
|
|
442
|
-
bodyMapper: Mappers.FileSystemResource
|
|
443
|
-
},
|
|
444
|
-
default: {
|
|
445
|
-
bodyMapper: Mappers.ErrorResponse
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
requestBody: Parameters.properties,
|
|
449
|
-
queryParameters: [Parameters.apiVersion],
|
|
450
|
-
urlParameters: [
|
|
451
|
-
Parameters.$host,
|
|
452
|
-
Parameters.subscriptionId,
|
|
453
|
-
Parameters.resourceGroupName,
|
|
454
|
-
Parameters.fileSystemName
|
|
455
|
-
],
|
|
456
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
457
|
-
mediaType: "json",
|
|
458
|
-
serializer
|
|
459
|
-
};
|
|
460
|
-
const deleteOperationSpec = {
|
|
461
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}",
|
|
462
|
-
httpMethod: "DELETE",
|
|
463
|
-
responses: {
|
|
464
|
-
200: {
|
|
465
|
-
headersMapper: Mappers.FileSystemsDeleteHeaders
|
|
466
|
-
},
|
|
467
|
-
201: {
|
|
468
|
-
headersMapper: Mappers.FileSystemsDeleteHeaders
|
|
469
|
-
},
|
|
470
|
-
202: {
|
|
471
|
-
headersMapper: Mappers.FileSystemsDeleteHeaders
|
|
472
|
-
},
|
|
473
|
-
204: {
|
|
474
|
-
headersMapper: Mappers.FileSystemsDeleteHeaders
|
|
475
|
-
},
|
|
476
|
-
default: {
|
|
477
|
-
bodyMapper: Mappers.ErrorResponse
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
queryParameters: [Parameters.apiVersion],
|
|
481
|
-
urlParameters: [
|
|
482
|
-
Parameters.$host,
|
|
483
|
-
Parameters.subscriptionId,
|
|
484
|
-
Parameters.resourceGroupName,
|
|
485
|
-
Parameters.fileSystemName
|
|
486
|
-
],
|
|
487
|
-
headerParameters: [Parameters.accept],
|
|
488
|
-
serializer
|
|
489
|
-
};
|
|
490
|
-
const listBySubscriptionNextOperationSpec = {
|
|
491
|
-
path: "{nextLink}",
|
|
492
|
-
httpMethod: "GET",
|
|
493
|
-
responses: {
|
|
494
|
-
200: {
|
|
495
|
-
bodyMapper: Mappers.FileSystemResourceListResult
|
|
496
|
-
},
|
|
497
|
-
default: {
|
|
498
|
-
bodyMapper: Mappers.ErrorResponse
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
urlParameters: [
|
|
502
|
-
Parameters.$host,
|
|
503
|
-
Parameters.nextLink,
|
|
504
|
-
Parameters.subscriptionId
|
|
505
|
-
],
|
|
506
|
-
headerParameters: [Parameters.accept],
|
|
507
|
-
serializer
|
|
508
|
-
};
|
|
509
|
-
const listByResourceGroupNextOperationSpec = {
|
|
510
|
-
path: "{nextLink}",
|
|
511
|
-
httpMethod: "GET",
|
|
512
|
-
responses: {
|
|
513
|
-
200: {
|
|
514
|
-
bodyMapper: Mappers.FileSystemResourceListResult
|
|
515
|
-
},
|
|
516
|
-
default: {
|
|
517
|
-
bodyMapper: Mappers.ErrorResponse
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
urlParameters: [
|
|
521
|
-
Parameters.$host,
|
|
522
|
-
Parameters.nextLink,
|
|
523
|
-
Parameters.subscriptionId,
|
|
524
|
-
Parameters.resourceGroupName
|
|
525
|
-
],
|
|
526
|
-
headerParameters: [Parameters.accept],
|
|
527
|
-
serializer
|
|
528
|
-
};
|
|
529
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
530
|
-
0 && (module.exports = {
|
|
531
|
-
FileSystemsImpl
|
|
532
|
-
});
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/liftrqumulo/arm-qumulo/src/operations/fileSystems.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { FileSystems } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { QumuloStorage } from \"../qumuloStorage.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n FileSystemResource,\n FileSystemsListBySubscriptionNextOptionalParams,\n FileSystemsListBySubscriptionOptionalParams,\n FileSystemsListBySubscriptionResponse,\n FileSystemsListByResourceGroupNextOptionalParams,\n FileSystemsListByResourceGroupOptionalParams,\n FileSystemsListByResourceGroupResponse,\n FileSystemsGetOptionalParams,\n FileSystemsGetResponse,\n FileSystemsCreateOrUpdateOptionalParams,\n FileSystemsCreateOrUpdateResponse,\n FileSystemResourceUpdate,\n FileSystemsUpdateOptionalParams,\n FileSystemsUpdateResponse,\n FileSystemsDeleteOptionalParams,\n FileSystemsDeleteResponse,\n FileSystemsListBySubscriptionNextResponse,\n FileSystemsListByResourceGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FileSystems operations. */\nexport class FileSystemsImpl implements FileSystems {\n private readonly client: QumuloStorage;\n\n /**\n * Initialize a new instance of the class FileSystems class.\n * @param client Reference to the service client\n */\n constructor(client: QumuloStorage) {\n this.client = client;\n }\n\n /**\n * List FileSystemResource resources by subscription ID\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: FileSystemsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<FileSystemResource> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: FileSystemsListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<FileSystemResource[]> {\n let result: FileSystemsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: FileSystemsListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<FileSystemResource> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List FileSystemResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: FileSystemsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<FileSystemResource> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: FileSystemsListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<FileSystemResource[]> {\n let result: FileSystemsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: FileSystemsListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<FileSystemResource> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List FileSystemResource resources by subscription ID\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: FileSystemsListBySubscriptionOptionalParams,\n ): Promise<FileSystemsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * List FileSystemResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: FileSystemsListByResourceGroupOptionalParams,\n ): Promise<FileSystemsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get a FileSystemResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param fileSystemName Name of the File System resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n fileSystemName: string,\n options?: FileSystemsGetOptionalParams,\n ): Promise<FileSystemsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, fileSystemName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a FileSystemResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param fileSystemName Name of the File System resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n fileSystemName: string,\n resource: FileSystemResource,\n options?: FileSystemsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FileSystemsCreateOrUpdateResponse>,\n FileSystemsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<FileSystemsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, fileSystemName, resource, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n FileSystemsCreateOrUpdateResponse,\n OperationState<FileSystemsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a FileSystemResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param fileSystemName Name of the File System resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n fileSystemName: string,\n resource: FileSystemResource,\n options?: FileSystemsCreateOrUpdateOptionalParams,\n ): Promise<FileSystemsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n fileSystemName,\n resource,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a FileSystemResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param fileSystemName Name of the File System resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n fileSystemName: string,\n properties: FileSystemResourceUpdate,\n options?: FileSystemsUpdateOptionalParams,\n ): Promise<FileSystemsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, fileSystemName, properties, options },\n updateOperationSpec,\n );\n }\n\n /**\n * Delete a FileSystemResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param fileSystemName Name of the File System resource\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n fileSystemName: string,\n options?: FileSystemsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FileSystemsDeleteResponse>,\n FileSystemsDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<FileSystemsDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, fileSystemName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n FileSystemsDeleteResponse,\n OperationState<FileSystemsDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a FileSystemResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param fileSystemName Name of the File System resource\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n fileSystemName: string,\n options?: FileSystemsDeleteOptionalParams,\n ): Promise<FileSystemsDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n fileSystemName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: FileSystemsListBySubscriptionNextOptionalParams,\n ): Promise<FileSystemsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: FileSystemsListByResourceGroupNextOptionalParams,\n ): Promise<FileSystemsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Qumulo.Storage/fileSystems\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.fileSystemName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResource,\n },\n 201: {\n bodyMapper: Mappers.FileSystemResource,\n },\n 202: {\n bodyMapper: Mappers.FileSystemResource,\n },\n 204: {\n bodyMapper: Mappers.FileSystemResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.fileSystemName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.properties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.fileSystemName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Qumulo.Storage/fileSystems/{fileSystemName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.FileSystemsDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.FileSystemsDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.FileSystemsDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.FileSystemsDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.fileSystemName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FileSystemResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AASA,0BAAqC;AAErC,iBAA4B;AAC5B,cAAyB;AACzB,iBAA4B;AAE5B,sBAIO;AACP,qBAA8B;AAwBvB,MAAM,gBAAuC;AAAA,EACjC;AAAA;AAAA;AAAA;AAAA;AAAA,EAMjB,YAAY,QAAuB;AACjC,SAAK,SAAS;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMO,mBACL,SACgD;AAChD,UAAM,OAAO,KAAK,4BAA4B,OAAO;AACrD,WAAO;AAAA,MACL,OAAO;AACL,eAAO,KAAK,KAAK;AAAA,MACnB;AAAA,MACA,CAAC,OAAO,aAAa,IAAI;AACvB,eAAO;AAAA,MACT;AAAA,MACA,QAAQ,CAAC,aAA4B;AACnC,YAAI,UAAU,aAAa;AACzB,gBAAM,IAAI,MAAM,iDAAiD;AAAA,QACnE;AACA,eAAO,KAAK,6BAA6B,SAAS,QAAQ;AAAA,MAC5D;AAAA,IACF;AAAA,EACF;AAAA,EAEA,OAAe,6BACb,SACA,UAC6C;AAC7C,QAAI;AACJ,QAAI,oBAAoB,UAAU;AAClC,QAAI,CAAC,mBAAmB;AACtB,eAAS,MAAM,KAAK,oBAAoB,OAAO;AAC/C,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,0BAAoB,OAAO;AAC3B,oDAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AACA,WAAO,mBAAmB;AACxB,eAAS,MAAM,KAAK,wBAAwB,mBAAmB,OAAO;AACtE,0BAAoB,OAAO;AAC3B,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,oDAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AAAA,EACF;AAAA,EAEA,OAAe,4BACb,SAC2C;AAC3C,qBAAiB,QAAQ,KAAK,6BAA6B,OAAO,GAAG;AACnE,aAAO;AAAA,IACT;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOO,oBACL,mBACA,SACgD;AAChD,UAAM,OAAO,KAAK,6BAA6B,mBAAmB,OAAO;AACzE,WAAO;AAAA,MACL,OAAO;AACL,eAAO,KAAK,KAAK;AAAA,MACnB;AAAA,MACA,CAAC,OAAO,aAAa,IAAI;AACvB,eAAO;AAAA,MACT;AAAA,MACA,QAAQ,CAAC,aAA4B;AACnC,YAAI,UAAU,aAAa;AACzB,gBAAM,IAAI,MAAM,iDAAiD;AAAA,QACnE;AACA,eAAO,KAAK;AAAA,UACV;AAAA,UACA;AAAA,UACA;AAAA,QACF;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EAEA,OAAe,8BACb,mBACA,SACA,UAC6C;AAC7C,QAAI;AACJ,QAAI,oBAAoB,UAAU;AAClC,QAAI,CAAC,mBAAmB;AACtB,eAAS,MAAM,KAAK,qBAAqB,mBAAmB,OAAO;AACnE,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,0BAAoB,OAAO;AAC3B,oDAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AACA,WAAO,mBAAmB;AACxB,eAAS,MAAM,KAAK;AAAA,QAClB;AAAA,QACA;AAAA,QACA;AAAA,MACF;AACA,0BAAoB,OAAO;AAC3B,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,oDAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AAAA,EACF;AAAA,EAEA,OAAe,6BACb,mBACA,SAC2C;AAC3C,qBAAiB,QAAQ,KAAK;AAAA,MAC5B;AAAA,MACA;AAAA,IACF,GAAG;AACD,aAAO;AAAA,IACT;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMQ,oBACN,SACgD;AAChD,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,QAAQ;AAAA,MACV;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOQ,qBACN,mBACA,SACiD;AACjD,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,mBAAmB,QAAQ;AAAA,MAC7B;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,IACE,mBACA,gBACA,SACiC;AACjC,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,mBAAmB,gBAAgB,QAAQ;AAAA,MAC7C;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASA,MAAM,oBACJ,mBACA,gBACA,UACA,SAMA;AACA,UAAM,sBAAsB,OAC1B,MACA,SAC+C;AAC/C,aAAO,KAAK,OAAO,qBAAqB,MAAM,IAAI;AAAA,IACpD;AACA,UAAM,kBAAkB,OACtB,MACA,SACG;AACH,UAAI,qBACF;AACF,YAAM,mBAAmB,KAAK,SAAS;AACvC,YAAM,WAA2C,CAC/C,aACAA,kBACG;AACH,6BAAqB;AACrB,2BAAmB,aAAaA,aAAY;AAAA,MAC9C;AACA,YAAM,cAAc;AAAA,QAClB,GAAG;AAAA,QACH,SAAS;AAAA,UACP,GAAG,KAAK;AAAA,UACR,YAAY;AAAA,QACd;AAAA,MACF;AACA,YAAM,eAAe,MAAM,oBAAoB,aAAa,IAAI;AAChE,aAAO;AAAA,QACL;AAAA,QACA,aAAa;AAAA,UACX,YAAY,mBAAoB;AAAA,UAChC,MAAM,mBAAoB;AAAA,UAC1B,SAAS,mBAAoB,QAAQ,OAAO;AAAA,QAC9C;AAAA,MACF;AAAA,IACF;AAEA,UAAM,UAAM,8BAAc;AAAA,MACxB;AAAA,MACA,MAAM,EAAE,mBAAmB,gBAAgB,UAAU,QAAQ;AAAA,MAC7D,MAAM;AAAA,IACR,CAAC;AACD,UAAM,SAAS,UAAM,kCAGnB,KAAK;AAAA,MACL,aAAa,SAAS;AAAA,MACtB,cAAc,SAAS;AAAA,MACvB,wBAAwB;AAAA,IAC1B,CAAC;AACD,UAAM,OAAO,KAAK;AAClB,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASA,MAAM,2BACJ,mBACA,gBACA,UACA,SAC4C;AAC5C,UAAM,SAAS,MAAM,KAAK;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AACA,WAAO,OAAO,cAAc;AAAA,EAC9B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASA,OACE,mBACA,gBACA,YACA,SACoC;AACpC,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,mBAAmB,gBAAgB,YAAY,QAAQ;AAAA,MACzD;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,MAAM,YACJ,mBACA,gBACA,SAMA;AACA,UAAM,sBAAsB,OAC1B,MACA,SACuC;AACvC,aAAO,KAAK,OAAO,qBAAqB,MAAM,IAAI;AAAA,IACpD;AACA,UAAM,kBAAkB,OACtB,MACA,SACG;AACH,UAAI,qBACF;AACF,YAAM,mBAAmB,KAAK,SAAS;AACvC,YAAM,WAA2C,CAC/C,aACAA,kBACG;AACH,6BAAqB;AACrB,2BAAmB,aAAaA,aAAY;AAAA,MAC9C;AACA,YAAM,cAAc;AAAA,QAClB,GAAG;AAAA,QACH,SAAS;AAAA,UACP,GAAG,KAAK;AAAA,UACR,YAAY;AAAA,QACd;AAAA,MACF;AACA,YAAM,eAAe,MAAM,oBAAoB,aAAa,IAAI;AAChE,aAAO;AAAA,QACL;AAAA,QACA,aAAa;AAAA,UACX,YAAY,mBAAoB;AAAA,UAChC,MAAM,mBAAoB;AAAA,UAC1B,SAAS,mBAAoB,QAAQ,OAAO;AAAA,QAC9C;AAAA,MACF;AAAA,IACF;AAEA,UAAM,UAAM,8BAAc;AAAA,MACxB;AAAA,MACA,MAAM,EAAE,mBAAmB,gBAAgB,QAAQ;AAAA,MACnD,MAAM;AAAA,IACR,CAAC;AACD,UAAM,SAAS,UAAM,kCAGnB,KAAK;AAAA,MACL,aAAa,SAAS;AAAA,MACtB,cAAc,SAAS;AAAA,MACvB,wBAAwB;AAAA,IAC1B,CAAC;AACD,UAAM,OAAO,KAAK;AAClB,WAAO;AAAA,EACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,MAAM,mBACJ,mBACA,gBACA,SACoC;AACpC,UAAM,SAAS,MAAM,KAAK;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,IACF;AACA,WAAO,OAAO,cAAc;AAAA,EAC9B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOQ,wBACN,UACA,SACoD;AACpD,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,UAAU,QAAQ;AAAA,MACpB;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQQ,yBACN,mBACA,UACA,SACqD;AACrD,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,mBAAmB,UAAU,QAAQ;AAAA,MACvC;AAAA,IACF;AAAA,EACF;AACF;AAEA,MAAM,aAAa,WAAW;AAAA,EAAiB;AAAA;AAAA,EAAqB;AAAK;AAEzE,MAAM,kCAA4D;AAAA,EAChE,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe,CAAC,WAAW,OAAO,WAAW,cAAc;AAAA,EAC3D,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,mCAA6D;AAAA,EACjE,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,mBAA6C;AAAA,EACjD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,8BAAwD;AAAA,EAC5D,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,aAAa,WAAW;AAAA,EACxB,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,QAAQ,WAAW,WAAW;AAAA,EAC5D,WAAW;AAAA,EACX;AACF;AACA,MAAM,sBAAgD;AAAA,EACpD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,aAAa,WAAW;AAAA,EACxB,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,QAAQ,WAAW,WAAW;AAAA,EAC5D,WAAW;AAAA,EACX;AACF;AACA,MAAM,sBAAgD;AAAA,EACpD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,eAAe,QAAQ;AAAA,IACzB;AAAA,IACA,KAAK;AAAA,MACH,eAAe,QAAQ;AAAA,IACzB;AAAA,IACA,KAAK;AAAA,MACH,eAAe,QAAQ;AAAA,IACzB;AAAA,IACA,KAAK;AAAA,MACH,eAAe,QAAQ;AAAA,IACzB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,sCAAgE;AAAA,EACpE,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,uCAAiE;AAAA,EACrE,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,eAAe;AAAA,IACb,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,IACX,WAAW;AAAA,EACb;AAAA,EACA,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;",
|
|
6
|
-
"names": ["flatResponse"]
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/liftrqumulo/arm-qumulo/src/operations/index.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./fileSystems.js\";\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAQA,+BAAc,4BARd;AASA,+BAAc,6BATd;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { QumuloStorage } from "../qumuloStorage.js";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: QumuloStorage);
|
|
13
|
-
/**
|
|
14
|
-
* List the operations for the provider
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* List the operations for the provider
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;IAEvC;;;OAGG;gBACS,MAAM,EAAE,aAAa;IAIjC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|