@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.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,97 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { operationOptionsToRequestParameters, createRestError, } from "@azure-rest/core-client";
|
|
4
|
+
import { buildPagedAsyncIterator, } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
export function _standbyVirtualMachinesGetSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options = { requestOptions: {} }) {
|
|
6
|
+
return context
|
|
7
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/standbyVirtualMachines/{standbyVirtualMachineName}", subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName)
|
|
8
|
+
.get(Object.assign({}, operationOptionsToRequestParameters(options)));
|
|
9
|
+
}
|
|
10
|
+
export async function _standbyVirtualMachinesGetDeserialize(result) {
|
|
11
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
12
|
+
const expectedStatuses = ["200"];
|
|
13
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
14
|
+
throw createRestError(result);
|
|
15
|
+
}
|
|
16
|
+
return {
|
|
17
|
+
id: result.body["id"],
|
|
18
|
+
name: result.body["name"],
|
|
19
|
+
type: result.body["type"],
|
|
20
|
+
systemData: !result.body.systemData
|
|
21
|
+
? undefined
|
|
22
|
+
: {
|
|
23
|
+
createdBy: (_a = result.body.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
24
|
+
createdByType: (_b = result.body.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
25
|
+
createdAt: ((_c = result.body.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
26
|
+
? new Date((_d = result.body.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
27
|
+
: undefined,
|
|
28
|
+
lastModifiedBy: (_e = result.body.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
29
|
+
lastModifiedByType: (_f = result.body.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
30
|
+
lastModifiedAt: ((_g = result.body.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
31
|
+
? new Date((_h = result.body.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
32
|
+
: undefined,
|
|
33
|
+
},
|
|
34
|
+
properties: !result.body.properties
|
|
35
|
+
? undefined
|
|
36
|
+
: {
|
|
37
|
+
virtualMachineResourceId: (_j = result.body.properties) === null || _j === void 0 ? void 0 : _j["virtualMachineResourceId"],
|
|
38
|
+
provisioningState: (_k = result.body.properties) === null || _k === void 0 ? void 0 : _k["provisioningState"],
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
/** Get a StandbyVirtualMachineResource */
|
|
43
|
+
export async function standbyVirtualMachinesGet(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options = { requestOptions: {} }) {
|
|
44
|
+
const result = await _standbyVirtualMachinesGetSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options);
|
|
45
|
+
return _standbyVirtualMachinesGetDeserialize(result);
|
|
46
|
+
}
|
|
47
|
+
export function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options = {
|
|
48
|
+
requestOptions: {},
|
|
49
|
+
}) {
|
|
50
|
+
return context
|
|
51
|
+
.path("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/standbyVirtualMachines", subscriptionId, resourceGroupName, standbyVirtualMachinePoolName)
|
|
52
|
+
.get(Object.assign({}, operationOptionsToRequestParameters(options)));
|
|
53
|
+
}
|
|
54
|
+
export async function _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize(result) {
|
|
55
|
+
const expectedStatuses = ["200"];
|
|
56
|
+
if (!expectedStatuses.includes(result.status)) {
|
|
57
|
+
throw createRestError(result);
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
value: result.body["value"].map((p) => {
|
|
61
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
62
|
+
return {
|
|
63
|
+
id: p["id"],
|
|
64
|
+
name: p["name"],
|
|
65
|
+
type: p["type"],
|
|
66
|
+
systemData: !p.systemData
|
|
67
|
+
? undefined
|
|
68
|
+
: {
|
|
69
|
+
createdBy: (_a = p.systemData) === null || _a === void 0 ? void 0 : _a["createdBy"],
|
|
70
|
+
createdByType: (_b = p.systemData) === null || _b === void 0 ? void 0 : _b["createdByType"],
|
|
71
|
+
createdAt: ((_c = p.systemData) === null || _c === void 0 ? void 0 : _c["createdAt"]) !== undefined
|
|
72
|
+
? new Date((_d = p.systemData) === null || _d === void 0 ? void 0 : _d["createdAt"])
|
|
73
|
+
: undefined,
|
|
74
|
+
lastModifiedBy: (_e = p.systemData) === null || _e === void 0 ? void 0 : _e["lastModifiedBy"],
|
|
75
|
+
lastModifiedByType: (_f = p.systemData) === null || _f === void 0 ? void 0 : _f["lastModifiedByType"],
|
|
76
|
+
lastModifiedAt: ((_g = p.systemData) === null || _g === void 0 ? void 0 : _g["lastModifiedAt"]) !== undefined
|
|
77
|
+
? new Date((_h = p.systemData) === null || _h === void 0 ? void 0 : _h["lastModifiedAt"])
|
|
78
|
+
: undefined,
|
|
79
|
+
},
|
|
80
|
+
properties: !p.properties
|
|
81
|
+
? undefined
|
|
82
|
+
: {
|
|
83
|
+
virtualMachineResourceId: (_j = p.properties) === null || _j === void 0 ? void 0 : _j["virtualMachineResourceId"],
|
|
84
|
+
provisioningState: (_k = p.properties) === null || _k === void 0 ? void 0 : _k["provisioningState"],
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
}),
|
|
88
|
+
nextLink: result.body["nextLink"],
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
/** List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource */
|
|
92
|
+
export function standbyVirtualMachinesListByStandbyVirtualMachinePoolResource(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options = {
|
|
93
|
+
requestOptions: {},
|
|
94
|
+
}) {
|
|
95
|
+
return buildPagedAsyncIterator(context, () => _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSend(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options), _standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceDeserialize, ["200"], { itemName: "value", nextLinkName: "nextLink" });
|
|
96
|
+
}
|
|
97
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/standbyVirtualMachines/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAOlC,OAAO,EAEL,mCAAmC,EAEnC,eAAe,GAChB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAEL,uBAAuB,GACxB,MAAM,uCAAuC,CAAC;AAM/C,MAAM,UAAU,8BAA8B,CAC5C,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,yBAAiC,EACjC,UAAmD,EAAE,cAAc,EAAE,EAAE,EAAE;IAEzE,OAAO,OAAO;SACX,IAAI,CACH,kNAAkN,EAClN,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,yBAAyB,CAC1B;SACA,GAAG,mBAAM,mCAAmC,CAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,qCAAqC,CACzD,MAA6B;;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,eAAe,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO;QACL,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;QACrB,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;QACzB,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC;QACzB,UAAU,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU;YACjC,CAAC,CAAC,SAAS;YACX,CAAC,CAAC;gBACE,SAAS,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,WAAW,CAAC;gBAChD,aAAa,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,eAAe,CAAC;gBACxD,SAAS,EACP,CAAA,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,WAAW,CAAC,MAAK,SAAS;oBACjD,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,WAAW,CAAC,CAAC;oBACjD,CAAC,CAAC,SAAS;gBACf,cAAc,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,gBAAgB,CAAC;gBAC1D,kBAAkB,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,oBAAoB,CAAC;gBAClE,cAAc,EACZ,CAAA,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,gBAAgB,CAAC,MAAK,SAAS;oBACtD,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,gBAAgB,CAAC,CAAC;oBACtD,CAAC,CAAC,SAAS;aAChB;QACL,UAAU,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU;YACjC,CAAC,CAAC,SAAS;YACX,CAAC,CAAC;gBACE,wBAAwB,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,0BAA0B,CAAC;gBAC9E,iBAAiB,EAAE,MAAA,MAAM,CAAC,IAAI,CAAC,UAAU,0CAAG,mBAAmB,CAAC;aACjE;KACN,CAAC;AACJ,CAAC;AAED,0CAA0C;AAC1C,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAC7C,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,yBAAiC,EACjC,UAAmD,EAAE,cAAc,EAAE,EAAE,EAAE;IAEzE,MAAM,MAAM,GAAG,MAAM,8BAA8B,CACjD,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,yBAAyB,EACzB,OAAO,CACR,CAAC;IACF,OAAO,qCAAqC,CAAC,MAAM,CAAC,CAAC;AACvD,CAAC;AAED,MAAM,UAAU,kEAAkE,CAChF,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,UAAuF;IACrF,cAAc,EAAE,EAAE;CACnB;IAED,OAAO,OAAO;SACX,IAAI,CACH,sLAAsL,EACtL,cAAc,EACd,iBAAiB,EACjB,6BAA6B,CAC9B;SACA,GAAG,mBAAM,mCAAmC,CAAC,OAAO,CAAC,EAAG,CAAC;AAC9D,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,yEAAyE,CAC7F,MAA6B;IAE7B,MAAM,gBAAgB,GAAG,CAAC,KAAK,CAAC,CAAC;IACjC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,eAAe,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IAED,OAAO;QACL,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;;YACzC,OAAO;gBACL,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC;gBACX,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;gBACf,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC;gBACf,UAAU,EAAE,CAAC,CAAC,CAAC,UAAU;oBACvB,CAAC,CAAC,SAAS;oBACX,CAAC,CAAC;wBACE,SAAS,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,WAAW,CAAC;wBACtC,aAAa,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,eAAe,CAAC;wBAC9C,SAAS,EACP,CAAA,MAAA,CAAC,CAAC,UAAU,0CAAG,WAAW,CAAC,MAAK,SAAS;4BACvC,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,CAAC,CAAC,UAAU,0CAAG,WAAW,CAAC,CAAC;4BACvC,CAAC,CAAC,SAAS;wBACf,cAAc,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,gBAAgB,CAAC;wBAChD,kBAAkB,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,oBAAoB,CAAC;wBACxD,cAAc,EACZ,CAAA,MAAA,CAAC,CAAC,UAAU,0CAAG,gBAAgB,CAAC,MAAK,SAAS;4BAC5C,CAAC,CAAC,IAAI,IAAI,CAAC,MAAA,CAAC,CAAC,UAAU,0CAAG,gBAAgB,CAAC,CAAC;4BAC5C,CAAC,CAAC,SAAS;qBAChB;gBACL,UAAU,EAAE,CAAC,CAAC,CAAC,UAAU;oBACvB,CAAC,CAAC,SAAS;oBACX,CAAC,CAAC;wBACE,wBAAwB,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,0BAA0B,CAAC;wBACpE,iBAAiB,EAAE,MAAA,CAAC,CAAC,UAAU,0CAAG,mBAAmB,CAAC;qBACvD;aACN,CAAC;QACJ,CAAC,CAAC;QACF,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;KAClC,CAAC;AACJ,CAAC;AAED,wFAAwF;AACxF,MAAM,UAAU,6DAA6D,CAC3E,OAAe,EACf,cAAsB,EACtB,iBAAyB,EACzB,6BAAqC,EACrC,UAAuF;IACrF,cAAc,EAAE,EAAE;CACnB;IAED,OAAO,uBAAuB,CAC5B,OAAO,EACP,GAAG,EAAE,CACH,kEAAkE,CAChE,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR,EACH,yEAAyE,EACzE,CAAC,KAAK,CAAC,EACP,EAAE,QAAQ,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,CAChD,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n 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,12 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { operationsList } from "../../api/operations/index.js";
|
|
4
|
+
export function getOperations(context) {
|
|
5
|
+
return {
|
|
6
|
+
list: (options) => operationsList(context, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function getOperationsOperations(context) {
|
|
10
|
+
return Object.assign({}, getOperations(context));
|
|
11
|
+
}
|
|
12
|
+
//# 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;AAIlC,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAU/D,MAAM,UAAU,aAAa,CAAC,OAA2B;IACvD,OAAO;QACL,IAAI,EAAE,CAAC,OAAsC,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC;KACnF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,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,13 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { standbyContainerGroupPoolRuntimeViewsGet, standbyContainerGroupPoolRuntimeViewsListByStandbyPool, } from "../../api/standbyContainerGroupPoolRuntimeViews/index.js";
|
|
4
|
+
export function getStandbyContainerGroupPoolRuntimeViews(context, subscriptionId) {
|
|
5
|
+
return {
|
|
6
|
+
get: (resourceGroupName, standbyContainerGroupPoolName, runtimeView, options) => standbyContainerGroupPoolRuntimeViewsGet(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, runtimeView, options),
|
|
7
|
+
listByStandbyPool: (resourceGroupName, standbyContainerGroupPoolName, options) => standbyContainerGroupPoolRuntimeViewsListByStandbyPool(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function getStandbyContainerGroupPoolRuntimeViewsOperations(context, subscriptionId) {
|
|
11
|
+
return Object.assign({}, getStandbyContainerGroupPoolRuntimeViews(context, subscriptionId));
|
|
12
|
+
}
|
|
13
|
+
//# 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;AAIlC,OAAO,EACL,wCAAwC,EACxC,sDAAsD,GACvD,MAAM,0DAA0D,CAAC;AAwBlE,MAAM,UAAU,wCAAwC,CACtD,OAA2B,EAC3B,cAAsB;IAEtB,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,WAAmB,EACnB,OAAgE,EAChE,EAAE,CACF,wCAAwC,CACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,WAAW,EACX,OAAO,CACR;QACH,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,6BAAqC,EACrC,OAA8E,EAC9E,EAAE,CACF,sDAAsD,CACpD,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,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,17 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { standbyContainerGroupPoolsGet, standbyContainerGroupPoolsCreateOrUpdate, standbyContainerGroupPoolsDelete, standbyContainerGroupPoolsUpdate, standbyContainerGroupPoolsListByResourceGroup, standbyContainerGroupPoolsListBySubscription, } from "../../api/standbyContainerGroupPools/index.js";
|
|
4
|
+
export function getStandbyContainerGroupPools(context, subscriptionId) {
|
|
5
|
+
return {
|
|
6
|
+
get: (resourceGroupName, standbyContainerGroupPoolName, options) => standbyContainerGroupPoolsGet(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
7
|
+
createOrUpdate: (resourceGroupName, standbyContainerGroupPoolName, resource, options) => standbyContainerGroupPoolsCreateOrUpdate(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, resource, options),
|
|
8
|
+
delete: (resourceGroupName, standbyContainerGroupPoolName, options) => standbyContainerGroupPoolsDelete(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, options),
|
|
9
|
+
update: (resourceGroupName, standbyContainerGroupPoolName, properties, options) => standbyContainerGroupPoolsUpdate(context, subscriptionId, resourceGroupName, standbyContainerGroupPoolName, properties, options),
|
|
10
|
+
listByResourceGroup: (resourceGroupName, options) => standbyContainerGroupPoolsListByResourceGroup(context, subscriptionId, resourceGroupName, options),
|
|
11
|
+
listBySubscription: (options) => standbyContainerGroupPoolsListBySubscription(context, subscriptionId, options),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export function getStandbyContainerGroupPoolsOperations(context, subscriptionId) {
|
|
15
|
+
return Object.assign({}, getStandbyContainerGroupPools(context, subscriptionId));
|
|
16
|
+
}
|
|
17
|
+
//# 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;AAOlC,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,gCAAgC,EAChC,gCAAgC,EAChC,6CAA6C,EAC7C,4CAA4C,GAC7C,MAAM,+CAA+C,CAAC;AAsDvD,MAAM,UAAU,6BAA6B,CAAC,OAA2B,EAAE,cAAsB;IAC/F,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,OAAqD,EACrD,EAAE,CACF,6BAA6B,CAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,cAAc,EAAE,CACd,iBAAyB,EACzB,6BAAqC,EACrC,QAA2C,EAC3C,OAAgE,EAChE,EAAE,CACF,wCAAwC,CACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,OAAwD,EACxD,EAAE,CACF,gCAAgC,CAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,UAAmD,EACnD,OAAwD,EACxD,EAAE,CACF,gCAAgC,CAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,UAAU,EACV,OAAO,CACR;QACH,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAqE,EACrE,EAAE,CACF,6CAA6C,CAC3C,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR;QACH,kBAAkB,EAAE,CAAC,OAAoE,EAAE,EAAE,CAC3F,4CAA4C,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,CAAC;KACjF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,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,13 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { standbyVirtualMachinePoolRuntimeViewsGet, standbyVirtualMachinePoolRuntimeViewsListByStandbyPool, } from "../../api/standbyVirtualMachinePoolRuntimeViews/index.js";
|
|
4
|
+
export function getStandbyVirtualMachinePoolRuntimeViews(context, subscriptionId) {
|
|
5
|
+
return {
|
|
6
|
+
get: (resourceGroupName, standbyVirtualMachinePoolName, runtimeView, options) => standbyVirtualMachinePoolRuntimeViewsGet(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, runtimeView, options),
|
|
7
|
+
listByStandbyPool: (resourceGroupName, standbyVirtualMachinePoolName, options) => standbyVirtualMachinePoolRuntimeViewsListByStandbyPool(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function getStandbyVirtualMachinePoolRuntimeViewsOperations(context, subscriptionId) {
|
|
11
|
+
return Object.assign({}, getStandbyVirtualMachinePoolRuntimeViews(context, subscriptionId));
|
|
12
|
+
}
|
|
13
|
+
//# 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;AAIlC,OAAO,EACL,wCAAwC,EACxC,sDAAsD,GACvD,MAAM,0DAA0D,CAAC;AAwBlE,MAAM,UAAU,wCAAwC,CACtD,OAA2B,EAC3B,cAAsB;IAEtB,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,WAAmB,EACnB,OAAgE,EAChE,EAAE,CACF,wCAAwC,CACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,WAAW,EACX,OAAO,CACR;QACH,iBAAiB,EAAE,CACjB,iBAAyB,EACzB,6BAAqC,EACrC,OAA8E,EAC9E,EAAE,CACF,sDAAsD,CACpD,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,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,17 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { standbyVirtualMachinePoolsGet, standbyVirtualMachinePoolsCreateOrUpdate, standbyVirtualMachinePoolsDelete, standbyVirtualMachinePoolsUpdate, standbyVirtualMachinePoolsListByResourceGroup, standbyVirtualMachinePoolsListBySubscription, } from "../../api/standbyVirtualMachinePools/index.js";
|
|
4
|
+
export function getStandbyVirtualMachinePools(context, subscriptionId) {
|
|
5
|
+
return {
|
|
6
|
+
get: (resourceGroupName, standbyVirtualMachinePoolName, options) => standbyVirtualMachinePoolsGet(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
7
|
+
createOrUpdate: (resourceGroupName, standbyVirtualMachinePoolName, resource, options) => standbyVirtualMachinePoolsCreateOrUpdate(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, resource, options),
|
|
8
|
+
delete: (resourceGroupName, standbyVirtualMachinePoolName, options) => standbyVirtualMachinePoolsDelete(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
9
|
+
update: (resourceGroupName, standbyVirtualMachinePoolName, properties, options) => standbyVirtualMachinePoolsUpdate(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, properties, options),
|
|
10
|
+
listByResourceGroup: (resourceGroupName, options) => standbyVirtualMachinePoolsListByResourceGroup(context, subscriptionId, resourceGroupName, options),
|
|
11
|
+
listBySubscription: (options) => standbyVirtualMachinePoolsListBySubscription(context, subscriptionId, options),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export function getStandbyVirtualMachinePoolsOperations(context, subscriptionId) {
|
|
15
|
+
return Object.assign({}, getStandbyVirtualMachinePools(context, subscriptionId));
|
|
16
|
+
}
|
|
17
|
+
//# 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;AAOlC,OAAO,EACL,6BAA6B,EAC7B,wCAAwC,EACxC,gCAAgC,EAChC,gCAAgC,EAChC,6CAA6C,EAC7C,4CAA4C,GAC7C,MAAM,+CAA+C,CAAC;AAsDvD,MAAM,UAAU,6BAA6B,CAAC,OAA2B,EAAE,cAAsB;IAC/F,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,OAAqD,EACrD,EAAE,CACF,6BAA6B,CAC3B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,cAAc,EAAE,CACd,iBAAyB,EACzB,6BAAqC,EACrC,QAA2C,EAC3C,OAAgE,EAChE,EAAE,CACF,wCAAwC,CACtC,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,QAAQ,EACR,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,OAAwD,EACxD,EAAE,CACF,gCAAgC,CAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;QACH,MAAM,EAAE,CACN,iBAAyB,EACzB,6BAAqC,EACrC,UAAmD,EACnD,OAAwD,EACxD,EAAE,CACF,gCAAgC,CAC9B,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,UAAU,EACV,OAAO,CACR;QACH,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAqE,EACrE,EAAE,CACF,6CAA6C,CAC3C,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,OAAO,CACR;QACH,kBAAkB,EAAE,CAAC,OAAoE,EAAE,EAAE,CAC3F,4CAA4C,CAAC,OAAO,EAAE,cAAc,EAAE,OAAO,CAAC;KACjF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,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"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StandbyPoolContext } from "../../api/standbyPoolManagementContext.js";
|
|
2
|
+
import { StandbyVirtualMachineResource } from "../../models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
4
|
+
import { StandbyVirtualMachinesGetOptionalParams, StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams } from "../../models/options.js";
|
|
5
|
+
/** Interface representing a StandbyVirtualMachines operations. */
|
|
6
|
+
export interface StandbyVirtualMachinesOperations {
|
|
7
|
+
/** Get a StandbyVirtualMachineResource */
|
|
8
|
+
get: (resourceGroupName: string, standbyVirtualMachinePoolName: string, standbyVirtualMachineName: string, options?: StandbyVirtualMachinesGetOptionalParams) => Promise<StandbyVirtualMachineResource>;
|
|
9
|
+
/** List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource */
|
|
10
|
+
listByStandbyVirtualMachinePoolResource: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachineResource>;
|
|
11
|
+
}
|
|
12
|
+
export declare function getStandbyVirtualMachines(context: StandbyPoolContext, subscriptionId: string): {
|
|
13
|
+
get: (resourceGroupName: string, standbyVirtualMachinePoolName: string, standbyVirtualMachineName: string, options?: StandbyVirtualMachinesGetOptionalParams) => Promise<StandbyVirtualMachineResource>;
|
|
14
|
+
listByStandbyVirtualMachinePoolResource: (resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams) => PagedAsyncIterableIterator<StandbyVirtualMachineResource, StandbyVirtualMachineResource[], import("../../static-helpers/pagingHelpers.js").PageSettings>;
|
|
15
|
+
};
|
|
16
|
+
export declare function getStandbyVirtualMachinesOperations(context: StandbyPoolContext, subscriptionId: string): StandbyVirtualMachinesOperations;
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/standbyVirtualMachines/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AAKvE,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EACL,uCAAuC,EACvC,2EAA2E,EAC5E,MAAM,yBAAyB,CAAC;AAEjC,kEAAkE;AAClE,MAAM,WAAW,gCAAgC;IAC/C,0CAA0C;IAC1C,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,KAC9C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC5C,wFAAwF;IACxF,uCAAuC,EAAE,CACvC,iBAAiB,EAAE,MAAM,EACzB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2EAA2E,KAClF,0BAA0B,CAAC,6BAA6B,CAAC,CAAC;CAChE;AAED,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM;6BAGpE,MAAM,iCACM,MAAM,6BACV,MAAM,YACvB,uCAAuC;iEAW9B,MAAM,iCACM,MAAM,YAC3B,2EAA2E;EAU1F;AAED,wBAAgB,mCAAmC,CACjD,OAAO,EAAE,kBAAkB,EAC3B,cAAc,EAAE,MAAM,GACrB,gCAAgC,CAIlC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { standbyVirtualMachinesGet, standbyVirtualMachinesListByStandbyVirtualMachinePoolResource, } from "../../api/standbyVirtualMachines/index.js";
|
|
4
|
+
export function getStandbyVirtualMachines(context, subscriptionId) {
|
|
5
|
+
return {
|
|
6
|
+
get: (resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options) => standbyVirtualMachinesGet(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, standbyVirtualMachineName, options),
|
|
7
|
+
listByStandbyVirtualMachinePoolResource: (resourceGroupName, standbyVirtualMachinePoolName, options) => standbyVirtualMachinesListByStandbyVirtualMachinePoolResource(context, subscriptionId, resourceGroupName, standbyVirtualMachinePoolName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function getStandbyVirtualMachinesOperations(context, subscriptionId) {
|
|
11
|
+
return Object.assign({}, getStandbyVirtualMachines(context, subscriptionId));
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/standbyVirtualMachines/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EACL,yBAAyB,EACzB,6DAA6D,GAC9D,MAAM,2CAA2C,CAAC;AAwBnD,MAAM,UAAU,yBAAyB,CAAC,OAA2B,EAAE,cAAsB;IAC3F,OAAO;QACL,GAAG,EAAE,CACH,iBAAyB,EACzB,6BAAqC,EACrC,yBAAiC,EACjC,OAAiD,EACjD,EAAE,CACF,yBAAyB,CACvB,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,yBAAyB,EACzB,OAAO,CACR;QACH,uCAAuC,EAAE,CACvC,iBAAyB,EACzB,6BAAqC,EACrC,OAAqF,EACrF,EAAE,CACF,6DAA6D,CAC3D,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,6BAA6B,EAC7B,OAAO,CACR;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,mCAAmC,CACjD,OAA2B,EAC3B,cAAsB;IAEtB,yBACK,yBAAyB,CAAC,OAAO,EAAE,cAAc,CAAC,EACrD;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StandbyPoolContext } from \"../../api/standbyPoolManagementContext.js\";\nimport { StandbyVirtualMachineResource } from \"../../models/models.js\";\nimport {\n standbyVirtualMachinesGet,\n standbyVirtualMachinesListByStandbyVirtualMachinePoolResource,\n} from \"../../api/standbyVirtualMachines/index.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport {\n StandbyVirtualMachinesGetOptionalParams,\n StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams,\n} from \"../../models/options.js\";\n\n/** Interface representing a StandbyVirtualMachines operations. */\nexport interface StandbyVirtualMachinesOperations {\n /** Get a StandbyVirtualMachineResource */\n get: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n standbyVirtualMachineName: string,\n options?: StandbyVirtualMachinesGetOptionalParams,\n ) => Promise<StandbyVirtualMachineResource>;\n /** List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource */\n listByStandbyVirtualMachinePoolResource: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams,\n ) => PagedAsyncIterableIterator<StandbyVirtualMachineResource>;\n}\n\nexport function getStandbyVirtualMachines(context: StandbyPoolContext, subscriptionId: string) {\n return {\n get: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n standbyVirtualMachineName: string,\n options?: StandbyVirtualMachinesGetOptionalParams,\n ) =>\n standbyVirtualMachinesGet(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n standbyVirtualMachineName,\n options,\n ),\n listByStandbyVirtualMachinePoolResource: (\n resourceGroupName: string,\n standbyVirtualMachinePoolName: string,\n options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams,\n ) =>\n standbyVirtualMachinesListByStandbyVirtualMachinePoolResource(\n context,\n subscriptionId,\n resourceGroupName,\n standbyVirtualMachinePoolName,\n options,\n ),\n };\n}\n\nexport function getStandbyVirtualMachinesOperations(\n context: StandbyPoolContext,\n subscriptionId: string,\n): StandbyVirtualMachinesOperations {\n return {\n ...getStandbyVirtualMachines(context, subscriptionId),\n };\n}\n"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare function serializeRecord<T extends string | number | boolean | Date | null, R>(item: Record<string, T>): Record<string, R>;
|
|
2
|
+
export declare function serializeRecord<T, R>(item: Record<string, T>, serializer: (item: T) => R): Record<string, R>;
|
|
3
|
+
//# sourceMappingURL=serializerHelpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serializerHelpers.d.ts","sourceRoot":"","sources":["../../../src/helpers/serializerHelpers.ts"],"names":[],"mappings":"AAGA,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,EAAE,CAAC,EAClF,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,GACtB,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AACrB,wBAAgB,eAAe,CAAC,CAAC,EAAE,CAAC,EAClC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EACvB,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,GACzB,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export function serializeRecord(item, serializer) {
|
|
4
|
+
return Object.keys(item).reduce((acc, key) => {
|
|
5
|
+
if (isSupportedRecordType(item[key])) {
|
|
6
|
+
acc[key] = item[key];
|
|
7
|
+
}
|
|
8
|
+
else if (serializer) {
|
|
9
|
+
const value = item[key];
|
|
10
|
+
if (value !== undefined) {
|
|
11
|
+
acc[key] = serializer(value);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
console.warn(`Don't know how to serialize ${item[key]}`);
|
|
16
|
+
acc[key] = item[key];
|
|
17
|
+
}
|
|
18
|
+
return acc;
|
|
19
|
+
}, {});
|
|
20
|
+
}
|
|
21
|
+
function isSupportedRecordType(t) {
|
|
22
|
+
return ["number", "string", "boolean", "null"].includes(typeof t) || t instanceof Date;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=serializerHelpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serializerHelpers.js","sourceRoot":"","sources":["../../../src/helpers/serializerHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AASlC,MAAM,UAAU,eAAe,CAC7B,IAAuB,EACvB,UAA2B;IAE3B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAC7B,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACX,IAAI,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACrC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;aAAM,IAAI,UAAU,EAAE,CAAC;YACtB,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;YACxB,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;gBACxB,GAAG,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YACzD,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC,EACD,EAAuB,CACxB,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,CAAM;IACnC,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,YAAY,IAAI,CAAC;AACzF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport function serializeRecord<T extends string | number | boolean | Date | null, R>(\n item: Record<string, T>,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer: (item: T) => R,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer?: (item: T) => R,\n): Record<string, R> {\n return Object.keys(item).reduce(\n (acc, key) => {\n if (isSupportedRecordType(item[key])) {\n acc[key] = item[key] as any;\n } else if (serializer) {\n const value = item[key];\n if (value !== undefined) {\n acc[key] = serializer(value);\n }\n } else {\n console.warn(`Don't know how to serialize ${item[key]}`);\n acc[key] = item[key] as any;\n }\n return acc;\n },\n {} as Record<string, R>,\n );\n}\n\nfunction isSupportedRecordType(t: any) {\n return [\"number\", \"string\", \"boolean\", \"null\"].includes(typeof t) || t instanceof Date;\n}\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
|
+
export { StandbyPoolManagementClient, StandbyPoolManagementClientOptionalParams, } from "./standbyPoolManagementClient.js";
|
|
3
|
+
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { Resource, SystemData, KnownCreatedByType, CreatedByType, ProxyResource, StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResourceProperties, ContainerGroupInstanceCountSummary, PoolResourceStateCount, KnownProvisioningState, TrackedResource, StandbyContainerGroupPoolResource, StandbyContainerGroupPoolResourceProperties, StandbyContainerGroupPoolElasticityProfile, KnownRefillPolicy, RefillPolicy, ContainerGroupProperties, ContainerGroupProfile, Subnet, StandbyContainerGroupPoolResourceUpdate, StandbyContainerGroupPoolResourceUpdateProperties, StandbyVirtualMachinePoolRuntimeViewResource, StandbyVirtualMachinePoolRuntimeViewResourceProperties, VirtualMachineInstanceCountSummary, StandbyVirtualMachineResource, StandbyVirtualMachineResourceProperties, StandbyVirtualMachinePoolResource, StandbyVirtualMachinePoolResourceProperties, StandbyVirtualMachinePoolElasticityProfile, KnownVirtualMachineState, VirtualMachineState, StandbyVirtualMachinePoolResourceUpdate, StandbyVirtualMachinePoolResourceUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ProvisioningState, OperationsListOptionalParams, StandbyVirtualMachinePoolsGetOptionalParams, StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams, StandbyVirtualMachinePoolsDeleteOptionalParams, StandbyVirtualMachinePoolsUpdateOptionalParams, StandbyVirtualMachinePoolsListByResourceGroupOptionalParams, StandbyVirtualMachinePoolsListBySubscriptionOptionalParams, StandbyVirtualMachinesGetOptionalParams, StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams, StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams, StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams, StandbyContainerGroupPoolsGetOptionalParams, StandbyContainerGroupPoolsCreateOrUpdateOptionalParams, StandbyContainerGroupPoolsDeleteOptionalParams, StandbyContainerGroupPoolsUpdateOptionalParams, StandbyContainerGroupPoolsListByResourceGroupOptionalParams, StandbyContainerGroupPoolsListBySubscriptionOptionalParams, StandbyContainerGroupPoolRuntimeViewsGetOptionalParams, StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams, } from "./models/index.js";
|
|
5
|
+
export { OperationsOperations, StandbyContainerGroupPoolRuntimeViewsOperations, StandbyContainerGroupPoolsOperations, StandbyVirtualMachinePoolRuntimeViewsOperations, StandbyVirtualMachinePoolsOperations, StandbyVirtualMachinesOperations, } from "./classic/index.js";
|
|
6
|
+
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EACL,2BAA2B,EAC3B,yCAAyC,GAC1C,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,4CAA4C,EAC5C,sDAAsD,EACtD,kCAAkC,EAClC,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,iCAAiC,EACjC,2CAA2C,EAC3C,0CAA0C,EAC1C,iBAAiB,EACjB,YAAY,EACZ,wBAAwB,EACxB,qBAAqB,EACrB,MAAM,EACN,uCAAuC,EACvC,iDAAiD,EACjD,4CAA4C,EAC5C,sDAAsD,EACtD,kCAAkC,EAClC,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,2CAA2C,EAC3C,0CAA0C,EAC1C,wBAAwB,EACxB,mBAAmB,EACnB,uCAAuC,EACvC,iDAAiD,EACjD,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,iBAAiB,EACjB,4BAA4B,EAC5B,2CAA2C,EAC3C,sDAAsD,EACtD,8CAA8C,EAC9C,8CAA8C,EAC9C,2DAA2D,EAC3D,0DAA0D,EAC1D,uCAAuC,EACvC,2EAA2E,EAC3E,sDAAsD,EACtD,oEAAoE,EACpE,2CAA2C,EAC3C,sDAAsD,EACtD,8CAA8C,EAC9C,8CAA8C,EAC9C,2DAA2D,EAC3D,0DAA0D,EAC1D,sDAAsD,EACtD,oEAAoE,GACrE,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,oBAAoB,EACpB,+CAA+C,EAC/C,oCAAoC,EACpC,+CAA+C,EAC/C,oCAAoC,EACpC,gCAAgC,GACjC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { StandbyPoolManagementClient, } from "./standbyPoolManagementClient.js";
|
|
4
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
5
|
+
export { KnownCreatedByType, KnownProvisioningState, KnownRefillPolicy, KnownVirtualMachineState, KnownOrigin, KnownActionType, } from "./models/index.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|