@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sqlVirtualMachines.js","sourceRoot":"","sources":["../../../src/operations/sqlVirtualMachines.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { SqlVirtualMachines } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SqlVirtualMachineManagementClient } from \"../sqlVirtualMachineManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n SqlVirtualMachine,\n SqlVirtualMachinesListBySqlVmGroupNextOptionalParams,\n SqlVirtualMachinesListBySqlVmGroupOptionalParams,\n SqlVirtualMachinesListBySqlVmGroupResponse,\n SqlVirtualMachinesListNextOptionalParams,\n SqlVirtualMachinesListOptionalParams,\n SqlVirtualMachinesListResponse,\n SqlVirtualMachinesListByResourceGroupNextOptionalParams,\n SqlVirtualMachinesListByResourceGroupOptionalParams,\n SqlVirtualMachinesListByResourceGroupResponse,\n SqlVirtualMachinesGetOptionalParams,\n SqlVirtualMachinesGetResponse,\n SqlVirtualMachinesCreateOrUpdateOptionalParams,\n SqlVirtualMachinesCreateOrUpdateResponse,\n SqlVirtualMachinesDeleteOptionalParams,\n SqlVirtualMachineUpdate,\n SqlVirtualMachinesUpdateOptionalParams,\n SqlVirtualMachinesUpdateResponse,\n SqlVirtualMachinesStartAssessmentOptionalParams,\n SqlVirtualMachinesRedeployOptionalParams,\n SqlVirtualMachinesListBySqlVmGroupNextResponse,\n SqlVirtualMachinesListNextResponse,\n SqlVirtualMachinesListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SqlVirtualMachines operations. */\nexport class SqlVirtualMachinesImpl implements SqlVirtualMachines {\n private readonly client: SqlVirtualMachineManagementClient;\n\n /**\n * Initialize a new instance of the class SqlVirtualMachines class.\n * @param client Reference to the service client\n */\n constructor(client: SqlVirtualMachineManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the list of sql virtual machines in a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param options The options parameters.\n */\n public listBySqlVmGroup(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams\n ): PagedAsyncIterableIterator<SqlVirtualMachine> {\n const iter = this.listBySqlVmGroupPagingAll(\n resourceGroupName,\n sqlVirtualMachineGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySqlVmGroupPagingPage(\n resourceGroupName,\n sqlVirtualMachineGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listBySqlVmGroupPagingPage(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SqlVirtualMachine[]> {\n let result: SqlVirtualMachinesListBySqlVmGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySqlVmGroup(\n resourceGroupName,\n sqlVirtualMachineGroupName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySqlVmGroupNext(\n resourceGroupName,\n sqlVirtualMachineGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySqlVmGroupPagingAll(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams\n ): AsyncIterableIterator<SqlVirtualMachine> {\n for await (const page of this.listBySqlVmGroupPagingPage(\n resourceGroupName,\n sqlVirtualMachineGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all SQL virtual machines in a subscription.\n * @param options The options parameters.\n */\n public list(\n options?: SqlVirtualMachinesListOptionalParams\n ): PagedAsyncIterableIterator<SqlVirtualMachine> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: SqlVirtualMachinesListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SqlVirtualMachine[]> {\n let result: SqlVirtualMachinesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: SqlVirtualMachinesListOptionalParams\n ): AsyncIterableIterator<SqlVirtualMachine> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets all SQL virtual machines in a resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: SqlVirtualMachinesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SqlVirtualMachine> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: SqlVirtualMachinesListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<SqlVirtualMachine[]> {\n let result: SqlVirtualMachinesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: SqlVirtualMachinesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SqlVirtualMachine> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of sql virtual machines in a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param options The options parameters.\n */\n private _listBySqlVmGroup(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams\n ): Promise<SqlVirtualMachinesListBySqlVmGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, sqlVirtualMachineGroupName, options },\n listBySqlVmGroupOperationSpec\n );\n }\n\n /**\n * Gets all SQL virtual machines in a subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: SqlVirtualMachinesListOptionalParams\n ): Promise<SqlVirtualMachinesListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesGetOptionalParams\n ): Promise<SqlVirtualMachinesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, sqlVirtualMachineName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates or updates a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param parameters The SQL virtual machine.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n parameters: SqlVirtualMachine,\n options?: SqlVirtualMachinesCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SqlVirtualMachinesCreateOrUpdateResponse>,\n SqlVirtualMachinesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SqlVirtualMachinesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, sqlVirtualMachineName, parameters, options },\n spec: createOrUpdateOperationSpec\n });\n const poller = await createHttpPoller<\n SqlVirtualMachinesCreateOrUpdateResponse,\n OperationState<SqlVirtualMachinesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param parameters The SQL virtual machine.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n parameters: SqlVirtualMachine,\n options?: SqlVirtualMachinesCreateOrUpdateOptionalParams\n ): Promise<SqlVirtualMachinesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n sqlVirtualMachineName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, sqlVirtualMachineName, options },\n spec: deleteOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n sqlVirtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param parameters The SQL virtual machine.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n parameters: SqlVirtualMachineUpdate,\n options?: SqlVirtualMachinesUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SqlVirtualMachinesUpdateResponse>,\n SqlVirtualMachinesUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SqlVirtualMachinesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, sqlVirtualMachineName, parameters, options },\n spec: updateOperationSpec\n });\n const poller = await createHttpPoller<\n SqlVirtualMachinesUpdateResponse,\n OperationState<SqlVirtualMachinesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates a SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param parameters The SQL virtual machine.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n parameters: SqlVirtualMachineUpdate,\n options?: SqlVirtualMachinesUpdateOptionalParams\n ): Promise<SqlVirtualMachinesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n sqlVirtualMachineName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets all SQL virtual machines in a resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: SqlVirtualMachinesListByResourceGroupOptionalParams\n ): Promise<SqlVirtualMachinesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Starts SQL best practices Assessment on SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n async beginStartAssessment(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesStartAssessmentOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, sqlVirtualMachineName, options },\n spec: startAssessmentOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Starts SQL best practices Assessment on SQL virtual machine.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n async beginStartAssessmentAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesStartAssessmentOptionalParams\n ): Promise<void> {\n const poller = await this.beginStartAssessment(\n resourceGroupName,\n sqlVirtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Uninstalls and reinstalls the SQL IaaS Extension.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n async beginRedeploy(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesRedeployOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, sqlVirtualMachineName, options },\n spec: redeployOperationSpec\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Uninstalls and reinstalls the SQL IaaS Extension.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param options The options parameters.\n */\n async beginRedeployAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n options?: SqlVirtualMachinesRedeployOptionalParams\n ): Promise<void> {\n const poller = await this.beginRedeploy(\n resourceGroupName,\n sqlVirtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListBySqlVmGroupNext\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param nextLink The nextLink from the previous successful call to the ListBySqlVmGroup method.\n * @param options The options parameters.\n */\n private _listBySqlVmGroupNext(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n nextLink: string,\n options?: SqlVirtualMachinesListBySqlVmGroupNextOptionalParams\n ): Promise<SqlVirtualMachinesListBySqlVmGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, sqlVirtualMachineGroupName, nextLink, options },\n listBySqlVmGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: SqlVirtualMachinesListNextOptionalParams\n ): Promise<SqlVirtualMachinesListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: SqlVirtualMachinesListByResourceGroupNextOptionalParams\n ): Promise<SqlVirtualMachinesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySqlVmGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/{sqlVirtualMachineGroupName}/sqlVirtualMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachineListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.sqlVirtualMachineGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachineListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.expand, Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.sqlVirtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n 201: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n 202: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n 204: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.sqlVirtualMachineName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.sqlVirtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n 201: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n 202: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n 204: {\n bodyMapper: Mappers.SqlVirtualMachine\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.sqlVirtualMachineName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachineListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst startAssessmentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/startAssessment\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.sqlVirtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst redeployOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/{sqlVirtualMachineName}/redeploy\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.sqlVirtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySqlVmGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachineListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.sqlVirtualMachineGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachineListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlVirtualMachineListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.resourceGroupName,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { AvailabilityGroupListener, AvailabilityGroupListenersListByGroupOptionalParams, AvailabilityGroupListenersGetOptionalParams, AvailabilityGroupListenersGetResponse, AvailabilityGroupListenersCreateOrUpdateOptionalParams, AvailabilityGroupListenersCreateOrUpdateResponse, AvailabilityGroupListenersDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a AvailabilityGroupListeners. */
|
|
5
|
+
export interface AvailabilityGroupListeners {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all availability group listeners in a SQL virtual machine group.
|
|
8
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
9
|
+
* value from the Azure Resource Manager API or the portal.
|
|
10
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: AvailabilityGroupListenersListByGroupOptionalParams): PagedAsyncIterableIterator<AvailabilityGroupListener>;
|
|
14
|
+
/**
|
|
15
|
+
* Gets an availability group listener.
|
|
16
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
17
|
+
* value from the Azure Resource Manager API or the portal.
|
|
18
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
19
|
+
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersGetOptionalParams): Promise<AvailabilityGroupListenersGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Creates or updates an availability group listener.
|
|
25
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
26
|
+
* value from the Azure Resource Manager API or the portal.
|
|
27
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
28
|
+
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
29
|
+
* @param parameters The availability group listener.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilityGroupListenersCreateOrUpdateResponse>, AvailabilityGroupListenersCreateOrUpdateResponse>>;
|
|
33
|
+
/**
|
|
34
|
+
* Creates or updates an availability group listener.
|
|
35
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
36
|
+
* value from the Azure Resource Manager API or the portal.
|
|
37
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
38
|
+
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
39
|
+
* @param parameters The availability group listener.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, parameters: AvailabilityGroupListener, options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Deletes an availability group listener.
|
|
45
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
46
|
+
* value from the Azure Resource Manager API or the portal.
|
|
47
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
48
|
+
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
|
+
/**
|
|
53
|
+
* Deletes an availability group listener.
|
|
54
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
55
|
+
* value from the Azure Resource Manager API or the portal.
|
|
56
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
57
|
+
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, availabilityGroupListenerName: string, options?: AvailabilityGroupListenersDeleteOptionalParams): Promise<void>;
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=availabilityGroupListeners.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availabilityGroupListeners.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/availabilityGroupListeners.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,yBAAyB,EACzB,mDAAmD,EACnD,2CAA2C,EAC3C,qCAAqC,EACrC,sDAAsD,EACtD,gDAAgD,EAChD,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=availabilityGroupListeners.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availabilityGroupListeners.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/availabilityGroupListeners.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n AvailabilityGroupListener,\n AvailabilityGroupListenersListByGroupOptionalParams,\n AvailabilityGroupListenersGetOptionalParams,\n AvailabilityGroupListenersGetResponse,\n AvailabilityGroupListenersCreateOrUpdateOptionalParams,\n AvailabilityGroupListenersCreateOrUpdateResponse,\n AvailabilityGroupListenersDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AvailabilityGroupListeners. */\nexport interface AvailabilityGroupListeners {\n /**\n * Lists all availability group listeners in a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param options The options parameters.\n */\n listByGroup(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: AvailabilityGroupListenersListByGroupOptionalParams\n ): PagedAsyncIterableIterator<AvailabilityGroupListener>;\n /**\n * Gets an availability group listener.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param availabilityGroupListenerName Name of the availability group listener.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n availabilityGroupListenerName: string,\n options?: AvailabilityGroupListenersGetOptionalParams\n ): Promise<AvailabilityGroupListenersGetResponse>;\n /**\n * Creates or updates an availability group listener.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param availabilityGroupListenerName Name of the availability group listener.\n * @param parameters The availability group listener.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n availabilityGroupListenerName: string,\n parameters: AvailabilityGroupListener,\n options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<AvailabilityGroupListenersCreateOrUpdateResponse>,\n AvailabilityGroupListenersCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates an availability group listener.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param availabilityGroupListenerName Name of the availability group listener.\n * @param parameters The availability group listener.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n availabilityGroupListenerName: string,\n parameters: AvailabilityGroupListener,\n options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams\n ): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;\n /**\n * Deletes an availability group listener.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param availabilityGroupListenerName Name of the availability group listener.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n availabilityGroupListenerName: string,\n options?: AvailabilityGroupListenersDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an availability group listener.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param availabilityGroupListenerName Name of the availability group listener.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n availabilityGroupListenerName: string,\n options?: AvailabilityGroupListenersDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export * from "./availabilityGroupListeners.js";
|
|
9
|
+
export * from "./operations.js";
|
|
10
|
+
export * from "./sqlVirtualMachineGroups.js";
|
|
11
|
+
export * from "./sqlVirtualMachines.js";
|
|
12
|
+
export * from "./sqlVirtualMachineTroubleshoot.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iCAAiC,CAAC;AAChD,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,oCAAoC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./availabilityGroupListeners.js\";\nexport * from \"./operations.js\";\nexport * from \"./sqlVirtualMachineGroups.js\";\nexport * from \"./sqlVirtualMachines.js\";\nexport * from \"./sqlVirtualMachineTroubleshoot.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available SQL Virtual Machine Rest API operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available SQL Virtual Machine Rest API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SqlVirtualMachineGroup, SqlVirtualMachineGroupsListByResourceGroupOptionalParams, SqlVirtualMachineGroupsListOptionalParams, SqlVirtualMachineGroupsGetOptionalParams, SqlVirtualMachineGroupsGetResponse, SqlVirtualMachineGroupsCreateOrUpdateOptionalParams, SqlVirtualMachineGroupsCreateOrUpdateResponse, SqlVirtualMachineGroupsDeleteOptionalParams, SqlVirtualMachineGroupUpdate, SqlVirtualMachineGroupsUpdateOptionalParams, SqlVirtualMachineGroupsUpdateResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SqlVirtualMachineGroups. */
|
|
5
|
+
export interface SqlVirtualMachineGroups {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all SQL virtual machine groups in a resource group.
|
|
8
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
9
|
+
* value from the Azure Resource Manager API or the portal.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
13
|
+
/**
|
|
14
|
+
* Gets all SQL virtual machine groups in a subscription.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: SqlVirtualMachineGroupsListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
18
|
+
/**
|
|
19
|
+
* Gets a SQL virtual machine group.
|
|
20
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
21
|
+
* value from the Azure Resource Manager API or the portal.
|
|
22
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
get(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsGetOptionalParams): Promise<SqlVirtualMachineGroupsGetResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Creates or updates a SQL virtual machine group.
|
|
28
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
29
|
+
* value from the Azure Resource Manager API or the portal.
|
|
30
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
31
|
+
* @param parameters The SQL virtual machine group.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>, SqlVirtualMachineGroupsCreateOrUpdateResponse>>;
|
|
35
|
+
/**
|
|
36
|
+
* Creates or updates a SQL virtual machine group.
|
|
37
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
38
|
+
* value from the Azure Resource Manager API or the portal.
|
|
39
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
40
|
+
* @param parameters The SQL virtual machine group.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroup, options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Deletes a SQL virtual machine group.
|
|
46
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
47
|
+
* value from the Azure Resource Manager API or the portal.
|
|
48
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
52
|
+
/**
|
|
53
|
+
* Deletes a SQL virtual machine group.
|
|
54
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
55
|
+
* value from the Azure Resource Manager API or the portal.
|
|
56
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachineGroupsDeleteOptionalParams): Promise<void>;
|
|
60
|
+
/**
|
|
61
|
+
* Updates SQL virtual machine group tags.
|
|
62
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
63
|
+
* value from the Azure Resource Manager API or the portal.
|
|
64
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
65
|
+
* @param parameters The SQL virtual machine group.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
beginUpdate(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineGroupsUpdateResponse>, SqlVirtualMachineGroupsUpdateResponse>>;
|
|
69
|
+
/**
|
|
70
|
+
* Updates SQL virtual machine group tags.
|
|
71
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
72
|
+
* value from the Azure Resource Manager API or the portal.
|
|
73
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
74
|
+
* @param parameters The SQL virtual machine group.
|
|
75
|
+
* @param options The options parameters.
|
|
76
|
+
*/
|
|
77
|
+
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineGroupName: string, parameters: SqlVirtualMachineGroupUpdate, options?: SqlVirtualMachineGroupsUpdateOptionalParams): Promise<SqlVirtualMachineGroupsUpdateResponse>;
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=sqlVirtualMachineGroups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sqlVirtualMachineGroups.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlVirtualMachineGroups.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,sBAAsB,EACtB,wDAAwD,EACxD,yCAAyC,EACzC,wCAAwC,EACxC,kCAAkC,EAClC,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAC3C,4BAA4B,EAC5B,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,wDAAwD,GACjE,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=sqlVirtualMachineGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sqlVirtualMachineGroups.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlVirtualMachineGroups.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SqlVirtualMachineGroup,\n SqlVirtualMachineGroupsListByResourceGroupOptionalParams,\n SqlVirtualMachineGroupsListOptionalParams,\n SqlVirtualMachineGroupsGetOptionalParams,\n SqlVirtualMachineGroupsGetResponse,\n SqlVirtualMachineGroupsCreateOrUpdateOptionalParams,\n SqlVirtualMachineGroupsCreateOrUpdateResponse,\n SqlVirtualMachineGroupsDeleteOptionalParams,\n SqlVirtualMachineGroupUpdate,\n SqlVirtualMachineGroupsUpdateOptionalParams,\n SqlVirtualMachineGroupsUpdateResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SqlVirtualMachineGroups. */\nexport interface SqlVirtualMachineGroups {\n /**\n * Gets all SQL virtual machine groups in a resource group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;\n /**\n * Gets all SQL virtual machine groups in a subscription.\n * @param options The options parameters.\n */\n list(\n options?: SqlVirtualMachineGroupsListOptionalParams\n ): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;\n /**\n * Gets a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachineGroupsGetOptionalParams\n ): Promise<SqlVirtualMachineGroupsGetResponse>;\n /**\n * Creates or updates a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param parameters The SQL virtual machine group.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n parameters: SqlVirtualMachineGroup,\n options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>,\n SqlVirtualMachineGroupsCreateOrUpdateResponse\n >\n >;\n /**\n * Creates or updates a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param parameters The SQL virtual machine group.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n parameters: SqlVirtualMachineGroup,\n options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams\n ): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse>;\n /**\n * Deletes a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachineGroupsDeleteOptionalParams\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a SQL virtual machine group.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n options?: SqlVirtualMachineGroupsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Updates SQL virtual machine group tags.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param parameters The SQL virtual machine group.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n parameters: SqlVirtualMachineGroupUpdate,\n options?: SqlVirtualMachineGroupsUpdateOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SqlVirtualMachineGroupsUpdateResponse>,\n SqlVirtualMachineGroupsUpdateResponse\n >\n >;\n /**\n * Updates SQL virtual machine group tags.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.\n * @param parameters The SQL virtual machine group.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n sqlVirtualMachineGroupName: string,\n parameters: SqlVirtualMachineGroupUpdate,\n options?: SqlVirtualMachineGroupsUpdateOptionalParams\n ): Promise<SqlVirtualMachineGroupsUpdateResponse>;\n}\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import { SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams, SqlVirtualMachineTroubleshootTroubleshootResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a SqlVirtualMachineTroubleshoot. */
|
|
4
|
+
export interface SqlVirtualMachineTroubleshoot {
|
|
5
|
+
/**
|
|
6
|
+
* Starts SQL virtual machine troubleshooting.
|
|
7
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
8
|
+
* value from the Azure Resource Manager API or the portal.
|
|
9
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
10
|
+
* @param parameters The SQL virtual machine troubleshooting entity.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
beginTroubleshoot(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachineTroubleshootTroubleshootResponse>, SqlVirtualMachineTroubleshootTroubleshootResponse>>;
|
|
14
|
+
/**
|
|
15
|
+
* Starts SQL virtual machine troubleshooting.
|
|
16
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
17
|
+
* value from the Azure Resource Manager API or the portal.
|
|
18
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
19
|
+
* @param parameters The SQL virtual machine troubleshooting entity.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
beginTroubleshootAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SqlVirtualMachineTroubleshootTroubleshootResponse>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=sqlVirtualMachineTroubleshoot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sqlVirtualMachineTroubleshoot.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlVirtualMachineTroubleshoot.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,oBAAoB,EACpB,uDAAuD,EACvD,iDAAiD,EAClD,MAAM,oBAAoB,CAAC;AAE5B,8DAA8D;AAC9D,MAAM,WAAW,6BAA6B;IAC5C;;;;;;;OAOG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iDAAiD,CAAC,EACjE,iDAAiD,CAClD,CACF,CAAC;IACF;;;;;;;OAOG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,qBAAqB,EAAE,MAAM,EAC7B,UAAU,EAAE,oBAAoB,EAChC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;CAC/D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=sqlVirtualMachineTroubleshoot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sqlVirtualMachineTroubleshoot.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlVirtualMachineTroubleshoot.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SqlVmTroubleshooting,\n SqlVirtualMachineTroubleshootTroubleshootOptionalParams,\n SqlVirtualMachineTroubleshootTroubleshootResponse\n} from \"../models/index.js\";\n\n/** Interface representing a SqlVirtualMachineTroubleshoot. */\nexport interface SqlVirtualMachineTroubleshoot {\n /**\n * Starts SQL virtual machine troubleshooting.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param parameters The SQL virtual machine troubleshooting entity.\n * @param options The options parameters.\n */\n beginTroubleshoot(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n parameters: SqlVmTroubleshooting,\n options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<SqlVirtualMachineTroubleshootTroubleshootResponse>,\n SqlVirtualMachineTroubleshootTroubleshootResponse\n >\n >;\n /**\n * Starts SQL virtual machine troubleshooting.\n * @param resourceGroupName Name of the resource group that contains the resource. You can obtain this\n * value from the Azure Resource Manager API or the portal.\n * @param sqlVirtualMachineName Name of the SQL virtual machine.\n * @param parameters The SQL virtual machine troubleshooting entity.\n * @param options The options parameters.\n */\n beginTroubleshootAndWait(\n resourceGroupName: string,\n sqlVirtualMachineName: string,\n parameters: SqlVmTroubleshooting,\n options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams\n ): Promise<SqlVirtualMachineTroubleshootTroubleshootResponse>;\n}\n"]}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { SqlVirtualMachine, SqlVirtualMachinesListBySqlVmGroupOptionalParams, SqlVirtualMachinesListOptionalParams, SqlVirtualMachinesListByResourceGroupOptionalParams, SqlVirtualMachinesGetOptionalParams, SqlVirtualMachinesGetResponse, SqlVirtualMachinesCreateOrUpdateOptionalParams, SqlVirtualMachinesCreateOrUpdateResponse, SqlVirtualMachinesDeleteOptionalParams, SqlVirtualMachineUpdate, SqlVirtualMachinesUpdateOptionalParams, SqlVirtualMachinesUpdateResponse, SqlVirtualMachinesStartAssessmentOptionalParams, SqlVirtualMachinesRedeployOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a SqlVirtualMachines. */
|
|
5
|
+
export interface SqlVirtualMachines {
|
|
6
|
+
/**
|
|
7
|
+
* Gets the list of sql virtual machines in a SQL virtual machine group.
|
|
8
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
9
|
+
* value from the Azure Resource Manager API or the portal.
|
|
10
|
+
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listBySqlVmGroup(resourceGroupName: string, sqlVirtualMachineGroupName: string, options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
14
|
+
/**
|
|
15
|
+
* Gets all SQL virtual machines in a subscription.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
list(options?: SqlVirtualMachinesListOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
19
|
+
/**
|
|
20
|
+
* Gets all SQL virtual machines in a resource group.
|
|
21
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
22
|
+
* value from the Azure Resource Manager API or the portal.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
listByResourceGroup(resourceGroupName: string, options?: SqlVirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
26
|
+
/**
|
|
27
|
+
* Gets a SQL virtual machine.
|
|
28
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
29
|
+
* value from the Azure Resource Manager API or the portal.
|
|
30
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
get(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesGetOptionalParams): Promise<SqlVirtualMachinesGetResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Creates or updates a SQL virtual machine.
|
|
36
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
37
|
+
* value from the Azure Resource Manager API or the portal.
|
|
38
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
39
|
+
* @param parameters The SQL virtual machine.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachinesCreateOrUpdateResponse>, SqlVirtualMachinesCreateOrUpdateResponse>>;
|
|
43
|
+
/**
|
|
44
|
+
* Creates or updates a SQL virtual machine.
|
|
45
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
46
|
+
* value from the Azure Resource Manager API or the portal.
|
|
47
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
48
|
+
* @param parameters The SQL virtual machine.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachine, options?: SqlVirtualMachinesCreateOrUpdateOptionalParams): Promise<SqlVirtualMachinesCreateOrUpdateResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Deletes a SQL virtual machine.
|
|
54
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
55
|
+
* value from the Azure Resource Manager API or the portal.
|
|
56
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginDelete(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
60
|
+
/**
|
|
61
|
+
* Deletes a SQL virtual machine.
|
|
62
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
63
|
+
* value from the Azure Resource Manager API or the portal.
|
|
64
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
beginDeleteAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
68
|
+
/**
|
|
69
|
+
* Updates a SQL virtual machine.
|
|
70
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
71
|
+
* value from the Azure Resource Manager API or the portal.
|
|
72
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
73
|
+
* @param parameters The SQL virtual machine.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginUpdate(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SqlVirtualMachinesUpdateResponse>, SqlVirtualMachinesUpdateResponse>>;
|
|
77
|
+
/**
|
|
78
|
+
* Updates a SQL virtual machine.
|
|
79
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
80
|
+
* value from the Azure Resource Manager API or the portal.
|
|
81
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
82
|
+
* @param parameters The SQL virtual machine.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
beginUpdateAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVirtualMachineUpdate, options?: SqlVirtualMachinesUpdateOptionalParams): Promise<SqlVirtualMachinesUpdateResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Starts SQL best practices Assessment on SQL virtual machine.
|
|
88
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
89
|
+
* value from the Azure Resource Manager API or the portal.
|
|
90
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
beginStartAssessment(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesStartAssessmentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
94
|
+
/**
|
|
95
|
+
* Starts SQL best practices Assessment on SQL virtual machine.
|
|
96
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
97
|
+
* value from the Azure Resource Manager API or the portal.
|
|
98
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginStartAssessmentAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesStartAssessmentOptionalParams): Promise<void>;
|
|
102
|
+
/**
|
|
103
|
+
* Uninstalls and reinstalls the SQL IaaS Extension.
|
|
104
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
105
|
+
* value from the Azure Resource Manager API or the portal.
|
|
106
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
beginRedeploy(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesRedeployOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
110
|
+
/**
|
|
111
|
+
* Uninstalls and reinstalls the SQL IaaS Extension.
|
|
112
|
+
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
113
|
+
* value from the Azure Resource Manager API or the portal.
|
|
114
|
+
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
115
|
+
* @param options The options parameters.
|
|
116
|
+
*/
|
|
117
|
+
beginRedeployAndWait(resourceGroupName: string, sqlVirtualMachineName: string, options?: SqlVirtualMachinesRedeployOptionalParams): Promise<void>;
|
|
118
|
+
}
|
|
119
|
+
//# sourceMappingURL=sqlVirtualMachines.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sqlVirtualMachines.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/sqlVirtualMachines.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=sqlVirtualMachines.js.map
|