@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 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/standbyVirtualMachinePools/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n standbyVirtualMachinePoolResourcePropertiesSerializer,\n standbyVirtualMachinePoolResourceUpdatePropertiesSerializer,\n StandbyVirtualMachinePoolResource,\n StandbyVirtualMachinePoolResourceUpdate,\n _StandbyVirtualMachinePoolResourceListResult,\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 StandbyVirtualMachinePoolsGetOptionalParams,\n StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams,\n StandbyVirtualMachinePoolsDeleteOptionalParams,\n StandbyVirtualMachinePoolsUpdateOptionalParams,\n StandbyVirtualMachinePoolsListByResourceGroupOptionalParams,\n StandbyVirtualMachinePoolsListBySubscriptionOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _standbyVirtualMachinePoolsGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options: StandbyVirtualMachinePoolsGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyVirtualMachinePoolsGetDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyVirtualMachinePoolResource> {\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: !result.body.properties?.elasticityProfile\n ? undefined\n : {\n maxReadyCapacity: result.body.properties?.elasticityProfile?.[\"maxReadyCapacity\"],\n minReadyCapacity: result.body.properties?.elasticityProfile?.[\"minReadyCapacity\"],\n },\n virtualMachineState: result.body.properties?.[\"virtualMachineState\"],\n attachedVirtualMachineScaleSetId:\n result.body.properties?.[\"attachedVirtualMachineScaleSetId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Get a StandbyVirtualMachinePoolResource */\nexport async function standbyVirtualMachinePoolsGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options: StandbyVirtualMachinePoolsGetOptionalParams = { requestOptions: {} },\n): Promise<StandbyVirtualMachinePoolResource> {\n const result = await _standbyVirtualMachinePoolsGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n );\n return _standbyVirtualMachinePoolsGetDeserialize(result);\n}\n\nexport function _standbyVirtualMachinePoolsCreateOrUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n resource: StandbyVirtualMachinePoolResource,\n options: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\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 : standbyVirtualMachinePoolResourcePropertiesSerializer(resource.properties),\n },\n });\n}\n\nexport async function _standbyVirtualMachinePoolsCreateOrUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyVirtualMachinePoolResource> {\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: !result.body.properties?.elasticityProfile\n ? undefined\n : {\n maxReadyCapacity: result.body.properties?.elasticityProfile?.[\"maxReadyCapacity\"],\n minReadyCapacity: result.body.properties?.elasticityProfile?.[\"minReadyCapacity\"],\n },\n virtualMachineState: result.body.properties?.[\"virtualMachineState\"],\n attachedVirtualMachineScaleSetId:\n result.body.properties?.[\"attachedVirtualMachineScaleSetId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Create a StandbyVirtualMachinePoolResource */\nexport function standbyVirtualMachinePoolsCreateOrUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n resource: StandbyVirtualMachinePoolResource,\n options: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams = {\n requestOptions: {},\n },\n): PollerLike<\n OperationState<StandbyVirtualMachinePoolResource>,\n StandbyVirtualMachinePoolResource\n> {\n return getLongRunningPoller(\n context,\n _standbyVirtualMachinePoolsCreateOrUpdateDeserialize,\n [\"200\", \"201\"],\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _standbyVirtualMachinePoolsCreateOrUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n resource,\n options,\n ),\n resourceLocationConfig: \"azure-async-operation\",\n },\n ) as PollerLike<\n OperationState<StandbyVirtualMachinePoolResource>,\n StandbyVirtualMachinePoolResource\n >;\n}\n\nexport function _standbyVirtualMachinePoolsDeleteSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options: StandbyVirtualMachinePoolsDeleteOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n )\n .delete({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyVirtualMachinePoolsDeleteDeserialize(\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 StandbyVirtualMachinePoolResource */\nexport function standbyVirtualMachinePoolsDelete(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options: StandbyVirtualMachinePoolsDeleteOptionalParams = {\n requestOptions: {},\n },\n): PollerLike<OperationState<void>, void> {\n return getLongRunningPoller(\n context,\n _standbyVirtualMachinePoolsDeleteDeserialize,\n [\"202\", \"204\", \"200\"],\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n getInitialResponse: () =>\n _standbyVirtualMachinePoolsDeleteSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n ),\n resourceLocationConfig: \"location\",\n },\n ) as PollerLike<OperationState<void>, void>;\n}\n\nexport function _standbyVirtualMachinePoolsUpdateSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n properties: StandbyVirtualMachinePoolResourceUpdate,\n options: StandbyVirtualMachinePoolsUpdateOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}\",\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\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 : standbyVirtualMachinePoolResourceUpdatePropertiesSerializer(properties.properties),\n },\n });\n}\n\nexport async function _standbyVirtualMachinePoolsUpdateDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyVirtualMachinePoolResource> {\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: !result.body.properties?.elasticityProfile\n ? undefined\n : {\n maxReadyCapacity: result.body.properties?.elasticityProfile?.[\"maxReadyCapacity\"],\n minReadyCapacity: result.body.properties?.elasticityProfile?.[\"minReadyCapacity\"],\n },\n virtualMachineState: result.body.properties?.[\"virtualMachineState\"],\n attachedVirtualMachineScaleSetId:\n result.body.properties?.[\"attachedVirtualMachineScaleSetId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Update a StandbyVirtualMachinePoolResource */\nexport async function standbyVirtualMachinePoolsUpdate(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n properties: StandbyVirtualMachinePoolResourceUpdate,\n options: StandbyVirtualMachinePoolsUpdateOptionalParams = {\n requestOptions: {},\n },\n): Promise<StandbyVirtualMachinePoolResource> {\n const result = await _standbyVirtualMachinePoolsUpdateSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n properties,\n options,\n );\n return _standbyVirtualMachinePoolsUpdateDeserialize(result);\n}\n\nexport function _standbyVirtualMachinePoolsListByResourceGroupSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools\",\n subscriptionId,\n resourceGroupName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyVirtualMachinePoolsListByResourceGroupDeserialize(\n result: PathUncheckedResponse,\n): Promise<_StandbyVirtualMachinePoolResourceListResult> {\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: !p.properties?.elasticityProfile\n ? undefined\n : {\n maxReadyCapacity: p.properties?.elasticityProfile?.[\"maxReadyCapacity\"],\n minReadyCapacity: p.properties?.elasticityProfile?.[\"minReadyCapacity\"],\n },\n virtualMachineState: p.properties?.[\"virtualMachineState\"],\n attachedVirtualMachineScaleSetId: p.properties?.[\"attachedVirtualMachineScaleSetId\"],\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List StandbyVirtualMachinePoolResource resources by resource group */\nexport function standbyVirtualMachinePoolsListByResourceGroup(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n options: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _standbyVirtualMachinePoolsListByResourceGroupSend(\n context,\n subscriptionId,\n resourceGroupName,\n options,\n ),\n _standbyVirtualMachinePoolsListByResourceGroupDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n\nexport function _standbyVirtualMachinePoolsListBySubscriptionSend(\n context: Client,\n subscriptionId: string,\n options: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools\",\n subscriptionId,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyVirtualMachinePoolsListBySubscriptionDeserialize(\n result: PathUncheckedResponse,\n): Promise<_StandbyVirtualMachinePoolResourceListResult> {\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: !p.properties?.elasticityProfile\n ? undefined\n : {\n maxReadyCapacity: p.properties?.elasticityProfile?.[\"maxReadyCapacity\"],\n minReadyCapacity: p.properties?.elasticityProfile?.[\"minReadyCapacity\"],\n },\n virtualMachineState: p.properties?.[\"virtualMachineState\"],\n attachedVirtualMachineScaleSetId: p.properties?.[\"attachedVirtualMachineScaleSetId\"],\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List StandbyVirtualMachinePoolResource resources by subscription ID */\nexport function standbyVirtualMachinePoolsListBySubscription(\n context: Client,\n subscriptionId: string,\n options: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource> {\n return buildPagedAsyncIterator(\n context,\n () => _standbyVirtualMachinePoolsListBySubscriptionSend(context, subscriptionId, options),\n _standbyVirtualMachinePoolsListBySubscriptionDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StandbyVirtualMachineResource, _StandbyVirtualMachineResourceListResult } 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 { StandbyVirtualMachinesGetOptionalParams, StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams } from "../../models/options.js";
|
|
6
|
+
export declare function _standbyVirtualMachinesGetSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, standbyVirtualMachineName: string, options?: StandbyVirtualMachinesGetOptionalParams): StreamableMethod;
|
|
7
|
+
export declare function _standbyVirtualMachinesGetDeserialize(result: PathUncheckedResponse): Promise<StandbyVirtualMachineResource>;
|
|
8
|
+
/** Get a StandbyVirtualMachineResource */
|
|
9
|
+
export declare function standbyVirtualMachinesGet(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, standbyVirtualMachineName: string, options?: StandbyVirtualMachinesGetOptionalParams): Promise<StandbyVirtualMachineResource>;
|
|
10
|
+
export declare function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams): StreamableMethod;
|
|
11
|
+
export declare function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize(result: PathUncheckedResponse): Promise<_StandbyVirtualMachineResourceListResult>;
|
|
12
|
+
/** List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource */
|
|
13
|
+
export declare function standbyVirtualMachinesListByStandbyVirtualMachinePoolResource(context: Client, subscriptionId: string, resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams): PagedAsyncIterableIterator<StandbyVirtualMachineResource>;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/standbyVirtualMachines/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACzC,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,uCAAuC,EACvC,2EAA2E,EAC5E,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,8BAA8B,CAC5C,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,MAAM,EACjC,OAAO,GAAE,uCAAgE,GACxE,gBAAgB,CAUlB;AAED,wBAAsB,qCAAqC,CACzD,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,6BAA6B,CAAC,CAiCxC;AAED,0CAA0C;AAC1C,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,MAAM,EACjC,OAAO,GAAE,uCAAgE,GACxE,OAAO,CAAC,6BAA6B,CAAC,CAUxC;AAED,wBAAgB,kEAAkE,CAChF,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,GAAE,2EAER,GACA,gBAAgB,CASlB;AAED,wBAAsB,yEAAyE,CAC7F,MAAM,EAAE,qBAAqB,GAC5B,OAAO,CAAC,wCAAwC,CAAC,CAsCnD;AAED,wFAAwF;AACxF,wBAAgB,6DAA6D,CAC3E,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,GAAE,2EAER,GACA,0BAA0B,CAAC,6BAA6B,CAAC,CAe3D"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports._standbyVirtualMachinesGetSend = _standbyVirtualMachinesGetSend;
|
|
6
|
+
exports._standbyVirtualMachinesGetDeserialize = _standbyVirtualMachinesGetDeserialize;
|
|
7
|
+
exports.standbyVirtualMachinesGet = standbyVirtualMachinesGet;
|
|
8
|
+
exports._standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend = _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend;
|
|
9
|
+
exports._standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize = _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize;
|
|
10
|
+
exports.standbyVirtualMachinesListByStandbyVirtualMachinePoolResource = standbyVirtualMachinesListByStandbyVirtualMachinePoolResource;
|
|
11
|
+
const core_client_1 = require("@azure-rest/core-client");
|
|
12
|
+
const pagingHelpers_js_1 = require("../../static-helpers/pagingHelpers.js");
|
|
13
|
+
function _standbyVirtualMachinesGetSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options = { requestOptions: {} }) {
|
|
14
|
+
return context
|
|
15
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/standbyVirtualMachines/{standbyVirtualMachineName}", subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName)
|
|
16
|
+
.get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
17
|
+
}
|
|
18
|
+
async function _standbyVirtualMachinesGetDeserialize(result) {
|
|
19
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
20
|
+
const expectedStatuses = ["200"];
|
|
21
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
22
|
+
throw (0, core_client_1.createRestError)(result);
|
|
23
|
+
}
|
|
24
|
+
return {
|
|
25
|
+
id: result.body["id"],
|
|
26
|
+
name: result.body["name"],
|
|
27
|
+
type: result.body["type"],
|
|
28
|
+
systemData: !result.body.systemData
|
|
29
|
+
? undefined
|
|
30
|
+
: {
|
|
31
|
+
createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
32
|
+
createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
33
|
+
createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
34
|
+
? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
35
|
+
: undefined,
|
|
36
|
+
lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
37
|
+
lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
38
|
+
lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
39
|
+
? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
40
|
+
: undefined,
|
|
41
|
+
},
|
|
42
|
+
properties: !result.body.properties
|
|
43
|
+
? undefined
|
|
44
|
+
: {
|
|
45
|
+
virtualMachineResourceId: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j["virtualMachineResourceId"],
|
|
46
|
+
provisioningState: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k["provisioningState"],
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
/** Get a StandbyVirtualMachineResource */
|
|
51
|
+
async function standbyVirtualMachinesGet(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options = { requestOptions: {} }) {
|
|
52
|
+
const result = await _standbyVirtualMachinesGetSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options);
|
|
53
|
+
return _standbyVirtualMachinesGetDeserialize(result);
|
|
54
|
+
}
|
|
55
|
+
function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options = {
|
|
56
|
+
requestOptions: {},
|
|
57
|
+
}) {
|
|
58
|
+
return context
|
|
59
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/standbyVirtualMachines", subscriptionId, resourceGroupName, standbyVirtualMachinePoolName)
|
|
60
|
+
.get(Object.assign({}, (0, core_client_1.operationOptionsToRequestParameters)(options)));
|
|
61
|
+
}
|
|
62
|
+
async function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize(result) {
|
|
63
|
+
const expectedStatuses = ["200"];
|
|
64
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
65
|
+
throw (0, core_client_1.createRestError)(result);
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
value: result.body["value"].map((p) => {
|
|
69
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
70
|
+
return {
|
|
71
|
+
id: p["id"],
|
|
72
|
+
name: p["name"],
|
|
73
|
+
type: p["type"],
|
|
74
|
+
systemData: !p.systemData
|
|
75
|
+
? undefined
|
|
76
|
+
: {
|
|
77
|
+
createdBy: (_a = p.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
78
|
+
createdByType: (_b = p.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
79
|
+
createdAt: ((_c = p.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
80
|
+
? new Date((_d = p.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
81
|
+
: undefined,
|
|
82
|
+
lastModifiedBy: (_e = p.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
83
|
+
lastModifiedByType: (_f = p.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
84
|
+
lastModifiedAt: ((_g = p.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
85
|
+
? new Date((_h = p.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
86
|
+
: undefined,
|
|
87
|
+
},
|
|
88
|
+
properties: !p.properties
|
|
89
|
+
? undefined
|
|
90
|
+
: {
|
|
91
|
+
virtualMachineResourceId: (_j = p.properties) === null || _j === void 0 ? void 0 : _j["virtualMachineResourceId"],
|
|
92
|
+
provisioningState: (_k = p.properties) === null || _k === void 0 ? void 0 : _k["provisioningState"],
|
|
93
|
+
},
|
|
94
|
+
};
|
|
95
|
+
}),
|
|
96
|
+
nextLink: result.body["nextLink"],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
/** List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource */
|
|
100
|
+
function standbyVirtualMachinesListByStandbyVirtualMachinePoolResource(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options = {
|
|
101
|
+
requestOptions: {},
|
|
102
|
+
}) {
|
|
103
|
+
return (0, pagingHelpers_js_1.buildPagedAsyncIterator)(context, () => _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options), _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/standbyVirtualMachines/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n StandbyVirtualMachineResource,\n _StandbyVirtualMachineResourceListResult,\n} from \"../../models/models.js\";\nimport { StandbyPoolContext as Client } from \"../index.js\";\nimport {\n StreamableMethod,\n operationOptionsToRequestParameters,\n PathUncheckedResponse,\n createRestError,\n} from \"@azure-rest/core-client\";\nimport {\n PagedAsyncIterableIterator,\n buildPagedAsyncIterator,\n} from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StandbyVirtualMachinesGetOptionalParams,\n StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams,\n} from \"../../models/options.js\";\n\nexport function _standbyVirtualMachinesGetSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n standbyVirtualMachineName: string,\n options: StandbyVirtualMachinesGetOptionalParams = { requestOptions: {} },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/standbyVirtualMachines/{standbyVirtualMachineName}\",\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n standbyVirtualMachineName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyVirtualMachinesGetDeserialize(\n result: PathUncheckedResponse,\n): Promise<StandbyVirtualMachineResource> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n id: result.body[\"id\"],\n name: result.body[\"name\"],\n type: result.body[\"type\"],\n systemData: !result.body.systemData\n ? undefined\n : {\n createdBy: result.body.systemData?.[\"createdBy\"],\n createdByType: result.body.systemData?.[\"createdByType\"],\n createdAt:\n result.body.systemData?.[\"createdAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: result.body.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: result.body.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n result.body.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(result.body.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !result.body.properties\n ? undefined\n : {\n virtualMachineResourceId: result.body.properties?.[\"virtualMachineResourceId\"],\n provisioningState: result.body.properties?.[\"provisioningState\"],\n },\n };\n}\n\n/** Get a StandbyVirtualMachineResource */\nexport async function standbyVirtualMachinesGet(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n standbyVirtualMachineName: string,\n options: StandbyVirtualMachinesGetOptionalParams = { requestOptions: {} },\n): Promise<StandbyVirtualMachineResource> {\n const result = await _standbyVirtualMachinesGetSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n standbyVirtualMachineName,\n options,\n );\n return _standbyVirtualMachinesGetDeserialize(result);\n}\n\nexport function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams = {\n requestOptions: {},\n },\n): StreamableMethod {\n return context\n .path(\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/standbyVirtualMachines\",\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n )\n .get({ ...operationOptionsToRequestParameters(options) });\n}\n\nexport async function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize(\n result: PathUncheckedResponse,\n): Promise<_StandbyVirtualMachineResourceListResult> {\n const expectedStatuses = [\"200\"];\n if (!expectedStatuses.includes(result.status)) {\n throw createRestError(result);\n }\n\n return {\n value: result.body[\"value\"].map((p: any) => {\n return {\n id: p[\"id\"],\n name: p[\"name\"],\n type: p[\"type\"],\n systemData: !p.systemData\n ? undefined\n : {\n createdBy: p.systemData?.[\"createdBy\"],\n createdByType: p.systemData?.[\"createdByType\"],\n createdAt:\n p.systemData?.[\"createdAt\"] !== undefined\n ? new Date(p.systemData?.[\"createdAt\"])\n : undefined,\n lastModifiedBy: p.systemData?.[\"lastModifiedBy\"],\n lastModifiedByType: p.systemData?.[\"lastModifiedByType\"],\n lastModifiedAt:\n p.systemData?.[\"lastModifiedAt\"] !== undefined\n ? new Date(p.systemData?.[\"lastModifiedAt\"])\n : undefined,\n },\n properties: !p.properties\n ? undefined\n : {\n virtualMachineResourceId: p.properties?.[\"virtualMachineResourceId\"],\n provisioningState: p.properties?.[\"provisioningState\"],\n },\n };\n }),\n nextLink: result.body[\"nextLink\"],\n };\n}\n\n/** List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource */\nexport function standbyVirtualMachinesListByStandbyVirtualMachinePoolResource(\n context: Client,\n subscriptionId: string,\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams = {\n requestOptions: {},\n },\n): PagedAsyncIterableIterator<StandbyVirtualMachineResource> {\n return buildPagedAsyncIterator(\n context,\n () =>\n _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n ),\n _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize,\n [\"200\"],\n { itemName: \"value\", nextLinkName: \"nextLink\" },\n );\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { OperationsOperations } from "./operations/index.js";
|
|
2
|
+
export { StandbyContainerGroupPoolRuntimeViewsOperations } from "./standbyContainerGroupPoolRuntimeViews/index.js";
|
|
3
|
+
export { StandbyContainerGroupPoolsOperations } from "./standbyContainerGroupPools/index.js";
|
|
4
|
+
export { StandbyVirtualMachinePoolRuntimeViewsOperations } from "./standbyVirtualMachinePoolRuntimeViews/index.js";
|
|
5
|
+
export { StandbyVirtualMachinePoolsOperations } from "./standbyVirtualMachinePools/index.js";
|
|
6
|
+
export { StandbyVirtualMachinesOperations } from "./standbyVirtualMachines/index.js";
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,+CAA+C,EAAE,MAAM,kDAAkD,CAAC;AACnH,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,+CAA+C,EAAE,MAAM,kDAAkD,CAAC;AACnH,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,gCAAgC,EAAE,MAAM,mCAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { StandbyContainerGroupPoolRuntimeViewsOperations } from \"./standbyContainerGroupPoolRuntimeViews/index.js\";\nexport { StandbyContainerGroupPoolsOperations } from \"./standbyContainerGroupPools/index.js\";\nexport { StandbyVirtualMachinePoolRuntimeViewsOperations } from \"./standbyVirtualMachinePoolRuntimeViews/index.js\";\nexport { StandbyVirtualMachinePoolsOperations } from \"./standbyVirtualMachinePools/index.js\";\nexport { StandbyVirtualMachinesOperations } from \"./standbyVirtualMachines/index.js\";\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StandbyPoolContext } from "../../api/standbyPoolManagementContext.js";
|
|
2
|
+
import { Operation } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { OperationsListOptionalParams } from "../../models/options.js";
|
|
5
|
+
/** Interface representing a Operations operations. */
|
|
6
|
+
export interface OperationsOperations {
|
|
7
|
+
/** List the operations for the provider */
|
|
8
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
9
|
+
}
|
|
10
|
+
export declare function getOperations(context: StandbyPoolContext): {
|
|
11
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation, Operation[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
12
|
+
};
|
|
13
|
+
export declare function getOperationsOperations(context: StandbyPoolContext): OperationsOperations;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAEvE,sDAAsD;AACtD,MAAM,WAAW,oBAAoB;IACnC,2CAA2C;IAC3C,IAAI,EAAE,CAAC,OAAO,CAAC,EAAE,4BAA4B,KAAK,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACzF;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,kBAAkB;qBAEpC,4BAA4B;EAEhD;AAED,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG,oBAAoB,CAIzF"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getOperations = getOperations;
|
|
6
|
+
exports.getOperationsOperations = getOperationsOperations;
|
|
7
|
+
const index_js_1 = require("../../api/operations/index.js");
|
|
8
|
+
function getOperations(context) {
|
|
9
|
+
return {
|
|
10
|
+
list: (options) => (0, index_js_1.operationsList)(context, options),
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
function getOperationsOperations(context) {
|
|
14
|
+
return Object.assign({}, getOperations(context));
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAclC,sCAIC;AAED,0DAIC;AApBD,4DAA+D;AAU/D,SAAgB,aAAa,CAAC,OAA2B;IACvD,OAAO;QACL,IAAI,EAAE,CAAC,OAAsC,EAAE,EAAE,CAAC,IAAA,yBAAc,EAAC,OAAO,EAAE,OAAO,CAAC;KACnF,CAAC;AACJ,CAAC;AAED,SAAgB,uBAAuB,CAAC,OAA2B;IACjE,yBACK,aAAa,CAAC,OAAO,CAAC,EACzB;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StandbyPoolContext } from \"../../api/standbyPoolManagementContext.js\";\nimport { Operation } from \"../../models/models.js\";\nimport { operationsList } from \"../../api/operations/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { OperationsListOptionalParams } from \"../../models/options.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nexport function getOperations(context: StandbyPoolContext) {\n return {\n list: (options?: OperationsListOptionalParams) => operationsList(context, options),\n };\n}\n\nexport function getOperationsOperations(context: StandbyPoolContext): OperationsOperations {\n return {\n ...getOperations(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StandbyPoolContext } from "../../api/standbyPoolManagementContext.js";
|
|
2
|
+
import { StandbyContainerGroupPoolRuntimeViewResource } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { StandbyContainerGroupPoolRuntimeViewsGetOptionalParams, StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams } from "../../models/options.js";
|
|
5
|
+
/** Interface representing a StandbyContainerGroupPoolRuntimeViews operations. */
|
|
6
|
+
export interface StandbyContainerGroupPoolRuntimeViewsOperations {
|
|
7
|
+
/** Get a StandbyContainerGroupPoolRuntimeViewResource */
|
|
8
|
+
get: (resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams) => Promise<StandbyContainerGroupPoolRuntimeViewResource>;
|
|
9
|
+
/** List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource */
|
|
10
|
+
listByStandbyPool: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource>;
|
|
11
|
+
}
|
|
12
|
+
export declare function getStandbyContainerGroupPoolRuntimeViews(context: StandbyPoolContext, subscriptionId: string): {
|
|
13
|
+
get: (resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams) => Promise<StandbyContainerGroupPoolRuntimeViewResource>;
|
|
14
|
+
listByStandbyPool: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
15
|
+
};
|
|
16
|
+
export declare function getStandbyContainerGroupPoolRuntimeViewsOperations(context: StandbyPoolContext, subscriptionId: string): StandbyContainerGroupPoolRuntimeViewsOperations;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/standbyContainerGroupPoolRuntimeViews/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAE,4CAA4C,EAAE,MAAM,wBAAwB,CAAC;AAKtF,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EACL,sDAAsD,EACtD,oEAAoE,EACrE,MAAM,yBAAyB,CAAC;AAEjC,iFAAiF;AACjF,MAAM,WAAW,+CAA+C;IAC9D,yDAAyD;IACzD,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sDAAsD,KAC7D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IAC3D,uGAAuG;IACvG,iBAAiB,EAAE,CACjB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,oEAAoE,KAC3E,0BAA0B,CAAC,4CAA4C,CAAC,CAAC;CAC/E;AAED,wBAAgB,wCAAwC,CACtD,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM;6BAIC,MAAM,iCACM,MAAM,eACxB,MAAM,YACT,sDAAsD;2CAW7C,MAAM,iCACM,MAAM,YAC3B,oEAAoE;EAUnF;AAED,wBAAgB,kDAAkD,CAChE,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM,GACrB,+CAA+C,CAIjD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStandbyContainerGroupPoolRuntimeViews = getStandbyContainerGroupPoolRuntimeViews;
|
|
6
|
+
exports.getStandbyContainerGroupPoolRuntimeViewsOperations = getStandbyContainerGroupPoolRuntimeViewsOperations;
|
|
7
|
+
const index_js_1 = require("../../api/standbyContainerGroupPoolRuntimeViews/index.js");
|
|
8
|
+
function getStandbyContainerGroupPoolRuntimeViews(context, subscriptionId) {
|
|
9
|
+
return {
|
|
10
|
+
get: (resourceGroupName, standbyContainerGroupPoolName, runtimeView, options) => (0, index_js_1.standbyContainerGroupPoolRuntimeViewsGet)(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, runtimeView, options),
|
|
11
|
+
listByStandbyPool: (resourceGroupName, standbyContainerGroupPoolName, options) => (0, index_js_1.standbyContainerGroupPoolRuntimeViewsListByStandbyPool)(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function getStandbyContainerGroupPoolRuntimeViewsOperations(context, subscriptionId) {
|
|
15
|
+
return Object.assign({}, getStandbyContainerGroupPoolRuntimeViews(context, subscriptionId));
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/standbyContainerGroupPoolRuntimeViews/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AA+BlC,4FAgCC;AAED,gHAOC;AApED,uFAGkE;AAwBlE,SAAgB,wCAAwC,CACtD,OAA2B,EAC3B,cAAsB;IAEtB,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,WAAmB,EACnB,OAAgE,EAChE,EAAE,CACF,IAAA,mDAAwC,EACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,WAAW,EACX,OAAO,CACR;QACH,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,6BAAqC,EACrC,OAA8E,EAC9E,EAAE,CACF,IAAA,iEAAsD,EACpD,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,SAAgB,kDAAkD,CAChE,OAA2B,EAC3B,cAAsB;IAEtB,yBACK,wCAAwC,CAAC,OAAO,EAAE,cAAc,CAAC,EACpE;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StandbyPoolContext } from \"../../api/standbyPoolManagementContext.js\";\nimport { StandbyContainerGroupPoolRuntimeViewResource } from \"../../models/models.js\";\nimport {\n standbyContainerGroupPoolRuntimeViewsGet,\n standbyContainerGroupPoolRuntimeViewsListByStandbyPool,\n} from \"../../api/standbyContainerGroupPoolRuntimeViews/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StandbyContainerGroupPoolRuntimeViewsGetOptionalParams,\n StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams,\n} from \"../../models/options.js\";\n\n/** Interface representing a StandbyContainerGroupPoolRuntimeViews operations. */\nexport interface StandbyContainerGroupPoolRuntimeViewsOperations {\n /** Get a StandbyContainerGroupPoolRuntimeViewResource */\n get: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n runtimeView: string,\n options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams,\n ) => Promise<StandbyContainerGroupPoolRuntimeViewResource>;\n /** List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource */\n listByStandbyPool: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource>;\n}\n\nexport function getStandbyContainerGroupPoolRuntimeViews(\n context: StandbyPoolContext,\n subscriptionId: string,\n) {\n return {\n get: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n runtimeView: string,\n options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams,\n ) =>\n standbyContainerGroupPoolRuntimeViewsGet(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n runtimeView,\n options,\n ),\n listByStandbyPool: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams,\n ) =>\n standbyContainerGroupPoolRuntimeViewsListByStandbyPool(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n options,\n ),\n };\n}\n\nexport function getStandbyContainerGroupPoolRuntimeViewsOperations(\n context: StandbyPoolContext,\n subscriptionId: string,\n): StandbyContainerGroupPoolRuntimeViewsOperations {\n return {\n ...getStandbyContainerGroupPoolRuntimeViews(context, subscriptionId),\n };\n}\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { StandbyPoolContext } from "../../api/standbyPoolManagementContext.js";
|
|
2
|
+
import { StandbyContainerGroupPoolResource, StandbyContainerGroupPoolResourceUpdate } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { StandbyContainerGroupPoolsGetOptionalParams, StandbyContainerGroupPoolsCreateOrUpdateOptionalParams, StandbyContainerGroupPoolsDeleteOptionalParams, StandbyContainerGroupPoolsUpdateOptionalParams, StandbyContainerGroupPoolsListByResourceGroupOptionalParams, StandbyContainerGroupPoolsListBySubscriptionOptionalParams } from "../../models/options.js";
|
|
6
|
+
/** Interface representing a StandbyContainerGroupPools operations. */
|
|
7
|
+
export interface StandbyContainerGroupPoolsOperations {
|
|
8
|
+
/** Get a StandbyContainerGroupPoolResource */
|
|
9
|
+
get: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsGetOptionalParams) => Promise<StandbyContainerGroupPoolResource>;
|
|
10
|
+
/** Create a StandbyContainerGroupPoolResource */
|
|
11
|
+
createOrUpdate: (resourceGroupName: string, standbyContainerGroupPoolName: string, resource: StandbyContainerGroupPoolResource, options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<StandbyContainerGroupPoolResource>, StandbyContainerGroupPoolResource>;
|
|
12
|
+
/** Delete a StandbyContainerGroupPoolResource */
|
|
13
|
+
delete: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
14
|
+
/** Update a StandbyContainerGroupPoolResource */
|
|
15
|
+
update: (resourceGroupName: string, standbyContainerGroupPoolName: string, properties: StandbyContainerGroupPoolResourceUpdate, options?: StandbyContainerGroupPoolsUpdateOptionalParams) => Promise<StandbyContainerGroupPoolResource>;
|
|
16
|
+
/** List StandbyContainerGroupPoolResource resources by resource group */
|
|
17
|
+
listByResourceGroup: (resourceGroupName: string, options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;
|
|
18
|
+
/** List StandbyContainerGroupPoolResource resources by subscription ID */
|
|
19
|
+
listBySubscription: (options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;
|
|
20
|
+
}
|
|
21
|
+
export declare function getStandbyContainerGroupPools(context: StandbyPoolContext, subscriptionId: string): {
|
|
22
|
+
get: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsGetOptionalParams) => Promise<StandbyContainerGroupPoolResource>;
|
|
23
|
+
createOrUpdate: (resourceGroupName: string, standbyContainerGroupPoolName: string, resource: StandbyContainerGroupPoolResource, options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<StandbyContainerGroupPoolResource>, StandbyContainerGroupPoolResource>;
|
|
24
|
+
delete: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
25
|
+
update: (resourceGroupName: string, standbyContainerGroupPoolName: string, properties: StandbyContainerGroupPoolResourceUpdate, options?: StandbyContainerGroupPoolsUpdateOptionalParams) => Promise<StandbyContainerGroupPoolResource>;
|
|
26
|
+
listByResourceGroup: (resourceGroupName: string, options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolResource, StandbyContainerGroupPoolResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
27
|
+
listBySubscription: (options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolResource, StandbyContainerGroupPoolResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
28
|
+
};
|
|
29
|
+
export declare function getStandbyContainerGroupPoolsOperations(context: StandbyPoolContext, subscriptionId: string): StandbyContainerGroupPoolsOperations;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/standbyContainerGroupPools/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EACL,iCAAiC,EACjC,uCAAuC,EACxC,MAAM,wBAAwB,CAAC;AAShC,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EACL,2CAA2C,EAC3C,sDAAsD,EACtD,8CAA8C,EAC9C,8CAA8C,EAC9C,2DAA2D,EAC3D,0DAA0D,EAC3D,MAAM,yBAAyB,CAAC;AAEjC,sEAAsE;AACtE,MAAM,WAAW,oCAAoC;IACnD,8CAA8C;IAC9C,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,KAClD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAChD,iDAAiD;IACjD,cAAc,EAAE,CACd,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,QAAQ,EAAE,iCAAiC,EAC3C,OAAO,CAAC,EAAE,sDAAsD,KAC7D,UAAU,CACb,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CAAC;IACF,iDAAiD;IACjD,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,KACrD,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,iDAAiD;IACjD,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,uCAAuC,EACnD,OAAO,CAAC,EAAE,8CAA8C,KACrD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAChD,yEAAyE;IACzE,mBAAmB,EAAE,CACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2DAA2D,KAClE,0BAA0B,CAAC,iCAAiC,CAAC,CAAC;IACnE,0EAA0E;IAC1E,kBAAkB,EAAE,CAClB,OAAO,CAAC,EAAE,0DAA0D,KACjE,0BAA0B,CAAC,iCAAiC,CAAC,CAAC;CACpE;AAED,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM;6BAGxE,MAAM,iCACM,MAAM,YAC3B,2CAA2C;wCAUlC,MAAM,iCACM,MAAM,YAC3B,iCAAiC,YACjC,sDAAsD;gCAW7C,MAAM,iCACM,MAAM,YAC3B,8CAA8C;gCAUrC,MAAM,iCACM,MAAM,cACzB,uCAAuC,YACzC,8CAA8C;6CAWrC,MAAM,YACf,2DAA2D;mCAQxC,0DAA0D;EAG5F;AAED,wBAAgB,uCAAuC,CACrD,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM,GACrB,oCAAoC,CAItC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStandbyContainerGroupPools = getStandbyContainerGroupPools;
|
|
6
|
+
exports.getStandbyContainerGroupPoolsOperations = getStandbyContainerGroupPoolsOperations;
|
|
7
|
+
const index_js_1 = require("../../api/standbyContainerGroupPools/index.js");
|
|
8
|
+
function getStandbyContainerGroupPools(context, subscriptionId) {
|
|
9
|
+
return {
|
|
10
|
+
get: (resourceGroupName, standbyContainerGroupPoolName, options) => (0, index_js_1.standbyContainerGroupPoolsGet)(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
11
|
+
createOrUpdate: (resourceGroupName, standbyContainerGroupPoolName, resource, options) => (0, index_js_1.standbyContainerGroupPoolsCreateOrUpdate)(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, resource, options),
|
|
12
|
+
delete: (resourceGroupName, standbyContainerGroupPoolName, options) => (0, index_js_1.standbyContainerGroupPoolsDelete)(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
13
|
+
update: (resourceGroupName, standbyContainerGroupPoolName, properties, options) => (0, index_js_1.standbyContainerGroupPoolsUpdate)(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, properties, options),
|
|
14
|
+
listByResourceGroup: (resourceGroupName, options) => (0, index_js_1.standbyContainerGroupPoolsListByResourceGroup)(context, subscriptionId, resourceGroupName, options),
|
|
15
|
+
listBySubscription: (options) => (0, index_js_1.standbyContainerGroupPoolsListBySubscription)(context, subscriptionId, options),
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
function getStandbyContainerGroupPoolsOperations(context, subscriptionId) {
|
|
19
|
+
return Object.assign({}, getStandbyContainerGroupPools(context, subscriptionId));
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/standbyContainerGroupPools/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAoElC,sEAmEC;AAED,0FAOC;AAzID,4EAOuD;AAsDvD,SAAgB,6BAA6B,CAAC,OAA2B,EAAE,cAAsB;IAC/F,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,OAAqD,EACrD,EAAE,CACF,IAAA,wCAA6B,EAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,cAAc,EAAE,CACd,iBAAyB,EACzB,6BAAqC,EACrC,QAA2C,EAC3C,OAAgE,EAChE,EAAE,CACF,IAAA,mDAAwC,EACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,UAAmD,EACnD,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,UAAU,EACV,OAAO,CACR;QACH,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAqE,EACrE,EAAE,CACF,IAAA,wDAA6C,EAC3C,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR;QACH,kBAAkB,EAAE,CAAC,OAAoE,EAAE,EAAE,CAC3F,IAAA,uDAA4C,EAAC,OAAO,EAAE,cAAc,EAAE,OAAO,CAAC;KACjF,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CACrD,OAA2B,EAC3B,cAAsB;IAEtB,yBACK,6BAA6B,CAAC,OAAO,EAAE,cAAc,CAAC,EACzD;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StandbyPoolContext } from \"../../api/standbyPoolManagementContext.js\";\nimport {\n StandbyContainerGroupPoolResource,\n StandbyContainerGroupPoolResourceUpdate,\n} from \"../../models/models.js\";\nimport {\n standbyContainerGroupPoolsGet,\n standbyContainerGroupPoolsCreateOrUpdate,\n standbyContainerGroupPoolsDelete,\n standbyContainerGroupPoolsUpdate,\n standbyContainerGroupPoolsListByResourceGroup,\n standbyContainerGroupPoolsListBySubscription,\n} from \"../../api/standbyContainerGroupPools/index.js\";\nimport { PagedAsyncIterableIterator } 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\n/** Interface representing a StandbyContainerGroupPools operations. */\nexport interface StandbyContainerGroupPoolsOperations {\n /** Get a StandbyContainerGroupPoolResource */\n get: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options?: StandbyContainerGroupPoolsGetOptionalParams,\n ) => Promise<StandbyContainerGroupPoolResource>;\n /** Create a StandbyContainerGroupPoolResource */\n createOrUpdate: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n resource: StandbyContainerGroupPoolResource,\n options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams,\n ) => PollerLike<\n OperationState<StandbyContainerGroupPoolResource>,\n StandbyContainerGroupPoolResource\n >;\n /** Delete a StandbyContainerGroupPoolResource */\n delete: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options?: StandbyContainerGroupPoolsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update a StandbyContainerGroupPoolResource */\n update: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n properties: StandbyContainerGroupPoolResourceUpdate,\n options?: StandbyContainerGroupPoolsUpdateOptionalParams,\n ) => Promise<StandbyContainerGroupPoolResource>;\n /** List StandbyContainerGroupPoolResource resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;\n /** List StandbyContainerGroupPoolResource resources by subscription ID */\n listBySubscription: (\n options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;\n}\n\nexport function getStandbyContainerGroupPools(context: StandbyPoolContext, subscriptionId: string) {\n return {\n get: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options?: StandbyContainerGroupPoolsGetOptionalParams,\n ) =>\n standbyContainerGroupPoolsGet(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n options,\n ),\n createOrUpdate: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n resource: StandbyContainerGroupPoolResource,\n options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams,\n ) =>\n standbyContainerGroupPoolsCreateOrUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n resource,\n options,\n ),\n delete: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n options?: StandbyContainerGroupPoolsDeleteOptionalParams,\n ) =>\n standbyContainerGroupPoolsDelete(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n options,\n ),\n update: (\n resourceGroupName: string,\n standbyContainerGroupPoolName: string,\n properties: StandbyContainerGroupPoolResourceUpdate,\n options?: StandbyContainerGroupPoolsUpdateOptionalParams,\n ) =>\n standbyContainerGroupPoolsUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n standbyContainerGroupPoolName,\n properties,\n options,\n ),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams,\n ) =>\n standbyContainerGroupPoolsListByResourceGroup(\n context,\n subscriptionId,\n resourceGroupName,\n options,\n ),\n listBySubscription: (options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams) =>\n standbyContainerGroupPoolsListBySubscription(context, subscriptionId, options),\n };\n}\n\nexport function getStandbyContainerGroupPoolsOperations(\n context: StandbyPoolContext,\n subscriptionId: string,\n): StandbyContainerGroupPoolsOperations {\n return {\n ...getStandbyContainerGroupPools(context, subscriptionId),\n };\n}\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StandbyPoolContext } from "../../api/standbyPoolManagementContext.js";
|
|
2
|
+
import { StandbyVirtualMachinePoolRuntimeViewResource } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams, StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams } from "../../models/options.js";
|
|
5
|
+
/** Interface representing a StandbyVirtualMachinePoolRuntimeViews operations. */
|
|
6
|
+
export interface StandbyVirtualMachinePoolRuntimeViewsOperations {
|
|
7
|
+
/** Get a StandbyVirtualMachinePoolRuntimeViewResource */
|
|
8
|
+
get: (resourceGroupName: string, standbyVirtualMachinePoolName: string, runtimeView: string, options?: StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams) => Promise<StandbyVirtualMachinePoolRuntimeViewResource>;
|
|
9
|
+
/** List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource */
|
|
10
|
+
listByStandbyPool: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolRuntimeViewResource>;
|
|
11
|
+
}
|
|
12
|
+
export declare function getStandbyVirtualMachinePoolRuntimeViews(context: StandbyPoolContext, subscriptionId: string): {
|
|
13
|
+
get: (resourceGroupName: string, standbyVirtualMachinePoolName: string, runtimeView: string, options?: StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams) => Promise<StandbyVirtualMachinePoolRuntimeViewResource>;
|
|
14
|
+
listByStandbyPool: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolRuntimeViewResource, StandbyVirtualMachinePoolRuntimeViewResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
15
|
+
};
|
|
16
|
+
export declare function getStandbyVirtualMachinePoolRuntimeViewsOperations(context: StandbyPoolContext, subscriptionId: string): StandbyVirtualMachinePoolRuntimeViewsOperations;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/standbyVirtualMachinePoolRuntimeViews/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAE,4CAA4C,EAAE,MAAM,wBAAwB,CAAC;AAKtF,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EACL,sDAAsD,EACtD,oEAAoE,EACrE,MAAM,yBAAyB,CAAC;AAEjC,iFAAiF;AACjF,MAAM,WAAW,+CAA+C;IAC9D,yDAAyD;IACzD,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sDAAsD,KAC7D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IAC3D,uGAAuG;IACvG,iBAAiB,EAAE,CACjB,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,oEAAoE,KAC3E,0BAA0B,CAAC,4CAA4C,CAAC,CAAC;CAC/E;AAED,wBAAgB,wCAAwC,CACtD,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM;6BAIC,MAAM,iCACM,MAAM,eACxB,MAAM,YACT,sDAAsD;2CAW7C,MAAM,iCACM,MAAM,YAC3B,oEAAoE;EAUnF;AAED,wBAAgB,kDAAkD,CAChE,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM,GACrB,+CAA+C,CAIjD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStandbyVirtualMachinePoolRuntimeViews = getStandbyVirtualMachinePoolRuntimeViews;
|
|
6
|
+
exports.getStandbyVirtualMachinePoolRuntimeViewsOperations = getStandbyVirtualMachinePoolRuntimeViewsOperations;
|
|
7
|
+
const index_js_1 = require("../../api/standbyVirtualMachinePoolRuntimeViews/index.js");
|
|
8
|
+
function getStandbyVirtualMachinePoolRuntimeViews(context, subscriptionId) {
|
|
9
|
+
return {
|
|
10
|
+
get: (resourceGroupName, standbyVirtualMachinePoolName, runtimeView, options) => (0, index_js_1.standbyVirtualMachinePoolRuntimeViewsGet)(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, runtimeView, options),
|
|
11
|
+
listByStandbyPool: (resourceGroupName, standbyVirtualMachinePoolName, options) => (0, index_js_1.standbyVirtualMachinePoolRuntimeViewsListByStandbyPool)(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function getStandbyVirtualMachinePoolRuntimeViewsOperations(context, subscriptionId) {
|
|
15
|
+
return Object.assign({}, getStandbyVirtualMachinePoolRuntimeViews(context, subscriptionId));
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/standbyVirtualMachinePoolRuntimeViews/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AA+BlC,4FAgCC;AAED,gHAOC;AApED,uFAGkE;AAwBlE,SAAgB,wCAAwC,CACtD,OAA2B,EAC3B,cAAsB;IAEtB,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,WAAmB,EACnB,OAAgE,EAChE,EAAE,CACF,IAAA,mDAAwC,EACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,WAAW,EACX,OAAO,CACR;QACH,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,6BAAqC,EACrC,OAA8E,EAC9E,EAAE,CACF,IAAA,iEAAsD,EACpD,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,SAAgB,kDAAkD,CAChE,OAA2B,EAC3B,cAAsB;IAEtB,yBACK,wCAAwC,CAAC,OAAO,EAAE,cAAc,CAAC,EACpE;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StandbyPoolContext } from \"../../api/standbyPoolManagementContext.js\";\nimport { StandbyVirtualMachinePoolRuntimeViewResource } from \"../../models/models.js\";\nimport {\n standbyVirtualMachinePoolRuntimeViewsGet,\n standbyVirtualMachinePoolRuntimeViewsListByStandbyPool,\n} from \"../../api/standbyVirtualMachinePoolRuntimeViews/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams,\n StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams,\n} from \"../../models/options.js\";\n\n/** Interface representing a StandbyVirtualMachinePoolRuntimeViews operations. */\nexport interface StandbyVirtualMachinePoolRuntimeViewsOperations {\n /** Get a StandbyVirtualMachinePoolRuntimeViewResource */\n get: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n runtimeView: string,\n options?: StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams,\n ) => Promise<StandbyVirtualMachinePoolRuntimeViewResource>;\n /** List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource */\n listByStandbyPool: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolRuntimeViewResource>;\n}\n\nexport function getStandbyVirtualMachinePoolRuntimeViews(\n context: StandbyPoolContext,\n subscriptionId: string,\n) {\n return {\n get: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n runtimeView: string,\n options?: StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams,\n ) =>\n standbyVirtualMachinePoolRuntimeViewsGet(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n runtimeView,\n options,\n ),\n listByStandbyPool: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams,\n ) =>\n standbyVirtualMachinePoolRuntimeViewsListByStandbyPool(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n ),\n };\n}\n\nexport function getStandbyVirtualMachinePoolRuntimeViewsOperations(\n context: StandbyPoolContext,\n subscriptionId: string,\n): StandbyVirtualMachinePoolRuntimeViewsOperations {\n return {\n ...getStandbyVirtualMachinePoolRuntimeViews(context, subscriptionId),\n };\n}\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { StandbyPoolContext } from "../../api/standbyPoolManagementContext.js";
|
|
2
|
+
import { StandbyVirtualMachinePoolResource, StandbyVirtualMachinePoolResourceUpdate } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { StandbyVirtualMachinePoolsGetOptionalParams, StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams, StandbyVirtualMachinePoolsDeleteOptionalParams, StandbyVirtualMachinePoolsUpdateOptionalParams, StandbyVirtualMachinePoolsListByResourceGroupOptionalParams, StandbyVirtualMachinePoolsListBySubscriptionOptionalParams } from "../../models/options.js";
|
|
6
|
+
/** Interface representing a StandbyVirtualMachinePools operations. */
|
|
7
|
+
export interface StandbyVirtualMachinePoolsOperations {
|
|
8
|
+
/** Get a StandbyVirtualMachinePoolResource */
|
|
9
|
+
get: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsGetOptionalParams) => Promise<StandbyVirtualMachinePoolResource>;
|
|
10
|
+
/** Create a StandbyVirtualMachinePoolResource */
|
|
11
|
+
createOrUpdate: (resourceGroupName: string, standbyVirtualMachinePoolName: string, resource: StandbyVirtualMachinePoolResource, options?: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<StandbyVirtualMachinePoolResource>, StandbyVirtualMachinePoolResource>;
|
|
12
|
+
/** Delete a StandbyVirtualMachinePoolResource */
|
|
13
|
+
delete: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
14
|
+
/** Update a StandbyVirtualMachinePoolResource */
|
|
15
|
+
update: (resourceGroupName: string, standbyVirtualMachinePoolName: string, properties: StandbyVirtualMachinePoolResourceUpdate, options?: StandbyVirtualMachinePoolsUpdateOptionalParams) => Promise<StandbyVirtualMachinePoolResource>;
|
|
16
|
+
/** List StandbyVirtualMachinePoolResource resources by resource group */
|
|
17
|
+
listByResourceGroup: (resourceGroupName: string, options?: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource>;
|
|
18
|
+
/** List StandbyVirtualMachinePoolResource resources by subscription ID */
|
|
19
|
+
listBySubscription: (options?: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource>;
|
|
20
|
+
}
|
|
21
|
+
export declare function getStandbyVirtualMachinePools(context: StandbyPoolContext, subscriptionId: string): {
|
|
22
|
+
get: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsGetOptionalParams) => Promise<StandbyVirtualMachinePoolResource>;
|
|
23
|
+
createOrUpdate: (resourceGroupName: string, standbyVirtualMachinePoolName: string, resource: StandbyVirtualMachinePoolResource, options?: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<StandbyVirtualMachinePoolResource>, StandbyVirtualMachinePoolResource>;
|
|
24
|
+
delete: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
25
|
+
update: (resourceGroupName: string, standbyVirtualMachinePoolName: string, properties: StandbyVirtualMachinePoolResourceUpdate, options?: StandbyVirtualMachinePoolsUpdateOptionalParams) => Promise<StandbyVirtualMachinePoolResource>;
|
|
26
|
+
listByResourceGroup: (resourceGroupName: string, options?: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource, StandbyVirtualMachinePoolResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
27
|
+
listBySubscription: (options?: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource, StandbyVirtualMachinePoolResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
28
|
+
};
|
|
29
|
+
export declare function getStandbyVirtualMachinePoolsOperations(context: StandbyPoolContext, subscriptionId: string): StandbyVirtualMachinePoolsOperations;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/standbyVirtualMachinePools/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EACL,iCAAiC,EACjC,uCAAuC,EACxC,MAAM,wBAAwB,CAAC;AAShC,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EACL,2CAA2C,EAC3C,sDAAsD,EACtD,8CAA8C,EAC9C,8CAA8C,EAC9C,2DAA2D,EAC3D,0DAA0D,EAC3D,MAAM,yBAAyB,CAAC;AAEjC,sEAAsE;AACtE,MAAM,WAAW,oCAAoC;IACnD,8CAA8C;IAC9C,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,KAClD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAChD,iDAAiD;IACjD,cAAc,EAAE,CACd,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,QAAQ,EAAE,iCAAiC,EAC3C,OAAO,CAAC,EAAE,sDAAsD,KAC7D,UAAU,CACb,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CAAC;IACF,iDAAiD;IACjD,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,KACrD,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,iDAAiD;IACjD,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,uCAAuC,EACnD,OAAO,CAAC,EAAE,8CAA8C,KACrD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAChD,yEAAyE;IACzE,mBAAmB,EAAE,CACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,2DAA2D,KAClE,0BAA0B,CAAC,iCAAiC,CAAC,CAAC;IACnE,0EAA0E;IAC1E,kBAAkB,EAAE,CAClB,OAAO,CAAC,EAAE,0DAA0D,KACjE,0BAA0B,CAAC,iCAAiC,CAAC,CAAC;CACpE;AAED,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM;6BAGxE,MAAM,iCACM,MAAM,YAC3B,2CAA2C;wCAUlC,MAAM,iCACM,MAAM,YAC3B,iCAAiC,YACjC,sDAAsD;gCAW7C,MAAM,iCACM,MAAM,YAC3B,8CAA8C;gCAUrC,MAAM,iCACM,MAAM,cACzB,uCAAuC,YACzC,8CAA8C;6CAWrC,MAAM,YACf,2DAA2D;mCAQxC,0DAA0D;EAG5F;AAED,wBAAgB,uCAAuC,CACrD,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM,GACrB,oCAAoC,CAItC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getStandbyVirtualMachinePools = getStandbyVirtualMachinePools;
|
|
6
|
+
exports.getStandbyVirtualMachinePoolsOperations = getStandbyVirtualMachinePoolsOperations;
|
|
7
|
+
const index_js_1 = require("../../api/standbyVirtualMachinePools/index.js");
|
|
8
|
+
function getStandbyVirtualMachinePools(context, subscriptionId) {
|
|
9
|
+
return {
|
|
10
|
+
get: (resourceGroupName, standbyVirtualMachinePoolName, options) => (0, index_js_1.standbyVirtualMachinePoolsGet)(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
11
|
+
createOrUpdate: (resourceGroupName, standbyVirtualMachinePoolName, resource, options) => (0, index_js_1.standbyVirtualMachinePoolsCreateOrUpdate)(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, resource, options),
|
|
12
|
+
delete: (resourceGroupName, standbyVirtualMachinePoolName, options) => (0, index_js_1.standbyVirtualMachinePoolsDelete)(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
13
|
+
update: (resourceGroupName, standbyVirtualMachinePoolName, properties, options) => (0, index_js_1.standbyVirtualMachinePoolsUpdate)(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, properties, options),
|
|
14
|
+
listByResourceGroup: (resourceGroupName, options) => (0, index_js_1.standbyVirtualMachinePoolsListByResourceGroup)(context, subscriptionId, resourceGroupName, options),
|
|
15
|
+
listBySubscription: (options) => (0, index_js_1.standbyVirtualMachinePoolsListBySubscription)(context, subscriptionId, options),
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
function getStandbyVirtualMachinePoolsOperations(context, subscriptionId) {
|
|
19
|
+
return Object.assign({}, getStandbyVirtualMachinePools(context, subscriptionId));
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/standbyVirtualMachinePools/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;AAoElC,sEAmEC;AAED,0FAOC;AAzID,4EAOuD;AAsDvD,SAAgB,6BAA6B,CAAC,OAA2B,EAAE,cAAsB;IAC/F,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,OAAqD,EACrD,EAAE,CACF,IAAA,wCAA6B,EAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,cAAc,EAAE,CACd,iBAAyB,EACzB,6BAAqC,EACrC,QAA2C,EAC3C,OAAgE,EAChE,EAAE,CACF,IAAA,mDAAwC,EACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,UAAmD,EACnD,OAAwD,EACxD,EAAE,CACF,IAAA,2CAAgC,EAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,UAAU,EACV,OAAO,CACR;QACH,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAqE,EACrE,EAAE,CACF,IAAA,wDAA6C,EAC3C,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR;QACH,kBAAkB,EAAE,CAAC,OAAoE,EAAE,EAAE,CAC3F,IAAA,uDAA4C,EAAC,OAAO,EAAE,cAAc,EAAE,OAAO,CAAC;KACjF,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CACrD,OAA2B,EAC3B,cAAsB;IAEtB,yBACK,6BAA6B,CAAC,OAAO,EAAE,cAAc,CAAC,EACzD;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StandbyPoolContext } from \"../../api/standbyPoolManagementContext.js\";\nimport {\n StandbyVirtualMachinePoolResource,\n StandbyVirtualMachinePoolResourceUpdate,\n} from \"../../models/models.js\";\nimport {\n standbyVirtualMachinePoolsGet,\n standbyVirtualMachinePoolsCreateOrUpdate,\n standbyVirtualMachinePoolsDelete,\n standbyVirtualMachinePoolsUpdate,\n standbyVirtualMachinePoolsListByResourceGroup,\n standbyVirtualMachinePoolsListBySubscription,\n} from \"../../api/standbyVirtualMachinePools/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n StandbyVirtualMachinePoolsGetOptionalParams,\n StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams,\n StandbyVirtualMachinePoolsDeleteOptionalParams,\n StandbyVirtualMachinePoolsUpdateOptionalParams,\n StandbyVirtualMachinePoolsListByResourceGroupOptionalParams,\n StandbyVirtualMachinePoolsListBySubscriptionOptionalParams,\n} from \"../../models/options.js\";\n\n/** Interface representing a StandbyVirtualMachinePools operations. */\nexport interface StandbyVirtualMachinePoolsOperations {\n /** Get a StandbyVirtualMachinePoolResource */\n get: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinePoolsGetOptionalParams,\n ) => Promise<StandbyVirtualMachinePoolResource>;\n /** Create a StandbyVirtualMachinePoolResource */\n createOrUpdate: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n resource: StandbyVirtualMachinePoolResource,\n options?: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams,\n ) => PollerLike<\n OperationState<StandbyVirtualMachinePoolResource>,\n StandbyVirtualMachinePoolResource\n >;\n /** Delete a StandbyVirtualMachinePoolResource */\n delete: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinePoolsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update a StandbyVirtualMachinePoolResource */\n update: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n properties: StandbyVirtualMachinePoolResourceUpdate,\n options?: StandbyVirtualMachinePoolsUpdateOptionalParams,\n ) => Promise<StandbyVirtualMachinePoolResource>;\n /** List StandbyVirtualMachinePoolResource resources by resource group */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource>;\n /** List StandbyVirtualMachinePoolResource resources by subscription ID */\n listBySubscription: (\n options?: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource>;\n}\n\nexport function getStandbyVirtualMachinePools(context: StandbyPoolContext, subscriptionId: string) {\n return {\n get: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinePoolsGetOptionalParams,\n ) =>\n standbyVirtualMachinePoolsGet(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n ),\n createOrUpdate: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n resource: StandbyVirtualMachinePoolResource,\n options?: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams,\n ) =>\n standbyVirtualMachinePoolsCreateOrUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n resource,\n options,\n ),\n delete: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinePoolsDeleteOptionalParams,\n ) =>\n standbyVirtualMachinePoolsDelete(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n ),\n update: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n properties: StandbyVirtualMachinePoolResourceUpdate,\n options?: StandbyVirtualMachinePoolsUpdateOptionalParams,\n ) =>\n standbyVirtualMachinePoolsUpdate(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n properties,\n options,\n ),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams,\n ) =>\n standbyVirtualMachinePoolsListByResourceGroup(\n context,\n subscriptionId,\n resourceGroupName,\n options,\n ),\n listBySubscription: (options?: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams) =>\n standbyVirtualMachinePoolsListBySubscription(context, subscriptionId, options),\n };\n}\n\nexport function getStandbyVirtualMachinePoolsOperations(\n context: StandbyPoolContext,\n subscriptionId: string,\n): StandbyVirtualMachinePoolsOperations {\n return {\n ...getStandbyVirtualMachinePools(context, subscriptionId),\n };\n}\n"]}
|