@azure/arm-sqlvirtualmachine 5.0.0-beta.7 → 5.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -4
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +234 -68
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +8 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +14 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +415 -42
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/parameters.js +11 -2
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.d.ts +6 -6
- package/dist/browser/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.js +136 -122
- package/dist/browser/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +13 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +32 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.d.ts +7 -7
- package/dist/browser/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.js +217 -196
- package/dist/browser/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.d.ts +31 -31
- package/dist/browser/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/browser/operations/sqlVirtualMachines.js +797 -0
- package/dist/browser/operations/sqlVirtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.d.ts +4 -4
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +13 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.d.ts +5 -5
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.d.ts +26 -26
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.d.ts +3 -2
- package/dist/browser/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.js +36 -25
- package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-sqlvirtualmachine.d.ts → dist/commonjs/models/index.d.ts} +1292 -1554
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +229 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +53 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1757 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +19 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +155 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/commonjs/operations/availabilityGroupListeners.js +372 -0
- package/dist/commonjs/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js +540 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +124 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachines.js +802 -0
- package/dist/commonjs/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js +10 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js +119 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1292 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +226 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +53 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1753 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +19 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +152 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/esm/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/esm/operations/availabilityGroupListeners.js +367 -0
- package/dist/esm/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.js +535 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/esm/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachines.js +797 -0
- package/dist/esm/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js +114 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1292 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +226 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +53 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1753 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +19 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +152 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/react-native/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/react-native/operations/availabilityGroupListeners.js +367 -0
- package/dist/react-native/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.js +535 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/react-native/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachines.js +797 -0
- package/dist/react-native/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.js +114 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.js.map +1 -0
- package/package.json +84 -73
- package/review/{arm-sqlvirtualmachine.api.md → arm-sqlvirtualmachine-node.api.md} +131 -13
- package/dist/index.js +0 -3708
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js +0 -98
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js +0 -53
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js +0 -51
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js +0 -287
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js +0 -53
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js +0 -51
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js +0 -12
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.js +0 -767
- package/dist-esm/src/operations/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js +0 -12
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1285
- package/src/models/mappers.ts +0 -1465
- package/src/models/parameters.ts +0 -170
- package/src/operations/availabilityGroupListeners.ts +0 -501
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -145
- package/src/operations/sqlVirtualMachineGroups.ts +0 -691
- package/src/operations/sqlVirtualMachines.ts +0 -1055
- package/src/operationsInterfaces/availabilityGroupListeners.ts +0 -115
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +0 -147
- package/src/operationsInterfaces/sqlVirtualMachines.ts +0 -210
- package/src/pagingHelper.ts +0 -39
- package/src/sqlVirtualMachineManagementClient.ts +0 -156
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
AvailabilityGroupListener,
|
|
13
|
-
AvailabilityGroupListenersListByGroupOptionalParams,
|
|
14
|
-
AvailabilityGroupListenersGetOptionalParams,
|
|
15
|
-
AvailabilityGroupListenersGetResponse,
|
|
16
|
-
AvailabilityGroupListenersCreateOrUpdateOptionalParams,
|
|
17
|
-
AvailabilityGroupListenersCreateOrUpdateResponse,
|
|
18
|
-
AvailabilityGroupListenersDeleteOptionalParams
|
|
19
|
-
} from "../models";
|
|
20
|
-
|
|
21
|
-
/// <reference lib="esnext.asynciterable" />
|
|
22
|
-
/** Interface representing a AvailabilityGroupListeners. */
|
|
23
|
-
export interface AvailabilityGroupListeners {
|
|
24
|
-
/**
|
|
25
|
-
* Lists all availability group listeners in a SQL virtual machine group.
|
|
26
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
27
|
-
* value from the Azure Resource Manager API or the portal.
|
|
28
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
listByGroup(
|
|
32
|
-
resourceGroupName: string,
|
|
33
|
-
sqlVirtualMachineGroupName: string,
|
|
34
|
-
options?: AvailabilityGroupListenersListByGroupOptionalParams
|
|
35
|
-
): PagedAsyncIterableIterator<AvailabilityGroupListener>;
|
|
36
|
-
/**
|
|
37
|
-
* Gets an availability group listener.
|
|
38
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
39
|
-
* value from the Azure Resource Manager API or the portal.
|
|
40
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
41
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
42
|
-
* @param options The options parameters.
|
|
43
|
-
*/
|
|
44
|
-
get(
|
|
45
|
-
resourceGroupName: string,
|
|
46
|
-
sqlVirtualMachineGroupName: string,
|
|
47
|
-
availabilityGroupListenerName: string,
|
|
48
|
-
options?: AvailabilityGroupListenersGetOptionalParams
|
|
49
|
-
): Promise<AvailabilityGroupListenersGetResponse>;
|
|
50
|
-
/**
|
|
51
|
-
* Creates or updates an availability group listener.
|
|
52
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
53
|
-
* value from the Azure Resource Manager API or the portal.
|
|
54
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
55
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
56
|
-
* @param parameters The availability group listener.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
beginCreateOrUpdate(
|
|
60
|
-
resourceGroupName: string,
|
|
61
|
-
sqlVirtualMachineGroupName: string,
|
|
62
|
-
availabilityGroupListenerName: string,
|
|
63
|
-
parameters: AvailabilityGroupListener,
|
|
64
|
-
options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams
|
|
65
|
-
): Promise<
|
|
66
|
-
PollerLike<
|
|
67
|
-
PollOperationState<AvailabilityGroupListenersCreateOrUpdateResponse>,
|
|
68
|
-
AvailabilityGroupListenersCreateOrUpdateResponse
|
|
69
|
-
>
|
|
70
|
-
>;
|
|
71
|
-
/**
|
|
72
|
-
* Creates or updates an availability group listener.
|
|
73
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
74
|
-
* value from the Azure Resource Manager API or the portal.
|
|
75
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
76
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
77
|
-
* @param parameters The availability group listener.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
beginCreateOrUpdateAndWait(
|
|
81
|
-
resourceGroupName: string,
|
|
82
|
-
sqlVirtualMachineGroupName: string,
|
|
83
|
-
availabilityGroupListenerName: string,
|
|
84
|
-
parameters: AvailabilityGroupListener,
|
|
85
|
-
options?: AvailabilityGroupListenersCreateOrUpdateOptionalParams
|
|
86
|
-
): Promise<AvailabilityGroupListenersCreateOrUpdateResponse>;
|
|
87
|
-
/**
|
|
88
|
-
* Deletes an availability group listener.
|
|
89
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
90
|
-
* value from the Azure Resource Manager API or the portal.
|
|
91
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
92
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
beginDelete(
|
|
96
|
-
resourceGroupName: string,
|
|
97
|
-
sqlVirtualMachineGroupName: string,
|
|
98
|
-
availabilityGroupListenerName: string,
|
|
99
|
-
options?: AvailabilityGroupListenersDeleteOptionalParams
|
|
100
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
101
|
-
/**
|
|
102
|
-
* Deletes an availability group listener.
|
|
103
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
104
|
-
* value from the Azure Resource Manager API or the portal.
|
|
105
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
106
|
-
* @param availabilityGroupListenerName Name of the availability group listener.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
beginDeleteAndWait(
|
|
110
|
-
resourceGroupName: string,
|
|
111
|
-
sqlVirtualMachineGroupName: string,
|
|
112
|
-
availabilityGroupListenerName: string,
|
|
113
|
-
options?: AvailabilityGroupListenersDeleteOptionalParams
|
|
114
|
-
): Promise<void>;
|
|
115
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./availabilityGroupListeners";
|
|
10
|
-
export * from "./operations";
|
|
11
|
-
export * from "./sqlVirtualMachineGroups";
|
|
12
|
-
export * from "./sqlVirtualMachines";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* Lists all of the available SQL Virtual Machine Rest API operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
-
}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
SqlVirtualMachineGroup,
|
|
13
|
-
SqlVirtualMachineGroupsListByResourceGroupOptionalParams,
|
|
14
|
-
SqlVirtualMachineGroupsListOptionalParams,
|
|
15
|
-
SqlVirtualMachineGroupsGetOptionalParams,
|
|
16
|
-
SqlVirtualMachineGroupsGetResponse,
|
|
17
|
-
SqlVirtualMachineGroupsCreateOrUpdateOptionalParams,
|
|
18
|
-
SqlVirtualMachineGroupsCreateOrUpdateResponse,
|
|
19
|
-
SqlVirtualMachineGroupsDeleteOptionalParams,
|
|
20
|
-
SqlVirtualMachineGroupUpdate,
|
|
21
|
-
SqlVirtualMachineGroupsUpdateOptionalParams,
|
|
22
|
-
SqlVirtualMachineGroupsUpdateResponse
|
|
23
|
-
} from "../models";
|
|
24
|
-
|
|
25
|
-
/// <reference lib="esnext.asynciterable" />
|
|
26
|
-
/** Interface representing a SqlVirtualMachineGroups. */
|
|
27
|
-
export interface SqlVirtualMachineGroups {
|
|
28
|
-
/**
|
|
29
|
-
* Gets all SQL virtual machine groups in a resource group.
|
|
30
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
31
|
-
* value from the Azure Resource Manager API or the portal.
|
|
32
|
-
* @param options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
listByResourceGroup(
|
|
35
|
-
resourceGroupName: string,
|
|
36
|
-
options?: SqlVirtualMachineGroupsListByResourceGroupOptionalParams
|
|
37
|
-
): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
38
|
-
/**
|
|
39
|
-
* Gets all SQL virtual machine groups in a subscription.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
list(
|
|
43
|
-
options?: SqlVirtualMachineGroupsListOptionalParams
|
|
44
|
-
): PagedAsyncIterableIterator<SqlVirtualMachineGroup>;
|
|
45
|
-
/**
|
|
46
|
-
* Gets a SQL virtual machine group.
|
|
47
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
48
|
-
* value from the Azure Resource Manager API or the portal.
|
|
49
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
get(
|
|
53
|
-
resourceGroupName: string,
|
|
54
|
-
sqlVirtualMachineGroupName: string,
|
|
55
|
-
options?: SqlVirtualMachineGroupsGetOptionalParams
|
|
56
|
-
): Promise<SqlVirtualMachineGroupsGetResponse>;
|
|
57
|
-
/**
|
|
58
|
-
* Creates or updates a SQL virtual machine group.
|
|
59
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
60
|
-
* value from the Azure Resource Manager API or the portal.
|
|
61
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
62
|
-
* @param parameters The SQL virtual machine group.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
beginCreateOrUpdate(
|
|
66
|
-
resourceGroupName: string,
|
|
67
|
-
sqlVirtualMachineGroupName: string,
|
|
68
|
-
parameters: SqlVirtualMachineGroup,
|
|
69
|
-
options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams
|
|
70
|
-
): Promise<
|
|
71
|
-
PollerLike<
|
|
72
|
-
PollOperationState<SqlVirtualMachineGroupsCreateOrUpdateResponse>,
|
|
73
|
-
SqlVirtualMachineGroupsCreateOrUpdateResponse
|
|
74
|
-
>
|
|
75
|
-
>;
|
|
76
|
-
/**
|
|
77
|
-
* Creates or updates a SQL virtual machine group.
|
|
78
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
79
|
-
* value from the Azure Resource Manager API or the portal.
|
|
80
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
81
|
-
* @param parameters The SQL virtual machine group.
|
|
82
|
-
* @param options The options parameters.
|
|
83
|
-
*/
|
|
84
|
-
beginCreateOrUpdateAndWait(
|
|
85
|
-
resourceGroupName: string,
|
|
86
|
-
sqlVirtualMachineGroupName: string,
|
|
87
|
-
parameters: SqlVirtualMachineGroup,
|
|
88
|
-
options?: SqlVirtualMachineGroupsCreateOrUpdateOptionalParams
|
|
89
|
-
): Promise<SqlVirtualMachineGroupsCreateOrUpdateResponse>;
|
|
90
|
-
/**
|
|
91
|
-
* Deletes a SQL virtual machine group.
|
|
92
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
93
|
-
* value from the Azure Resource Manager API or the portal.
|
|
94
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
95
|
-
* @param options The options parameters.
|
|
96
|
-
*/
|
|
97
|
-
beginDelete(
|
|
98
|
-
resourceGroupName: string,
|
|
99
|
-
sqlVirtualMachineGroupName: string,
|
|
100
|
-
options?: SqlVirtualMachineGroupsDeleteOptionalParams
|
|
101
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
102
|
-
/**
|
|
103
|
-
* Deletes a SQL virtual machine group.
|
|
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 sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
beginDeleteAndWait(
|
|
110
|
-
resourceGroupName: string,
|
|
111
|
-
sqlVirtualMachineGroupName: string,
|
|
112
|
-
options?: SqlVirtualMachineGroupsDeleteOptionalParams
|
|
113
|
-
): Promise<void>;
|
|
114
|
-
/**
|
|
115
|
-
* Updates SQL virtual machine group tags.
|
|
116
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
117
|
-
* value from the Azure Resource Manager API or the portal.
|
|
118
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
119
|
-
* @param parameters The SQL virtual machine group.
|
|
120
|
-
* @param options The options parameters.
|
|
121
|
-
*/
|
|
122
|
-
beginUpdate(
|
|
123
|
-
resourceGroupName: string,
|
|
124
|
-
sqlVirtualMachineGroupName: string,
|
|
125
|
-
parameters: SqlVirtualMachineGroupUpdate,
|
|
126
|
-
options?: SqlVirtualMachineGroupsUpdateOptionalParams
|
|
127
|
-
): Promise<
|
|
128
|
-
PollerLike<
|
|
129
|
-
PollOperationState<SqlVirtualMachineGroupsUpdateResponse>,
|
|
130
|
-
SqlVirtualMachineGroupsUpdateResponse
|
|
131
|
-
>
|
|
132
|
-
>;
|
|
133
|
-
/**
|
|
134
|
-
* Updates SQL virtual machine group tags.
|
|
135
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
136
|
-
* value from the Azure Resource Manager API or the portal.
|
|
137
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
138
|
-
* @param parameters The SQL virtual machine group.
|
|
139
|
-
* @param options The options parameters.
|
|
140
|
-
*/
|
|
141
|
-
beginUpdateAndWait(
|
|
142
|
-
resourceGroupName: string,
|
|
143
|
-
sqlVirtualMachineGroupName: string,
|
|
144
|
-
parameters: SqlVirtualMachineGroupUpdate,
|
|
145
|
-
options?: SqlVirtualMachineGroupsUpdateOptionalParams
|
|
146
|
-
): Promise<SqlVirtualMachineGroupsUpdateResponse>;
|
|
147
|
-
}
|
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
SqlVirtualMachine,
|
|
13
|
-
SqlVirtualMachinesListBySqlVmGroupOptionalParams,
|
|
14
|
-
SqlVirtualMachinesListOptionalParams,
|
|
15
|
-
SqlVirtualMachinesListByResourceGroupOptionalParams,
|
|
16
|
-
SqlVirtualMachinesStartAssessmentOptionalParams,
|
|
17
|
-
SqlVirtualMachinesRedeployOptionalParams,
|
|
18
|
-
SqlVirtualMachinesGetOptionalParams,
|
|
19
|
-
SqlVirtualMachinesGetResponse,
|
|
20
|
-
SqlVirtualMachinesCreateOrUpdateOptionalParams,
|
|
21
|
-
SqlVirtualMachinesCreateOrUpdateResponse,
|
|
22
|
-
SqlVirtualMachinesDeleteOptionalParams,
|
|
23
|
-
SqlVirtualMachineUpdate,
|
|
24
|
-
SqlVirtualMachinesUpdateOptionalParams,
|
|
25
|
-
SqlVirtualMachinesUpdateResponse
|
|
26
|
-
} from "../models";
|
|
27
|
-
|
|
28
|
-
/// <reference lib="esnext.asynciterable" />
|
|
29
|
-
/** Interface representing a SqlVirtualMachines. */
|
|
30
|
-
export interface SqlVirtualMachines {
|
|
31
|
-
/**
|
|
32
|
-
* Gets the list of sql virtual machines in a SQL virtual machine group.
|
|
33
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
34
|
-
* value from the Azure Resource Manager API or the portal.
|
|
35
|
-
* @param sqlVirtualMachineGroupName Name of the SQL virtual machine group.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
listBySqlVmGroup(
|
|
39
|
-
resourceGroupName: string,
|
|
40
|
-
sqlVirtualMachineGroupName: string,
|
|
41
|
-
options?: SqlVirtualMachinesListBySqlVmGroupOptionalParams
|
|
42
|
-
): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
43
|
-
/**
|
|
44
|
-
* Gets all SQL virtual machines in a subscription.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
list(
|
|
48
|
-
options?: SqlVirtualMachinesListOptionalParams
|
|
49
|
-
): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
50
|
-
/**
|
|
51
|
-
* Gets all SQL virtual machines in a resource group.
|
|
52
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
53
|
-
* value from the Azure Resource Manager API or the portal.
|
|
54
|
-
* @param options The options parameters.
|
|
55
|
-
*/
|
|
56
|
-
listByResourceGroup(
|
|
57
|
-
resourceGroupName: string,
|
|
58
|
-
options?: SqlVirtualMachinesListByResourceGroupOptionalParams
|
|
59
|
-
): PagedAsyncIterableIterator<SqlVirtualMachine>;
|
|
60
|
-
/**
|
|
61
|
-
* Starts Assessment on 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
|
-
beginStartAssessment(
|
|
68
|
-
resourceGroupName: string,
|
|
69
|
-
sqlVirtualMachineName: string,
|
|
70
|
-
options?: SqlVirtualMachinesStartAssessmentOptionalParams
|
|
71
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
72
|
-
/**
|
|
73
|
-
* Starts Assessment on SQL virtual machine.
|
|
74
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
75
|
-
* value from the Azure Resource Manager API or the portal.
|
|
76
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginStartAssessmentAndWait(
|
|
80
|
-
resourceGroupName: string,
|
|
81
|
-
sqlVirtualMachineName: string,
|
|
82
|
-
options?: SqlVirtualMachinesStartAssessmentOptionalParams
|
|
83
|
-
): Promise<void>;
|
|
84
|
-
/**
|
|
85
|
-
* Uninstalls and reinstalls the SQL Iaas Extension.
|
|
86
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
87
|
-
* value from the Azure Resource Manager API or the portal.
|
|
88
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
beginRedeploy(
|
|
92
|
-
resourceGroupName: string,
|
|
93
|
-
sqlVirtualMachineName: string,
|
|
94
|
-
options?: SqlVirtualMachinesRedeployOptionalParams
|
|
95
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
96
|
-
/**
|
|
97
|
-
* Uninstalls and reinstalls the SQL Iaas Extension.
|
|
98
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
99
|
-
* value from the Azure Resource Manager API or the portal.
|
|
100
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
101
|
-
* @param options The options parameters.
|
|
102
|
-
*/
|
|
103
|
-
beginRedeployAndWait(
|
|
104
|
-
resourceGroupName: string,
|
|
105
|
-
sqlVirtualMachineName: string,
|
|
106
|
-
options?: SqlVirtualMachinesRedeployOptionalParams
|
|
107
|
-
): Promise<void>;
|
|
108
|
-
/**
|
|
109
|
-
* Gets a SQL virtual machine.
|
|
110
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
111
|
-
* value from the Azure Resource Manager API or the portal.
|
|
112
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
get(
|
|
116
|
-
resourceGroupName: string,
|
|
117
|
-
sqlVirtualMachineName: string,
|
|
118
|
-
options?: SqlVirtualMachinesGetOptionalParams
|
|
119
|
-
): Promise<SqlVirtualMachinesGetResponse>;
|
|
120
|
-
/**
|
|
121
|
-
* Creates or updates a SQL virtual machine.
|
|
122
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
123
|
-
* value from the Azure Resource Manager API or the portal.
|
|
124
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
125
|
-
* @param parameters The SQL virtual machine.
|
|
126
|
-
* @param options The options parameters.
|
|
127
|
-
*/
|
|
128
|
-
beginCreateOrUpdate(
|
|
129
|
-
resourceGroupName: string,
|
|
130
|
-
sqlVirtualMachineName: string,
|
|
131
|
-
parameters: SqlVirtualMachine,
|
|
132
|
-
options?: SqlVirtualMachinesCreateOrUpdateOptionalParams
|
|
133
|
-
): Promise<
|
|
134
|
-
PollerLike<
|
|
135
|
-
PollOperationState<SqlVirtualMachinesCreateOrUpdateResponse>,
|
|
136
|
-
SqlVirtualMachinesCreateOrUpdateResponse
|
|
137
|
-
>
|
|
138
|
-
>;
|
|
139
|
-
/**
|
|
140
|
-
* Creates or updates a SQL virtual machine.
|
|
141
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
142
|
-
* value from the Azure Resource Manager API or the portal.
|
|
143
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
144
|
-
* @param parameters The SQL virtual machine.
|
|
145
|
-
* @param options The options parameters.
|
|
146
|
-
*/
|
|
147
|
-
beginCreateOrUpdateAndWait(
|
|
148
|
-
resourceGroupName: string,
|
|
149
|
-
sqlVirtualMachineName: string,
|
|
150
|
-
parameters: SqlVirtualMachine,
|
|
151
|
-
options?: SqlVirtualMachinesCreateOrUpdateOptionalParams
|
|
152
|
-
): Promise<SqlVirtualMachinesCreateOrUpdateResponse>;
|
|
153
|
-
/**
|
|
154
|
-
* Deletes a SQL virtual machine.
|
|
155
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
156
|
-
* value from the Azure Resource Manager API or the portal.
|
|
157
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
158
|
-
* @param options The options parameters.
|
|
159
|
-
*/
|
|
160
|
-
beginDelete(
|
|
161
|
-
resourceGroupName: string,
|
|
162
|
-
sqlVirtualMachineName: string,
|
|
163
|
-
options?: SqlVirtualMachinesDeleteOptionalParams
|
|
164
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
165
|
-
/**
|
|
166
|
-
* Deletes a SQL virtual machine.
|
|
167
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
168
|
-
* value from the Azure Resource Manager API or the portal.
|
|
169
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
170
|
-
* @param options The options parameters.
|
|
171
|
-
*/
|
|
172
|
-
beginDeleteAndWait(
|
|
173
|
-
resourceGroupName: string,
|
|
174
|
-
sqlVirtualMachineName: string,
|
|
175
|
-
options?: SqlVirtualMachinesDeleteOptionalParams
|
|
176
|
-
): Promise<void>;
|
|
177
|
-
/**
|
|
178
|
-
* Updates a SQL virtual machine.
|
|
179
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
180
|
-
* value from the Azure Resource Manager API or the portal.
|
|
181
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
182
|
-
* @param parameters The SQL virtual machine.
|
|
183
|
-
* @param options The options parameters.
|
|
184
|
-
*/
|
|
185
|
-
beginUpdate(
|
|
186
|
-
resourceGroupName: string,
|
|
187
|
-
sqlVirtualMachineName: string,
|
|
188
|
-
parameters: SqlVirtualMachineUpdate,
|
|
189
|
-
options?: SqlVirtualMachinesUpdateOptionalParams
|
|
190
|
-
): Promise<
|
|
191
|
-
PollerLike<
|
|
192
|
-
PollOperationState<SqlVirtualMachinesUpdateResponse>,
|
|
193
|
-
SqlVirtualMachinesUpdateResponse
|
|
194
|
-
>
|
|
195
|
-
>;
|
|
196
|
-
/**
|
|
197
|
-
* Updates a SQL virtual machine.
|
|
198
|
-
* @param resourceGroupName Name of the resource group that contains the resource. You can obtain this
|
|
199
|
-
* value from the Azure Resource Manager API or the portal.
|
|
200
|
-
* @param sqlVirtualMachineName Name of the SQL virtual machine.
|
|
201
|
-
* @param parameters The SQL virtual machine.
|
|
202
|
-
* @param options The options parameters.
|
|
203
|
-
*/
|
|
204
|
-
beginUpdateAndWait(
|
|
205
|
-
resourceGroupName: string,
|
|
206
|
-
sqlVirtualMachineName: string,
|
|
207
|
-
parameters: SqlVirtualMachineUpdate,
|
|
208
|
-
options?: SqlVirtualMachinesUpdateOptionalParams
|
|
209
|
-
): Promise<SqlVirtualMachinesUpdateResponse>;
|
|
210
|
-
}
|
package/src/pagingHelper.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export interface PageInfo {
|
|
10
|
-
continuationToken?: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const pageMap = new WeakMap<object, PageInfo>();
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
17
|
-
* returns a continuation token that can be used to begin paging from
|
|
18
|
-
* that point later.
|
|
19
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
20
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
21
|
-
*/
|
|
22
|
-
export function getContinuationToken(page: unknown): string | undefined {
|
|
23
|
-
if (typeof page !== "object" || page === null) {
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
26
|
-
return pageMap.get(page)?.continuationToken;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function setContinuationToken(
|
|
30
|
-
page: unknown,
|
|
31
|
-
continuationToken: string | undefined
|
|
32
|
-
): void {
|
|
33
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
const pageInfo = pageMap.get(page) ?? {};
|
|
37
|
-
pageInfo.continuationToken = continuationToken;
|
|
38
|
-
pageMap.set(page, pageInfo);
|
|
39
|
-
}
|