@azure/arm-standbypool 1.0.0-beta.1 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/README.md +1 -8
- package/dist/browser/api/index.d.ts +8 -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 +10 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +40 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
- package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
- package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/browser/api/standbyContainerGroupPools/index.d.ts +31 -0
- package/dist/browser/api/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/browser/api/standbyContainerGroupPools/index.js +362 -0
- package/dist/browser/api/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/browser/api/standbyPoolManagementContext.d.ts +11 -0
- package/dist/browser/api/standbyPoolManagementContext.d.ts.map +1 -0
- package/dist/browser/api/standbyPoolManagementContext.js +34 -0
- package/dist/browser/api/standbyPoolManagementContext.js.map +1 -0
- package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
- package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
- package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/browser/api/standbyVirtualMachinePools/index.d.ts +31 -0
- package/dist/browser/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/browser/api/standbyVirtualMachinePools/index.js +327 -0
- package/dist/browser/api/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/browser/api/standbyVirtualMachines/index.d.ts +14 -0
- package/dist/browser/api/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/browser/api/standbyVirtualMachines/index.js +97 -0
- package/dist/browser/api/standbyVirtualMachines/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/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
- package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
- package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/browser/classic/standbyContainerGroupPools/index.d.ts +30 -0
- package/dist/browser/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/browser/classic/standbyContainerGroupPools/index.js +17 -0
- package/dist/browser/classic/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
- package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
- package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/browser/classic/standbyVirtualMachinePools/index.d.ts +30 -0
- package/dist/browser/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/browser/classic/standbyVirtualMachinePools/index.js +17 -0
- package/dist/browser/classic/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/browser/classic/standbyVirtualMachines/index.d.ts +17 -0
- package/dist/browser/classic/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/browser/classic/standbyVirtualMachines/index.js +13 -0
- package/dist/browser/classic/standbyVirtualMachines/index.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 +7 -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 +3 -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/browser/models/models.d.ts +381 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +164 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/models/options.d.ts +67 -0
- package/dist/browser/models/options.d.ts.map +1 -0
- package/dist/browser/models/options.js +4 -0
- package/dist/browser/models/options.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 +106 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/standbyPoolManagementClient.d.ts +29 -0
- package/dist/browser/standbyPoolManagementClient.d.ts.map +1 -0
- package/dist/browser/standbyPoolManagementClient.js +27 -0
- package/dist/browser/standbyPoolManagementClient.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 +139 -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 +78 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +8 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +33 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +10 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +45 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
- package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.js +121 -0
- package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/commonjs/api/standbyContainerGroupPools/index.d.ts +31 -0
- package/dist/commonjs/api/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/commonjs/api/standbyContainerGroupPools/index.js +382 -0
- package/dist/commonjs/api/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/commonjs/api/standbyPoolManagementContext.d.ts +11 -0
- package/dist/commonjs/api/standbyPoolManagementContext.d.ts.map +1 -0
- package/dist/commonjs/api/standbyPoolManagementContext.js +37 -0
- package/dist/commonjs/api/standbyPoolManagementContext.js.map +1 -0
- package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
- package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.js +123 -0
- package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/commonjs/api/standbyVirtualMachinePools/index.d.ts +31 -0
- package/dist/commonjs/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/commonjs/api/standbyVirtualMachinePools/index.js +347 -0
- package/dist/commonjs/api/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/commonjs/api/standbyVirtualMachines/index.d.ts +14 -0
- package/dist/commonjs/api/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/commonjs/api/standbyVirtualMachines/index.js +105 -0
- package/dist/commonjs/api/standbyVirtualMachines/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/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
- package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.js +17 -0
- package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/commonjs/classic/standbyContainerGroupPools/index.d.ts +30 -0
- package/dist/commonjs/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/commonjs/classic/standbyContainerGroupPools/index.js +21 -0
- package/dist/commonjs/classic/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
- package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.js +17 -0
- package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/commonjs/classic/standbyVirtualMachinePools/index.d.ts +30 -0
- package/dist/commonjs/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/commonjs/classic/standbyVirtualMachinePools/index.js +21 -0
- package/dist/commonjs/classic/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/commonjs/classic/standbyVirtualMachines/index.d.ts +17 -0
- package/dist/commonjs/classic/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/commonjs/classic/standbyVirtualMachines/index.js +17 -0
- package/dist/commonjs/classic/standbyVirtualMachines/index.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 +7 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -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 +3 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +13 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +381 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +182 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/models/options.d.ts +67 -0
- package/dist/commonjs/models/options.d.ts.map +1 -0
- package/dist/commonjs/models/options.js +5 -0
- package/dist/commonjs/models/options.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 +109 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/standbyPoolManagementClient.d.ts +29 -0
- package/dist/commonjs/standbyPoolManagementClient.d.ts.map +1 -0
- package/dist/commonjs/standbyPoolManagementClient.js +31 -0
- package/dist/commonjs/standbyPoolManagementClient.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 +142 -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 +81 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/api/index.d.ts +8 -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 +10 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +40 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
- package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
- package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/esm/api/standbyContainerGroupPools/index.d.ts +31 -0
- package/dist/esm/api/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/esm/api/standbyContainerGroupPools/index.js +362 -0
- package/dist/esm/api/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/esm/api/standbyPoolManagementContext.d.ts +11 -0
- package/dist/esm/api/standbyPoolManagementContext.d.ts.map +1 -0
- package/dist/esm/api/standbyPoolManagementContext.js +34 -0
- package/dist/esm/api/standbyPoolManagementContext.js.map +1 -0
- package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
- package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
- package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/esm/api/standbyVirtualMachinePools/index.d.ts +31 -0
- package/dist/esm/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/esm/api/standbyVirtualMachinePools/index.js +327 -0
- package/dist/esm/api/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/esm/api/standbyVirtualMachines/index.d.ts +14 -0
- package/dist/esm/api/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/esm/api/standbyVirtualMachines/index.js +97 -0
- package/dist/esm/api/standbyVirtualMachines/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/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
- package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
- package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/esm/classic/standbyContainerGroupPools/index.d.ts +30 -0
- package/dist/esm/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/esm/classic/standbyContainerGroupPools/index.js +17 -0
- package/dist/esm/classic/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
- package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
- package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts +30 -0
- package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/esm/classic/standbyVirtualMachinePools/index.js +17 -0
- package/dist/esm/classic/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/esm/classic/standbyVirtualMachines/index.d.ts +17 -0
- package/dist/esm/classic/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/esm/classic/standbyVirtualMachines/index.js +13 -0
- package/dist/esm/classic/standbyVirtualMachines/index.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 +7 -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 +3 -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 +381 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +164 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/models/options.d.ts +67 -0
- package/dist/esm/models/options.d.ts.map +1 -0
- package/dist/esm/models/options.js +4 -0
- package/dist/esm/models/options.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 +106 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/standbyPoolManagementClient.d.ts +29 -0
- package/dist/esm/standbyPoolManagementClient.d.ts.map +1 -0
- package/dist/esm/standbyPoolManagementClient.js +27 -0
- package/dist/esm/standbyPoolManagementClient.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 +139 -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 +78 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/index.d.ts +8 -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 +10 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +40 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
- package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
- package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/react-native/api/standbyContainerGroupPools/index.d.ts +31 -0
- package/dist/react-native/api/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/react-native/api/standbyContainerGroupPools/index.js +362 -0
- package/dist/react-native/api/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/react-native/api/standbyPoolManagementContext.d.ts +11 -0
- package/dist/react-native/api/standbyPoolManagementContext.d.ts.map +1 -0
- package/dist/react-native/api/standbyPoolManagementContext.js +34 -0
- package/dist/react-native/api/standbyPoolManagementContext.js.map +1 -0
- package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
- package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
- package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts +31 -0
- package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/react-native/api/standbyVirtualMachinePools/index.js +327 -0
- package/dist/react-native/api/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/react-native/api/standbyVirtualMachines/index.d.ts +14 -0
- package/dist/react-native/api/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/react-native/api/standbyVirtualMachines/index.js +97 -0
- package/dist/react-native/api/standbyVirtualMachines/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/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
- package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
- package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
- package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts +30 -0
- package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
- package/dist/react-native/classic/standbyContainerGroupPools/index.js +17 -0
- package/dist/react-native/classic/standbyContainerGroupPools/index.js.map +1 -0
- package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
- package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
- package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
- package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
- package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts +30 -0
- package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
- package/dist/react-native/classic/standbyVirtualMachinePools/index.js +17 -0
- package/dist/react-native/classic/standbyVirtualMachinePools/index.js.map +1 -0
- package/dist/react-native/classic/standbyVirtualMachines/index.d.ts +17 -0
- package/dist/react-native/classic/standbyVirtualMachines/index.d.ts.map +1 -0
- package/dist/react-native/classic/standbyVirtualMachines/index.js +13 -0
- package/dist/react-native/classic/standbyVirtualMachines/index.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 +7 -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 +3 -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 +381 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +164 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/models/options.d.ts +67 -0
- package/dist/react-native/models/options.d.ts.map +1 -0
- package/dist/react-native/models/options.js +4 -0
- package/dist/react-native/models/options.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 +106 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/standbyPoolManagementClient.d.ts +29 -0
- package/dist/react-native/standbyPoolManagementClient.d.ts.map +1 -0
- package/dist/react-native/standbyPoolManagementClient.js +27 -0
- package/dist/react-native/standbyPoolManagementClient.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 +139 -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 +78 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +126 -85
- package/review/arm-standbypool-models.api.md +322 -0
- package/review/arm-standbypool.api.md +120 -224
- package/dist/index.js +0 -2605
- 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/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/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js +0 -57
- package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js +0 -56
- package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js +0 -39
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js +0 -47
- package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js +0 -40
- package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js +0 -55
- package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.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/models/index.d.ts +0 -581
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -62
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -38
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -877
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -16
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -143
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -12
- 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/standbyContainerGroupPools.d.ts +0 -99
- package/dist-esm/src/operations/standbyContainerGroupPools.d.ts.map +0 -1
- package/dist-esm/src/operations/standbyContainerGroupPools.js +0 -502
- package/dist-esm/src/operations/standbyContainerGroupPools.js.map +0 -1
- package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts +0 -99
- package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts.map +0 -1
- package/dist-esm/src/operations/standbyVirtualMachinePools.js +0 -502
- package/dist-esm/src/operations/standbyVirtualMachinePools.js.map +0 -1
- package/dist-esm/src/operations/standbyVirtualMachines.d.ts +0 -47
- package/dist-esm/src/operations/standbyVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/standbyVirtualMachines.js +0 -188
- package/dist-esm/src/operations/standbyVirtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -12
- 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/standbyContainerGroupPools.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js +0 -9
- package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js +0 -9
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js +0 -9
- package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.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/src/standbyPoolManagementClient.d.ts +0 -23
- package/dist-esm/src/standbyPoolManagementClient.d.ts.map +0 -1
- package/dist-esm/src/standbyPoolManagementClient.js +0 -103
- package/dist-esm/src/standbyPoolManagementClient.js.map +0 -1
- package/dist-esm/test/standbypool_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/standbypool_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/standbypool_operations_test.spec.js +0 -73
- package/dist-esm/test/standbypool_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -695
- package/src/models/mappers.ts +0 -947
- package/src/models/parameters.ts +0 -167
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -149
- package/src/operations/standbyContainerGroupPools.ts +0 -650
- package/src/operations/standbyVirtualMachinePools.ts +0 -650
- package/src/operations/standbyVirtualMachines.ts +0 -252
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/standbyContainerGroupPools.ts +0 -127
- package/src/operationsInterfaces/standbyVirtualMachinePools.ts +0 -127
- package/src/operationsInterfaces/standbyVirtualMachines.ts +0 -44
- package/src/pagingHelper.ts +0 -39
- package/src/standbyPoolManagementClient.ts +0 -157
- package/tsconfig.json +0 -33
- package/types/arm-standbypool.d.ts +0 -853
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 1.0.1 (2024-11-04)
|
|
4
|
+
|
|
5
|
+
### Bugs Fixed
|
|
6
|
+
|
|
7
|
+
- Fix missing package information issue in user agent
|
|
2
8
|
|
|
3
|
-
## 1.0.0
|
|
9
|
+
## 1.0.0 (2024-09-11)
|
|
10
|
+
|
|
11
|
+
### Features Added
|
|
4
12
|
|
|
5
|
-
|
|
13
|
+
This is the first stable version with the package of @azure/arm-standbypool.
|
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ To use the [DefaultAzureCredential][defaultazurecredential] provider shown below
|
|
|
43
43
|
npm install @azure/identity
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
You will also need to **register a new AAD application and grant access to Azure
|
|
46
|
+
You will also need to **register a new AAD application and grant access to Azure StandbyPool** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
47
|
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
48
|
|
|
49
49
|
For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
@@ -87,9 +87,6 @@ setLogLevel("info");
|
|
|
87
87
|
|
|
88
88
|
For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).
|
|
89
89
|
|
|
90
|
-
## Next steps
|
|
91
|
-
|
|
92
|
-
Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
|
|
93
90
|
|
|
94
91
|
## Contributing
|
|
95
92
|
|
|
@@ -99,10 +96,6 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
99
96
|
|
|
100
97
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
101
98
|
|
|
102
|
-

|
|
103
|
-
|
|
104
|
-
[azure_cli]: https://docs.microsoft.com/cli/azure
|
|
105
|
-
[azure_sub]: https://azure.microsoft.com/free/
|
|
106
99
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
107
100
|
[azure_portal]: https://portal.azure.com
|
|
108
101
|
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { createStandbyPoolManagement, StandbyPoolContext, StandbyPoolManagementClientOptionalParams, } from "./standbyPoolManagementContext.js";
|
|
2
|
+
export { operationsList } from "./operations/index.js";
|
|
3
|
+
export { standbyContainerGroupPoolRuntimeViewsGet, standbyContainerGroupPoolRuntimeViewsListByStandbyPool, } from "./standbyContainerGroupPoolRuntimeViews/index.js";
|
|
4
|
+
export { standbyContainerGroupPoolsGet, standbyContainerGroupPoolsCreateOrUpdate, standbyContainerGroupPoolsDelete, standbyContainerGroupPoolsUpdate, standbyContainerGroupPoolsListByResourceGroup, standbyContainerGroupPoolsListBySubscription, } from "./standbyContainerGroupPools/index.js";
|
|
5
|
+
export { standbyVirtualMachinePoolRuntimeViewsGet, standbyVirtualMachinePoolRuntimeViewsListByStandbyPool, } from "./standbyVirtualMachinePoolRuntimeViews/index.js";
|
|
6
|
+
export { standbyVirtualMachinePoolsGet, standbyVirtualMachinePoolsCreateOrUpdate, standbyVirtualMachinePoolsDelete, standbyVirtualMachinePoolsUpdate, standbyVirtualMachinePoolsListByResourceGroup, standbyVirtualMachinePoolsListBySubscription, } from "./standbyVirtualMachinePools/index.js";
|
|
7
|
+
export { standbyVirtualMachinesGet, standbyVirtualMachinesListByStandbyVirtualMachinePoolResource, } from "./standbyVirtualMachines/index.js";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,2BAA2B,EAC3B,kBAAkB,EAClB,yCAAyC,GAC1C,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,wCAAwC,EACxC,sDAAsD,GACvD,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,gCAAgC,EAChC,gCAAgC,EAChC,6CAA6C,EAC7C,4CAA4C,GAC7C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,wCAAwC,EACxC,sDAAsD,GACvD,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,gCAAgC,EAChC,gCAAgC,EAChC,6CAA6C,EAC7C,4CAA4C,GAC7C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,yBAAyB,EACzB,6DAA6D,GAC9D,MAAM,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { createStandbyPoolManagement, } from "./standbyPoolManagementContext.js";
|
|
4
|
+
export { operationsList } from "./operations/index.js";
|
|
5
|
+
export { standbyContainerGroupPoolRuntimeViewsGet, standbyContainerGroupPoolRuntimeViewsListByStandbyPool, } from "./standbyContainerGroupPoolRuntimeViews/index.js";
|
|
6
|
+
export { standbyContainerGroupPoolsGet, standbyContainerGroupPoolsCreateOrUpdate, standbyContainerGroupPoolsDelete, standbyContainerGroupPoolsUpdate, standbyContainerGroupPoolsListByResourceGroup, standbyContainerGroupPoolsListBySubscription, } from "./standbyContainerGroupPools/index.js";
|
|
7
|
+
export { standbyVirtualMachinePoolRuntimeViewsGet, standbyVirtualMachinePoolRuntimeViewsListByStandbyPool, } from "./standbyVirtualMachinePoolRuntimeViews/index.js";
|
|
8
|
+
export { standbyVirtualMachinePoolsGet, standbyVirtualMachinePoolsCreateOrUpdate, standbyVirtualMachinePoolsDelete, standbyVirtualMachinePoolsUpdate, standbyVirtualMachinePoolsListByResourceGroup, standbyVirtualMachinePoolsListBySubscription, } from "./standbyVirtualMachinePools/index.js";
|
|
9
|
+
export { standbyVirtualMachinesGet, standbyVirtualMachinesListByStandbyVirtualMachinePoolResource, } from "./standbyVirtualMachines/index.js";
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/api/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,2BAA2B,GAG5B,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,wCAAwC,EACxC,sDAAsD,GACvD,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,gCAAgC,EAChC,gCAAgC,EAChC,6CAA6C,EAC7C,4CAA4C,GAC7C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,wCAAwC,EACxC,sDAAsD,GACvD,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,gCAAgC,EAChC,gCAAgC,EAChC,6CAA6C,EAC7C,4CAA4C,GAC7C,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,yBAAyB,EACzB,6DAA6D,GAC9D,MAAM,mCAAmC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createStandbyPoolManagement,\n StandbyPoolContext,\n StandbyPoolManagementClientOptionalParams,\n} from \"./standbyPoolManagementContext.js\";\nexport { operationsList } from \"./operations/index.js\";\nexport {\n standbyContainerGroupPoolRuntimeViewsGet,\n standbyContainerGroupPoolRuntimeViewsListByStandbyPool,\n} from \"./standbyContainerGroupPoolRuntimeViews/index.js\";\nexport {\n standbyContainerGroupPoolsGet,\n standbyContainerGroupPoolsCreateOrUpdate,\n standbyContainerGroupPoolsDelete,\n standbyContainerGroupPoolsUpdate,\n standbyContainerGroupPoolsListByResourceGroup,\n standbyContainerGroupPoolsListBySubscription,\n} from \"./standbyContainerGroupPools/index.js\";\nexport {\n standbyVirtualMachinePoolRuntimeViewsGet,\n standbyVirtualMachinePoolRuntimeViewsListByStandbyPool,\n} from \"./standbyVirtualMachinePoolRuntimeViews/index.js\";\nexport {\n standbyVirtualMachinePoolsGet,\n standbyVirtualMachinePoolsCreateOrUpdate,\n standbyVirtualMachinePoolsDelete,\n standbyVirtualMachinePoolsUpdate,\n standbyVirtualMachinePoolsListByResourceGroup,\n standbyVirtualMachinePoolsListBySubscription,\n} from \"./standbyVirtualMachinePools/index.js\";\nexport {\n standbyVirtualMachinesGet,\n standbyVirtualMachinesListByStandbyVirtualMachinePoolResource,\n} from \"./standbyVirtualMachines/index.js\";\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Operation, _OperationListResult } from "../../models/models.js";
|
|
2
|
+
import { StandbyPoolContext as Client } from "../index.js";
|
|
3
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { OperationsListOptionalParams } from "../../models/options.js";
|
|
6
|
+
export declare function _operationsListSend(context: Client, options?: OperationsListOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _operationsListDeserialize(result: PathUncheckedResponse): Promise<_OperationListResult>;
|
|
8
|
+
/** List the operations for the provider */
|
|
9
|
+
export declare function operationsList(context: Client, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,kBAAkB,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EAEtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,0BAA0B,EAE3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAEvE,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,gBAAgB,CAIlB;AAED,wBAAsB,0BAA0B,CAC9C,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,oBAAoB,CAAC,CAyB/B;AAED,2CAA2C;AAC3C,wBAAgB,cAAc,CAC5B,OAAO,EAAE,MAAM,EACf,OAAO,GAAE,4BAAqD,GAC7D,0BAA0B,CAAC,SAAS,CAAC,CAQvC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { operationOptionsToRequestParameters, createRestError, } from "@azure-rest/core-client";
|
|
4
|
+
import { buildPagedAsyncIterator, } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
export function _operationsListSend(context, options = { requestOptions: {} }) {
|
|
6
|
+
return context
|
|
7
|
+
.path("/providers/Microsoft.StandbyPool/operations")
|
|
8
|
+
.get(Object.assign({}, operationOptionsToRequestParameters(options)));
|
|
9
|
+
}
|
|
10
|
+
export async function _operationsListDeserialize(result) {
|
|
11
|
+
const expectedStatuses = ["200"];
|
|
12
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
13
|
+
throw createRestError(result);
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
value: result.body["value"].map((p) => {
|
|
17
|
+
var _a, _b, _c, _d;
|
|
18
|
+
return {
|
|
19
|
+
name: p["name"],
|
|
20
|
+
isDataAction: p["isDataAction"],
|
|
21
|
+
display: !p.display
|
|
22
|
+
? undefined
|
|
23
|
+
: {
|
|
24
|
+
provider: (_a = p.display) === null || _a === void 0 ? void 0 : _a["provider"],
|
|
25
|
+
resource: (_b = p.display) === null || _b === void 0 ? void 0 : _b["resource"],
|
|
26
|
+
operation: (_c = p.display) === null || _c === void 0 ? void 0 : _c["operation"],
|
|
27
|
+
description: (_d = p.display) === null || _d === void 0 ? void 0 : _d["description"],
|
|
28
|
+
},
|
|
29
|
+
origin: p["origin"],
|
|
30
|
+
actionType: p["actionType"],
|
|
31
|
+
};
|
|
32
|
+
}),
|
|
33
|
+
nextLink: result.body["nextLink"],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
/** List the operations for the provider */
|
|
37
|
+
export function operationsList(context, options = { requestOptions: {} }) {
|
|
38
|
+
return buildPagedAsyncIterator(context, () => _operationsListSend(context, options), _operationsListDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EAEL,mCAAmC,EAEnC,eAAe,GAChB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,uBAAuB,GACxB,MAAM,uCAAuC,CAAC;AAG/C,MAAM,UAAU,mBAAmB,CACjC,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,OAAO;SACX,IAAI,CAAC,6CAA6C,CAAC;SACnD,GAAG,mBAAM,mCAAmC,CAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,0BAA0B,CAC9C,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,eAAe,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO;QACL,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;;YACzC,OAAO;gBACL,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;gBACf,YAAY,EAAE,CAAC,CAAC,cAAc,CAAC;gBAC/B,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO;oBACjB,CAAC,CAAC,SAAS;oBACX,CAAC,CAAC;wBACE,QAAQ,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,UAAU,CAAC;wBACjC,QAAQ,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,UAAU,CAAC;wBACjC,SAAS,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,WAAW,CAAC;wBACnC,WAAW,EAAE,MAAA,CAAC,CAAC,OAAO,0CAAG,aAAa,CAAC;qBACxC;gBACL,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC;gBACnB,UAAU,EAAE,CAAC,CAAC,YAAY,CAAC;aAC5B,CAAC;QACJ,CAAC,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;KAClC,CAAC;AACJ,CAAC;AAED,2CAA2C;AAC3C,MAAM,UAAU,cAAc,CAC5B,OAAe,EACf,UAAwC,EAAE,cAAc,EAAE,EAAE,EAAE;IAE9D,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,EAC3C,0BAA0B,EAC1B,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { Operation, _OperationListResult } from \"../../models/models.js\";\nimport { StandbyPoolContext as Client } from \"../index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n PathUncheckedResponse,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { OperationsListOptionalParams } from \"../../models/options.js\";\n\nexport function _operationsListSend(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\"/providers/Microsoft.StandbyPool/operations\")\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _operationsListDeserialize(\n result: PathUncheckedResponse,\n): Promise<_OperationListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p: any) => {\n return {\n name: p[\"name\"],\n isDataAction: p[\"isDataAction\"],\n display: !p.display\n ? undefined\n : {\n provider: p.display?.[\"provider\"],\n resource: p.display?.[\"resource\"],\n operation: p.display?.[\"operation\"],\n description: p.display?.[\"description\"],\n },\n origin: p[\"origin\"],\n actionType: p[\"actionType\"],\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List the operations for the provider */\nexport function operationsList(\n context: Client,\n options: OperationsListOptionalParams = { requestOptions: {} },\n): PagedAsyncIterableIterator<Operation> {\n return buildPagedAsyncIterator(\n context,\n () => _operationsListSend(context, options),\n _operationsListDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StandbyContainerGroupPoolRuntimeViewResource, _StandbyContainerGroupPoolRuntimeViewResourceListResult } from "../../models/models.js";
|
|
2
|
+
import { StandbyPoolContext as Client } from "../index.js";
|
|
3
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { StandbyContainerGroupPoolRuntimeViewsGetOptionalParams, StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams } from "../../models/options.js";
|
|
6
|
+
export declare function _standbyContainerGroupPoolRuntimeViewsGetSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _standbyContainerGroupPoolRuntimeViewsGetDeserialize(result: PathUncheckedResponse): Promise<StandbyContainerGroupPoolRuntimeViewResource>;
|
|
8
|
+
/** Get a StandbyContainerGroupPoolRuntimeViewResource */
|
|
9
|
+
export declare function standbyContainerGroupPoolRuntimeViewsGet(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams): Promise<StandbyContainerGroupPoolRuntimeViewResource>;
|
|
10
|
+
export declare function _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams): StreamableMethod;
|
|
11
|
+
export declare function _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolDeserialize(result: PathUncheckedResponse): Promise<_StandbyContainerGroupPoolRuntimeViewResourceListResult>;
|
|
12
|
+
/** List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource */
|
|
13
|
+
export declare function standbyContainerGroupPoolRuntimeViewsListByStandbyPool(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams): PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource>;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/standbyContainerGroupPoolRuntimeViews/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,4CAA4C,EAC5C,uDAAuD,EACxD,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,IAAI,MAAM,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EACL,gBAAgB,EAEhB,qBAAqB,EAEtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,0BAA0B,EAE3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,sDAAsD,EACtD,oEAAoE,EACrE,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,6CAA6C,CAC3D,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,WAAW,EAAE,MAAM,EACnB,OAAO,GAAE,sDAER,GACA,gBAAgB,CAUlB;AAED,wBAAsB,oDAAoD,CACxE,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,4CAA4C,CAAC,CAuCvD;AAED,yDAAyD;AACzD,wBAAsB,wCAAwC,CAC5D,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,WAAW,EAAE,MAAM,EACnB,OAAO,GAAE,sDAER,GACA,OAAO,CAAC,4CAA4C,CAAC,CAUvD;AAED,wBAAgB,2DAA2D,CACzE,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,GAAE,oEAER,GACA,gBAAgB,CASlB;AAED,wBAAsB,kEAAkE,CACtF,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,uDAAuD,CAAC,CA4ClE;AAED,uGAAuG;AACvG,wBAAgB,sDAAsD,CACpE,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,GAAE,oEAER,GACA,0BAA0B,CAAC,4CAA4C,CAAC,CAe1E"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { operationOptionsToRequestParameters, createRestError, } from "@azure-rest/core-client";
|
|
4
|
+
import { buildPagedAsyncIterator, } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
export function _standbyContainerGroupPoolRuntimeViewsGetSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, runtimeView, options = {
|
|
6
|
+
requestOptions: {},
|
|
7
|
+
}) {
|
|
8
|
+
return context
|
|
9
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}", subscriptionId, resourceGroupName, standbyContainerGroupPoolName, runtimeView)
|
|
10
|
+
.get(Object.assign({}, operationOptionsToRequestParameters(options)));
|
|
11
|
+
}
|
|
12
|
+
export async function _standbyContainerGroupPoolRuntimeViewsGetDeserialize(result) {
|
|
13
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
14
|
+
const expectedStatuses = ["200"];
|
|
15
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
16
|
+
throw createRestError(result);
|
|
17
|
+
}
|
|
18
|
+
return {
|
|
19
|
+
id: result.body["id"],
|
|
20
|
+
name: result.body["name"],
|
|
21
|
+
type: result.body["type"],
|
|
22
|
+
systemData: !result.body.systemData
|
|
23
|
+
? undefined
|
|
24
|
+
: {
|
|
25
|
+
createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
26
|
+
createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
27
|
+
createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
28
|
+
? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
29
|
+
: undefined,
|
|
30
|
+
lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
31
|
+
lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
32
|
+
lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
33
|
+
? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
34
|
+
: undefined,
|
|
35
|
+
},
|
|
36
|
+
properties: !result.body.properties
|
|
37
|
+
? undefined
|
|
38
|
+
: {
|
|
39
|
+
instanceCountSummary: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j["instanceCountSummary"].map((p) => {
|
|
40
|
+
return {
|
|
41
|
+
instanceCountsByState: p["instanceCountsByState"].map((p) => {
|
|
42
|
+
return { state: p["state"], count: p["count"] };
|
|
43
|
+
}),
|
|
44
|
+
};
|
|
45
|
+
}),
|
|
46
|
+
provisioningState: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k["provisioningState"],
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
/** Get a StandbyContainerGroupPoolRuntimeViewResource */
|
|
51
|
+
export async function standbyContainerGroupPoolRuntimeViewsGet(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, runtimeView, options = {
|
|
52
|
+
requestOptions: {},
|
|
53
|
+
}) {
|
|
54
|
+
const result = await _standbyContainerGroupPoolRuntimeViewsGetSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, runtimeView, options);
|
|
55
|
+
return _standbyContainerGroupPoolRuntimeViewsGetDeserialize(result);
|
|
56
|
+
}
|
|
57
|
+
export function _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options = {
|
|
58
|
+
requestOptions: {},
|
|
59
|
+
}) {
|
|
60
|
+
return context
|
|
61
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews", subscriptionId, resourceGroupName, standbyContainerGroupPoolName)
|
|
62
|
+
.get(Object.assign({}, operationOptionsToRequestParameters(options)));
|
|
63
|
+
}
|
|
64
|
+
export async function _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolDeserialize(result) {
|
|
65
|
+
const expectedStatuses = ["200"];
|
|
66
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
67
|
+
throw createRestError(result);
|
|
68
|
+
}
|
|
69
|
+
return {
|
|
70
|
+
value: result.body["value"].map((p) => {
|
|
71
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
72
|
+
return {
|
|
73
|
+
id: p["id"],
|
|
74
|
+
name: p["name"],
|
|
75
|
+
type: p["type"],
|
|
76
|
+
systemData: !p.systemData
|
|
77
|
+
? undefined
|
|
78
|
+
: {
|
|
79
|
+
createdBy: (_a = p.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
80
|
+
createdByType: (_b = p.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
81
|
+
createdAt: ((_c = p.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
82
|
+
? new Date((_d = p.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
83
|
+
: undefined,
|
|
84
|
+
lastModifiedBy: (_e = p.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
85
|
+
lastModifiedByType: (_f = p.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
86
|
+
lastModifiedAt: ((_g = p.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
87
|
+
? new Date((_h = p.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
88
|
+
: undefined,
|
|
89
|
+
},
|
|
90
|
+
properties: !p.properties
|
|
91
|
+
? undefined
|
|
92
|
+
: {
|
|
93
|
+
instanceCountSummary: (_j = p.properties) === null || _j === void 0 ? void 0 : _j["instanceCountSummary"].map((p) => {
|
|
94
|
+
return {
|
|
95
|
+
instanceCountsByState: p["instanceCountsByState"].map((p) => {
|
|
96
|
+
return { state: p["state"], count: p["count"] };
|
|
97
|
+
}),
|
|
98
|
+
};
|
|
99
|
+
}),
|
|
100
|
+
provisioningState: (_k = p.properties) === null || _k === void 0 ? void 0 : _k["provisioningState"],
|
|
101
|
+
},
|
|
102
|
+
};
|
|
103
|
+
}),
|
|
104
|
+
nextLink: result.body["nextLink"],
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
/** List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource */
|
|
108
|
+
export function standbyContainerGroupPoolRuntimeViewsListByStandbyPool(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options = {
|
|
109
|
+
requestOptions: {},
|
|
110
|
+
}) {
|
|
111
|
+
return buildPagedAsyncIterator(context, () => _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options), _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
112
|
+
}
|
|
113
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/standbyContainerGroupPoolRuntimeViews/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAOlC,OAAO,EAEL,mCAAmC,EAEnC,eAAe,GAChB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,uBAAuB,GACxB,MAAM,uCAAuC,CAAC;AAM/C,MAAM,UAAU,6CAA6C,CAC3D,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,WAAmB,EACnB,UAAkE;IAChE,cAAc,EAAE,EAAE;CACnB;IAED,OAAO,OAAO;SACX,IAAI,CACH,0LAA0L,EAC1L,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,WAAW,CACZ;SACA,GAAG,mBAAM,mCAAmC,CAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,oDAAoD,CACxE,MAA6B;;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,eAAe,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO;QACL,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;QACrB,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;QACzB,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;QACzB,UAAU,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU;YACjC,CAAC,CAAC,SAAS;YACX,CAAC,CAAC;gBACE,SAAS,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,WAAW,CAAC;gBAChD,aAAa,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,eAAe,CAAC;gBACxD,SAAS,EACP,CAAA,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,WAAW,CAAC,MAAK,SAAS;oBACjD,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,WAAW,CAAC,CAAC;oBACjD,CAAC,CAAC,SAAS;gBACf,cAAc,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,gBAAgB,CAAC;gBAC1D,kBAAkB,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,oBAAoB,CAAC;gBAClE,cAAc,EACZ,CAAA,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,gBAAgB,CAAC,MAAK,SAAS;oBACtD,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,gBAAgB,CAAC,CAAC;oBACtD,CAAC,CAAC,SAAS;aAChB;QACL,UAAU,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU;YACjC,CAAC,CAAC,SAAS;YACX,CAAC,CAAC;gBACE,oBAAoB,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,sBAAsB,EAAE,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;oBACpF,OAAO;wBACL,qBAAqB,EAAE,CAAC,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;4BAC/D,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC;wBAClD,CAAC,CAAC;qBACH,CAAC;gBACJ,CAAC,CAAC;gBACF,iBAAiB,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,mBAAmB,CAAC;aACjE;KACN,CAAC;AACJ,CAAC;AAED,yDAAyD;AACzD,MAAM,CAAC,KAAK,UAAU,wCAAwC,CAC5D,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,WAAmB,EACnB,UAAkE;IAChE,cAAc,EAAE,EAAE;CACnB;IAED,MAAM,MAAM,GAAG,MAAM,6CAA6C,CAChE,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,WAAW,EACX,OAAO,CACR,CAAC;IACF,OAAO,oDAAoD,CAAC,MAAM,CAAC,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,2DAA2D,CACzE,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,UAAgF;IAC9E,cAAc,EAAE,EAAE;CACnB;IAED,OAAO,OAAO;SACX,IAAI,CACH,4KAA4K,EAC5K,cAAc,EACd,iBAAiB,EACjB,6BAA6B,CAC9B;SACA,GAAG,mBAAM,mCAAmC,CAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,kEAAkE,CACtF,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,eAAe,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO;QACL,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;;YACzC,OAAO;gBACL,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC;gBACX,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;gBACf,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;gBACf,UAAU,EAAE,CAAC,CAAC,CAAC,UAAU;oBACvB,CAAC,CAAC,SAAS;oBACX,CAAC,CAAC;wBACE,SAAS,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,WAAW,CAAC;wBACtC,aAAa,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,eAAe,CAAC;wBAC9C,SAAS,EACP,CAAA,MAAA,CAAC,CAAC,UAAU,0CAAG,WAAW,CAAC,MAAK,SAAS;4BACvC,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,CAAC,CAAC,UAAU,0CAAG,WAAW,CAAC,CAAC;4BACvC,CAAC,CAAC,SAAS;wBACf,cAAc,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,gBAAgB,CAAC;wBAChD,kBAAkB,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,oBAAoB,CAAC;wBACxD,cAAc,EACZ,CAAA,MAAA,CAAC,CAAC,UAAU,0CAAG,gBAAgB,CAAC,MAAK,SAAS;4BAC5C,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,CAAC,CAAC,UAAU,0CAAG,gBAAgB,CAAC,CAAC;4BAC5C,CAAC,CAAC,SAAS;qBAChB;gBACL,UAAU,EAAE,CAAC,CAAC,CAAC,UAAU;oBACvB,CAAC,CAAC,SAAS;oBACX,CAAC,CAAC;wBACE,oBAAoB,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,sBAAsB,EAAE,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;4BAC1E,OAAO;gCACL,qBAAqB,EAAE,CAAC,CAAC,uBAAuB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;oCAC/D,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC;gCAClD,CAAC,CAAC;6BACH,CAAC;wBACJ,CAAC,CAAC;wBACF,iBAAiB,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,mBAAmB,CAAC;qBACvD;aACN,CAAC;QACJ,CAAC,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;KAClC,CAAC;AACJ,CAAC;AAED,uGAAuG;AACvG,MAAM,UAAU,sDAAsD,CACpE,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,UAAgF;IAC9E,cAAc,EAAE,EAAE;CACnB;IAED,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CACH,2DAA2D,CACzD,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR,EACH,kEAAkE,EAClE,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n StandbyContainerGroupPoolRuntimeViewResource,\n _StandbyContainerGroupPoolRuntimeViewResourceListResult,\n} from \"../../models/models.js\";\nimport { StandbyPoolContext as Client } from \"../index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n PathUncheckedResponse,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StandbyContainerGroupPoolRuntimeViewsGetOptionalParams,\n StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _standbyContainerGroupPoolRuntimeViewsGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n runtimeView: string,\n options: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}\",\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n runtimeView,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyContainerGroupPoolRuntimeViewsGetDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyContainerGroupPoolRuntimeViewResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n instanceCountSummary: result.body.properties?.[\"instanceCountSummary\"].map((p: any) => {\n return {\n instanceCountsByState: p[\"instanceCountsByState\"].map((p: any) => {\n return { state: p[\"state\"], count: p[\"count\"] };\n }),\n };\n }),\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Get a StandbyContainerGroupPoolRuntimeViewResource */\nexport async function standbyContainerGroupPoolRuntimeViewsGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n runtimeView: string,\n options: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams = {\n requestOptions: {},\n },\n): Promise<StandbyContainerGroupPoolRuntimeViewResource> {\n const result = await _standbyContainerGroupPoolRuntimeViewsGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n runtimeView,\n options,\n );\n return _standbyContainerGroupPoolRuntimeViewsGetDeserialize(result);\n}\n\nexport function _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews\",\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolDeserialize(\n result: PathUncheckedResponse,\n): Promise<_StandbyContainerGroupPoolRuntimeViewResourceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p: any) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n instanceCountSummary: p.properties?.[\"instanceCountSummary\"].map((p: any) => {\n return {\n instanceCountsByState: p[\"instanceCountsByState\"].map((p: any) => {\n return { state: p[\"state\"], count: p[\"count\"] };\n }),\n };\n }),\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource */\nexport function standbyContainerGroupPoolRuntimeViewsListByStandbyPool(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n options,\n ),\n _standbyContainerGroupPoolRuntimeViewsListByStandbyPoolDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { StandbyContainerGroupPoolResource, StandbyContainerGroupPoolResourceUpdate, _StandbyContainerGroupPoolResourceListResult } from "../../models/models.js";
|
|
2
|
+
import { StandbyPoolContext as Client } from "../index.js";
|
|
3
|
+
import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
6
|
+
import { StandbyContainerGroupPoolsGetOptionalParams, StandbyContainerGroupPoolsCreateOrUpdateOptionalParams, StandbyContainerGroupPoolsDeleteOptionalParams, StandbyContainerGroupPoolsUpdateOptionalParams, StandbyContainerGroupPoolsListByResourceGroupOptionalParams, StandbyContainerGroupPoolsListBySubscriptionOptionalParams } from "../../models/options.js";
|
|
7
|
+
export declare function _standbyContainerGroupPoolsGetSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsGetOptionalParams): StreamableMethod;
|
|
8
|
+
export declare function _standbyContainerGroupPoolsGetDeserialize(result: PathUncheckedResponse): Promise<StandbyContainerGroupPoolResource>;
|
|
9
|
+
/** Get a StandbyContainerGroupPoolResource */
|
|
10
|
+
export declare function standbyContainerGroupPoolsGet(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsGetOptionalParams): Promise<StandbyContainerGroupPoolResource>;
|
|
11
|
+
export declare function _standbyContainerGroupPoolsCreateOrUpdateSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, resource: StandbyContainerGroupPoolResource, options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams): StreamableMethod;
|
|
12
|
+
export declare function _standbyContainerGroupPoolsCreateOrUpdateDeserialize(result: PathUncheckedResponse): Promise<StandbyContainerGroupPoolResource>;
|
|
13
|
+
/** Create a StandbyContainerGroupPoolResource */
|
|
14
|
+
export declare function standbyContainerGroupPoolsCreateOrUpdate(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, resource: StandbyContainerGroupPoolResource, options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams): PollerLike<OperationState<StandbyContainerGroupPoolResource>, StandbyContainerGroupPoolResource>;
|
|
15
|
+
export declare function _standbyContainerGroupPoolsDeleteSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsDeleteOptionalParams): StreamableMethod;
|
|
16
|
+
export declare function _standbyContainerGroupPoolsDeleteDeserialize(result: PathUncheckedResponse): Promise<void>;
|
|
17
|
+
/** Delete a StandbyContainerGroupPoolResource */
|
|
18
|
+
export declare function standbyContainerGroupPoolsDelete(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
19
|
+
export declare function _standbyContainerGroupPoolsUpdateSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, properties: StandbyContainerGroupPoolResourceUpdate, options?: StandbyContainerGroupPoolsUpdateOptionalParams): StreamableMethod;
|
|
20
|
+
export declare function _standbyContainerGroupPoolsUpdateDeserialize(result: PathUncheckedResponse): Promise<StandbyContainerGroupPoolResource>;
|
|
21
|
+
/** Update a StandbyContainerGroupPoolResource */
|
|
22
|
+
export declare function standbyContainerGroupPoolsUpdate(context: Client, subscriptionId: string, resourceGroupName: string, standbyContainerGroupPoolName: string, properties: StandbyContainerGroupPoolResourceUpdate, options?: StandbyContainerGroupPoolsUpdateOptionalParams): Promise<StandbyContainerGroupPoolResource>;
|
|
23
|
+
export declare function _standbyContainerGroupPoolsListByResourceGroupSend(context: Client, subscriptionId: string, resourceGroupName: string, options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams): StreamableMethod;
|
|
24
|
+
export declare function _standbyContainerGroupPoolsListByResourceGroupDeserialize(result: PathUncheckedResponse): Promise<_StandbyContainerGroupPoolResourceListResult>;
|
|
25
|
+
/** List StandbyContainerGroupPoolResource resources by resource group */
|
|
26
|
+
export declare function standbyContainerGroupPoolsListByResourceGroup(context: Client, subscriptionId: string, resourceGroupName: string, options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;
|
|
27
|
+
export declare function _standbyContainerGroupPoolsListBySubscriptionSend(context: Client, subscriptionId: string, options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams): StreamableMethod;
|
|
28
|
+
export declare function _standbyContainerGroupPoolsListBySubscriptionDeserialize(result: PathUncheckedResponse): Promise<_StandbyContainerGroupPoolResourceListResult>;
|
|
29
|
+
/** List StandbyContainerGroupPoolResource resources by subscription ID */
|
|
30
|
+
export declare function standbyContainerGroupPoolsListBySubscription(context: Client, subscriptionId: string, options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;
|
|
31
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/standbyContainerGroupPools/index.ts"],"names":[],"mappings":"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"}
|