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