@azure/arm-devopsinfrastructure 1.0.0-beta.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -2
- 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/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- 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 -85
- 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 -6
- 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
|
@@ -1,124 +1,125 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type ResourcePredictionsProfileUpdateUnion = ResourcePredictionsProfileUpdate | AutomaticResourcePredictionsProfileUpdate | ManualResourcePredictionsProfileUpdate;
|
|
8
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
9
|
-
export interface OperationListResult {
|
|
10
|
-
/**
|
|
11
|
-
* List of operations supported by the resource provider
|
|
12
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
13
|
-
*/
|
|
14
|
-
readonly value?: Operation[];
|
|
15
|
-
/**
|
|
16
|
-
* URL to get the next set of operation list results (if there are any).
|
|
17
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
18
|
-
*/
|
|
19
|
-
readonly nextLink?: string;
|
|
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;
|
|
20
7
|
}
|
|
21
|
-
|
|
22
|
-
export
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
readonly name?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
30
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
31
|
-
*/
|
|
32
|
-
readonly isDataAction?: boolean;
|
|
33
|
-
/** Localized display information for this particular operation. */
|
|
34
|
-
display?: OperationDisplay;
|
|
35
|
-
/**
|
|
36
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
37
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
-
*/
|
|
39
|
-
readonly origin?: Origin;
|
|
40
|
-
/**
|
|
41
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
42
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
-
*/
|
|
44
|
-
readonly actionType?: ActionType;
|
|
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;
|
|
45
14
|
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly resource?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly operation?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly description?: string;
|
|
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 {
|
|
68
24
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
/** The
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* The error code.
|
|
78
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
79
|
-
*/
|
|
80
|
-
readonly code?: string;
|
|
81
|
-
/**
|
|
82
|
-
* The error message.
|
|
83
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
-
*/
|
|
85
|
-
readonly message?: string;
|
|
86
|
-
/**
|
|
87
|
-
* The error target.
|
|
88
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
-
*/
|
|
90
|
-
readonly target?: string;
|
|
91
|
-
/**
|
|
92
|
-
* The error details.
|
|
93
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
-
*/
|
|
95
|
-
readonly details?: ErrorDetail[];
|
|
96
|
-
/**
|
|
97
|
-
* The error additional info.
|
|
98
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
-
*/
|
|
100
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
101
|
-
}
|
|
102
|
-
/** The resource management error additional info. */
|
|
103
|
-
export interface ErrorAdditionalInfo {
|
|
104
|
-
/**
|
|
105
|
-
* The additional info type.
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
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" */
|
|
108
33
|
readonly type?: string;
|
|
109
|
-
/**
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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;
|
|
114
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;
|
|
115
108
|
/** The response of a ResourceSku list operation. */
|
|
116
|
-
export interface
|
|
109
|
+
export interface _ResourceSkuListResult {
|
|
117
110
|
/** The ResourceSku items on this page */
|
|
118
111
|
value: ResourceSku[];
|
|
119
112
|
/** The link to the next page of items */
|
|
120
113
|
nextLink?: string;
|
|
121
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;
|
|
122
123
|
/** Properties of a ResourceSku */
|
|
123
124
|
export interface ResourceSkuProperties {
|
|
124
125
|
/** The type of resource the SKU applies to. */
|
|
@@ -138,6 +139,8 @@ export interface ResourceSkuProperties {
|
|
|
138
139
|
/** The restrictions of the SKU. */
|
|
139
140
|
restrictions: ResourceSkuRestrictions[];
|
|
140
141
|
}
|
|
142
|
+
export declare function resourceSkuPropertiesDeserializer(item: any): ResourceSkuProperties;
|
|
143
|
+
export declare function resourceSkuLocationInfoArrayDeserializer(result: Array<ResourceSkuLocationInfo>): any[];
|
|
141
144
|
/** Describes an available Compute SKU Location Information. */
|
|
142
145
|
export interface ResourceSkuLocationInfo {
|
|
143
146
|
/** Location of the SKU */
|
|
@@ -147,6 +150,8 @@ export interface ResourceSkuLocationInfo {
|
|
|
147
150
|
/** Gets details of capabilities available to a SKU in specific zones. */
|
|
148
151
|
zoneDetails: ResourceSkuZoneDetails[];
|
|
149
152
|
}
|
|
153
|
+
export declare function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo;
|
|
154
|
+
export declare function resourceSkuZoneDetailsArrayDeserializer(result: Array<ResourceSkuZoneDetails>): any[];
|
|
150
155
|
/** Describes The zonal capabilities of a SKU. */
|
|
151
156
|
export interface ResourceSkuZoneDetails {
|
|
152
157
|
/** Gets the set of zones that the SKU is available in with the specified capabilities. */
|
|
@@ -154,6 +159,8 @@ export interface ResourceSkuZoneDetails {
|
|
|
154
159
|
/** A list of capabilities that are available for the SKU in the specified list of zones. */
|
|
155
160
|
capabilities: ResourceSkuCapabilities[];
|
|
156
161
|
}
|
|
162
|
+
export declare function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails;
|
|
163
|
+
export declare function resourceSkuCapabilitiesArrayDeserializer(result: Array<ResourceSkuCapabilities>): any[];
|
|
157
164
|
/** Describes The SKU capabilities object. */
|
|
158
165
|
export interface ResourceSkuCapabilities {
|
|
159
166
|
/** The name of the SKU capability. */
|
|
@@ -161,6 +168,8 @@ export interface ResourceSkuCapabilities {
|
|
|
161
168
|
/** The value of the SKU capability. */
|
|
162
169
|
value: string;
|
|
163
170
|
}
|
|
171
|
+
export declare function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities;
|
|
172
|
+
export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
|
|
164
173
|
/** The restrictions of the SKU. */
|
|
165
174
|
export interface ResourceSkuRestrictions {
|
|
166
175
|
/** the type of restrictions. */
|
|
@@ -172,6 +181,23 @@ export interface ResourceSkuRestrictions {
|
|
|
172
181
|
/** the reason for restriction. */
|
|
173
182
|
reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
174
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;
|
|
175
201
|
/** Describes an available Compute SKU Restriction Information. */
|
|
176
202
|
export interface ResourceSkuRestrictionInfo {
|
|
177
203
|
/** Locations where the SKU is restricted */
|
|
@@ -179,76 +205,100 @@ export interface ResourceSkuRestrictionInfo {
|
|
|
179
205
|
/** List of availability zones where the SKU is restricted. */
|
|
180
206
|
zones?: string[];
|
|
181
207
|
}
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* The name of the resource
|
|
191
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
192
|
-
*/
|
|
193
|
-
readonly name?: string;
|
|
194
|
-
/**
|
|
195
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
196
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
197
|
-
*/
|
|
198
|
-
readonly type?: string;
|
|
199
|
-
/**
|
|
200
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
201
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
-
*/
|
|
203
|
-
readonly systemData?: SystemData;
|
|
204
|
-
}
|
|
205
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
206
|
-
export interface SystemData {
|
|
207
|
-
/** The identity that created the resource. */
|
|
208
|
-
createdBy?: string;
|
|
209
|
-
/** The type of identity that created the resource. */
|
|
210
|
-
createdByType?: CreatedByType;
|
|
211
|
-
/** The timestamp of resource creation (UTC). */
|
|
212
|
-
createdAt?: Date;
|
|
213
|
-
/** The identity that last modified the resource. */
|
|
214
|
-
lastModifiedBy?: string;
|
|
215
|
-
/** The type of identity that last modified the resource. */
|
|
216
|
-
lastModifiedByType?: CreatedByType;
|
|
217
|
-
/** The timestamp of resource last modification (UTC) */
|
|
218
|
-
lastModifiedAt?: Date;
|
|
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"
|
|
219
215
|
}
|
|
220
|
-
/**
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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[];
|
|
224
229
|
/** The link to the next page of items */
|
|
225
230
|
nextLink?: string;
|
|
226
231
|
}
|
|
227
|
-
|
|
228
|
-
export
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
/** The
|
|
232
|
-
|
|
233
|
-
/** The maximum permitted usage of the resource. */
|
|
234
|
-
limit: number;
|
|
235
|
-
/** The details of the quota. */
|
|
236
|
-
name: QuotaName;
|
|
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;
|
|
237
238
|
}
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
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;
|
|
244
248
|
}
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
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;
|
|
251
299
|
}
|
|
300
|
+
export declare function poolSerializer(item: Pool): any;
|
|
301
|
+
export declare function poolDeserializer(item: any): Pool;
|
|
252
302
|
/** Pool properties */
|
|
253
303
|
export interface PoolProperties {
|
|
254
304
|
/** The status of the current operation. */
|
|
@@ -264,130 +314,84 @@ export interface PoolProperties {
|
|
|
264
314
|
/** The resource id of the DevCenter Project the pool belongs to. */
|
|
265
315
|
devCenterProjectResourceId: string;
|
|
266
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;
|
|
267
350
|
/** Defines the organization in which the pool will be used. */
|
|
268
351
|
export interface OrganizationProfile {
|
|
269
|
-
/**
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
export
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
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[];
|
|
280
368
|
}
|
|
281
|
-
|
|
282
|
-
export
|
|
283
|
-
|
|
284
|
-
|
|
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[];
|
|
285
379
|
}
|
|
286
|
-
|
|
287
|
-
export
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
*/
|
|
297
|
-
readonly principalId?: string;
|
|
298
|
-
/**
|
|
299
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
300
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
301
|
-
*/
|
|
302
|
-
readonly tenantId?: string;
|
|
303
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
304
|
-
type: ManagedServiceIdentityType;
|
|
305
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
306
|
-
userAssignedIdentities?: {
|
|
307
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
308
|
-
};
|
|
309
|
-
}
|
|
310
|
-
/** User assigned identity properties */
|
|
311
|
-
export interface UserAssignedIdentity {
|
|
312
|
-
/**
|
|
313
|
-
* The principal ID of the assigned identity.
|
|
314
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
-
*/
|
|
316
|
-
readonly principalId?: string;
|
|
317
|
-
/**
|
|
318
|
-
* The client ID of the assigned identity.
|
|
319
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
320
|
-
*/
|
|
321
|
-
readonly clientId?: string;
|
|
322
|
-
}
|
|
323
|
-
/** The response of a ImageVersion list operation. */
|
|
324
|
-
export interface ImageVersionListResult {
|
|
325
|
-
/** The ImageVersion items on this page */
|
|
326
|
-
value: ImageVersion[];
|
|
327
|
-
/** The link to the next page of items */
|
|
328
|
-
nextLink?: string;
|
|
329
|
-
}
|
|
330
|
-
/** Details of the ImageVersionProperties. */
|
|
331
|
-
export interface ImageVersionProperties {
|
|
332
|
-
/** Version of the image. */
|
|
333
|
-
version: string;
|
|
334
|
-
}
|
|
335
|
-
/** The type used for update operations of the Pool. */
|
|
336
|
-
export interface PoolUpdate {
|
|
337
|
-
/** The managed service identities assigned to this resource. */
|
|
338
|
-
identity?: ManagedServiceIdentity;
|
|
339
|
-
/** Resource tags. */
|
|
340
|
-
tags?: {
|
|
341
|
-
[propertyName: string]: string;
|
|
342
|
-
};
|
|
343
|
-
/** The updatable properties of the Pool. */
|
|
344
|
-
properties?: PoolUpdateProperties;
|
|
345
|
-
}
|
|
346
|
-
/** The updatable properties of the Pool. */
|
|
347
|
-
export interface PoolUpdateProperties {
|
|
348
|
-
/** The status of the current operation. */
|
|
349
|
-
provisioningState?: ProvisioningState;
|
|
350
|
-
/** Defines how many resources can there be created at any given time. */
|
|
351
|
-
maximumConcurrency?: number;
|
|
352
|
-
/** Defines the organization in which the pool will be used. */
|
|
353
|
-
organizationProfile?: OrganizationProfileUnion;
|
|
354
|
-
/** Defines how the machine will be handled once it executed a job. */
|
|
355
|
-
agentProfile?: AgentProfileUpdateUnion;
|
|
356
|
-
/** Defines the type of fabric the agent will run on. */
|
|
357
|
-
fabricProfile?: FabricProfileUnion;
|
|
358
|
-
/** The resource id of the DevCenter Project the pool belongs to. */
|
|
359
|
-
devCenterProjectResourceId?: string;
|
|
360
|
-
}
|
|
361
|
-
/** The agent profile of the machines in the pool. */
|
|
362
|
-
export interface AgentProfileUpdate {
|
|
363
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
364
|
-
kind: "Stateful" | "Stateless";
|
|
365
|
-
/** Defines pool buffer/stand-by agents. */
|
|
366
|
-
resourcePredictions?: Record<string, unknown>;
|
|
367
|
-
/** Defines how the pool buffer/stand-by agents is provided. */
|
|
368
|
-
resourcePredictionsProfile?: ResourcePredictionsProfileUpdateUnion;
|
|
369
|
-
}
|
|
370
|
-
/** Determines how the stand-by scheme should be provided. */
|
|
371
|
-
export interface ResourcePredictionsProfileUpdate {
|
|
372
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
373
|
-
kind: "Automatic" | "Manual";
|
|
374
|
-
}
|
|
375
|
-
/** The response of a ResourceDetailsObject list operation. */
|
|
376
|
-
export interface ResourceDetailsObjectListResult {
|
|
377
|
-
/** The ResourceDetailsObject items on this page */
|
|
378
|
-
value: ResourceDetailsObject[];
|
|
379
|
-
/** The link to the next page of items */
|
|
380
|
-
nextLink?: string;
|
|
381
|
-
}
|
|
382
|
-
/** Details of the ResourceDetailsObject. */
|
|
383
|
-
export interface ResourceDetailsObjectProperties {
|
|
384
|
-
/** The status of the resource. */
|
|
385
|
-
status: ResourceStatus;
|
|
386
|
-
/** The image name of the resource. */
|
|
387
|
-
image: string;
|
|
388
|
-
/** The version of the image running on the resource. */
|
|
389
|
-
imageVersion: string;
|
|
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
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[];
|
|
391
395
|
/** Defines an Azure DevOps organization. */
|
|
392
396
|
export interface Organization {
|
|
393
397
|
/** The Azure DevOps organization URL in which the pool should be created. */
|
|
@@ -397,6 +401,8 @@ export interface Organization {
|
|
|
397
401
|
/** How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool. */
|
|
398
402
|
parallelism?: number;
|
|
399
403
|
}
|
|
404
|
+
export declare function organizationSerializer(item: Organization): any;
|
|
405
|
+
export declare function organizationDeserializer(item: any): Organization;
|
|
400
406
|
/** Defines the type of Azure DevOps pool permission. */
|
|
401
407
|
export interface AzureDevOpsPermissionProfile {
|
|
402
408
|
/** Determines who has admin permissions to the Azure DevOps pool. */
|
|
@@ -406,327 +412,61 @@ export interface AzureDevOpsPermissionProfile {
|
|
|
406
412
|
/** Group email addresses */
|
|
407
413
|
groups?: string[];
|
|
408
414
|
}
|
|
409
|
-
|
|
410
|
-
export
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
/**
|
|
414
|
-
|
|
415
|
-
/**
|
|
416
|
-
|
|
417
|
-
/**
|
|
418
|
-
|
|
419
|
-
}
|
|
420
|
-
/** The Azure SKU of the machines in the pool. */
|
|
421
|
-
export interface DevOpsAzureSku {
|
|
422
|
-
/** The Azure SKU name of the machines in the pool. */
|
|
423
|
-
name: string;
|
|
424
|
-
}
|
|
425
|
-
/** Defines a GitHub organization */
|
|
426
|
-
export interface GitHubOrganization {
|
|
427
|
-
/** The GitHub organization URL in which the pool should be created. */
|
|
428
|
-
url: string;
|
|
429
|
-
/** Optional list of repositories in which the pool should be created. */
|
|
430
|
-
repositories?: string[];
|
|
431
|
-
}
|
|
432
|
-
/** The network profile of the machines in the pool. */
|
|
433
|
-
export interface NetworkProfile {
|
|
434
|
-
/** The subnet id on which to put all machines created in the pool. */
|
|
435
|
-
subnetId: string;
|
|
436
|
-
}
|
|
437
|
-
/** The OS profile of the machines in the pool. */
|
|
438
|
-
export interface OsProfile {
|
|
439
|
-
/** The secret management settings of the machines in the pool. */
|
|
440
|
-
secretsManagementSettings?: SecretsManagementSettings;
|
|
441
|
-
/** Determines how the service should be run. By default, this will be set to Service. */
|
|
442
|
-
logonType?: LogonType;
|
|
443
|
-
}
|
|
444
|
-
/** The secret management settings of the machines in the pool. */
|
|
445
|
-
export interface SecretsManagementSettings {
|
|
446
|
-
/** Where to store certificates on the machine. */
|
|
447
|
-
certificateStoreLocation?: string;
|
|
448
|
-
/** The list of certificates to install on all machines in the pool. */
|
|
449
|
-
observedCertificates: string[];
|
|
450
|
-
/** Defines if the key of the certificates should be exportable. */
|
|
451
|
-
keyExportable: boolean;
|
|
452
|
-
}
|
|
453
|
-
/** The VM image of the machines in the pool. */
|
|
454
|
-
export interface PoolImage {
|
|
455
|
-
/** The resource id of the image. */
|
|
456
|
-
resourceId?: string;
|
|
457
|
-
/** The image to use from a well-known set of images made available to customers. */
|
|
458
|
-
wellKnownImageName?: string;
|
|
459
|
-
/** List of aliases to reference the image by. */
|
|
460
|
-
aliases?: string[];
|
|
461
|
-
/** The percentage of the buffer to be allocated to this image. */
|
|
462
|
-
buffer?: string;
|
|
463
|
-
}
|
|
464
|
-
/** The storage profile of the VMSS. */
|
|
465
|
-
export interface StorageProfile {
|
|
466
|
-
/** The Azure SKU name of the machines in the pool. */
|
|
467
|
-
osDiskStorageAccountType?: OsDiskStorageAccountType;
|
|
468
|
-
/** A list of empty data disks to attach. */
|
|
469
|
-
dataDisks?: DataDisk[];
|
|
470
|
-
}
|
|
471
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
472
|
-
export interface ProxyResource extends Resource {
|
|
473
|
-
}
|
|
474
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
475
|
-
export interface TrackedResource extends Resource {
|
|
476
|
-
/** Resource tags. */
|
|
477
|
-
tags?: {
|
|
478
|
-
[propertyName: string]: string;
|
|
479
|
-
};
|
|
480
|
-
/** The geo-location where the resource lives */
|
|
481
|
-
location: string;
|
|
482
|
-
}
|
|
483
|
-
/** Azure DevOps organization profile */
|
|
484
|
-
export interface AzureDevOpsOrganizationProfile extends OrganizationProfile {
|
|
485
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
486
|
-
kind: "AzureDevOps";
|
|
487
|
-
/** The list of Azure DevOps organizations the pool should be present in. */
|
|
488
|
-
organizations: Organization[];
|
|
489
|
-
/** The type of permission which determines which accounts are admins on the Azure DevOps pool. */
|
|
490
|
-
permissionProfile?: AzureDevOpsPermissionProfile;
|
|
491
|
-
}
|
|
492
|
-
/** GitHub organization profile */
|
|
493
|
-
export interface GitHubOrganizationProfile extends OrganizationProfile {
|
|
494
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
495
|
-
kind: "GitHub";
|
|
496
|
-
/** The list of GitHub organizations/repositories the pool should be present in. */
|
|
497
|
-
organizations: GitHubOrganization[];
|
|
498
|
-
}
|
|
499
|
-
/** Stateful profile meaning that the machines will be returned to the pool after running a job. */
|
|
500
|
-
export interface Stateful extends AgentProfile {
|
|
501
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
502
|
-
kind: "Stateful";
|
|
503
|
-
/** How long should stateful machines be kept around. The maximum is one week. */
|
|
504
|
-
maxAgentLifetime?: string;
|
|
505
|
-
/** 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. */
|
|
506
|
-
gracePeriodTimeSpan?: string;
|
|
507
|
-
}
|
|
508
|
-
/** Stateless profile meaning that the machines will be cleaned up after running a job. */
|
|
509
|
-
export interface StatelessAgentProfile extends AgentProfile {
|
|
510
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
511
|
-
kind: "Stateless";
|
|
512
|
-
}
|
|
513
|
-
/** The stand-by agent scheme is determined based on historical demand. */
|
|
514
|
-
export interface AutomaticResourcePredictionsProfile extends ResourcePredictionsProfile {
|
|
515
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
516
|
-
kind: "Automatic";
|
|
517
|
-
/** Determines the balance between cost and performance. */
|
|
518
|
-
predictionPreference?: PredictionPreference;
|
|
519
|
-
}
|
|
520
|
-
/** Customer provides the stand-by agent scheme. */
|
|
521
|
-
export interface ManualResourcePredictionsProfile extends ResourcePredictionsProfile {
|
|
522
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
523
|
-
kind: "Manual";
|
|
524
|
-
}
|
|
525
|
-
/** The agents will run on Virtual Machine Scale Sets. */
|
|
526
|
-
export interface VmssFabricProfile extends FabricProfile {
|
|
527
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
528
|
-
kind: "Vmss";
|
|
529
|
-
/** The Azure SKU of the machines in the pool. */
|
|
530
|
-
sku: DevOpsAzureSku;
|
|
531
|
-
/** The VM images of the machines in the pool. */
|
|
532
|
-
images: PoolImage[];
|
|
533
|
-
/** The OS profile of the machines in the pool. */
|
|
534
|
-
osProfile?: OsProfile;
|
|
535
|
-
/** The storage profile of the machines in the pool. */
|
|
536
|
-
storageProfile?: StorageProfile;
|
|
537
|
-
/** The network profile of the machines in the pool. */
|
|
538
|
-
networkProfile?: NetworkProfile;
|
|
539
|
-
}
|
|
540
|
-
/** Stateful profile meaning that the machines will be returned to the pool after running a job. */
|
|
541
|
-
export interface StatefulUpdate extends AgentProfileUpdate {
|
|
542
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
543
|
-
kind: "Stateful";
|
|
544
|
-
/** How long should stateful machines be kept around. The maximum is one week. */
|
|
545
|
-
maxAgentLifetime?: string;
|
|
546
|
-
/** 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. */
|
|
547
|
-
gracePeriodTimeSpan?: string;
|
|
548
|
-
}
|
|
549
|
-
/** Stateless profile meaning that the machines will be cleaned up after running a job. */
|
|
550
|
-
export interface StatelessAgentProfileUpdate extends AgentProfileUpdate {
|
|
551
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
552
|
-
kind: "Stateless";
|
|
553
|
-
}
|
|
554
|
-
/** The stand-by agent scheme is determined based on historical demand. */
|
|
555
|
-
export interface AutomaticResourcePredictionsProfileUpdate extends ResourcePredictionsProfileUpdate {
|
|
556
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
557
|
-
kind: "Automatic";
|
|
558
|
-
/** Determines the balance between cost and performance. */
|
|
559
|
-
predictionPreference?: PredictionPreference;
|
|
560
|
-
}
|
|
561
|
-
/** Customer provides the stand-by agent scheme. */
|
|
562
|
-
export interface ManualResourcePredictionsProfileUpdate extends ResourcePredictionsProfileUpdate {
|
|
563
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
564
|
-
kind: "Manual";
|
|
565
|
-
}
|
|
566
|
-
/** A ResourceSku */
|
|
567
|
-
export interface ResourceSku extends ProxyResource {
|
|
568
|
-
/** The resource-specific properties for this resource. */
|
|
569
|
-
properties?: ResourceSkuProperties;
|
|
570
|
-
}
|
|
571
|
-
/** Describes Resource Quota */
|
|
572
|
-
export interface Quota extends ProxyResource {
|
|
573
|
-
/** The resource-specific properties for this resource. */
|
|
574
|
-
properties?: QuotaProperties;
|
|
575
|
-
}
|
|
576
|
-
/** An image version object */
|
|
577
|
-
export interface ImageVersion extends ProxyResource {
|
|
578
|
-
/** The resource-specific properties for this resource. */
|
|
579
|
-
properties?: ImageVersionProperties;
|
|
580
|
-
}
|
|
581
|
-
/** A ResourceDetailsObject */
|
|
582
|
-
export interface ResourceDetailsObject extends ProxyResource {
|
|
583
|
-
/** The resource-specific properties for this resource. */
|
|
584
|
-
properties?: ResourceDetailsObjectProperties;
|
|
585
|
-
}
|
|
586
|
-
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
587
|
-
export interface Pool extends TrackedResource {
|
|
588
|
-
/** The resource-specific properties for this resource. */
|
|
589
|
-
properties?: PoolProperties;
|
|
590
|
-
/** The managed service identities assigned to this resource. */
|
|
591
|
-
identity?: ManagedServiceIdentity;
|
|
592
|
-
}
|
|
593
|
-
/** Defines headers for Pools_createOrUpdate operation. */
|
|
594
|
-
export interface PoolsCreateOrUpdateHeaders {
|
|
595
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
596
|
-
retryAfter?: number;
|
|
597
|
-
}
|
|
598
|
-
/** Defines headers for Pools_update operation. */
|
|
599
|
-
export interface PoolsUpdateHeaders {
|
|
600
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
601
|
-
location?: string;
|
|
602
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
603
|
-
retryAfter?: number;
|
|
604
|
-
}
|
|
605
|
-
/** Defines headers for Pools_delete operation. */
|
|
606
|
-
export interface PoolsDeleteHeaders {
|
|
607
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
608
|
-
location?: string;
|
|
609
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
610
|
-
retryAfter?: number;
|
|
611
|
-
}
|
|
612
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
613
|
-
export declare enum KnownOrigin {
|
|
614
|
-
/** User */
|
|
615
|
-
User = "user",
|
|
616
|
-
/** System */
|
|
617
|
-
System = "system",
|
|
618
|
-
/** UserSystem */
|
|
619
|
-
UserSystem = "user,system"
|
|
620
|
-
}
|
|
621
|
-
/**
|
|
622
|
-
* Defines values for Origin. \
|
|
623
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
624
|
-
* this enum contains the known values that the service supports.
|
|
625
|
-
* ### Known values supported by the service
|
|
626
|
-
* **user** \
|
|
627
|
-
* **system** \
|
|
628
|
-
* **user,system**
|
|
629
|
-
*/
|
|
630
|
-
export type Origin = string;
|
|
631
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
632
|
-
export declare enum KnownActionType {
|
|
633
|
-
/** Internal */
|
|
634
|
-
Internal = "Internal"
|
|
635
|
-
}
|
|
636
|
-
/**
|
|
637
|
-
* Defines values for ActionType. \
|
|
638
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
639
|
-
* this enum contains the known values that the service supports.
|
|
640
|
-
* ### Known values supported by the service
|
|
641
|
-
* **Internal**
|
|
642
|
-
*/
|
|
643
|
-
export type ActionType = string;
|
|
644
|
-
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
645
|
-
export declare enum KnownResourceSkuRestrictionsType {
|
|
646
|
-
/** Location */
|
|
647
|
-
Location = "Location",
|
|
648
|
-
/** Zone */
|
|
649
|
-
Zone = "Zone"
|
|
650
|
-
}
|
|
651
|
-
/**
|
|
652
|
-
* Defines values for ResourceSkuRestrictionsType. \
|
|
653
|
-
* {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
|
|
654
|
-
* this enum contains the known values that the service supports.
|
|
655
|
-
* ### Known values supported by the service
|
|
656
|
-
* **Location** \
|
|
657
|
-
* **Zone**
|
|
658
|
-
*/
|
|
659
|
-
export type ResourceSkuRestrictionsType = string;
|
|
660
|
-
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
661
|
-
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
662
|
-
/** QuotaId */
|
|
663
|
-
QuotaId = "QuotaId",
|
|
664
|
-
/** NotAvailableForSubscription */
|
|
665
|
-
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
666
|
-
}
|
|
667
|
-
/**
|
|
668
|
-
* Defines values for ResourceSkuRestrictionsReasonCode. \
|
|
669
|
-
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
670
|
-
* this enum contains the known values that the service supports.
|
|
671
|
-
* ### Known values supported by the service
|
|
672
|
-
* **QuotaId** \
|
|
673
|
-
* **NotAvailableForSubscription**
|
|
674
|
-
*/
|
|
675
|
-
export type ResourceSkuRestrictionsReasonCode = string;
|
|
676
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
677
|
-
export declare enum KnownCreatedByType {
|
|
678
|
-
/** User */
|
|
679
|
-
User = "User",
|
|
680
|
-
/** Application */
|
|
681
|
-
Application = "Application",
|
|
682
|
-
/** ManagedIdentity */
|
|
683
|
-
ManagedIdentity = "ManagedIdentity",
|
|
684
|
-
/** Key */
|
|
685
|
-
Key = "Key"
|
|
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"
|
|
686
425
|
}
|
|
687
426
|
/**
|
|
688
|
-
*
|
|
689
|
-
* {@link
|
|
427
|
+
* Determines who has admin permissions to the Azure DevOps pool. \
|
|
428
|
+
* {@link KnownAzureDevOpsPermissionType} can be used interchangeably with AzureDevOpsPermissionType,
|
|
690
429
|
* this enum contains the known values that the service supports.
|
|
691
430
|
* ### Known values supported by the service
|
|
692
|
-
* **
|
|
693
|
-
* **
|
|
694
|
-
* **
|
|
695
|
-
* **Key**
|
|
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.
|
|
696
434
|
*/
|
|
697
|
-
export type
|
|
698
|
-
/**
|
|
699
|
-
export
|
|
700
|
-
/**
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
Provisioning = "Provisioning",
|
|
708
|
-
/** Represents a pending operation. */
|
|
709
|
-
Updating = "Updating",
|
|
710
|
-
/** Represents an operation under deletion. */
|
|
711
|
-
Deleting = "Deleting",
|
|
712
|
-
/** Represents an accepted operation. */
|
|
713
|
-
Accepted = "Accepted"
|
|
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;
|
|
714
445
|
}
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
/**
|
|
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. */
|
|
730
470
|
export declare enum KnownResourcePredictionsProfileType {
|
|
731
471
|
/** Customer provides the stand-by agent scheme. */
|
|
732
472
|
Manual = "Manual",
|
|
@@ -734,80 +474,31 @@ export declare enum KnownResourcePredictionsProfileType {
|
|
|
734
474
|
Automatic = "Automatic"
|
|
735
475
|
}
|
|
736
476
|
/**
|
|
737
|
-
*
|
|
738
|
-
* {@link KnownResourcePredictionsProfileType} can be used interchangeably with ResourcePredictionsProfileType,
|
|
739
|
-
* this enum contains the known values that the service supports.
|
|
740
|
-
* ### Known values supported by the service
|
|
741
|
-
* **Manual**: Customer provides the stand-by agent scheme. \
|
|
742
|
-
* **Automatic**: The stand-by agent scheme is determined based on historical demand.
|
|
743
|
-
*/
|
|
744
|
-
export type ResourcePredictionsProfileType = string;
|
|
745
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
746
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
747
|
-
/** None */
|
|
748
|
-
None = "None",
|
|
749
|
-
/** SystemAssigned */
|
|
750
|
-
SystemAssigned = "SystemAssigned",
|
|
751
|
-
/** UserAssigned */
|
|
752
|
-
UserAssigned = "UserAssigned",
|
|
753
|
-
/** SystemAssignedUserAssigned */
|
|
754
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
755
|
-
}
|
|
756
|
-
/**
|
|
757
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
758
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
759
|
-
* this enum contains the known values that the service supports.
|
|
760
|
-
* ### Known values supported by the service
|
|
761
|
-
* **None** \
|
|
762
|
-
* **SystemAssigned** \
|
|
763
|
-
* **UserAssigned** \
|
|
764
|
-
* **SystemAssigned,UserAssigned**
|
|
765
|
-
*/
|
|
766
|
-
export type ManagedServiceIdentityType = string;
|
|
767
|
-
/** Known values of {@link ResourceStatus} that the service accepts. */
|
|
768
|
-
export declare enum KnownResourceStatus {
|
|
769
|
-
/** Represents a machine resource that is ready. */
|
|
770
|
-
Ready = "Ready",
|
|
771
|
-
/** Represents a machine resource that is not ready. */
|
|
772
|
-
NotReady = "NotReady",
|
|
773
|
-
/** Represents a machine resource that is allocated. */
|
|
774
|
-
Allocated = "Allocated",
|
|
775
|
-
/** Represents a machine resource that is pending return. */
|
|
776
|
-
PendingReturn = "PendingReturn",
|
|
777
|
-
/** Represents a machine resource that is returned. */
|
|
778
|
-
Returned = "Returned",
|
|
779
|
-
/** Represents a machine resource that is leased. */
|
|
780
|
-
Leased = "Leased",
|
|
781
|
-
/** Represents a machine resource that is provisioning. */
|
|
782
|
-
Provisioning = "Provisioning",
|
|
783
|
-
/** Represents a machine resource that is updating. */
|
|
784
|
-
Updating = "Updating",
|
|
785
|
-
/** Represents a machine resource that is starting. */
|
|
786
|
-
Starting = "Starting",
|
|
787
|
-
/** Represents a machine resource that is pending reimage. */
|
|
788
|
-
PendingReimage = "PendingReimage",
|
|
789
|
-
/** Represents a machine resource that is reimaging. */
|
|
790
|
-
Reimaging = "Reimaging"
|
|
791
|
-
}
|
|
792
|
-
/**
|
|
793
|
-
* Defines values for ResourceStatus. \
|
|
794
|
-
* {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,
|
|
477
|
+
* Determines how the stand-by scheme should be provided. \
|
|
478
|
+
* {@link KnownResourcePredictionsProfileType} can be used interchangeably with ResourcePredictionsProfileType,
|
|
795
479
|
* this enum contains the known values that the service supports.
|
|
796
480
|
* ### Known values supported by the service
|
|
797
|
-
* **
|
|
798
|
-
* **
|
|
799
|
-
* **Allocated**: Represents a machine resource that is allocated. \
|
|
800
|
-
* **PendingReturn**: Represents a machine resource that is pending return. \
|
|
801
|
-
* **Returned**: Represents a machine resource that is returned. \
|
|
802
|
-
* **Leased**: Represents a machine resource that is leased. \
|
|
803
|
-
* **Provisioning**: Represents a machine resource that is provisioning. \
|
|
804
|
-
* **Updating**: Represents a machine resource that is updating. \
|
|
805
|
-
* **Starting**: Represents a machine resource that is starting. \
|
|
806
|
-
* **PendingReimage**: Represents a machine resource that is pending reimage. \
|
|
807
|
-
* **Reimaging**: Represents a machine resource that is reimaging.
|
|
481
|
+
* **Manual**: Customer provides the stand-by agent scheme. \
|
|
482
|
+
* **Automatic**: The stand-by agent scheme is determined based on historical demand.
|
|
808
483
|
*/
|
|
809
|
-
export type
|
|
810
|
-
/**
|
|
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. */
|
|
811
502
|
export declare enum KnownPredictionPreference {
|
|
812
503
|
/** Balance between cost and performance. */
|
|
813
504
|
Balanced = "Balanced",
|
|
@@ -821,7 +512,7 @@ export declare enum KnownPredictionPreference {
|
|
|
821
512
|
BestPerformance = "BestPerformance"
|
|
822
513
|
}
|
|
823
514
|
/**
|
|
824
|
-
*
|
|
515
|
+
* Determines the balance between cost and performance. \
|
|
825
516
|
* {@link KnownPredictionPreference} can be used interchangeably with PredictionPreference,
|
|
826
517
|
* this enum contains the known values that the service supports.
|
|
827
518
|
* ### Known values supported by the service
|
|
@@ -832,26 +523,155 @@ export declare enum KnownPredictionPreference {
|
|
|
832
523
|
* **BestPerformance**: Optimizes for performance over cost.
|
|
833
524
|
*/
|
|
834
525
|
export type PredictionPreference = string;
|
|
835
|
-
/**
|
|
836
|
-
export
|
|
837
|
-
/**
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
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"
|
|
843
621
|
}
|
|
844
622
|
/**
|
|
845
|
-
*
|
|
846
|
-
* {@link
|
|
623
|
+
* Determines how the service should be run. \
|
|
624
|
+
* {@link KnownLogonType} can be used interchangeably with LogonType,
|
|
847
625
|
* this enum contains the known values that the service supports.
|
|
848
626
|
* ### Known values supported by the service
|
|
849
|
-
* **
|
|
850
|
-
* **
|
|
851
|
-
* **SpecificAccounts**: Only the specified accounts will be admins of the pool.
|
|
627
|
+
* **Service**: Run as a service. \
|
|
628
|
+
* **Interactive**: Run in interactive mode.
|
|
852
629
|
*/
|
|
853
|
-
export type
|
|
854
|
-
/**
|
|
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. */
|
|
855
675
|
export declare enum KnownCachingType {
|
|
856
676
|
/** Don't use host caching. */
|
|
857
677
|
None = "None",
|
|
@@ -861,7 +681,7 @@ export declare enum KnownCachingType {
|
|
|
861
681
|
ReadWrite = "ReadWrite"
|
|
862
682
|
}
|
|
863
683
|
/**
|
|
864
|
-
*
|
|
684
|
+
* The type of caching in a data disk. \
|
|
865
685
|
* {@link KnownCachingType} can be used interchangeably with CachingType,
|
|
866
686
|
* this enum contains the known values that the service supports.
|
|
867
687
|
* ### Known values supported by the service
|
|
@@ -870,21 +690,21 @@ export declare enum KnownCachingType {
|
|
|
870
690
|
* **ReadWrite**: For workloads that do a balance of read and write operations.
|
|
871
691
|
*/
|
|
872
692
|
export type CachingType = string;
|
|
873
|
-
/**
|
|
693
|
+
/** StorageAccountType enums */
|
|
874
694
|
export declare enum KnownStorageAccountType {
|
|
875
695
|
/** The data disk should use standard locally redundant storage. */
|
|
876
696
|
StandardLRS = "Standard_LRS",
|
|
877
697
|
/** The data disk should use premium locally redundant storage. */
|
|
878
698
|
PremiumLRS = "Premium_LRS",
|
|
879
699
|
/** The data disk should use standard SSD locally redundant storage. */
|
|
880
|
-
|
|
700
|
+
StandardSSDLRS = "StandardSSD_LRS",
|
|
881
701
|
/** The data disk should use premium SSD zonal redundant storage. */
|
|
882
702
|
PremiumZRS = "Premium_ZRS",
|
|
883
703
|
/** The data disk should use standard SSD zonal redundant storage. */
|
|
884
|
-
|
|
704
|
+
StandardSSDZRS = "StandardSSD_ZRS"
|
|
885
705
|
}
|
|
886
706
|
/**
|
|
887
|
-
*
|
|
707
|
+
* StorageAccountType enums \
|
|
888
708
|
* {@link KnownStorageAccountType} can be used interchangeably with StorageAccountType,
|
|
889
709
|
* this enum contains the known values that the service supports.
|
|
890
710
|
* ### Known values supported by the service
|
|
@@ -895,150 +715,172 @@ export declare enum KnownStorageAccountType {
|
|
|
895
715
|
* **StandardSSD_ZRS**: The data disk should use standard SSD zonal redundant storage.
|
|
896
716
|
*/
|
|
897
717
|
export type StorageAccountType = string;
|
|
898
|
-
/**
|
|
899
|
-
export
|
|
900
|
-
/**
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
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"
|
|
904
748
|
}
|
|
905
749
|
/**
|
|
906
|
-
*
|
|
907
|
-
* {@link
|
|
750
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
751
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
908
752
|
* this enum contains the known values that the service supports.
|
|
909
753
|
* ### Known values supported by the service
|
|
910
|
-
* **
|
|
911
|
-
* **
|
|
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.
|
|
912
758
|
*/
|
|
913
|
-
export type
|
|
914
|
-
/**
|
|
915
|
-
export
|
|
916
|
-
/**
|
|
917
|
-
|
|
918
|
-
/**
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
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"
|
|
922
857
|
}
|
|
923
858
|
/**
|
|
924
|
-
*
|
|
925
|
-
* {@link
|
|
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,
|
|
926
861
|
* this enum contains the known values that the service supports.
|
|
927
862
|
* ### Known values supported by the service
|
|
928
|
-
* **
|
|
929
|
-
* **
|
|
930
|
-
* **
|
|
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.
|
|
931
866
|
*/
|
|
932
|
-
export type
|
|
933
|
-
/**
|
|
934
|
-
export
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
/**
|
|
939
|
-
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
/**
|
|
947
|
-
export
|
|
948
|
-
/**
|
|
949
|
-
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
export type SkuListByLocationNextResponse = ResourceSkuListResult;
|
|
953
|
-
/** Optional parameters. */
|
|
954
|
-
export interface SubscriptionUsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
955
|
-
}
|
|
956
|
-
/** Contains response data for the listByLocation operation. */
|
|
957
|
-
export type SubscriptionUsagesListByLocationResponse = QuotaListResult;
|
|
958
|
-
/** Optional parameters. */
|
|
959
|
-
export interface SubscriptionUsagesListByLocationNextOptionalParams extends coreClient.OperationOptions {
|
|
960
|
-
}
|
|
961
|
-
/** Contains response data for the listByLocationNext operation. */
|
|
962
|
-
export type SubscriptionUsagesListByLocationNextResponse = QuotaListResult;
|
|
963
|
-
/** Optional parameters. */
|
|
964
|
-
export interface PoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
965
|
-
}
|
|
966
|
-
/** Contains response data for the listBySubscription operation. */
|
|
967
|
-
export type PoolsListBySubscriptionResponse = PoolListResult;
|
|
968
|
-
/** Optional parameters. */
|
|
969
|
-
export interface PoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
970
|
-
}
|
|
971
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
972
|
-
export type PoolsListByResourceGroupResponse = PoolListResult;
|
|
973
|
-
/** Optional parameters. */
|
|
974
|
-
export interface PoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
975
|
-
}
|
|
976
|
-
/** Contains response data for the get operation. */
|
|
977
|
-
export type PoolsGetResponse = Pool;
|
|
978
|
-
/** Optional parameters. */
|
|
979
|
-
export interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
980
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
981
|
-
updateIntervalInMs?: number;
|
|
982
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
983
|
-
resumeFrom?: string;
|
|
984
|
-
}
|
|
985
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
986
|
-
export type PoolsCreateOrUpdateResponse = Pool;
|
|
987
|
-
/** Optional parameters. */
|
|
988
|
-
export interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
989
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
990
|
-
updateIntervalInMs?: number;
|
|
991
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
992
|
-
resumeFrom?: string;
|
|
993
|
-
}
|
|
994
|
-
/** Contains response data for the update operation. */
|
|
995
|
-
export type PoolsUpdateResponse = Pool;
|
|
996
|
-
/** Optional parameters. */
|
|
997
|
-
export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
998
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
999
|
-
updateIntervalInMs?: number;
|
|
1000
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1001
|
-
resumeFrom?: string;
|
|
1002
|
-
}
|
|
1003
|
-
/** Contains response data for the delete operation. */
|
|
1004
|
-
export type PoolsDeleteResponse = PoolsDeleteHeaders;
|
|
1005
|
-
/** Optional parameters. */
|
|
1006
|
-
export interface PoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1007
|
-
}
|
|
1008
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1009
|
-
export type PoolsListBySubscriptionNextResponse = PoolListResult;
|
|
1010
|
-
/** Optional parameters. */
|
|
1011
|
-
export interface PoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
-
}
|
|
1013
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1014
|
-
export type PoolsListByResourceGroupNextResponse = PoolListResult;
|
|
1015
|
-
/** Optional parameters. */
|
|
1016
|
-
export interface ImageVersionsListByImageOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
}
|
|
1018
|
-
/** Contains response data for the listByImage operation. */
|
|
1019
|
-
export type ImageVersionsListByImageResponse = ImageVersionListResult;
|
|
1020
|
-
/** Optional parameters. */
|
|
1021
|
-
export interface ImageVersionsListByImageNextOptionalParams extends coreClient.OperationOptions {
|
|
1022
|
-
}
|
|
1023
|
-
/** Contains response data for the listByImageNext operation. */
|
|
1024
|
-
export type ImageVersionsListByImageNextResponse = ImageVersionListResult;
|
|
1025
|
-
/** Optional parameters. */
|
|
1026
|
-
export interface ResourceDetailsListByPoolOptionalParams extends coreClient.OperationOptions {
|
|
1027
|
-
}
|
|
1028
|
-
/** Contains response data for the listByPool operation. */
|
|
1029
|
-
export type ResourceDetailsListByPoolResponse = ResourceDetailsObjectListResult;
|
|
1030
|
-
/** Optional parameters. */
|
|
1031
|
-
export interface ResourceDetailsListByPoolNextOptionalParams extends coreClient.OperationOptions {
|
|
1032
|
-
}
|
|
1033
|
-
/** Contains response data for the listByPoolNext operation. */
|
|
1034
|
-
export type ResourceDetailsListByPoolNextResponse = ResourceDetailsObjectListResult;
|
|
1035
|
-
/** Optional parameters. */
|
|
1036
|
-
export interface ManagedDevOpsInfrastructureOptionalParams extends coreClient.ServiceClientOptions {
|
|
1037
|
-
/** server parameter */
|
|
1038
|
-
$host?: string;
|
|
1039
|
-
/** Api Version */
|
|
1040
|
-
apiVersion?: string;
|
|
1041
|
-
/** Overrides client endpoint. */
|
|
1042
|
-
endpoint?: string;
|
|
1043
|
-
}
|
|
1044
|
-
//# sourceMappingURL=index.d.ts.map
|
|
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
|