@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
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports._standbyContainerGroupPoolsGetSend = _standbyContainerGroupPoolsGetSend;
|
|
6
|
+
exports._standbyContainerGroupPoolsGetDeserialize = _standbyContainerGroupPoolsGetDeserialize;
|
|
7
|
+
exports.standbyContainerGroupPoolsGet = standbyContainerGroupPoolsGet;
|
|
8
|
+
exports._standbyContainerGroupPoolsCreateOrUpdateSend = _standbyContainerGroupPoolsCreateOrUpdateSend;
|
|
9
|
+
exports._standbyContainerGroupPoolsCreateOrUpdateDeserialize = _standbyContainerGroupPoolsCreateOrUpdateDeserialize;
|
|
10
|
+
exports.standbyContainerGroupPoolsCreateOrUpdate = standbyContainerGroupPoolsCreateOrUpdate;
|
|
11
|
+
exports._standbyContainerGroupPoolsDeleteSend = _standbyContainerGroupPoolsDeleteSend;
|
|
12
|
+
exports._standbyContainerGroupPoolsDeleteDeserialize = _standbyContainerGroupPoolsDeleteDeserialize;
|
|
13
|
+
exports.standbyContainerGroupPoolsDelete = standbyContainerGroupPoolsDelete;
|
|
14
|
+
exports._standbyContainerGroupPoolsUpdateSend = _standbyContainerGroupPoolsUpdateSend;
|
|
15
|
+
exports._standbyContainerGroupPoolsUpdateDeserialize = _standbyContainerGroupPoolsUpdateDeserialize;
|
|
16
|
+
exports.standbyContainerGroupPoolsUpdate = standbyContainerGroupPoolsUpdate;
|
|
17
|
+
exports._standbyContainerGroupPoolsListByResourceGroupSend = _standbyContainerGroupPoolsListByResourceGroupSend;
|
|
18
|
+
exports._standbyContainerGroupPoolsListByResourceGroupDeserialize = _standbyContainerGroupPoolsListByResourceGroupDeserialize;
|
|
19
|
+
exports.standbyContainerGroupPoolsListByResourceGroup = standbyContainerGroupPoolsListByResourceGroup;
|
|
20
|
+
exports._standbyContainerGroupPoolsListBySubscriptionSend = _standbyContainerGroupPoolsListBySubscriptionSend;
|
|
21
|
+
exports._standbyContainerGroupPoolsListBySubscriptionDeserialize = _standbyContainerGroupPoolsListBySubscriptionDeserialize;
|
|
22
|
+
exports.standbyContainerGroupPoolsListBySubscription = standbyContainerGroupPoolsListBySubscription;
|
|
23
|
+
const models_js_1 = require("../../models/models.js");
|
|
24
|
+
const core_client_1 = require("@azure-rest/core-client");
|
|
25
|
+
const serializerHelpers_js_1 = require("../../helpers/serializerHelpers.js");
|
|
26
|
+
const pollingHelpers_js_1 = require("../../static-helpers/pollingHelpers.js");
|
|
27
|
+
const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
|
|
28
|
+
function _standbyContainerGroupPoolsGetSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options = { requestOptions: {} }) {
|
|
29
|
+
return context
|
|
30
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}", subscriptionId, resourceGroupName, standbyContainerGroupPoolName)
|
|
31
|
+
.get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
32
|
+
}
|
|
33
|
+
async function _standbyContainerGroupPoolsGetDeserialize(result) {
|
|
34
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
35
|
+
const expectedStatuses = ["200"];
|
|
36
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
37
|
+
throw (0, core_client_1.createRestError)(result);
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
tags: result.body["tags"],
|
|
41
|
+
location: result.body["location"],
|
|
42
|
+
id: result.body["id"],
|
|
43
|
+
name: result.body["name"],
|
|
44
|
+
type: result.body["type"],
|
|
45
|
+
systemData: !result.body.systemData
|
|
46
|
+
? undefined
|
|
47
|
+
: {
|
|
48
|
+
createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
49
|
+
createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
50
|
+
createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
51
|
+
? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
52
|
+
: undefined,
|
|
53
|
+
lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
54
|
+
lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
55
|
+
lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
56
|
+
? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
57
|
+
: undefined,
|
|
58
|
+
},
|
|
59
|
+
properties: !result.body.properties
|
|
60
|
+
? undefined
|
|
61
|
+
: {
|
|
62
|
+
elasticityProfile: {
|
|
63
|
+
maxReadyCapacity: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j.elasticityProfile["maxReadyCapacity"],
|
|
64
|
+
refillPolicy: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k.elasticityProfile["refillPolicy"],
|
|
65
|
+
},
|
|
66
|
+
containerGroupProperties: {
|
|
67
|
+
containerGroupProfile: {
|
|
68
|
+
id: (_l = result.body.properties) === null || _l === void 0 ? void 0 : _l.containerGroupProperties.containerGroupProfile["id"],
|
|
69
|
+
revision: (_m = result.body.properties) === null || _m === void 0 ? void 0 : _m.containerGroupProperties.containerGroupProfile["revision"],
|
|
70
|
+
},
|
|
71
|
+
subnetIds: ((_o = result.body.properties) === null || _o === void 0 ? void 0 : _o.containerGroupProperties["subnetIds"]) === undefined
|
|
72
|
+
? (_p = result.body.properties) === null || _p === void 0 ? void 0 : _p.containerGroupProperties["subnetIds"]
|
|
73
|
+
: (_q = result.body.properties) === null || _q === void 0 ? void 0 : _q.containerGroupProperties["subnetIds"].map((p) => {
|
|
74
|
+
return { id: p["id"] };
|
|
75
|
+
}),
|
|
76
|
+
},
|
|
77
|
+
provisioningState: (_r = result.body.properties) === null || _r === void 0 ? void 0 : _r["provisioningState"],
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
/** Get a StandbyContainerGroupPoolResource */
|
|
82
|
+
async function standbyContainerGroupPoolsGet(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options = { requestOptions: {} }) {
|
|
83
|
+
const result = await _standbyContainerGroupPoolsGetSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options);
|
|
84
|
+
return _standbyContainerGroupPoolsGetDeserialize(result);
|
|
85
|
+
}
|
|
86
|
+
function _standbyContainerGroupPoolsCreateOrUpdateSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, resource, options = {
|
|
87
|
+
requestOptions: {},
|
|
88
|
+
}) {
|
|
89
|
+
return context
|
|
90
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}", subscriptionId, resourceGroupName, standbyContainerGroupPoolName)
|
|
91
|
+
.put(Object.assign(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)), { body: {
|
|
92
|
+
tags: !resource.tags ? resource.tags : (0, serializerHelpers_js_1.serializeRecord)(resource.tags),
|
|
93
|
+
location: resource["location"],
|
|
94
|
+
properties: !resource.properties
|
|
95
|
+
? resource.properties
|
|
96
|
+
: (0, models_js_1.standbyContainerGroupPoolResourcePropertiesSerializer)(resource.properties),
|
|
97
|
+
} }));
|
|
98
|
+
}
|
|
99
|
+
async function _standbyContainerGroupPoolsCreateOrUpdateDeserialize(result) {
|
|
100
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
101
|
+
const expectedStatuses = ["200", "201"];
|
|
102
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
103
|
+
throw (0, core_client_1.createRestError)(result);
|
|
104
|
+
}
|
|
105
|
+
return {
|
|
106
|
+
tags: result.body["tags"],
|
|
107
|
+
location: result.body["location"],
|
|
108
|
+
id: result.body["id"],
|
|
109
|
+
name: result.body["name"],
|
|
110
|
+
type: result.body["type"],
|
|
111
|
+
systemData: !result.body.systemData
|
|
112
|
+
? undefined
|
|
113
|
+
: {
|
|
114
|
+
createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
115
|
+
createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
116
|
+
createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
117
|
+
? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
118
|
+
: undefined,
|
|
119
|
+
lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
120
|
+
lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
121
|
+
lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
122
|
+
? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
123
|
+
: undefined,
|
|
124
|
+
},
|
|
125
|
+
properties: !result.body.properties
|
|
126
|
+
? undefined
|
|
127
|
+
: {
|
|
128
|
+
elasticityProfile: {
|
|
129
|
+
maxReadyCapacity: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j.elasticityProfile["maxReadyCapacity"],
|
|
130
|
+
refillPolicy: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k.elasticityProfile["refillPolicy"],
|
|
131
|
+
},
|
|
132
|
+
containerGroupProperties: {
|
|
133
|
+
containerGroupProfile: {
|
|
134
|
+
id: (_l = result.body.properties) === null || _l === void 0 ? void 0 : _l.containerGroupProperties.containerGroupProfile["id"],
|
|
135
|
+
revision: (_m = result.body.properties) === null || _m === void 0 ? void 0 : _m.containerGroupProperties.containerGroupProfile["revision"],
|
|
136
|
+
},
|
|
137
|
+
subnetIds: ((_o = result.body.properties) === null || _o === void 0 ? void 0 : _o.containerGroupProperties["subnetIds"]) === undefined
|
|
138
|
+
? (_p = result.body.properties) === null || _p === void 0 ? void 0 : _p.containerGroupProperties["subnetIds"]
|
|
139
|
+
: (_q = result.body.properties) === null || _q === void 0 ? void 0 : _q.containerGroupProperties["subnetIds"].map((p) => {
|
|
140
|
+
return { id: p["id"] };
|
|
141
|
+
}),
|
|
142
|
+
},
|
|
143
|
+
provisioningState: (_r = result.body.properties) === null || _r === void 0 ? void 0 : _r["provisioningState"],
|
|
144
|
+
},
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
/** Create a StandbyContainerGroupPoolResource */
|
|
148
|
+
function standbyContainerGroupPoolsCreateOrUpdate(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, resource, options = {
|
|
149
|
+
requestOptions: {},
|
|
150
|
+
}) {
|
|
151
|
+
return (0, pollingHelpers_js_1.getLongRunningPoller)(context, _standbyContainerGroupPoolsCreateOrUpdateDeserialize, ["200", "201"], {
|
|
152
|
+
updateIntervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
153
|
+
abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal,
|
|
154
|
+
getInitialResponse: () => _standbyContainerGroupPoolsCreateOrUpdateSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, resource, options),
|
|
155
|
+
resourceLocationConfig: "azure-async-operation",
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
function _standbyContainerGroupPoolsDeleteSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options = {
|
|
159
|
+
requestOptions: {},
|
|
160
|
+
}) {
|
|
161
|
+
return context
|
|
162
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}", subscriptionId, resourceGroupName, standbyContainerGroupPoolName)
|
|
163
|
+
.delete(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
164
|
+
}
|
|
165
|
+
async function _standbyContainerGroupPoolsDeleteDeserialize(result) {
|
|
166
|
+
const expectedStatuses = ["202", "204", "200"];
|
|
167
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
168
|
+
throw (0, core_client_1.createRestError)(result);
|
|
169
|
+
}
|
|
170
|
+
return;
|
|
171
|
+
}
|
|
172
|
+
/** Delete a StandbyContainerGroupPoolResource */
|
|
173
|
+
function standbyContainerGroupPoolsDelete(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options = {
|
|
174
|
+
requestOptions: {},
|
|
175
|
+
}) {
|
|
176
|
+
return (0, pollingHelpers_js_1.getLongRunningPoller)(context, _standbyContainerGroupPoolsDeleteDeserialize, ["202", "204", "200"], {
|
|
177
|
+
updateIntervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
178
|
+
abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal,
|
|
179
|
+
getInitialResponse: () => _standbyContainerGroupPoolsDeleteSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
180
|
+
resourceLocationConfig: "location",
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
function _standbyContainerGroupPoolsUpdateSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, properties, options = {
|
|
184
|
+
requestOptions: {},
|
|
185
|
+
}) {
|
|
186
|
+
return context
|
|
187
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}", subscriptionId, resourceGroupName, standbyContainerGroupPoolName)
|
|
188
|
+
.patch(Object.assign(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)), { body: {
|
|
189
|
+
tags: !properties.tags ? properties.tags : (0, serializerHelpers_js_1.serializeRecord)(properties.tags),
|
|
190
|
+
properties: !properties.properties
|
|
191
|
+
? properties.properties
|
|
192
|
+
: (0, models_js_1.standbyContainerGroupPoolResourceUpdatePropertiesSerializer)(properties.properties),
|
|
193
|
+
} }));
|
|
194
|
+
}
|
|
195
|
+
async function _standbyContainerGroupPoolsUpdateDeserialize(result) {
|
|
196
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
197
|
+
const expectedStatuses = ["200"];
|
|
198
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
199
|
+
throw (0, core_client_1.createRestError)(result);
|
|
200
|
+
}
|
|
201
|
+
return {
|
|
202
|
+
tags: result.body["tags"],
|
|
203
|
+
location: result.body["location"],
|
|
204
|
+
id: result.body["id"],
|
|
205
|
+
name: result.body["name"],
|
|
206
|
+
type: result.body["type"],
|
|
207
|
+
systemData: !result.body.systemData
|
|
208
|
+
? undefined
|
|
209
|
+
: {
|
|
210
|
+
createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
211
|
+
createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
212
|
+
createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
213
|
+
? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
214
|
+
: undefined,
|
|
215
|
+
lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
216
|
+
lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
217
|
+
lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
218
|
+
? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
219
|
+
: undefined,
|
|
220
|
+
},
|
|
221
|
+
properties: !result.body.properties
|
|
222
|
+
? undefined
|
|
223
|
+
: {
|
|
224
|
+
elasticityProfile: {
|
|
225
|
+
maxReadyCapacity: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j.elasticityProfile["maxReadyCapacity"],
|
|
226
|
+
refillPolicy: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k.elasticityProfile["refillPolicy"],
|
|
227
|
+
},
|
|
228
|
+
containerGroupProperties: {
|
|
229
|
+
containerGroupProfile: {
|
|
230
|
+
id: (_l = result.body.properties) === null || _l === void 0 ? void 0 : _l.containerGroupProperties.containerGroupProfile["id"],
|
|
231
|
+
revision: (_m = result.body.properties) === null || _m === void 0 ? void 0 : _m.containerGroupProperties.containerGroupProfile["revision"],
|
|
232
|
+
},
|
|
233
|
+
subnetIds: ((_o = result.body.properties) === null || _o === void 0 ? void 0 : _o.containerGroupProperties["subnetIds"]) === undefined
|
|
234
|
+
? (_p = result.body.properties) === null || _p === void 0 ? void 0 : _p.containerGroupProperties["subnetIds"]
|
|
235
|
+
: (_q = result.body.properties) === null || _q === void 0 ? void 0 : _q.containerGroupProperties["subnetIds"].map((p) => {
|
|
236
|
+
return { id: p["id"] };
|
|
237
|
+
}),
|
|
238
|
+
},
|
|
239
|
+
provisioningState: (_r = result.body.properties) === null || _r === void 0 ? void 0 : _r["provisioningState"],
|
|
240
|
+
},
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
/** Update a StandbyContainerGroupPoolResource */
|
|
244
|
+
async function standbyContainerGroupPoolsUpdate(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, properties, options = {
|
|
245
|
+
requestOptions: {},
|
|
246
|
+
}) {
|
|
247
|
+
const result = await _standbyContainerGroupPoolsUpdateSend(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, properties, options);
|
|
248
|
+
return _standbyContainerGroupPoolsUpdateDeserialize(result);
|
|
249
|
+
}
|
|
250
|
+
function _standbyContainerGroupPoolsListByResourceGroupSend(context, subscriptionId, resourceGroupName, options = {
|
|
251
|
+
requestOptions: {},
|
|
252
|
+
}) {
|
|
253
|
+
return context
|
|
254
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools", subscriptionId, resourceGroupName)
|
|
255
|
+
.get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
256
|
+
}
|
|
257
|
+
async function _standbyContainerGroupPoolsListByResourceGroupDeserialize(result) {
|
|
258
|
+
const expectedStatuses = ["200"];
|
|
259
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
260
|
+
throw (0, core_client_1.createRestError)(result);
|
|
261
|
+
}
|
|
262
|
+
return {
|
|
263
|
+
value: result.body["value"].map((p) => {
|
|
264
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
265
|
+
return {
|
|
266
|
+
tags: p["tags"],
|
|
267
|
+
location: p["location"],
|
|
268
|
+
id: p["id"],
|
|
269
|
+
name: p["name"],
|
|
270
|
+
type: p["type"],
|
|
271
|
+
systemData: !p.systemData
|
|
272
|
+
? undefined
|
|
273
|
+
: {
|
|
274
|
+
createdBy: (_a = p.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
275
|
+
createdByType: (_b = p.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
276
|
+
createdAt: ((_c = p.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
277
|
+
? new Date((_d = p.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
278
|
+
: undefined,
|
|
279
|
+
lastModifiedBy: (_e = p.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
280
|
+
lastModifiedByType: (_f = p.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
281
|
+
lastModifiedAt: ((_g = p.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
282
|
+
? new Date((_h = p.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
283
|
+
: undefined,
|
|
284
|
+
},
|
|
285
|
+
properties: !p.properties
|
|
286
|
+
? undefined
|
|
287
|
+
: {
|
|
288
|
+
elasticityProfile: {
|
|
289
|
+
maxReadyCapacity: (_j = p.properties) === null || _j === void 0 ? void 0 : _j.elasticityProfile["maxReadyCapacity"],
|
|
290
|
+
refillPolicy: (_k = p.properties) === null || _k === void 0 ? void 0 : _k.elasticityProfile["refillPolicy"],
|
|
291
|
+
},
|
|
292
|
+
containerGroupProperties: {
|
|
293
|
+
containerGroupProfile: {
|
|
294
|
+
id: (_l = p.properties) === null || _l === void 0 ? void 0 : _l.containerGroupProperties.containerGroupProfile["id"],
|
|
295
|
+
revision: (_m = p.properties) === null || _m === void 0 ? void 0 : _m.containerGroupProperties.containerGroupProfile["revision"],
|
|
296
|
+
},
|
|
297
|
+
subnetIds: ((_o = p.properties) === null || _o === void 0 ? void 0 : _o.containerGroupProperties["subnetIds"]) === undefined
|
|
298
|
+
? (_p = p.properties) === null || _p === void 0 ? void 0 : _p.containerGroupProperties["subnetIds"]
|
|
299
|
+
: (_q = p.properties) === null || _q === void 0 ? void 0 : _q.containerGroupProperties["subnetIds"].map((p) => {
|
|
300
|
+
return { id: p["id"] };
|
|
301
|
+
}),
|
|
302
|
+
},
|
|
303
|
+
provisioningState: (_r = p.properties) === null || _r === void 0 ? void 0 : _r["provisioningState"],
|
|
304
|
+
},
|
|
305
|
+
};
|
|
306
|
+
}),
|
|
307
|
+
nextLink: result.body["nextLink"],
|
|
308
|
+
};
|
|
309
|
+
}
|
|
310
|
+
/** List StandbyContainerGroupPoolResource resources by resource group */
|
|
311
|
+
function standbyContainerGroupPoolsListByResourceGroup(context, subscriptionId, resourceGroupName, options = {
|
|
312
|
+
requestOptions: {},
|
|
313
|
+
}) {
|
|
314
|
+
return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _standbyContainerGroupPoolsListByResourceGroupSend(context, subscriptionId, resourceGroupName, options), _standbyContainerGroupPoolsListByResourceGroupDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
315
|
+
}
|
|
316
|
+
function _standbyContainerGroupPoolsListBySubscriptionSend(context, subscriptionId, options = {
|
|
317
|
+
requestOptions: {},
|
|
318
|
+
}) {
|
|
319
|
+
return context
|
|
320
|
+
.path("/subscriptions/{subscriptionId}/providers/Microsoft.StandbyPool/standbyContainerGroupPools", subscriptionId)
|
|
321
|
+
.get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
322
|
+
}
|
|
323
|
+
async function _standbyContainerGroupPoolsListBySubscriptionDeserialize(result) {
|
|
324
|
+
const expectedStatuses = ["200"];
|
|
325
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
326
|
+
throw (0, core_client_1.createRestError)(result);
|
|
327
|
+
}
|
|
328
|
+
return {
|
|
329
|
+
value: result.body["value"].map((p) => {
|
|
330
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
331
|
+
return {
|
|
332
|
+
tags: p["tags"],
|
|
333
|
+
location: p["location"],
|
|
334
|
+
id: p["id"],
|
|
335
|
+
name: p["name"],
|
|
336
|
+
type: p["type"],
|
|
337
|
+
systemData: !p.systemData
|
|
338
|
+
? undefined
|
|
339
|
+
: {
|
|
340
|
+
createdBy: (_a = p.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
341
|
+
createdByType: (_b = p.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
342
|
+
createdAt: ((_c = p.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
343
|
+
? new Date((_d = p.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
344
|
+
: undefined,
|
|
345
|
+
lastModifiedBy: (_e = p.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
346
|
+
lastModifiedByType: (_f = p.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
347
|
+
lastModifiedAt: ((_g = p.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
348
|
+
? new Date((_h = p.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
349
|
+
: undefined,
|
|
350
|
+
},
|
|
351
|
+
properties: !p.properties
|
|
352
|
+
? undefined
|
|
353
|
+
: {
|
|
354
|
+
elasticityProfile: {
|
|
355
|
+
maxReadyCapacity: (_j = p.properties) === null || _j === void 0 ? void 0 : _j.elasticityProfile["maxReadyCapacity"],
|
|
356
|
+
refillPolicy: (_k = p.properties) === null || _k === void 0 ? void 0 : _k.elasticityProfile["refillPolicy"],
|
|
357
|
+
},
|
|
358
|
+
containerGroupProperties: {
|
|
359
|
+
containerGroupProfile: {
|
|
360
|
+
id: (_l = p.properties) === null || _l === void 0 ? void 0 : _l.containerGroupProperties.containerGroupProfile["id"],
|
|
361
|
+
revision: (_m = p.properties) === null || _m === void 0 ? void 0 : _m.containerGroupProperties.containerGroupProfile["revision"],
|
|
362
|
+
},
|
|
363
|
+
subnetIds: ((_o = p.properties) === null || _o === void 0 ? void 0 : _o.containerGroupProperties["subnetIds"]) === undefined
|
|
364
|
+
? (_p = p.properties) === null || _p === void 0 ? void 0 : _p.containerGroupProperties["subnetIds"]
|
|
365
|
+
: (_q = p.properties) === null || _q === void 0 ? void 0 : _q.containerGroupProperties["subnetIds"].map((p) => {
|
|
366
|
+
return { id: p["id"] };
|
|
367
|
+
}),
|
|
368
|
+
},
|
|
369
|
+
provisioningState: (_r = p.properties) === null || _r === void 0 ? void 0 : _r["provisioningState"],
|
|
370
|
+
},
|
|
371
|
+
};
|
|
372
|
+
}),
|
|
373
|
+
nextLink: result.body["nextLink"],
|
|
374
|
+
};
|
|
375
|
+
}
|
|
376
|
+
/** List StandbyContainerGroupPoolResource resources by subscription ID */
|
|
377
|
+
function standbyContainerGroupPoolsListBySubscription(context, subscriptionId, options = {
|
|
378
|
+
requestOptions: {},
|
|
379
|
+
}) {
|
|
380
|
+
return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _standbyContainerGroupPoolsListBySubscriptionSend(context, subscriptionId, options), _standbyContainerGroupPoolsListBySubscriptionDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
381
|
+
}
|
|
382
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/standbyContainerGroupPools/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n standbyContainerGroupPoolResourcePropertiesSerializer,\n standbyContainerGroupPoolResourceUpdatePropertiesSerializer,\n StandbyContainerGroupPoolResource,\n StandbyContainerGroupPoolResourceUpdate,\n _StandbyContainerGroupPoolResourceListResult,\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 { serializeRecord } from \"../../helpers/serializerHelpers.js\";\nimport { getLongRunningPoller } from \"../../static-helpers/pollingHelpers.js\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n StandbyContainerGroupPoolsGetOptionalParams,\n StandbyContainerGroupPoolsCreateOrUpdateOptionalParams,\n StandbyContainerGroupPoolsDeleteOptionalParams,\n StandbyContainerGroupPoolsUpdateOptionalParams,\n StandbyContainerGroupPoolsListByResourceGroupOptionalParams,\n StandbyContainerGroupPoolsListBySubscriptionOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _standbyContainerGroupPoolsGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options: StandbyContainerGroupPoolsGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyContainerGroupPoolsGetDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyContainerGroupPoolResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n tags: result.body[\"tags\"],\n location: result.body[\"location\"],\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 elasticityProfile: {\n maxReadyCapacity: result.body.properties?.elasticityProfile[\"maxReadyCapacity\"],\n refillPolicy: result.body.properties?.elasticityProfile[\"refillPolicy\"],\n },\n containerGroupProperties: {\n containerGroupProfile: {\n id: result.body.properties?.containerGroupProperties.containerGroupProfile[\"id\"],\n revision:\n result.body.properties?.containerGroupProperties.containerGroupProfile[\"revision\"],\n },\n subnetIds:\n result.body.properties?.containerGroupProperties[\"subnetIds\"] === undefined\n ? result.body.properties?.containerGroupProperties[\"subnetIds\"]\n : result.body.properties?.containerGroupProperties[\"subnetIds\"].map((p: any) => {\n return { id: p[\"id\"] };\n }),\n },\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Get a StandbyContainerGroupPoolResource */\nexport async function standbyContainerGroupPoolsGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options: StandbyContainerGroupPoolsGetOptionalParams = { requestOptions: {} },\n): Promise<StandbyContainerGroupPoolResource> {\n const result = await _standbyContainerGroupPoolsGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n options,\n );\n return _standbyContainerGroupPoolsGetDeserialize(result);\n}\n\nexport function _standbyContainerGroupPoolsCreateOrUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n resource: StandbyContainerGroupPoolResource,\n options: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n )\n .put({\n ...operationOptionsToRequestParameters(options),\n body: {\n tags: !resource.tags ? resource.tags : (serializeRecord(resource.tags as any) as any),\n location: resource[\"location\"],\n properties: !resource.properties\n ? resource.properties\n : standbyContainerGroupPoolResourcePropertiesSerializer(resource.properties),\n },\n });\n}\n\nexport async function _standbyContainerGroupPoolsCreateOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyContainerGroupPoolResource> {\n const expectedStatuses = [\"200\", \"201\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n tags: result.body[\"tags\"],\n location: result.body[\"location\"],\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 elasticityProfile: {\n maxReadyCapacity: result.body.properties?.elasticityProfile[\"maxReadyCapacity\"],\n refillPolicy: result.body.properties?.elasticityProfile[\"refillPolicy\"],\n },\n containerGroupProperties: {\n containerGroupProfile: {\n id: result.body.properties?.containerGroupProperties.containerGroupProfile[\"id\"],\n revision:\n result.body.properties?.containerGroupProperties.containerGroupProfile[\"revision\"],\n },\n subnetIds:\n result.body.properties?.containerGroupProperties[\"subnetIds\"] === undefined\n ? result.body.properties?.containerGroupProperties[\"subnetIds\"]\n : result.body.properties?.containerGroupProperties[\"subnetIds\"].map((p: any) => {\n return { id: p[\"id\"] };\n }),\n },\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Create a StandbyContainerGroupPoolResource */\nexport function standbyContainerGroupPoolsCreateOrUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n resource: StandbyContainerGroupPoolResource,\n options: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams = {\n requestOptions: {},\n },\n): PollerLike<\n OperationState<StandbyContainerGroupPoolResource>,\n StandbyContainerGroupPoolResource\n> {\n return getLongRunningPoller(\n context,\n _standbyContainerGroupPoolsCreateOrUpdateDeserialize,\n [\"200\", \"201\"],\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _standbyContainerGroupPoolsCreateOrUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n resource,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n },\n ) as PollerLike<\n OperationState<StandbyContainerGroupPoolResource>,\n StandbyContainerGroupPoolResource\n >;\n}\n\nexport function _standbyContainerGroupPoolsDeleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options: StandbyContainerGroupPoolsDeleteOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyContainerGroupPoolsDeleteDeserialize(\n result: PathUncheckedResponse,\n): Promise<void> {\n const expectedStatuses = [\"202\", \"204\", \"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return;\n}\n\n/** Delete a StandbyContainerGroupPoolResource */\nexport function standbyContainerGroupPoolsDelete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options: StandbyContainerGroupPoolsDeleteOptionalParams = {\n requestOptions: {},\n },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(\n context,\n _standbyContainerGroupPoolsDeleteDeserialize,\n [\"202\", \"204\", \"200\"],\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _standbyContainerGroupPoolsDeleteSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n options,\n ),\n resourceLocationConfig: \"location\",\n },\n ) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _standbyContainerGroupPoolsUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n properties: StandbyContainerGroupPoolResourceUpdate,\n options: StandbyContainerGroupPoolsUpdateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n )\n .patch({\n ...operationOptionsToRequestParameters(options),\n body: {\n tags: !properties.tags ? properties.tags : (serializeRecord(properties.tags as any) as any),\n properties: !properties.properties\n ? properties.properties\n : standbyContainerGroupPoolResourceUpdatePropertiesSerializer(properties.properties),\n },\n });\n}\n\nexport async function _standbyContainerGroupPoolsUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyContainerGroupPoolResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n tags: result.body[\"tags\"],\n location: result.body[\"location\"],\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 elasticityProfile: {\n maxReadyCapacity: result.body.properties?.elasticityProfile[\"maxReadyCapacity\"],\n refillPolicy: result.body.properties?.elasticityProfile[\"refillPolicy\"],\n },\n containerGroupProperties: {\n containerGroupProfile: {\n id: result.body.properties?.containerGroupProperties.containerGroupProfile[\"id\"],\n revision:\n result.body.properties?.containerGroupProperties.containerGroupProfile[\"revision\"],\n },\n subnetIds:\n result.body.properties?.containerGroupProperties[\"subnetIds\"] === undefined\n ? result.body.properties?.containerGroupProperties[\"subnetIds\"]\n : result.body.properties?.containerGroupProperties[\"subnetIds\"].map((p: any) => {\n return { id: p[\"id\"] };\n }),\n },\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Update a StandbyContainerGroupPoolResource */\nexport async function standbyContainerGroupPoolsUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n properties: StandbyContainerGroupPoolResourceUpdate,\n options: StandbyContainerGroupPoolsUpdateOptionalParams = {\n requestOptions: {},\n },\n): Promise<StandbyContainerGroupPoolResource> {\n const result = await _standbyContainerGroupPoolsUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n properties,\n options,\n );\n return _standbyContainerGroupPoolsUpdateDeserialize(result);\n}\n\nexport function _standbyContainerGroupPoolsListByResourceGroupSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: StandbyContainerGroupPoolsListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools\",\n subscriptionId,\n resourceGroupName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyContainerGroupPoolsListByResourceGroupDeserialize(\n result: PathUncheckedResponse,\n): Promise<_StandbyContainerGroupPoolResourceListResult> {\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 tags: p[\"tags\"],\n location: p[\"location\"],\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 elasticityProfile: {\n maxReadyCapacity: p.properties?.elasticityProfile[\"maxReadyCapacity\"],\n refillPolicy: p.properties?.elasticityProfile[\"refillPolicy\"],\n },\n containerGroupProperties: {\n containerGroupProfile: {\n id: p.properties?.containerGroupProperties.containerGroupProfile[\"id\"],\n revision:\n p.properties?.containerGroupProperties.containerGroupProfile[\"revision\"],\n },\n subnetIds:\n p.properties?.containerGroupProperties[\"subnetIds\"] === undefined\n ? p.properties?.containerGroupProperties[\"subnetIds\"]\n : p.properties?.containerGroupProperties[\"subnetIds\"].map((p: any) => {\n return { id: p[\"id\"] };\n }),\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List StandbyContainerGroupPoolResource resources by resource group */\nexport function standbyContainerGroupPoolsListByResourceGroup(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: StandbyContainerGroupPoolsListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<StandbyContainerGroupPoolResource> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _standbyContainerGroupPoolsListByResourceGroupSend(\n context,\n subscriptionId,\n resourceGroupName,\n options,\n ),\n _standbyContainerGroupPoolsListByResourceGroupDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _standbyContainerGroupPoolsListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n options: StandbyContainerGroupPoolsListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.StandbyPool/standbyContainerGroupPools\",\n subscriptionId,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyContainerGroupPoolsListBySubscriptionDeserialize(\n result: PathUncheckedResponse,\n): Promise<_StandbyContainerGroupPoolResourceListResult> {\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 tags: p[\"tags\"],\n location: p[\"location\"],\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 elasticityProfile: {\n maxReadyCapacity: p.properties?.elasticityProfile[\"maxReadyCapacity\"],\n refillPolicy: p.properties?.elasticityProfile[\"refillPolicy\"],\n },\n containerGroupProperties: {\n containerGroupProfile: {\n id: p.properties?.containerGroupProperties.containerGroupProfile[\"id\"],\n revision:\n p.properties?.containerGroupProperties.containerGroupProfile[\"revision\"],\n },\n subnetIds:\n p.properties?.containerGroupProperties[\"subnetIds\"] === undefined\n ? p.properties?.containerGroupProperties[\"subnetIds\"]\n : p.properties?.containerGroupProperties[\"subnetIds\"].map((p: any) => {\n return { id: p[\"id\"] };\n }),\n },\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List StandbyContainerGroupPoolResource resources by subscription ID */\nexport function standbyContainerGroupPoolsListBySubscription(\n context: Client,\n subscriptionId: string,\n options: StandbyContainerGroupPoolsListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<StandbyContainerGroupPoolResource> {\n return buildPagedAsyncIterator(\n context,\n () => _standbyContainerGroupPoolsListBySubscriptionSend(context, subscriptionId, options),\n _standbyContainerGroupPoolsListBySubscriptionDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TokenCredential } from "@azure/core-auth";
|
|
2
|
+
import { ClientOptions, Client } from "@azure-rest/core-client";
|
|
3
|
+
export interface StandbyPoolContext extends Client {
|
|
4
|
+
}
|
|
5
|
+
/** Optional parameters for the client. */
|
|
6
|
+
export interface StandbyPoolManagementClientOptionalParams extends ClientOptions {
|
|
7
|
+
/** The API version to use for this operation. */
|
|
8
|
+
apiVersion?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function createStandbyPoolManagement(credential: TokenCredential, options?: StandbyPoolManagementClientOptionalParams): StandbyPoolContext;
|
|
11
|
+
//# sourceMappingURL=standbyPoolManagementContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"standbyPoolManagementContext.d.ts","sourceRoot":"","sources":["../../../src/api/standbyPoolManagementContext.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,EAAa,MAAM,yBAAyB,CAAC;AAG3E,MAAM,WAAW,kBAAmB,SAAQ,MAAM;CAAG;AAErD,0CAA0C;AAC1C,MAAM,WAAW,yCAA0C,SAAQ,aAAa;IAC9E,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,eAAe,EAC3B,OAAO,GAAE,yCAA8C,GACtD,kBAAkB,CAmCpB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.createStandbyPoolManagement = createStandbyPoolManagement;
|
|
6
|
+
const tslib_1 = require("tslib");
|
|
7
|
+
const core_client_1 = require("@azure-rest/core-client");
|
|
8
|
+
const logger_js_1 = require("../logger.js");
|
|
9
|
+
function createStandbyPoolManagement(credential, options = {}) {
|
|
10
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
11
|
+
const endpointUrl = (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUrl) !== null && _b !== void 0 ? _b : `https://management.azure.com`;
|
|
12
|
+
const prefixFromOptions = (_c = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _c === void 0 ? void 0 : _c.userAgentPrefix;
|
|
13
|
+
const userAgentInfo = `azsdk-js-arm-standbypool/1.0.1`;
|
|
14
|
+
const userAgentPrefix = prefixFromOptions
|
|
15
|
+
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
|
|
16
|
+
: `azsdk-js-api ${userAgentInfo}`;
|
|
17
|
+
const _j = Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix }, loggingOptions: { logger: (_e = (_d = options.loggingOptions) === null || _d === void 0 ? void 0 : _d.logger) !== null && _e !== void 0 ? _e : logger_js_1.logger.info }, credentials: {
|
|
18
|
+
scopes: (_g = (_f = options.credentials) === null || _f === void 0 ? void 0 : _f.scopes) !== null && _g !== void 0 ? _g : [`${endpointUrl}/.default`],
|
|
19
|
+
} }), { apiVersion: _ } = _j, updatedOptions = tslib_1.__rest(_j, ["apiVersion"]);
|
|
20
|
+
const clientContext = (0, core_client_1.getClient)(endpointUrl, credential, updatedOptions);
|
|
21
|
+
clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
22
|
+
const apiVersion = (_h = options.apiVersion) !== null && _h !== void 0 ? _h : "2024-03-01";
|
|
23
|
+
clientContext.pipeline.addPolicy({
|
|
24
|
+
name: "ClientApiVersionPolicy",
|
|
25
|
+
sendRequest: (req, next) => {
|
|
26
|
+
// Use the apiVersion defined in request url directly
|
|
27
|
+
// Append one if there is no apiVersion and we have one at client options
|
|
28
|
+
const url = new URL(req.url);
|
|
29
|
+
if (!url.searchParams.get("api-version")) {
|
|
30
|
+
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
31
|
+
}
|
|
32
|
+
return next(req);
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
return clientContext;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=standbyPoolManagementContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"standbyPoolManagementContext.js","sourceRoot":"","sources":["../../../src/api/standbyPoolManagementContext.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAclC,kEAsCC;;AAjDD,yDAA2E;AAC3E,4CAAsC;AAUtC,SAAgB,2BAA2B,CACzC,UAA2B,EAC3B,UAAqD,EAAE;;IAEvD,MAAM,WAAW,GAAG,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,CAAC;IAE1F,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,gCAAgC,CAAC;IACvD,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,qCACD,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,EACrC,cAAc,EAAE,EAAE,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,kBAAM,CAAC,IAAI,EAAE,EACzE,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI,CAAC,GAAG,WAAW,WAAW,CAAC;SACnE,GACF,EAPK,EAAE,UAAU,EAAE,CAAC,OAOpB,EAPyB,cAAc,sBAAlC,cAAoC,CAOzC,CAAC;IACF,MAAM,aAAa,GAAG,IAAA,uBAAS,EAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,aAAa,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,YAAY,CAAC;IACtD,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;gBACzC,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IACH,OAAO,aAAa,CAAC;AACvB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { TokenCredential } from \"@azure/core-auth\";\nimport { ClientOptions, Client, getClient } from \"@azure-rest/core-client\";\nimport { logger } from \"../logger.js\";\n\nexport interface StandbyPoolContext extends Client {}\n\n/** Optional parameters for the client. */\nexport interface StandbyPoolManagementClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n apiVersion?: string;\n}\n\nexport function createStandbyPoolManagement(\n credential: TokenCredential,\n options: StandbyPoolManagementClientOptionalParams = {},\n): StandbyPoolContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`;\n\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-standbypool/1.0.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-03-01\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return clientContext;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StandbyVirtualMachinePoolRuntimeViewResource, _StandbyVirtualMachinePoolRuntimeViewResourceListResult } 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 { StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams, StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams } from "../../models/options.js";
|
|
6
|
+
export declare function _standbyVirtualMachinePoolRuntimeViewsGetSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, runtimeView: string, options?: StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _standbyVirtualMachinePoolRuntimeViewsGetDeserialize(result: PathUncheckedResponse): Promise<StandbyVirtualMachinePoolRuntimeViewResource>;
|
|
8
|
+
/** Get a StandbyVirtualMachinePoolRuntimeViewResource */
|
|
9
|
+
export declare function standbyVirtualMachinePoolRuntimeViewsGet(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, runtimeView: string, options?: StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams): Promise<StandbyVirtualMachinePoolRuntimeViewResource>;
|
|
10
|
+
export declare function _standbyVirtualMachinePoolRuntimeViewsListByStandbyPoolSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams): StreamableMethod;
|
|
11
|
+
export declare function _standbyVirtualMachinePoolRuntimeViewsListByStandbyPoolDeserialize(result: PathUncheckedResponse): Promise<_StandbyVirtualMachinePoolRuntimeViewResourceListResult>;
|
|
12
|
+
/** List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource */
|
|
13
|
+
export declare function standbyVirtualMachinePoolRuntimeViewsListByStandbyPool(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams): PagedAsyncIterableIterator<StandbyVirtualMachinePoolRuntimeViewResource>;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/standbyVirtualMachinePoolRuntimeViews/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,CAwCvD;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,CA6ClE;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"}
|