@azure/arm-devopsinfrastructure 1.0.0-alpha.20241127.1 → 1.0.0-alpha.20241129.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -11
- package/README.md +19 -22
- package/dist/browser/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/browser/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/browser/api/devOpsInfrastructureContext.js +34 -0
- package/dist/browser/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/browser/api/imageVersions/index.d.ts +9 -0
- package/dist/browser/api/imageVersions/index.d.ts.map +1 -0
- package/dist/browser/api/imageVersions/index.js +22 -0
- package/dist/browser/api/imageVersions/index.js.map +1 -0
- package/dist/browser/api/index.d.ts +9 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +10 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +9 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +22 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/options.d.ts +41 -0
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/pools/index.d.ts +30 -0
- package/dist/browser/api/pools/index.d.ts.map +1 -0
- package/dist/browser/api/pools/index.js +119 -0
- package/dist/browser/api/pools/index.js.map +1 -0
- package/dist/browser/api/resourceDetails/index.d.ts +9 -0
- package/dist/browser/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/browser/api/resourceDetails/index.js +22 -0
- package/dist/browser/api/resourceDetails/index.js.map +1 -0
- package/dist/browser/api/sku/index.d.ts +9 -0
- package/dist/browser/api/sku/index.d.ts.map +1 -0
- package/dist/browser/api/sku/index.js +22 -0
- package/dist/browser/api/sku/index.js.map +1 -0
- package/dist/browser/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/browser/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/browser/api/subscriptionUsages/index.js +22 -0
- package/dist/browser/api/subscriptionUsages/index.js.map +1 -0
- package/dist/browser/classic/imageVersions/index.d.ts +14 -0
- package/dist/browser/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/browser/classic/imageVersions/index.js +12 -0
- package/dist/browser/classic/imageVersions/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +7 -0
- package/dist/browser/classic/index.d.ts.map +1 -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 +14 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/pools/index.d.ts +30 -0
- package/dist/browser/classic/pools/index.d.ts.map +1 -0
- package/dist/browser/classic/pools/index.js +17 -0
- package/dist/browser/classic/pools/index.js.map +1 -0
- package/dist/browser/classic/resourceDetails/index.d.ts +14 -0
- package/dist/browser/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/browser/classic/resourceDetails/index.js +12 -0
- package/dist/browser/classic/resourceDetails/index.js.map +1 -0
- package/dist/browser/classic/sku/index.d.ts +14 -0
- package/dist/browser/classic/sku/index.d.ts.map +1 -0
- package/dist/browser/classic/sku/index.js +12 -0
- package/dist/browser/classic/sku/index.js.map +1 -0
- package/dist/browser/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/browser/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/browser/classic/subscriptionUsages/index.js +12 -0
- package/dist/browser/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/browser/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/browser/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/browser/devOpsInfrastructureClient.js +27 -0
- package/dist/browser/devOpsInfrastructureClient.js.map +1 -0
- package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/helpers/serializerHelpers.js +24 -0
- package/dist/browser/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +8 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +678 -836
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +1038 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +98 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.js +37 -0
- package/dist/commonjs/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/commonjs/api/imageVersions/index.d.ts +9 -0
- package/dist/commonjs/api/imageVersions/index.d.ts.map +1 -0
- package/dist/commonjs/api/imageVersions/index.js +27 -0
- package/dist/commonjs/api/imageVersions/index.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +9 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +25 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +9 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/options.d.ts +41 -0
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js +5 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/api/pools/index.d.ts +30 -0
- package/dist/commonjs/api/pools/index.d.ts.map +1 -0
- package/dist/commonjs/api/pools/index.js +139 -0
- package/dist/commonjs/api/pools/index.js.map +1 -0
- package/dist/commonjs/api/resourceDetails/index.d.ts +9 -0
- package/dist/commonjs/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/commonjs/api/resourceDetails/index.js +27 -0
- package/dist/commonjs/api/resourceDetails/index.js.map +1 -0
- package/dist/commonjs/api/sku/index.d.ts +9 -0
- package/dist/commonjs/api/sku/index.d.ts.map +1 -0
- package/dist/commonjs/api/sku/index.js +27 -0
- package/dist/commonjs/api/sku/index.js.map +1 -0
- package/dist/commonjs/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/commonjs/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/commonjs/api/subscriptionUsages/index.js +27 -0
- package/dist/commonjs/api/subscriptionUsages/index.js.map +1 -0
- package/dist/commonjs/classic/imageVersions/index.d.ts +14 -0
- package/dist/commonjs/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/commonjs/classic/imageVersions/index.js +16 -0
- package/dist/commonjs/classic/imageVersions/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +7 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +14 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +16 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/pools/index.d.ts +30 -0
- package/dist/commonjs/classic/pools/index.d.ts.map +1 -0
- package/dist/commonjs/classic/pools/index.js +21 -0
- package/dist/commonjs/classic/pools/index.js.map +1 -0
- package/dist/commonjs/classic/resourceDetails/index.d.ts +14 -0
- package/dist/commonjs/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/commonjs/classic/resourceDetails/index.js +16 -0
- package/dist/commonjs/classic/resourceDetails/index.js.map +1 -0
- package/dist/commonjs/classic/sku/index.d.ts +14 -0
- package/dist/commonjs/classic/sku/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sku/index.js +16 -0
- package/dist/commonjs/classic/sku/index.js.map +1 -0
- package/dist/commonjs/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/commonjs/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/commonjs/classic/subscriptionUsages/index.js +16 -0
- package/dist/commonjs/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/commonjs/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/commonjs/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/commonjs/devOpsInfrastructureClient.js +31 -0
- package/dist/commonjs/devOpsInfrastructureClient.js.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.js +27 -0
- package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +8 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +27 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +23 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +886 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +1149 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +101 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/esm/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/esm/api/devOpsInfrastructureContext.js +34 -0
- package/dist/esm/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/esm/api/imageVersions/index.d.ts +9 -0
- package/dist/esm/api/imageVersions/index.d.ts.map +1 -0
- package/dist/esm/api/imageVersions/index.js +22 -0
- package/dist/esm/api/imageVersions/index.js.map +1 -0
- package/dist/esm/api/index.d.ts +9 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +10 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +9 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +22 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/options.d.ts +41 -0
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/pools/index.d.ts +30 -0
- package/dist/esm/api/pools/index.d.ts.map +1 -0
- package/dist/esm/api/pools/index.js +119 -0
- package/dist/esm/api/pools/index.js.map +1 -0
- package/dist/esm/api/resourceDetails/index.d.ts +9 -0
- package/dist/esm/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/esm/api/resourceDetails/index.js +22 -0
- package/dist/esm/api/resourceDetails/index.js.map +1 -0
- package/dist/esm/api/sku/index.d.ts +9 -0
- package/dist/esm/api/sku/index.d.ts.map +1 -0
- package/dist/esm/api/sku/index.js +22 -0
- package/dist/esm/api/sku/index.js.map +1 -0
- package/dist/esm/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/esm/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/esm/api/subscriptionUsages/index.js +22 -0
- package/dist/esm/api/subscriptionUsages/index.js.map +1 -0
- package/dist/esm/classic/imageVersions/index.d.ts +14 -0
- package/dist/esm/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/esm/classic/imageVersions/index.js +12 -0
- package/dist/esm/classic/imageVersions/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +7 -0
- package/dist/esm/classic/index.d.ts.map +1 -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 +14 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/pools/index.d.ts +30 -0
- package/dist/esm/classic/pools/index.d.ts.map +1 -0
- package/dist/esm/classic/pools/index.js +17 -0
- package/dist/esm/classic/pools/index.js.map +1 -0
- package/dist/esm/classic/resourceDetails/index.d.ts +14 -0
- package/dist/esm/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/esm/classic/resourceDetails/index.js +12 -0
- package/dist/esm/classic/resourceDetails/index.js.map +1 -0
- package/dist/esm/classic/sku/index.d.ts +14 -0
- package/dist/esm/classic/sku/index.d.ts.map +1 -0
- package/dist/esm/classic/sku/index.js +12 -0
- package/dist/esm/classic/sku/index.js.map +1 -0
- package/dist/esm/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/esm/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/esm/classic/subscriptionUsages/index.js +12 -0
- package/dist/esm/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/esm/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/esm/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/esm/devOpsInfrastructureClient.js +27 -0
- package/dist/esm/devOpsInfrastructureClient.js.map +1 -0
- package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/helpers/serializerHelpers.js +24 -0
- package/dist/esm/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +886 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +1038 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +98 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/devOpsInfrastructureContext.d.ts +12 -0
- package/dist/react-native/api/devOpsInfrastructureContext.d.ts.map +1 -0
- package/dist/react-native/api/devOpsInfrastructureContext.js +34 -0
- package/dist/react-native/api/devOpsInfrastructureContext.js.map +1 -0
- package/dist/react-native/api/imageVersions/index.d.ts +9 -0
- package/dist/react-native/api/imageVersions/index.d.ts.map +1 -0
- package/dist/react-native/api/imageVersions/index.js +22 -0
- package/dist/react-native/api/imageVersions/index.js.map +1 -0
- package/dist/react-native/api/index.d.ts +9 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +10 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +9 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +22 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/options.d.ts +41 -0
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/pools/index.d.ts +30 -0
- package/dist/react-native/api/pools/index.d.ts.map +1 -0
- package/dist/react-native/api/pools/index.js +119 -0
- package/dist/react-native/api/pools/index.js.map +1 -0
- package/dist/react-native/api/resourceDetails/index.d.ts +9 -0
- package/dist/react-native/api/resourceDetails/index.d.ts.map +1 -0
- package/dist/react-native/api/resourceDetails/index.js +22 -0
- package/dist/react-native/api/resourceDetails/index.js.map +1 -0
- package/dist/react-native/api/sku/index.d.ts +9 -0
- package/dist/react-native/api/sku/index.d.ts.map +1 -0
- package/dist/react-native/api/sku/index.js +22 -0
- package/dist/react-native/api/sku/index.js.map +1 -0
- package/dist/react-native/api/subscriptionUsages/index.d.ts +9 -0
- package/dist/react-native/api/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/react-native/api/subscriptionUsages/index.js +22 -0
- package/dist/react-native/api/subscriptionUsages/index.js.map +1 -0
- package/dist/react-native/classic/imageVersions/index.d.ts +14 -0
- package/dist/react-native/classic/imageVersions/index.d.ts.map +1 -0
- package/dist/react-native/classic/imageVersions/index.js +12 -0
- package/dist/react-native/classic/imageVersions/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +7 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +14 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/pools/index.d.ts +30 -0
- package/dist/react-native/classic/pools/index.d.ts.map +1 -0
- package/dist/react-native/classic/pools/index.js +17 -0
- package/dist/react-native/classic/pools/index.js.map +1 -0
- package/dist/react-native/classic/resourceDetails/index.d.ts +14 -0
- package/dist/react-native/classic/resourceDetails/index.d.ts.map +1 -0
- package/dist/react-native/classic/resourceDetails/index.js +12 -0
- package/dist/react-native/classic/resourceDetails/index.js.map +1 -0
- package/dist/react-native/classic/sku/index.d.ts +14 -0
- package/dist/react-native/classic/sku/index.d.ts.map +1 -0
- package/dist/react-native/classic/sku/index.js +12 -0
- package/dist/react-native/classic/sku/index.js.map +1 -0
- package/dist/react-native/classic/subscriptionUsages/index.d.ts +14 -0
- package/dist/react-native/classic/subscriptionUsages/index.d.ts.map +1 -0
- package/dist/react-native/classic/subscriptionUsages/index.js +12 -0
- package/dist/react-native/classic/subscriptionUsages/index.js.map +1 -0
- package/dist/react-native/devOpsInfrastructureClient.d.ts +29 -0
- package/dist/react-native/devOpsInfrastructureClient.d.ts.map +1 -0
- package/dist/react-native/devOpsInfrastructureClient.js +27 -0
- package/dist/react-native/devOpsInfrastructureClient.js.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.js +24 -0
- package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +8 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -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 +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +886 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +1038 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +98 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +128 -81
- package/review/arm-devopsinfrastructure-models.api.md +504 -0
- package/review/arm-devopsinfrastructure.api.md +110 -299
- package/dist/index.js +0 -3582
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts +0 -2
- package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js +0 -55
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +0 -61
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/poolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsGetSample.js +0 -39
- package/dist-esm/samples-dev/poolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/poolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/poolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/poolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/poolsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/poolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.d.ts +0 -2
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.js +0 -55
- package/dist-esm/samples-dev/resourceDetailsListByPoolSample.js.map +0 -1
- package/dist-esm/samples-dev/skuListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/skuListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skuListByLocationSample.js +0 -54
- package/dist-esm/samples-dev/skuListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.js +0 -54
- package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/managedDevOpsInfrastructure.d.ts +0 -25
- package/dist-esm/src/managedDevOpsInfrastructure.d.ts.map +0 -1
- package/dist-esm/src/managedDevOpsInfrastructure.js +0 -105
- package/dist-esm/src/managedDevOpsInfrastructure.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -182
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -86
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1766
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -14
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -135
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/imageVersions.d.ts +0 -38
- package/dist-esm/src/operations/imageVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/imageVersions.js +0 -150
- package/dist-esm/src/operations/imageVersions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/pools.d.ts +0 -107
- package/dist-esm/src/operations/pools.d.ts.map +0 -1
- package/dist-esm/src/operations/pools.js +0 -554
- package/dist-esm/src/operations/pools.js.map +0 -1
- package/dist-esm/src/operations/resourceDetails.d.ts +0 -38
- package/dist-esm/src/operations/resourceDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/resourceDetails.js +0 -150
- package/dist-esm/src/operations/resourceDetails.js.map +0 -1
- package/dist-esm/src/operations/sku.d.ts +0 -35
- package/dist-esm/src/operations/sku.d.ts.map +0 -1
- package/dist-esm/src/operations/sku.js +0 -145
- package/dist-esm/src/operations/sku.js.map +0 -1
- package/dist-esm/src/operations/subscriptionUsages.d.ts +0 -35
- package/dist-esm/src/operations/subscriptionUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptionUsages.js +0 -145
- package/dist-esm/src/operations/subscriptionUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/imageVersions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/imageVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/imageVersions.js +0 -9
- package/dist-esm/src/operationsInterfaces/imageVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/pools.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/pools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/pools.js +0 -9
- package/dist-esm/src/operationsInterfaces/pools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceDetails.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/resourceDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/resourceDetails.js +0 -9
- package/dist-esm/src/operationsInterfaces/resourceDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sku.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/sku.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sku.js +0 -9
- package/dist-esm/src/operationsInterfaces/sku.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.js +0 -9
- package/dist-esm/src/operationsInterfaces/subscriptionUsages.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.js +0 -74
- package/dist-esm/test/devopsinfrastructure_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/managedDevOpsInfrastructure.ts +0 -165
- package/src/models/index.ts +0 -1197
- package/src/models/mappers.ts +0 -1899
- package/src/models/parameters.ts +0 -155
- package/src/operations/imageVersions.ts +0 -197
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -149
- package/src/operations/pools.ts +0 -718
- package/src/operations/resourceDetails.ts +0 -193
- package/src/operations/sku.ts +0 -176
- package/src/operations/subscriptionUsages.ts +0 -176
- package/src/operationsInterfaces/imageVersions.ts +0 -29
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/pools.ts +0 -139
- package/src/operationsInterfaces/resourceDetails.ts +0 -29
- package/src/operationsInterfaces/sku.ts +0 -24
- package/src/operationsInterfaces/subscriptionUsages.ts +0 -27
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-devopsinfrastructure.d.ts +0 -1336
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,886 @@
|
|
|
1
|
+
/** The response of a ImageVersion list operation. */
|
|
2
|
+
export interface _ImageVersionListResult {
|
|
3
|
+
/** The ImageVersion items on this page */
|
|
4
|
+
value: ImageVersion[];
|
|
5
|
+
/** The link to the next page of items */
|
|
6
|
+
nextLink?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function _imageVersionListResultDeserializer(item: any): _ImageVersionListResult;
|
|
9
|
+
export declare function imageVersionArrayDeserializer(result: Array<ImageVersion>): any[];
|
|
10
|
+
/** An image version object */
|
|
11
|
+
export interface ImageVersion extends ProxyResource {
|
|
12
|
+
/** The resource-specific properties for this resource. */
|
|
13
|
+
properties?: ImageVersionProperties;
|
|
14
|
+
}
|
|
15
|
+
export declare function imageVersionDeserializer(item: any): ImageVersion;
|
|
16
|
+
/** Details of the ImageVersionProperties. */
|
|
17
|
+
export interface ImageVersionProperties {
|
|
18
|
+
/** Version of the image. */
|
|
19
|
+
version: string;
|
|
20
|
+
}
|
|
21
|
+
export declare function imageVersionPropertiesDeserializer(item: any): ImageVersionProperties;
|
|
22
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
23
|
+
export interface ProxyResource extends Resource {
|
|
24
|
+
}
|
|
25
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
26
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
27
|
+
export interface Resource {
|
|
28
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
29
|
+
readonly id?: string;
|
|
30
|
+
/** The name of the resource */
|
|
31
|
+
readonly name?: string;
|
|
32
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
33
|
+
readonly type?: string;
|
|
34
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
35
|
+
readonly systemData?: SystemData;
|
|
36
|
+
}
|
|
37
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
38
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
39
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
40
|
+
export interface SystemData {
|
|
41
|
+
/** The identity that created the resource. */
|
|
42
|
+
createdBy?: string;
|
|
43
|
+
/** The type of identity that created the resource. */
|
|
44
|
+
createdByType?: CreatedByType;
|
|
45
|
+
/** The timestamp of resource creation (UTC). */
|
|
46
|
+
createdAt?: Date;
|
|
47
|
+
/** The identity that last modified the resource. */
|
|
48
|
+
lastModifiedBy?: string;
|
|
49
|
+
/** The type of identity that last modified the resource. */
|
|
50
|
+
lastModifiedByType?: CreatedByType;
|
|
51
|
+
/** The timestamp of resource last modification (UTC) */
|
|
52
|
+
lastModifiedAt?: Date;
|
|
53
|
+
}
|
|
54
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
55
|
+
/** The kind of entity that created the resource. */
|
|
56
|
+
export declare enum KnownCreatedByType {
|
|
57
|
+
/** The entity was created by a user. */
|
|
58
|
+
User = "User",
|
|
59
|
+
/** The entity was created by an application. */
|
|
60
|
+
Application = "Application",
|
|
61
|
+
/** The entity was created by a managed identity. */
|
|
62
|
+
ManagedIdentity = "ManagedIdentity",
|
|
63
|
+
/** The entity was created by a key. */
|
|
64
|
+
Key = "Key"
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* The kind of entity that created the resource. \
|
|
68
|
+
* {@link KnowncreatedByType} can be used interchangeably with createdByType,
|
|
69
|
+
* this enum contains the known values that the service supports.
|
|
70
|
+
* ### Known values supported by the service
|
|
71
|
+
* **User**: The entity was created by a user. \
|
|
72
|
+
* **Application**: The entity was created by an application. \
|
|
73
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
74
|
+
* **Key**: The entity was created by a key.
|
|
75
|
+
*/
|
|
76
|
+
export type CreatedByType = string;
|
|
77
|
+
/** Paged collection of Quota items */
|
|
78
|
+
export interface _PagedQuota {
|
|
79
|
+
/** The Quota items on this page */
|
|
80
|
+
value: Quota[];
|
|
81
|
+
/** The link to the next page of items */
|
|
82
|
+
nextLink?: string;
|
|
83
|
+
}
|
|
84
|
+
export declare function _pagedQuotaDeserializer(item: any): _PagedQuota;
|
|
85
|
+
export declare function quotaArrayDeserializer(result: Array<Quota>): any[];
|
|
86
|
+
/** Describes Resource Quota */
|
|
87
|
+
export interface Quota {
|
|
88
|
+
/** The name of the quota. */
|
|
89
|
+
readonly name?: QuotaName;
|
|
90
|
+
/** Fully qualified ARM resource id */
|
|
91
|
+
id: string;
|
|
92
|
+
/** The unit of usage measurement. */
|
|
93
|
+
unit: string;
|
|
94
|
+
/** The current usage of the resource. */
|
|
95
|
+
currentValue: number;
|
|
96
|
+
/** The maximum permitted usage of the resource. */
|
|
97
|
+
limit: number;
|
|
98
|
+
}
|
|
99
|
+
export declare function quotaDeserializer(item: any): Quota;
|
|
100
|
+
/** The Quota Names */
|
|
101
|
+
export interface QuotaName {
|
|
102
|
+
/** The name of the resource. */
|
|
103
|
+
value?: string;
|
|
104
|
+
/** The localized name of the resource. */
|
|
105
|
+
localizedValue?: string;
|
|
106
|
+
}
|
|
107
|
+
export declare function quotaNameDeserializer(item: any): QuotaName;
|
|
108
|
+
/** The response of a ResourceSku list operation. */
|
|
109
|
+
export interface _ResourceSkuListResult {
|
|
110
|
+
/** The ResourceSku items on this page */
|
|
111
|
+
value: ResourceSku[];
|
|
112
|
+
/** The link to the next page of items */
|
|
113
|
+
nextLink?: string;
|
|
114
|
+
}
|
|
115
|
+
export declare function _resourceSkuListResultDeserializer(item: any): _ResourceSkuListResult;
|
|
116
|
+
export declare function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[];
|
|
117
|
+
/** A ResourceSku */
|
|
118
|
+
export interface ResourceSku extends ProxyResource {
|
|
119
|
+
/** The resource-specific properties for this resource. */
|
|
120
|
+
properties?: ResourceSkuProperties;
|
|
121
|
+
}
|
|
122
|
+
export declare function resourceSkuDeserializer(item: any): ResourceSku;
|
|
123
|
+
/** Properties of a ResourceSku */
|
|
124
|
+
export interface ResourceSkuProperties {
|
|
125
|
+
/** The type of resource the SKU applies to. */
|
|
126
|
+
resourceType: string;
|
|
127
|
+
/** The tier of virtual machines in a scale set */
|
|
128
|
+
tier: string;
|
|
129
|
+
/** The size of the SKU. */
|
|
130
|
+
size: string;
|
|
131
|
+
/** The family of the SKU. */
|
|
132
|
+
family: string;
|
|
133
|
+
/** The set of locations that the SKU is available. */
|
|
134
|
+
locations: string[];
|
|
135
|
+
/** A list of locations and availability zones in those locations where the SKU is available */
|
|
136
|
+
locationInfo: ResourceSkuLocationInfo[];
|
|
137
|
+
/** Name value pairs to describe the capability. */
|
|
138
|
+
capabilities: ResourceSkuCapabilities[];
|
|
139
|
+
/** The restrictions of the SKU. */
|
|
140
|
+
restrictions: ResourceSkuRestrictions[];
|
|
141
|
+
}
|
|
142
|
+
export declare function resourceSkuPropertiesDeserializer(item: any): ResourceSkuProperties;
|
|
143
|
+
export declare function resourceSkuLocationInfoArrayDeserializer(result: Array<ResourceSkuLocationInfo>): any[];
|
|
144
|
+
/** Describes an available Compute SKU Location Information. */
|
|
145
|
+
export interface ResourceSkuLocationInfo {
|
|
146
|
+
/** Location of the SKU */
|
|
147
|
+
location: string;
|
|
148
|
+
/** List of availability zones where the SKU is supported. */
|
|
149
|
+
zones: string[];
|
|
150
|
+
/** Gets details of capabilities available to a SKU in specific zones. */
|
|
151
|
+
zoneDetails: ResourceSkuZoneDetails[];
|
|
152
|
+
}
|
|
153
|
+
export declare function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo;
|
|
154
|
+
export declare function resourceSkuZoneDetailsArrayDeserializer(result: Array<ResourceSkuZoneDetails>): any[];
|
|
155
|
+
/** Describes The zonal capabilities of a SKU. */
|
|
156
|
+
export interface ResourceSkuZoneDetails {
|
|
157
|
+
/** Gets the set of zones that the SKU is available in with the specified capabilities. */
|
|
158
|
+
name: string[];
|
|
159
|
+
/** A list of capabilities that are available for the SKU in the specified list of zones. */
|
|
160
|
+
capabilities: ResourceSkuCapabilities[];
|
|
161
|
+
}
|
|
162
|
+
export declare function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails;
|
|
163
|
+
export declare function resourceSkuCapabilitiesArrayDeserializer(result: Array<ResourceSkuCapabilities>): any[];
|
|
164
|
+
/** Describes The SKU capabilities object. */
|
|
165
|
+
export interface ResourceSkuCapabilities {
|
|
166
|
+
/** The name of the SKU capability. */
|
|
167
|
+
name: string;
|
|
168
|
+
/** The value of the SKU capability. */
|
|
169
|
+
value: string;
|
|
170
|
+
}
|
|
171
|
+
export declare function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities;
|
|
172
|
+
export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
|
|
173
|
+
/** The restrictions of the SKU. */
|
|
174
|
+
export interface ResourceSkuRestrictions {
|
|
175
|
+
/** the type of restrictions. */
|
|
176
|
+
type?: ResourceSkuRestrictionsType;
|
|
177
|
+
/** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
|
|
178
|
+
values: string[];
|
|
179
|
+
/** The information about the restriction where the SKU cannot be used. */
|
|
180
|
+
restrictionInfo: ResourceSkuRestrictionInfo;
|
|
181
|
+
/** the reason for restriction. */
|
|
182
|
+
reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
183
|
+
}
|
|
184
|
+
export declare function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions;
|
|
185
|
+
/** Describes the kind of SKU restrictions that can exist */
|
|
186
|
+
export declare enum KnownResourceSkuRestrictionsType {
|
|
187
|
+
/** SKU restricted by location. */
|
|
188
|
+
Location = "Location",
|
|
189
|
+
/** SKU restricted by availability zone. */
|
|
190
|
+
Zone = "Zone"
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Describes the kind of SKU restrictions that can exist \
|
|
194
|
+
* {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
|
|
195
|
+
* this enum contains the known values that the service supports.
|
|
196
|
+
* ### Known values supported by the service
|
|
197
|
+
* **Location**: SKU restricted by location. \
|
|
198
|
+
* **Zone**: SKU restricted by availability zone.
|
|
199
|
+
*/
|
|
200
|
+
export type ResourceSkuRestrictionsType = string;
|
|
201
|
+
/** Describes an available Compute SKU Restriction Information. */
|
|
202
|
+
export interface ResourceSkuRestrictionInfo {
|
|
203
|
+
/** Locations where the SKU is restricted */
|
|
204
|
+
locations?: string[];
|
|
205
|
+
/** List of availability zones where the SKU is restricted. */
|
|
206
|
+
zones?: string[];
|
|
207
|
+
}
|
|
208
|
+
export declare function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo;
|
|
209
|
+
/** Describes the reason for SKU restriction. */
|
|
210
|
+
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
211
|
+
/** The restriction is due to exceeding a quota limitation. */
|
|
212
|
+
QuotaId = "QuotaId",
|
|
213
|
+
/** The restriction is not available for this subscription. */
|
|
214
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Describes the reason for SKU restriction. \
|
|
218
|
+
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
219
|
+
* this enum contains the known values that the service supports.
|
|
220
|
+
* ### Known values supported by the service
|
|
221
|
+
* **QuotaId**: The restriction is due to exceeding a quota limitation. \
|
|
222
|
+
* **NotAvailableForSubscription**: The restriction is not available for this subscription.
|
|
223
|
+
*/
|
|
224
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
225
|
+
/** The response of a ResourceDetailsObject list operation. */
|
|
226
|
+
export interface _ResourceDetailsObjectListResult {
|
|
227
|
+
/** The ResourceDetailsObject items on this page */
|
|
228
|
+
value: ResourceDetailsObject[];
|
|
229
|
+
/** The link to the next page of items */
|
|
230
|
+
nextLink?: string;
|
|
231
|
+
}
|
|
232
|
+
export declare function _resourceDetailsObjectListResultDeserializer(item: any): _ResourceDetailsObjectListResult;
|
|
233
|
+
export declare function resourceDetailsObjectArrayDeserializer(result: Array<ResourceDetailsObject>): any[];
|
|
234
|
+
/** A ResourceDetailsObject */
|
|
235
|
+
export interface ResourceDetailsObject extends ProxyResource {
|
|
236
|
+
/** The resource-specific properties for this resource. */
|
|
237
|
+
properties?: ResourceDetailsObjectProperties;
|
|
238
|
+
}
|
|
239
|
+
export declare function resourceDetailsObjectDeserializer(item: any): ResourceDetailsObject;
|
|
240
|
+
/** Details of the ResourceDetailsObject. */
|
|
241
|
+
export interface ResourceDetailsObjectProperties {
|
|
242
|
+
/** The status of the resource. */
|
|
243
|
+
status: ResourceStatus;
|
|
244
|
+
/** The image name of the resource. */
|
|
245
|
+
image: string;
|
|
246
|
+
/** The version of the image running on the resource. */
|
|
247
|
+
imageVersion: string;
|
|
248
|
+
}
|
|
249
|
+
export declare function resourceDetailsObjectPropertiesDeserializer(item: any): ResourceDetailsObjectProperties;
|
|
250
|
+
/** The status of the machine resource. */
|
|
251
|
+
export declare enum KnownResourceStatus {
|
|
252
|
+
/** Represents a machine resource that is ready. */
|
|
253
|
+
Ready = "Ready",
|
|
254
|
+
/** Represents a machine resource that is not ready. */
|
|
255
|
+
NotReady = "NotReady",
|
|
256
|
+
/** Represents a machine resource that is allocated. */
|
|
257
|
+
Allocated = "Allocated",
|
|
258
|
+
/** Represents a machine resource that is pending return. */
|
|
259
|
+
PendingReturn = "PendingReturn",
|
|
260
|
+
/** Represents a machine resource that is returned. */
|
|
261
|
+
Returned = "Returned",
|
|
262
|
+
/** Represents a machine resource that is leased. */
|
|
263
|
+
Leased = "Leased",
|
|
264
|
+
/** Represents a machine resource that is provisioning. */
|
|
265
|
+
Provisioning = "Provisioning",
|
|
266
|
+
/** Represents a machine resource that is updating. */
|
|
267
|
+
Updating = "Updating",
|
|
268
|
+
/** Represents a machine resource that is starting. */
|
|
269
|
+
Starting = "Starting",
|
|
270
|
+
/** Represents a machine resource that is pending reimage. */
|
|
271
|
+
PendingReimage = "PendingReimage",
|
|
272
|
+
/** Represents a machine resource that is reimaging. */
|
|
273
|
+
Reimaging = "Reimaging"
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* The status of the machine resource. \
|
|
277
|
+
* {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,
|
|
278
|
+
* this enum contains the known values that the service supports.
|
|
279
|
+
* ### Known values supported by the service
|
|
280
|
+
* **Ready**: Represents a machine resource that is ready. \
|
|
281
|
+
* **NotReady**: Represents a machine resource that is not ready. \
|
|
282
|
+
* **Allocated**: Represents a machine resource that is allocated. \
|
|
283
|
+
* **PendingReturn**: Represents a machine resource that is pending return. \
|
|
284
|
+
* **Returned**: Represents a machine resource that is returned. \
|
|
285
|
+
* **Leased**: Represents a machine resource that is leased. \
|
|
286
|
+
* **Provisioning**: Represents a machine resource that is provisioning. \
|
|
287
|
+
* **Updating**: Represents a machine resource that is updating. \
|
|
288
|
+
* **Starting**: Represents a machine resource that is starting. \
|
|
289
|
+
* **PendingReimage**: Represents a machine resource that is pending reimage. \
|
|
290
|
+
* **Reimaging**: Represents a machine resource that is reimaging.
|
|
291
|
+
*/
|
|
292
|
+
export type ResourceStatus = string;
|
|
293
|
+
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
294
|
+
export interface Pool extends TrackedResource {
|
|
295
|
+
/** The resource-specific properties for this resource. */
|
|
296
|
+
properties?: PoolProperties;
|
|
297
|
+
/** The managed service identities assigned to this resource. */
|
|
298
|
+
identity?: ManagedServiceIdentity;
|
|
299
|
+
}
|
|
300
|
+
export declare function poolSerializer(item: Pool): any;
|
|
301
|
+
export declare function poolDeserializer(item: any): Pool;
|
|
302
|
+
/** Pool properties */
|
|
303
|
+
export interface PoolProperties {
|
|
304
|
+
/** The status of the current operation. */
|
|
305
|
+
provisioningState?: ProvisioningState;
|
|
306
|
+
/** Defines how many resources can there be created at any given time. */
|
|
307
|
+
maximumConcurrency: number;
|
|
308
|
+
/** Defines the organization in which the pool will be used. */
|
|
309
|
+
organizationProfile: OrganizationProfileUnion;
|
|
310
|
+
/** Defines how the machine will be handled once it executed a job. */
|
|
311
|
+
agentProfile: AgentProfileUnion;
|
|
312
|
+
/** Defines the type of fabric the agent will run on. */
|
|
313
|
+
fabricProfile: FabricProfileUnion;
|
|
314
|
+
/** The resource id of the DevCenter Project the pool belongs to. */
|
|
315
|
+
devCenterProjectResourceId: string;
|
|
316
|
+
}
|
|
317
|
+
export declare function poolPropertiesSerializer(item: PoolProperties): any;
|
|
318
|
+
export declare function poolPropertiesDeserializer(item: any): PoolProperties;
|
|
319
|
+
/** The status of the current operation. */
|
|
320
|
+
export declare enum KnownProvisioningState {
|
|
321
|
+
/** Represents a succeeded operation. */
|
|
322
|
+
Succeeded = "Succeeded",
|
|
323
|
+
/** Represents a failed operation. */
|
|
324
|
+
Failed = "Failed",
|
|
325
|
+
/** Represents a canceled operation. */
|
|
326
|
+
Canceled = "Canceled",
|
|
327
|
+
/** Represents a pending operation. */
|
|
328
|
+
Provisioning = "Provisioning",
|
|
329
|
+
/** Represents a pending operation. */
|
|
330
|
+
Updating = "Updating",
|
|
331
|
+
/** Represents an operation under deletion. */
|
|
332
|
+
Deleting = "Deleting",
|
|
333
|
+
/** Represents an accepted operation. */
|
|
334
|
+
Accepted = "Accepted"
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* The status of the current operation. \
|
|
338
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
339
|
+
* this enum contains the known values that the service supports.
|
|
340
|
+
* ### Known values supported by the service
|
|
341
|
+
* **Succeeded**: Represents a succeeded operation. \
|
|
342
|
+
* **Failed**: Represents a failed operation. \
|
|
343
|
+
* **Canceled**: Represents a canceled operation. \
|
|
344
|
+
* **Provisioning**: Represents a pending operation. \
|
|
345
|
+
* **Updating**: Represents a pending operation. \
|
|
346
|
+
* **Deleting**: Represents an operation under deletion. \
|
|
347
|
+
* **Accepted**: Represents an accepted operation.
|
|
348
|
+
*/
|
|
349
|
+
export type ProvisioningState = string;
|
|
350
|
+
/** Defines the organization in which the pool will be used. */
|
|
351
|
+
export interface OrganizationProfile {
|
|
352
|
+
/** Discriminator property for OrganizationProfile. */
|
|
353
|
+
/** The discriminator possible values: GitHub, AzureDevOps */
|
|
354
|
+
kind: string;
|
|
355
|
+
}
|
|
356
|
+
export declare function organizationProfileSerializer(item: OrganizationProfile): any;
|
|
357
|
+
export declare function organizationProfileDeserializer(item: any): OrganizationProfile;
|
|
358
|
+
/** Alias for OrganizationProfileUnion */
|
|
359
|
+
export type OrganizationProfileUnion = GitHubOrganizationProfile | AzureDevOpsOrganizationProfile | OrganizationProfile;
|
|
360
|
+
export declare function organizationProfileUnionSerializer(item: OrganizationProfileUnion): any;
|
|
361
|
+
export declare function organizationProfileUnionDeserializer(item: any): OrganizationProfileUnion;
|
|
362
|
+
/** GitHub organization profile */
|
|
363
|
+
export interface GitHubOrganizationProfile extends OrganizationProfile {
|
|
364
|
+
/** GitHub organization profile */
|
|
365
|
+
kind: "GitHub";
|
|
366
|
+
/** The list of GitHub organizations/repositories the pool should be present in. */
|
|
367
|
+
organizations: GitHubOrganization[];
|
|
368
|
+
}
|
|
369
|
+
export declare function gitHubOrganizationProfileSerializer(item: GitHubOrganizationProfile): any;
|
|
370
|
+
export declare function gitHubOrganizationProfileDeserializer(item: any): GitHubOrganizationProfile;
|
|
371
|
+
export declare function gitHubOrganizationArraySerializer(result: Array<GitHubOrganization>): any[];
|
|
372
|
+
export declare function gitHubOrganizationArrayDeserializer(result: Array<GitHubOrganization>): any[];
|
|
373
|
+
/** Defines a GitHub organization */
|
|
374
|
+
export interface GitHubOrganization {
|
|
375
|
+
/** The GitHub organization URL in which the pool should be created. */
|
|
376
|
+
url: string;
|
|
377
|
+
/** Optional list of repositories in which the pool should be created. */
|
|
378
|
+
repositories?: string[];
|
|
379
|
+
}
|
|
380
|
+
export declare function gitHubOrganizationSerializer(item: GitHubOrganization): any;
|
|
381
|
+
export declare function gitHubOrganizationDeserializer(item: any): GitHubOrganization;
|
|
382
|
+
/** Azure DevOps organization profile */
|
|
383
|
+
export interface AzureDevOpsOrganizationProfile extends OrganizationProfile {
|
|
384
|
+
/** Azure DevOps organization profile */
|
|
385
|
+
kind: "AzureDevOps";
|
|
386
|
+
/** The list of Azure DevOps organizations the pool should be present in. */
|
|
387
|
+
organizations: Organization[];
|
|
388
|
+
/** The type of permission which determines which accounts are admins on the Azure DevOps pool. */
|
|
389
|
+
permissionProfile?: AzureDevOpsPermissionProfile;
|
|
390
|
+
}
|
|
391
|
+
export declare function azureDevOpsOrganizationProfileSerializer(item: AzureDevOpsOrganizationProfile): any;
|
|
392
|
+
export declare function azureDevOpsOrganizationProfileDeserializer(item: any): AzureDevOpsOrganizationProfile;
|
|
393
|
+
export declare function organizationArraySerializer(result: Array<Organization>): any[];
|
|
394
|
+
export declare function organizationArrayDeserializer(result: Array<Organization>): any[];
|
|
395
|
+
/** Defines an Azure DevOps organization. */
|
|
396
|
+
export interface Organization {
|
|
397
|
+
/** The Azure DevOps organization URL in which the pool should be created. */
|
|
398
|
+
url: string;
|
|
399
|
+
/** Optional list of projects in which the pool should be created. */
|
|
400
|
+
projects?: string[];
|
|
401
|
+
/** How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool. */
|
|
402
|
+
parallelism?: number;
|
|
403
|
+
}
|
|
404
|
+
export declare function organizationSerializer(item: Organization): any;
|
|
405
|
+
export declare function organizationDeserializer(item: any): Organization;
|
|
406
|
+
/** Defines the type of Azure DevOps pool permission. */
|
|
407
|
+
export interface AzureDevOpsPermissionProfile {
|
|
408
|
+
/** Determines who has admin permissions to the Azure DevOps pool. */
|
|
409
|
+
kind: AzureDevOpsPermissionType;
|
|
410
|
+
/** User email addresses */
|
|
411
|
+
users?: string[];
|
|
412
|
+
/** Group email addresses */
|
|
413
|
+
groups?: string[];
|
|
414
|
+
}
|
|
415
|
+
export declare function azureDevOpsPermissionProfileSerializer(item: AzureDevOpsPermissionProfile): any;
|
|
416
|
+
export declare function azureDevOpsPermissionProfileDeserializer(item: any): AzureDevOpsPermissionProfile;
|
|
417
|
+
/** Determines who has admin permissions to the Azure DevOps pool. */
|
|
418
|
+
export declare enum KnownAzureDevOpsPermissionType {
|
|
419
|
+
/** Pool will inherit permissions from the project or organization. */
|
|
420
|
+
Inherit = "Inherit",
|
|
421
|
+
/** Only the pool creator will be an admin of the pool. */
|
|
422
|
+
CreatorOnly = "CreatorOnly",
|
|
423
|
+
/** Only the specified accounts will be admins of the pool. */
|
|
424
|
+
SpecificAccounts = "SpecificAccounts"
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* Determines who has admin permissions to the Azure DevOps pool. \
|
|
428
|
+
* {@link KnownAzureDevOpsPermissionType} can be used interchangeably with AzureDevOpsPermissionType,
|
|
429
|
+
* this enum contains the known values that the service supports.
|
|
430
|
+
* ### Known values supported by the service
|
|
431
|
+
* **Inherit**: Pool will inherit permissions from the project or organization. \
|
|
432
|
+
* **CreatorOnly**: Only the pool creator will be an admin of the pool. \
|
|
433
|
+
* **SpecificAccounts**: Only the specified accounts will be admins of the pool.
|
|
434
|
+
*/
|
|
435
|
+
export type AzureDevOpsPermissionType = string;
|
|
436
|
+
/** The agent profile of the machines in the pool. */
|
|
437
|
+
export interface AgentProfile {
|
|
438
|
+
/** Discriminator property for AgentProfile. */
|
|
439
|
+
/** The discriminator possible values: Stateless, Stateful */
|
|
440
|
+
kind: string;
|
|
441
|
+
/** Defines pool buffer/stand-by agents. */
|
|
442
|
+
resourcePredictions?: ResourcePredictions;
|
|
443
|
+
/** Defines how the pool buffer/stand-by agents is provided. */
|
|
444
|
+
resourcePredictionsProfile?: ResourcePredictionsProfileUnion;
|
|
445
|
+
}
|
|
446
|
+
export declare function agentProfileSerializer(item: AgentProfile): any;
|
|
447
|
+
export declare function agentProfileDeserializer(item: any): AgentProfile;
|
|
448
|
+
/** Alias for AgentProfileUnion */
|
|
449
|
+
export type AgentProfileUnion = StatelessAgentProfile | Stateful | AgentProfile;
|
|
450
|
+
export declare function agentProfileUnionSerializer(item: AgentProfileUnion): any;
|
|
451
|
+
export declare function agentProfileUnionDeserializer(item: any): AgentProfileUnion;
|
|
452
|
+
/** Defines pool buffer. */
|
|
453
|
+
export interface ResourcePredictions {
|
|
454
|
+
}
|
|
455
|
+
export declare function resourcePredictionsSerializer(item: ResourcePredictions): any;
|
|
456
|
+
export declare function resourcePredictionsDeserializer(item: any): ResourcePredictions;
|
|
457
|
+
/** Determines how the stand-by scheme should be provided. */
|
|
458
|
+
export interface ResourcePredictionsProfile {
|
|
459
|
+
/** Determines how the stand-by scheme should be provided. */
|
|
460
|
+
/** The discriminator possible values: Manual, Automatic */
|
|
461
|
+
kind: ResourcePredictionsProfileType;
|
|
462
|
+
}
|
|
463
|
+
export declare function resourcePredictionsProfileSerializer(item: ResourcePredictionsProfile): any;
|
|
464
|
+
export declare function resourcePredictionsProfileDeserializer(item: any): ResourcePredictionsProfile;
|
|
465
|
+
/** Alias for ResourcePredictionsProfileUnion */
|
|
466
|
+
export type ResourcePredictionsProfileUnion = ManualResourcePredictionsProfile | AutomaticResourcePredictionsProfile | ResourcePredictionsProfile;
|
|
467
|
+
export declare function resourcePredictionsProfileUnionSerializer(item: ResourcePredictionsProfileUnion): any;
|
|
468
|
+
export declare function resourcePredictionsProfileUnionDeserializer(item: any): ResourcePredictionsProfileUnion;
|
|
469
|
+
/** Determines how the stand-by scheme should be provided. */
|
|
470
|
+
export declare enum KnownResourcePredictionsProfileType {
|
|
471
|
+
/** Customer provides the stand-by agent scheme. */
|
|
472
|
+
Manual = "Manual",
|
|
473
|
+
/** The stand-by agent scheme is determined based on historical demand. */
|
|
474
|
+
Automatic = "Automatic"
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* Determines how the stand-by scheme should be provided. \
|
|
478
|
+
* {@link KnownResourcePredictionsProfileType} can be used interchangeably with ResourcePredictionsProfileType,
|
|
479
|
+
* this enum contains the known values that the service supports.
|
|
480
|
+
* ### Known values supported by the service
|
|
481
|
+
* **Manual**: Customer provides the stand-by agent scheme. \
|
|
482
|
+
* **Automatic**: The stand-by agent scheme is determined based on historical demand.
|
|
483
|
+
*/
|
|
484
|
+
export type ResourcePredictionsProfileType = string;
|
|
485
|
+
/** Customer provides the stand-by agent scheme. */
|
|
486
|
+
export interface ManualResourcePredictionsProfile extends ResourcePredictionsProfile {
|
|
487
|
+
/** Customer provides the stand-by agent scheme. */
|
|
488
|
+
kind: "Manual";
|
|
489
|
+
}
|
|
490
|
+
export declare function manualResourcePredictionsProfileSerializer(item: ManualResourcePredictionsProfile): any;
|
|
491
|
+
export declare function manualResourcePredictionsProfileDeserializer(item: any): ManualResourcePredictionsProfile;
|
|
492
|
+
/** The stand-by agent scheme is determined based on historical demand. */
|
|
493
|
+
export interface AutomaticResourcePredictionsProfile extends ResourcePredictionsProfile {
|
|
494
|
+
/** The stand-by agent scheme is determined based on historical demand. */
|
|
495
|
+
kind: "Automatic";
|
|
496
|
+
/** Determines the balance between cost and performance. */
|
|
497
|
+
predictionPreference?: PredictionPreference;
|
|
498
|
+
}
|
|
499
|
+
export declare function automaticResourcePredictionsProfileSerializer(item: AutomaticResourcePredictionsProfile): any;
|
|
500
|
+
export declare function automaticResourcePredictionsProfileDeserializer(item: any): AutomaticResourcePredictionsProfile;
|
|
501
|
+
/** Determines the balance between cost and performance. */
|
|
502
|
+
export declare enum KnownPredictionPreference {
|
|
503
|
+
/** Balance between cost and performance. */
|
|
504
|
+
Balanced = "Balanced",
|
|
505
|
+
/** Optimizes for cost over performance. */
|
|
506
|
+
MostCostEffective = "MostCostEffective",
|
|
507
|
+
/** Halfway through cost and balanced. */
|
|
508
|
+
MoreCostEffective = "MoreCostEffective",
|
|
509
|
+
/** Halfway through balanced and performance. */
|
|
510
|
+
MorePerformance = "MorePerformance",
|
|
511
|
+
/** Optimizes for performance over cost. */
|
|
512
|
+
BestPerformance = "BestPerformance"
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Determines the balance between cost and performance. \
|
|
516
|
+
* {@link KnownPredictionPreference} can be used interchangeably with PredictionPreference,
|
|
517
|
+
* this enum contains the known values that the service supports.
|
|
518
|
+
* ### Known values supported by the service
|
|
519
|
+
* **Balanced**: Balance between cost and performance. \
|
|
520
|
+
* **MostCostEffective**: Optimizes for cost over performance. \
|
|
521
|
+
* **MoreCostEffective**: Halfway through cost and balanced. \
|
|
522
|
+
* **MorePerformance**: Halfway through balanced and performance. \
|
|
523
|
+
* **BestPerformance**: Optimizes for performance over cost.
|
|
524
|
+
*/
|
|
525
|
+
export type PredictionPreference = string;
|
|
526
|
+
/** Stateless profile meaning that the machines will be cleaned up after running a job. */
|
|
527
|
+
export interface StatelessAgentProfile extends AgentProfile {
|
|
528
|
+
/** Stateless profile meaning that the machines will be cleaned up after running a job. */
|
|
529
|
+
kind: "Stateless";
|
|
530
|
+
}
|
|
531
|
+
export declare function statelessAgentProfileSerializer(item: StatelessAgentProfile): any;
|
|
532
|
+
export declare function statelessAgentProfileDeserializer(item: any): StatelessAgentProfile;
|
|
533
|
+
/** Stateful profile meaning that the machines will be returned to the pool after running a job. */
|
|
534
|
+
export interface Stateful extends AgentProfile {
|
|
535
|
+
/** Stateful profile meaning that the machines will be returned to the pool after running a job. */
|
|
536
|
+
kind: "Stateful";
|
|
537
|
+
/** How long should stateful machines be kept around. The maximum is one week. */
|
|
538
|
+
maxAgentLifetime?: string;
|
|
539
|
+
/** How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week. */
|
|
540
|
+
gracePeriodTimeSpan?: string;
|
|
541
|
+
}
|
|
542
|
+
export declare function statefulSerializer(item: Stateful): any;
|
|
543
|
+
export declare function statefulDeserializer(item: any): Stateful;
|
|
544
|
+
/** Defines the type of fabric the agent will run on. */
|
|
545
|
+
export interface FabricProfile {
|
|
546
|
+
/** Discriminator property for FabricProfile. */
|
|
547
|
+
/** The discriminator possible values: Vmss */
|
|
548
|
+
kind: string;
|
|
549
|
+
}
|
|
550
|
+
export declare function fabricProfileSerializer(item: FabricProfile): any;
|
|
551
|
+
export declare function fabricProfileDeserializer(item: any): FabricProfile;
|
|
552
|
+
/** Alias for FabricProfileUnion */
|
|
553
|
+
export type FabricProfileUnion = VmssFabricProfile | FabricProfile;
|
|
554
|
+
export declare function fabricProfileUnionSerializer(item: FabricProfileUnion): any;
|
|
555
|
+
export declare function fabricProfileUnionDeserializer(item: any): FabricProfileUnion;
|
|
556
|
+
/** The agents will run on Virtual Machine Scale Sets. */
|
|
557
|
+
export interface VmssFabricProfile extends FabricProfile {
|
|
558
|
+
/** Virtual Machine Scale Sets */
|
|
559
|
+
kind: "Vmss";
|
|
560
|
+
/** The Azure SKU of the machines in the pool. */
|
|
561
|
+
sku: DevOpsAzureSku;
|
|
562
|
+
/** The VM images of the machines in the pool. */
|
|
563
|
+
images: PoolImage[];
|
|
564
|
+
/** The OS profile of the machines in the pool. */
|
|
565
|
+
osProfile?: OsProfile;
|
|
566
|
+
/** The storage profile of the machines in the pool. */
|
|
567
|
+
storageProfile?: StorageProfile;
|
|
568
|
+
/** The network profile of the machines in the pool. */
|
|
569
|
+
networkProfile?: NetworkProfile;
|
|
570
|
+
}
|
|
571
|
+
export declare function vmssFabricProfileSerializer(item: VmssFabricProfile): any;
|
|
572
|
+
export declare function vmssFabricProfileDeserializer(item: any): VmssFabricProfile;
|
|
573
|
+
/** The Azure SKU of the machines in the pool. */
|
|
574
|
+
export interface DevOpsAzureSku {
|
|
575
|
+
/** The Azure SKU name of the machines in the pool. */
|
|
576
|
+
name: string;
|
|
577
|
+
}
|
|
578
|
+
export declare function devOpsAzureSkuSerializer(item: DevOpsAzureSku): any;
|
|
579
|
+
export declare function devOpsAzureSkuDeserializer(item: any): DevOpsAzureSku;
|
|
580
|
+
export declare function poolImageArraySerializer(result: Array<PoolImage>): any[];
|
|
581
|
+
export declare function poolImageArrayDeserializer(result: Array<PoolImage>): any[];
|
|
582
|
+
/** The VM image of the machines in the pool. */
|
|
583
|
+
export interface PoolImage {
|
|
584
|
+
/** The resource id of the image. */
|
|
585
|
+
resourceId?: string;
|
|
586
|
+
/** The image to use from a well-known set of images made available to customers. */
|
|
587
|
+
wellKnownImageName?: string;
|
|
588
|
+
/** List of aliases to reference the image by. */
|
|
589
|
+
aliases?: string[];
|
|
590
|
+
/** The percentage of the buffer to be allocated to this image. */
|
|
591
|
+
buffer?: string;
|
|
592
|
+
}
|
|
593
|
+
export declare function poolImageSerializer(item: PoolImage): any;
|
|
594
|
+
export declare function poolImageDeserializer(item: any): PoolImage;
|
|
595
|
+
/** The OS profile of the machines in the pool. */
|
|
596
|
+
export interface OsProfile {
|
|
597
|
+
/** The secret management settings of the machines in the pool. */
|
|
598
|
+
secretsManagementSettings?: SecretsManagementSettings;
|
|
599
|
+
/** Determines how the service should be run. By default, this will be set to Service. */
|
|
600
|
+
logonType?: LogonType;
|
|
601
|
+
}
|
|
602
|
+
export declare function osProfileSerializer(item: OsProfile): any;
|
|
603
|
+
export declare function osProfileDeserializer(item: any): OsProfile;
|
|
604
|
+
/** The secret management settings of the machines in the pool. */
|
|
605
|
+
export interface SecretsManagementSettings {
|
|
606
|
+
/** Where to store certificates on the machine. */
|
|
607
|
+
certificateStoreLocation?: string;
|
|
608
|
+
/** The list of certificates to install on all machines in the pool. */
|
|
609
|
+
observedCertificates: string[];
|
|
610
|
+
/** Defines if the key of the certificates should be exportable. */
|
|
611
|
+
keyExportable: boolean;
|
|
612
|
+
}
|
|
613
|
+
export declare function secretsManagementSettingsSerializer(item: SecretsManagementSettings): any;
|
|
614
|
+
export declare function secretsManagementSettingsDeserializer(item: any): SecretsManagementSettings;
|
|
615
|
+
/** Determines how the service should be run. */
|
|
616
|
+
export declare enum KnownLogonType {
|
|
617
|
+
/** Run as a service. */
|
|
618
|
+
Service = "Service",
|
|
619
|
+
/** Run in interactive mode. */
|
|
620
|
+
Interactive = "Interactive"
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Determines how the service should be run. \
|
|
624
|
+
* {@link KnownLogonType} can be used interchangeably with LogonType,
|
|
625
|
+
* this enum contains the known values that the service supports.
|
|
626
|
+
* ### Known values supported by the service
|
|
627
|
+
* **Service**: Run as a service. \
|
|
628
|
+
* **Interactive**: Run in interactive mode.
|
|
629
|
+
*/
|
|
630
|
+
export type LogonType = string;
|
|
631
|
+
/** The storage profile of the VMSS. */
|
|
632
|
+
export interface StorageProfile {
|
|
633
|
+
/** The Azure SKU name of the machines in the pool. */
|
|
634
|
+
osDiskStorageAccountType?: OsDiskStorageAccountType;
|
|
635
|
+
/** A list of empty data disks to attach. */
|
|
636
|
+
dataDisks?: DataDisk[];
|
|
637
|
+
}
|
|
638
|
+
export declare function storageProfileSerializer(item: StorageProfile): any;
|
|
639
|
+
export declare function storageProfileDeserializer(item: any): StorageProfile;
|
|
640
|
+
/** The storage account type of the OS disk. */
|
|
641
|
+
export declare enum KnownOsDiskStorageAccountType {
|
|
642
|
+
/** Standard OS disk type. */
|
|
643
|
+
Standard = "Standard",
|
|
644
|
+
/** Premium OS disk type. */
|
|
645
|
+
Premium = "Premium",
|
|
646
|
+
/** Standard SSD OS disk type. */
|
|
647
|
+
StandardSSD = "StandardSSD"
|
|
648
|
+
}
|
|
649
|
+
/**
|
|
650
|
+
* The storage account type of the OS disk. \
|
|
651
|
+
* {@link KnownOsDiskStorageAccountType} can be used interchangeably with OsDiskStorageAccountType,
|
|
652
|
+
* this enum contains the known values that the service supports.
|
|
653
|
+
* ### Known values supported by the service
|
|
654
|
+
* **Standard**: Standard OS disk type. \
|
|
655
|
+
* **Premium**: Premium OS disk type. \
|
|
656
|
+
* **StandardSSD**: Standard SSD OS disk type.
|
|
657
|
+
*/
|
|
658
|
+
export type OsDiskStorageAccountType = string;
|
|
659
|
+
export declare function dataDiskArraySerializer(result: Array<DataDisk>): any[];
|
|
660
|
+
export declare function dataDiskArrayDeserializer(result: Array<DataDisk>): any[];
|
|
661
|
+
/** The data disk of the VMSS. */
|
|
662
|
+
export interface DataDisk {
|
|
663
|
+
/** The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. */
|
|
664
|
+
caching?: CachingType;
|
|
665
|
+
/** The initial disk size in gigabytes. */
|
|
666
|
+
diskSizeGiB?: number;
|
|
667
|
+
/** The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs". */
|
|
668
|
+
storageAccountType?: StorageAccountType;
|
|
669
|
+
/** The drive letter for the empty data disk. If not specified, it will be the first available letter. */
|
|
670
|
+
driveLetter?: string;
|
|
671
|
+
}
|
|
672
|
+
export declare function dataDiskSerializer(item: DataDisk): any;
|
|
673
|
+
export declare function dataDiskDeserializer(item: any): DataDisk;
|
|
674
|
+
/** The type of caching in a data disk. */
|
|
675
|
+
export declare enum KnownCachingType {
|
|
676
|
+
/** Don't use host caching. */
|
|
677
|
+
None = "None",
|
|
678
|
+
/** For workloads that only do read operations. */
|
|
679
|
+
ReadOnly = "ReadOnly",
|
|
680
|
+
/** For workloads that do a balance of read and write operations. */
|
|
681
|
+
ReadWrite = "ReadWrite"
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* The type of caching in a data disk. \
|
|
685
|
+
* {@link KnownCachingType} can be used interchangeably with CachingType,
|
|
686
|
+
* this enum contains the known values that the service supports.
|
|
687
|
+
* ### Known values supported by the service
|
|
688
|
+
* **None**: Don't use host caching. \
|
|
689
|
+
* **ReadOnly**: For workloads that only do read operations. \
|
|
690
|
+
* **ReadWrite**: For workloads that do a balance of read and write operations.
|
|
691
|
+
*/
|
|
692
|
+
export type CachingType = string;
|
|
693
|
+
/** StorageAccountType enums */
|
|
694
|
+
export declare enum KnownStorageAccountType {
|
|
695
|
+
/** The data disk should use standard locally redundant storage. */
|
|
696
|
+
StandardLRS = "Standard_LRS",
|
|
697
|
+
/** The data disk should use premium locally redundant storage. */
|
|
698
|
+
PremiumLRS = "Premium_LRS",
|
|
699
|
+
/** The data disk should use standard SSD locally redundant storage. */
|
|
700
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
701
|
+
/** The data disk should use premium SSD zonal redundant storage. */
|
|
702
|
+
PremiumZRS = "Premium_ZRS",
|
|
703
|
+
/** The data disk should use standard SSD zonal redundant storage. */
|
|
704
|
+
StandardSSDZRS = "StandardSSD_ZRS"
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* StorageAccountType enums \
|
|
708
|
+
* {@link KnownStorageAccountType} can be used interchangeably with StorageAccountType,
|
|
709
|
+
* this enum contains the known values that the service supports.
|
|
710
|
+
* ### Known values supported by the service
|
|
711
|
+
* **Standard_LRS**: The data disk should use standard locally redundant storage. \
|
|
712
|
+
* **Premium_LRS**: The data disk should use premium locally redundant storage. \
|
|
713
|
+
* **StandardSSD_LRS**: The data disk should use standard SSD locally redundant storage. \
|
|
714
|
+
* **Premium_ZRS**: The data disk should use premium SSD zonal redundant storage. \
|
|
715
|
+
* **StandardSSD_ZRS**: The data disk should use standard SSD zonal redundant storage.
|
|
716
|
+
*/
|
|
717
|
+
export type StorageAccountType = string;
|
|
718
|
+
/** The network profile of the machines in the pool. */
|
|
719
|
+
export interface NetworkProfile {
|
|
720
|
+
/** The subnet id on which to put all machines created in the pool. */
|
|
721
|
+
subnetId: string;
|
|
722
|
+
}
|
|
723
|
+
export declare function networkProfileSerializer(item: NetworkProfile): any;
|
|
724
|
+
export declare function networkProfileDeserializer(item: any): NetworkProfile;
|
|
725
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
726
|
+
export interface ManagedServiceIdentity {
|
|
727
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
728
|
+
readonly principalId?: string;
|
|
729
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
730
|
+
readonly tenantId?: string;
|
|
731
|
+
/** The type of managed identity assigned to this resource. */
|
|
732
|
+
type: ManagedServiceIdentityType;
|
|
733
|
+
/** The identities assigned to this resource by the user. */
|
|
734
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
735
|
+
}
|
|
736
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
737
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
738
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
739
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
740
|
+
/** No managed identity. */
|
|
741
|
+
None = "None",
|
|
742
|
+
/** System assigned managed identity. */
|
|
743
|
+
SystemAssigned = "SystemAssigned",
|
|
744
|
+
/** User assigned managed identity. */
|
|
745
|
+
UserAssigned = "UserAssigned",
|
|
746
|
+
/** System and user assigned managed identity. */
|
|
747
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
748
|
+
}
|
|
749
|
+
/**
|
|
750
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
751
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
752
|
+
* this enum contains the known values that the service supports.
|
|
753
|
+
* ### Known values supported by the service
|
|
754
|
+
* **None**: No managed identity. \
|
|
755
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
756
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
757
|
+
* **SystemAssigned,UserAssigned**: System and user assigned managed identity.
|
|
758
|
+
*/
|
|
759
|
+
export type ManagedServiceIdentityType = string;
|
|
760
|
+
/** User assigned identity properties */
|
|
761
|
+
export interface UserAssignedIdentity {
|
|
762
|
+
/** The principal ID of the assigned identity. */
|
|
763
|
+
readonly principalId?: string;
|
|
764
|
+
/** The client ID of the assigned identity. */
|
|
765
|
+
readonly clientId?: string;
|
|
766
|
+
}
|
|
767
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
768
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
769
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
770
|
+
export interface TrackedResource extends Resource {
|
|
771
|
+
/** Resource tags. */
|
|
772
|
+
tags?: Record<string, string>;
|
|
773
|
+
/** The geo-location where the resource lives */
|
|
774
|
+
location: string;
|
|
775
|
+
}
|
|
776
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
777
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
778
|
+
/** The type used for update operations of the Pool. */
|
|
779
|
+
export interface PoolUpdate {
|
|
780
|
+
/** The managed service identities assigned to this resource. */
|
|
781
|
+
identity?: ManagedServiceIdentity;
|
|
782
|
+
/** Resource tags. */
|
|
783
|
+
tags?: Record<string, string>;
|
|
784
|
+
/** The resource-specific properties for this resource. */
|
|
785
|
+
properties?: PoolUpdateProperties;
|
|
786
|
+
}
|
|
787
|
+
export declare function poolUpdateSerializer(item: PoolUpdate): any;
|
|
788
|
+
/** The updatable properties of the Pool. */
|
|
789
|
+
export interface PoolUpdateProperties {
|
|
790
|
+
/** The status of the current operation. */
|
|
791
|
+
provisioningState?: ProvisioningState;
|
|
792
|
+
/** Defines how many resources can there be created at any given time. */
|
|
793
|
+
maximumConcurrency?: number;
|
|
794
|
+
/** Defines the organization in which the pool will be used. */
|
|
795
|
+
organizationProfile?: OrganizationProfileUnion;
|
|
796
|
+
/** Defines how the machine will be handled once it executed a job. */
|
|
797
|
+
agentProfile?: AgentProfileUnion;
|
|
798
|
+
/** Defines the type of fabric the agent will run on. */
|
|
799
|
+
fabricProfile?: FabricProfileUnion;
|
|
800
|
+
/** The resource id of the DevCenter Project the pool belongs to. */
|
|
801
|
+
devCenterProjectResourceId?: string;
|
|
802
|
+
}
|
|
803
|
+
export declare function poolUpdatePropertiesSerializer(item: PoolUpdateProperties): any;
|
|
804
|
+
/** The response of a Pool list operation. */
|
|
805
|
+
export interface _PoolListResult {
|
|
806
|
+
/** The Pool items on this page */
|
|
807
|
+
value: Pool[];
|
|
808
|
+
/** The link to the next page of items */
|
|
809
|
+
nextLink?: string;
|
|
810
|
+
}
|
|
811
|
+
export declare function _poolListResultDeserializer(item: any): _PoolListResult;
|
|
812
|
+
export declare function poolArraySerializer(result: Array<Pool>): any[];
|
|
813
|
+
export declare function poolArrayDeserializer(result: Array<Pool>): any[];
|
|
814
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
815
|
+
export interface _OperationListResult {
|
|
816
|
+
/** The Operation items on this page */
|
|
817
|
+
value: Operation[];
|
|
818
|
+
/** The link to the next page of items */
|
|
819
|
+
nextLink?: string;
|
|
820
|
+
}
|
|
821
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
822
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
823
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
824
|
+
export interface Operation {
|
|
825
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
826
|
+
readonly name?: string;
|
|
827
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
828
|
+
readonly isDataAction?: boolean;
|
|
829
|
+
/** Localized display information for this particular operation. */
|
|
830
|
+
readonly display?: OperationDisplay;
|
|
831
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
832
|
+
readonly origin?: Origin;
|
|
833
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
834
|
+
actionType?: ActionType;
|
|
835
|
+
}
|
|
836
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
837
|
+
/** Localized display information for and operation. */
|
|
838
|
+
export interface OperationDisplay {
|
|
839
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
840
|
+
readonly provider?: string;
|
|
841
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
842
|
+
readonly resource?: string;
|
|
843
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
844
|
+
readonly operation?: string;
|
|
845
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
846
|
+
readonly description?: string;
|
|
847
|
+
}
|
|
848
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
849
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
850
|
+
export declare enum KnownOrigin {
|
|
851
|
+
/** Indicates the operation is initiated by a user. */
|
|
852
|
+
User = "user",
|
|
853
|
+
/** Indicates the operation is initiated by a system. */
|
|
854
|
+
System = "system",
|
|
855
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
856
|
+
UserSystem = "user,system"
|
|
857
|
+
}
|
|
858
|
+
/**
|
|
859
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
860
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
861
|
+
* this enum contains the known values that the service supports.
|
|
862
|
+
* ### Known values supported by the service
|
|
863
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
864
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
865
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
866
|
+
*/
|
|
867
|
+
export type Origin = string;
|
|
868
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
869
|
+
export declare enum KnownActionType {
|
|
870
|
+
/** Actions are for internal-only APIs. */
|
|
871
|
+
Internal = "Internal"
|
|
872
|
+
}
|
|
873
|
+
/**
|
|
874
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
875
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
876
|
+
* this enum contains the known values that the service supports.
|
|
877
|
+
* ### Known values supported by the service
|
|
878
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
879
|
+
*/
|
|
880
|
+
export type ActionType = string;
|
|
881
|
+
/** Api versions */
|
|
882
|
+
export declare enum KnownVersions {
|
|
883
|
+
/** 2024-10-19 version */
|
|
884
|
+
"V2024-10-19" = "2024-10-19"
|
|
885
|
+
}
|
|
886
|
+
//# sourceMappingURL=models.d.ts.map
|