@azure/arm-sqlvirtualmachine 5.0.0-beta.7 → 5.0.0-beta.9
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 +14 -4
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +234 -68
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +8 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +14 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +415 -42
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/parameters.js +11 -2
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.d.ts +6 -6
- package/dist/browser/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.js +136 -122
- package/dist/browser/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +13 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +32 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.d.ts +7 -7
- package/dist/browser/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.js +217 -196
- package/dist/browser/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.d.ts +31 -31
- package/dist/browser/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/browser/operations/sqlVirtualMachines.js +797 -0
- package/dist/browser/operations/sqlVirtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.d.ts +4 -4
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +13 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.d.ts +5 -5
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.d.ts +26 -26
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.d.ts +3 -2
- package/dist/browser/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.js +36 -25
- package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-sqlvirtualmachine.d.ts → dist/commonjs/models/index.d.ts} +1292 -1554
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +229 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +53 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1757 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +19 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +155 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/commonjs/operations/availabilityGroupListeners.js +372 -0
- package/dist/commonjs/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js +540 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +124 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachines.js +802 -0
- package/dist/commonjs/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js +10 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js +119 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1292 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +226 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +53 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1753 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +19 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +152 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/esm/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/esm/operations/availabilityGroupListeners.js +367 -0
- package/dist/esm/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.js +535 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/esm/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachines.js +797 -0
- package/dist/esm/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js +114 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1292 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +226 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +53 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1753 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +19 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +152 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/react-native/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/react-native/operations/availabilityGroupListeners.js +367 -0
- package/dist/react-native/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.js +535 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/react-native/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachines.js +797 -0
- package/dist/react-native/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.js +114 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.js.map +1 -0
- package/package.json +84 -73
- package/review/{arm-sqlvirtualmachine.api.md → arm-sqlvirtualmachine-node.api.md} +131 -13
- package/dist/index.js +0 -3708
- 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/availabilityGroupListenersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js +0 -98
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js +0 -53
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.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 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js +0 -51
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js +0 -287
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js +0 -53
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js +0 -51
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.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.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- 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.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.js +0 -767
- package/dist-esm/src/operations/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- 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.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1285
- package/src/models/mappers.ts +0 -1465
- package/src/models/parameters.ts +0 -170
- package/src/operations/availabilityGroupListeners.ts +0 -501
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -145
- package/src/operations/sqlVirtualMachineGroups.ts +0 -691
- package/src/operations/sqlVirtualMachines.ts +0 -1055
- package/src/operationsInterfaces/availabilityGroupListeners.ts +0 -115
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +0 -147
- package/src/operationsInterfaces/sqlVirtualMachines.ts +0 -210
- package/src/pagingHelper.ts +0 -39
- package/src/sqlVirtualMachineManagementClient.ts +0 -156
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1,691 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { SqlVirtualMachineGroups } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { SqlVirtualMachineManagementClient } from "../sqlVirtualMachineManagementClient";
|
|
16
|
-
import { PollerLike, PollOperationState, LroEngine } from "@azure/core-lro";
|
|
17
|
-
import { LroImpl } from "../lroImpl";
|
|
18
|
-
import {
|
|
19
|
-
SqlVirtualMachineGroup,
|
|
20
|
-
SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams,
|
|
21
|
-
SqlVirtualMachineGroupsListByResourceGroupOptionalParams,
|
|
22
|
-
SqlVirtualMachineGroupsListByResourceGroupResponse,
|
|
23
|
-
SqlVirtualMachineGroupsListNextOptionalParams,
|
|
24
|
-
SqlVirtualMachineGroupsListOptionalParams,
|
|
25
|
-
SqlVirtualMachineGroupsListResponse,
|
|
26
|
-
SqlVirtualMachineGroupsGetOptionalParams,
|
|
27
|
-
SqlVirtualMachineGroupsGetResponse,
|
|
28
|
-
SqlVirtualMachineGroupsCreateOrUpdateOptionalParams,
|
|
29
|
-
SqlVirtualMachineGroupsCreateOrUpdateResponse,
|
|
30
|
-
SqlVirtualMachineGroupsDeleteOptionalParams,
|
|
31
|
-
SqlVirtualMachineGroupUpdate,
|
|
32
|
-
SqlVirtualMachineGroupsUpdateOptionalParams,
|
|
33
|
-
SqlVirtualMachineGroupsUpdateResponse,
|
|
34
|
-
SqlVirtualMachineGroupsListByResourceGroupNextResponse,
|
|
35
|
-
SqlVirtualMachineGroupsListNextResponse
|
|
36
|
-
} from "../models";
|
|
37
|
-
|
|
38
|
-
/// <reference lib="esnext.asynciterable" />
|
|
39
|
-
/** Class containing SqlVirtualMachineGroups operations. */
|
|
40
|
-
export class SqlVirtualMachineGroupsImpl implements SqlVirtualMachineGroups {
|
|
41
|
-
private readonly client: SqlVirtualMachineManagementClient;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Initialize a new instance of the class SqlVirtualMachineGroups class.
|
|
45
|
-
* @param client Reference to the service client
|
|
46
|
-
*/
|
|
47
|
-
constructor(client: SqlVirtualMachineManagementClient) {
|
|
48
|
-
this.client = client;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* Gets all SQL virtual machine groups in a resource group.
|
|
53
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
54
|
-
* value from the Azure Resource Manager API or the portal.
|
|
55
|
-
* @param options The options parameters.
|
|
56
|
-
*/
|
|
57
|
-
public listByResourceGroup(
|
|
58
|
-
resourceGroupName: string,
|
|
59
|
-
options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams
|
|
60
|
-
): PagedAsyncIterableIterator<SqlVirtualMachineGroup> {
|
|
61
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
62
|
-
return {
|
|
63
|
-
next() {
|
|
64
|
-
return iter.next();
|
|
65
|
-
},
|
|
66
|
-
[Symbol.asyncIterator]() {
|
|
67
|
-
return this;
|
|
68
|
-
},
|
|
69
|
-
byPage: (settings?: PageSettings) => {
|
|
70
|
-
if (settings?.maxPageSize) {
|
|
71
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
72
|
-
}
|
|
73
|
-
return this.listByResourceGroupPagingPage(
|
|
74
|
-
resourceGroupName,
|
|
75
|
-
options,
|
|
76
|
-
settings
|
|
77
|
-
);
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
private async *listByResourceGroupPagingPage(
|
|
83
|
-
resourceGroupName: string,
|
|
84
|
-
options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams,
|
|
85
|
-
settings?: PageSettings
|
|
86
|
-
): AsyncIterableIterator<SqlVirtualMachineGroup[]> {
|
|
87
|
-
let result: SqlVirtualMachineGroupsListByResourceGroupResponse;
|
|
88
|
-
let continuationToken = settings?.continuationToken;
|
|
89
|
-
if (!continuationToken) {
|
|
90
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
91
|
-
let page = result.value || [];
|
|
92
|
-
continuationToken = result.nextLink;
|
|
93
|
-
setContinuationToken(page, continuationToken);
|
|
94
|
-
yield page;
|
|
95
|
-
}
|
|
96
|
-
while (continuationToken) {
|
|
97
|
-
result = await this._listByResourceGroupNext(
|
|
98
|
-
resourceGroupName,
|
|
99
|
-
continuationToken,
|
|
100
|
-
options
|
|
101
|
-
);
|
|
102
|
-
continuationToken = result.nextLink;
|
|
103
|
-
let page = result.value || [];
|
|
104
|
-
setContinuationToken(page, continuationToken);
|
|
105
|
-
yield page;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
private async *listByResourceGroupPagingAll(
|
|
110
|
-
resourceGroupName: string,
|
|
111
|
-
options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams
|
|
112
|
-
): AsyncIterableIterator<SqlVirtualMachineGroup> {
|
|
113
|
-
for await (const page of this.listByResourceGroupPagingPage(
|
|
114
|
-
resourceGroupName,
|
|
115
|
-
options
|
|
116
|
-
)) {
|
|
117
|
-
yield* page;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Gets all SQL virtual machine groups in a subscription.
|
|
123
|
-
* @param options The options parameters.
|
|
124
|
-
*/
|
|
125
|
-
public list(
|
|
126
|
-
options?: SqlVirtualMachineGroupsListOptionalParams
|
|
127
|
-
): PagedAsyncIterableIterator<SqlVirtualMachineGroup> {
|
|
128
|
-
const iter = this.listPagingAll(options);
|
|
129
|
-
return {
|
|
130
|
-
next() {
|
|
131
|
-
return iter.next();
|
|
132
|
-
},
|
|
133
|
-
[Symbol.asyncIterator]() {
|
|
134
|
-
return this;
|
|
135
|
-
},
|
|
136
|
-
byPage: (settings?: PageSettings) => {
|
|
137
|
-
if (settings?.maxPageSize) {
|
|
138
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
139
|
-
}
|
|
140
|
-
return this.listPagingPage(options, settings);
|
|
141
|
-
}
|
|
142
|
-
};
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
private async *listPagingPage(
|
|
146
|
-
options?: SqlVirtualMachineGroupsListOptionalParams,
|
|
147
|
-
settings?: PageSettings
|
|
148
|
-
): AsyncIterableIterator<SqlVirtualMachineGroup[]> {
|
|
149
|
-
let result: SqlVirtualMachineGroupsListResponse;
|
|
150
|
-
let continuationToken = settings?.continuationToken;
|
|
151
|
-
if (!continuationToken) {
|
|
152
|
-
result = await this._list(options);
|
|
153
|
-
let page = result.value || [];
|
|
154
|
-
continuationToken = result.nextLink;
|
|
155
|
-
setContinuationToken(page, continuationToken);
|
|
156
|
-
yield page;
|
|
157
|
-
}
|
|
158
|
-
while (continuationToken) {
|
|
159
|
-
result = await this._listNext(continuationToken, options);
|
|
160
|
-
continuationToken = result.nextLink;
|
|
161
|
-
let page = result.value || [];
|
|
162
|
-
setContinuationToken(page, continuationToken);
|
|
163
|
-
yield page;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
private async *listPagingAll(
|
|
168
|
-
options?: SqlVirtualMachineGroupsListOptionalParams
|
|
169
|
-
): AsyncIterableIterator<SqlVirtualMachineGroup> {
|
|
170
|
-
for await (const page of this.listPagingPage(options)) {
|
|
171
|
-
yield* page;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* Gets a SQL virtual machine group.
|
|
177
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
178
|
-
* value from the Azure Resource Manager API or the portal.
|
|
179
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
180
|
-
* @param options The options parameters.
|
|
181
|
-
*/
|
|
182
|
-
get(
|
|
183
|
-
resourceGroupName: string,
|
|
184
|
-
sqlVirtualMachineGroupName: string,
|
|
185
|
-
options?: SqlVirtualMachineGroupsGetOptionalParams
|
|
186
|
-
): Promise<SqlVirtualMachineGroupsGetResponse> {
|
|
187
|
-
return this.client.sendOperationRequest(
|
|
188
|
-
{ resourceGroupName, sqlVirtualMachineGroupName, options },
|
|
189
|
-
getOperationSpec
|
|
190
|
-
);
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* Creates or updates a SQL virtual machine group.
|
|
195
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
196
|
-
* value from the Azure Resource Manager API or the portal.
|
|
197
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
198
|
-
* @param parameters The SQL virtual machine group.
|
|
199
|
-
* @param options The options parameters.
|
|
200
|
-
*/
|
|
201
|
-
async beginCreateOrUpdate(
|
|
202
|
-
resourceGroupName: string,
|
|
203
|
-
sqlVirtualMachineGroupName: string,
|
|
204
|
-
parameters: SqlVirtualMachineGroup,
|
|
205
|
-
options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams
|
|
206
|
-
): Promise<
|
|
207
|
-
PollerLike<
|
|
208
|
-
PollOperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>,
|
|
209
|
-
SqlVirtualMachineGroupsCreateOrUpdateResponse
|
|
210
|
-
>
|
|
211
|
-
> {
|
|
212
|
-
const directSendOperation = async (
|
|
213
|
-
args: coreClient.OperationArguments,
|
|
214
|
-
spec: coreClient.OperationSpec
|
|
215
|
-
): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse> => {
|
|
216
|
-
return this.client.sendOperationRequest(args, spec);
|
|
217
|
-
};
|
|
218
|
-
const sendOperation = async (
|
|
219
|
-
args: coreClient.OperationArguments,
|
|
220
|
-
spec: coreClient.OperationSpec
|
|
221
|
-
) => {
|
|
222
|
-
let currentRawResponse:
|
|
223
|
-
| coreClient.FullOperationResponse
|
|
224
|
-
| undefined = undefined;
|
|
225
|
-
const providedCallback = args.options?.onResponse;
|
|
226
|
-
const callback: coreClient.RawResponseCallback = (
|
|
227
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
228
|
-
flatResponse: unknown
|
|
229
|
-
) => {
|
|
230
|
-
currentRawResponse = rawResponse;
|
|
231
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
232
|
-
};
|
|
233
|
-
const updatedArgs = {
|
|
234
|
-
...args,
|
|
235
|
-
options: {
|
|
236
|
-
...args.options,
|
|
237
|
-
onResponse: callback
|
|
238
|
-
}
|
|
239
|
-
};
|
|
240
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
241
|
-
return {
|
|
242
|
-
flatResponse,
|
|
243
|
-
rawResponse: {
|
|
244
|
-
statusCode: currentRawResponse!.status,
|
|
245
|
-
body: currentRawResponse!.parsedBody,
|
|
246
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
247
|
-
}
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
const lro = new LroImpl(
|
|
252
|
-
sendOperation,
|
|
253
|
-
{ resourceGroupName, sqlVirtualMachineGroupName, parameters, options },
|
|
254
|
-
createOrUpdateOperationSpec
|
|
255
|
-
);
|
|
256
|
-
const poller = new LroEngine(lro, {
|
|
257
|
-
resumeFrom: options?.resumeFrom,
|
|
258
|
-
intervalInMs: options?.updateIntervalInMs
|
|
259
|
-
});
|
|
260
|
-
await poller.poll();
|
|
261
|
-
return poller;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
/**
|
|
265
|
-
* Creates or updates a SQL virtual machine group.
|
|
266
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
267
|
-
* value from the Azure Resource Manager API or the portal.
|
|
268
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
269
|
-
* @param parameters The SQL virtual machine group.
|
|
270
|
-
* @param options The options parameters.
|
|
271
|
-
*/
|
|
272
|
-
async beginCreateOrUpdateAndWait(
|
|
273
|
-
resourceGroupName: string,
|
|
274
|
-
sqlVirtualMachineGroupName: string,
|
|
275
|
-
parameters: SqlVirtualMachineGroup,
|
|
276
|
-
options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams
|
|
277
|
-
): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse> {
|
|
278
|
-
const poller = await this.beginCreateOrUpdate(
|
|
279
|
-
resourceGroupName,
|
|
280
|
-
sqlVirtualMachineGroupName,
|
|
281
|
-
parameters,
|
|
282
|
-
options
|
|
283
|
-
);
|
|
284
|
-
return poller.pollUntilDone();
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
/**
|
|
288
|
-
* Deletes a SQL virtual machine group.
|
|
289
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
290
|
-
* value from the Azure Resource Manager API or the portal.
|
|
291
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
292
|
-
* @param options The options parameters.
|
|
293
|
-
*/
|
|
294
|
-
async beginDelete(
|
|
295
|
-
resourceGroupName: string,
|
|
296
|
-
sqlVirtualMachineGroupName: string,
|
|
297
|
-
options?: SqlVirtualMachineGroupsDeleteOptionalParams
|
|
298
|
-
): Promise<PollerLike<PollOperationState<void>, void>> {
|
|
299
|
-
const directSendOperation = async (
|
|
300
|
-
args: coreClient.OperationArguments,
|
|
301
|
-
spec: coreClient.OperationSpec
|
|
302
|
-
): Promise<void> => {
|
|
303
|
-
return this.client.sendOperationRequest(args, spec);
|
|
304
|
-
};
|
|
305
|
-
const sendOperation = async (
|
|
306
|
-
args: coreClient.OperationArguments,
|
|
307
|
-
spec: coreClient.OperationSpec
|
|
308
|
-
) => {
|
|
309
|
-
let currentRawResponse:
|
|
310
|
-
| coreClient.FullOperationResponse
|
|
311
|
-
| undefined = undefined;
|
|
312
|
-
const providedCallback = args.options?.onResponse;
|
|
313
|
-
const callback: coreClient.RawResponseCallback = (
|
|
314
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
315
|
-
flatResponse: unknown
|
|
316
|
-
) => {
|
|
317
|
-
currentRawResponse = rawResponse;
|
|
318
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
319
|
-
};
|
|
320
|
-
const updatedArgs = {
|
|
321
|
-
...args,
|
|
322
|
-
options: {
|
|
323
|
-
...args.options,
|
|
324
|
-
onResponse: callback
|
|
325
|
-
}
|
|
326
|
-
};
|
|
327
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
328
|
-
return {
|
|
329
|
-
flatResponse,
|
|
330
|
-
rawResponse: {
|
|
331
|
-
statusCode: currentRawResponse!.status,
|
|
332
|
-
body: currentRawResponse!.parsedBody,
|
|
333
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
334
|
-
}
|
|
335
|
-
};
|
|
336
|
-
};
|
|
337
|
-
|
|
338
|
-
const lro = new LroImpl(
|
|
339
|
-
sendOperation,
|
|
340
|
-
{ resourceGroupName, sqlVirtualMachineGroupName, options },
|
|
341
|
-
deleteOperationSpec
|
|
342
|
-
);
|
|
343
|
-
const poller = new LroEngine(lro, {
|
|
344
|
-
resumeFrom: options?.resumeFrom,
|
|
345
|
-
intervalInMs: options?.updateIntervalInMs
|
|
346
|
-
});
|
|
347
|
-
await poller.poll();
|
|
348
|
-
return poller;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* Deletes a SQL virtual machine group.
|
|
353
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
354
|
-
* value from the Azure Resource Manager API or the portal.
|
|
355
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
356
|
-
* @param options The options parameters.
|
|
357
|
-
*/
|
|
358
|
-
async beginDeleteAndWait(
|
|
359
|
-
resourceGroupName: string,
|
|
360
|
-
sqlVirtualMachineGroupName: string,
|
|
361
|
-
options?: SqlVirtualMachineGroupsDeleteOptionalParams
|
|
362
|
-
): Promise<void> {
|
|
363
|
-
const poller = await this.beginDelete(
|
|
364
|
-
resourceGroupName,
|
|
365
|
-
sqlVirtualMachineGroupName,
|
|
366
|
-
options
|
|
367
|
-
);
|
|
368
|
-
return poller.pollUntilDone();
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* Updates SQL virtual machine group tags.
|
|
373
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
374
|
-
* value from the Azure Resource Manager API or the portal.
|
|
375
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
376
|
-
* @param parameters The SQL virtual machine group.
|
|
377
|
-
* @param options The options parameters.
|
|
378
|
-
*/
|
|
379
|
-
async beginUpdate(
|
|
380
|
-
resourceGroupName: string,
|
|
381
|
-
sqlVirtualMachineGroupName: string,
|
|
382
|
-
parameters: SqlVirtualMachineGroupUpdate,
|
|
383
|
-
options?: SqlVirtualMachineGroupsUpdateOptionalParams
|
|
384
|
-
): Promise<
|
|
385
|
-
PollerLike<
|
|
386
|
-
PollOperationState<SqlVirtualMachineGroupsUpdateResponse>,
|
|
387
|
-
SqlVirtualMachineGroupsUpdateResponse
|
|
388
|
-
>
|
|
389
|
-
> {
|
|
390
|
-
const directSendOperation = async (
|
|
391
|
-
args: coreClient.OperationArguments,
|
|
392
|
-
spec: coreClient.OperationSpec
|
|
393
|
-
): Promise<SqlVirtualMachineGroupsUpdateResponse> => {
|
|
394
|
-
return this.client.sendOperationRequest(args, spec);
|
|
395
|
-
};
|
|
396
|
-
const sendOperation = async (
|
|
397
|
-
args: coreClient.OperationArguments,
|
|
398
|
-
spec: coreClient.OperationSpec
|
|
399
|
-
) => {
|
|
400
|
-
let currentRawResponse:
|
|
401
|
-
| coreClient.FullOperationResponse
|
|
402
|
-
| undefined = undefined;
|
|
403
|
-
const providedCallback = args.options?.onResponse;
|
|
404
|
-
const callback: coreClient.RawResponseCallback = (
|
|
405
|
-
rawResponse: coreClient.FullOperationResponse,
|
|
406
|
-
flatResponse: unknown
|
|
407
|
-
) => {
|
|
408
|
-
currentRawResponse = rawResponse;
|
|
409
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
410
|
-
};
|
|
411
|
-
const updatedArgs = {
|
|
412
|
-
...args,
|
|
413
|
-
options: {
|
|
414
|
-
...args.options,
|
|
415
|
-
onResponse: callback
|
|
416
|
-
}
|
|
417
|
-
};
|
|
418
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
419
|
-
return {
|
|
420
|
-
flatResponse,
|
|
421
|
-
rawResponse: {
|
|
422
|
-
statusCode: currentRawResponse!.status,
|
|
423
|
-
body: currentRawResponse!.parsedBody,
|
|
424
|
-
headers: currentRawResponse!.headers.toJSON()
|
|
425
|
-
}
|
|
426
|
-
};
|
|
427
|
-
};
|
|
428
|
-
|
|
429
|
-
const lro = new LroImpl(
|
|
430
|
-
sendOperation,
|
|
431
|
-
{ resourceGroupName, sqlVirtualMachineGroupName, parameters, options },
|
|
432
|
-
updateOperationSpec
|
|
433
|
-
);
|
|
434
|
-
const poller = new LroEngine(lro, {
|
|
435
|
-
resumeFrom: options?.resumeFrom,
|
|
436
|
-
intervalInMs: options?.updateIntervalInMs
|
|
437
|
-
});
|
|
438
|
-
await poller.poll();
|
|
439
|
-
return poller;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* Updates SQL virtual machine group tags.
|
|
444
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
445
|
-
* value from the Azure Resource Manager API or the portal.
|
|
446
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
447
|
-
* @param parameters The SQL virtual machine group.
|
|
448
|
-
* @param options The options parameters.
|
|
449
|
-
*/
|
|
450
|
-
async beginUpdateAndWait(
|
|
451
|
-
resourceGroupName: string,
|
|
452
|
-
sqlVirtualMachineGroupName: string,
|
|
453
|
-
parameters: SqlVirtualMachineGroupUpdate,
|
|
454
|
-
options?: SqlVirtualMachineGroupsUpdateOptionalParams
|
|
455
|
-
): Promise<SqlVirtualMachineGroupsUpdateResponse> {
|
|
456
|
-
const poller = await this.beginUpdate(
|
|
457
|
-
resourceGroupName,
|
|
458
|
-
sqlVirtualMachineGroupName,
|
|
459
|
-
parameters,
|
|
460
|
-
options
|
|
461
|
-
);
|
|
462
|
-
return poller.pollUntilDone();
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* Gets all SQL virtual machine groups in a resource group.
|
|
467
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
468
|
-
* value from the Azure Resource Manager API or the portal.
|
|
469
|
-
* @param options The options parameters.
|
|
470
|
-
*/
|
|
471
|
-
private _listByResourceGroup(
|
|
472
|
-
resourceGroupName: string,
|
|
473
|
-
options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams
|
|
474
|
-
): Promise<SqlVirtualMachineGroupsListByResourceGroupResponse> {
|
|
475
|
-
return this.client.sendOperationRequest(
|
|
476
|
-
{ resourceGroupName, options },
|
|
477
|
-
listByResourceGroupOperationSpec
|
|
478
|
-
);
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* Gets all SQL virtual machine groups in a subscription.
|
|
483
|
-
* @param options The options parameters.
|
|
484
|
-
*/
|
|
485
|
-
private _list(
|
|
486
|
-
options?: SqlVirtualMachineGroupsListOptionalParams
|
|
487
|
-
): Promise<SqlVirtualMachineGroupsListResponse> {
|
|
488
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
/**
|
|
492
|
-
* ListByResourceGroupNext
|
|
493
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
494
|
-
* value from the Azure Resource Manager API or the portal.
|
|
495
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
496
|
-
* @param options The options parameters.
|
|
497
|
-
*/
|
|
498
|
-
private _listByResourceGroupNext(
|
|
499
|
-
resourceGroupName: string,
|
|
500
|
-
nextLink: string,
|
|
501
|
-
options?: SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams
|
|
502
|
-
): Promise<SqlVirtualMachineGroupsListByResourceGroupNextResponse> {
|
|
503
|
-
return this.client.sendOperationRequest(
|
|
504
|
-
{ resourceGroupName, nextLink, options },
|
|
505
|
-
listByResourceGroupNextOperationSpec
|
|
506
|
-
);
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* ListNext
|
|
511
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
512
|
-
* @param options The options parameters.
|
|
513
|
-
*/
|
|
514
|
-
private _listNext(
|
|
515
|
-
nextLink: string,
|
|
516
|
-
options?: SqlVirtualMachineGroupsListNextOptionalParams
|
|
517
|
-
): Promise<SqlVirtualMachineGroupsListNextResponse> {
|
|
518
|
-
return this.client.sendOperationRequest(
|
|
519
|
-
{ nextLink, options },
|
|
520
|
-
listNextOperationSpec
|
|
521
|
-
);
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
// Operation Specifications
|
|
525
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
526
|
-
|
|
527
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
528
|
-
path:
|
|
529
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
530
|
-
httpMethod: "GET",
|
|
531
|
-
responses: {
|
|
532
|
-
200: {
|
|
533
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
534
|
-
},
|
|
535
|
-
default: {}
|
|
536
|
-
},
|
|
537
|
-
queryParameters: [Parameters.apiVersion],
|
|
538
|
-
urlParameters: [
|
|
539
|
-
Parameters.$host,
|
|
540
|
-
Parameters.resourceGroupName,
|
|
541
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
542
|
-
Parameters.subscriptionId
|
|
543
|
-
],
|
|
544
|
-
headerParameters: [Parameters.accept],
|
|
545
|
-
serializer
|
|
546
|
-
};
|
|
547
|
-
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
|
548
|
-
path:
|
|
549
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
550
|
-
httpMethod: "PUT",
|
|
551
|
-
responses: {
|
|
552
|
-
200: {
|
|
553
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
554
|
-
},
|
|
555
|
-
201: {
|
|
556
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
557
|
-
},
|
|
558
|
-
202: {
|
|
559
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
560
|
-
},
|
|
561
|
-
204: {
|
|
562
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
563
|
-
},
|
|
564
|
-
default: {}
|
|
565
|
-
},
|
|
566
|
-
requestBody: Parameters.parameters1,
|
|
567
|
-
queryParameters: [Parameters.apiVersion],
|
|
568
|
-
urlParameters: [
|
|
569
|
-
Parameters.$host,
|
|
570
|
-
Parameters.resourceGroupName,
|
|
571
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
572
|
-
Parameters.subscriptionId
|
|
573
|
-
],
|
|
574
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
575
|
-
mediaType: "json",
|
|
576
|
-
serializer
|
|
577
|
-
};
|
|
578
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
579
|
-
path:
|
|
580
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
581
|
-
httpMethod: "DELETE",
|
|
582
|
-
responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },
|
|
583
|
-
queryParameters: [Parameters.apiVersion],
|
|
584
|
-
urlParameters: [
|
|
585
|
-
Parameters.$host,
|
|
586
|
-
Parameters.resourceGroupName,
|
|
587
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
588
|
-
Parameters.subscriptionId
|
|
589
|
-
],
|
|
590
|
-
serializer
|
|
591
|
-
};
|
|
592
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
|
593
|
-
path:
|
|
594
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}",
|
|
595
|
-
httpMethod: "PATCH",
|
|
596
|
-
responses: {
|
|
597
|
-
200: {
|
|
598
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
599
|
-
},
|
|
600
|
-
201: {
|
|
601
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
602
|
-
},
|
|
603
|
-
202: {
|
|
604
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
605
|
-
},
|
|
606
|
-
204: {
|
|
607
|
-
bodyMapper: Mappers.SqlVirtualMachineGroup
|
|
608
|
-
},
|
|
609
|
-
default: {}
|
|
610
|
-
},
|
|
611
|
-
requestBody: Parameters.parameters2,
|
|
612
|
-
queryParameters: [Parameters.apiVersion],
|
|
613
|
-
urlParameters: [
|
|
614
|
-
Parameters.$host,
|
|
615
|
-
Parameters.resourceGroupName,
|
|
616
|
-
Parameters.sqlVirtualMachineGroupName,
|
|
617
|
-
Parameters.subscriptionId
|
|
618
|
-
],
|
|
619
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
620
|
-
mediaType: "json",
|
|
621
|
-
serializer
|
|
622
|
-
};
|
|
623
|
-
const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
|
624
|
-
path:
|
|
625
|
-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups",
|
|
626
|
-
httpMethod: "GET",
|
|
627
|
-
responses: {
|
|
628
|
-
200: {
|
|
629
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
630
|
-
},
|
|
631
|
-
default: {}
|
|
632
|
-
},
|
|
633
|
-
queryParameters: [Parameters.apiVersion],
|
|
634
|
-
urlParameters: [
|
|
635
|
-
Parameters.$host,
|
|
636
|
-
Parameters.resourceGroupName,
|
|
637
|
-
Parameters.subscriptionId
|
|
638
|
-
],
|
|
639
|
-
headerParameters: [Parameters.accept],
|
|
640
|
-
serializer
|
|
641
|
-
};
|
|
642
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
643
|
-
path:
|
|
644
|
-
"/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups",
|
|
645
|
-
httpMethod: "GET",
|
|
646
|
-
responses: {
|
|
647
|
-
200: {
|
|
648
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
649
|
-
},
|
|
650
|
-
default: {}
|
|
651
|
-
},
|
|
652
|
-
queryParameters: [Parameters.apiVersion],
|
|
653
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
654
|
-
headerParameters: [Parameters.accept],
|
|
655
|
-
serializer
|
|
656
|
-
};
|
|
657
|
-
const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
|
658
|
-
path: "{nextLink}",
|
|
659
|
-
httpMethod: "GET",
|
|
660
|
-
responses: {
|
|
661
|
-
200: {
|
|
662
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
663
|
-
},
|
|
664
|
-
default: {}
|
|
665
|
-
},
|
|
666
|
-
urlParameters: [
|
|
667
|
-
Parameters.$host,
|
|
668
|
-
Parameters.resourceGroupName,
|
|
669
|
-
Parameters.subscriptionId,
|
|
670
|
-
Parameters.nextLink
|
|
671
|
-
],
|
|
672
|
-
headerParameters: [Parameters.accept],
|
|
673
|
-
serializer
|
|
674
|
-
};
|
|
675
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
676
|
-
path: "{nextLink}",
|
|
677
|
-
httpMethod: "GET",
|
|
678
|
-
responses: {
|
|
679
|
-
200: {
|
|
680
|
-
bodyMapper: Mappers.SqlVirtualMachineGroupListResult
|
|
681
|
-
},
|
|
682
|
-
default: {}
|
|
683
|
-
},
|
|
684
|
-
urlParameters: [
|
|
685
|
-
Parameters.$host,
|
|
686
|
-
Parameters.subscriptionId,
|
|
687
|
-
Parameters.nextLink
|
|
688
|
-
],
|
|
689
|
-
headerParameters: [Parameters.accept],
|
|
690
|
-
serializer
|
|
691
|
-
};
|