@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
|
@@ -126,6 +126,8 @@ export var KnownLeastPrivilegeMode;
|
|
|
126
126
|
(function (KnownLeastPrivilegeMode) {
|
|
127
127
|
/** Enabled */
|
|
128
128
|
KnownLeastPrivilegeMode["Enabled"] = "Enabled";
|
|
129
|
+
/** NotSet */
|
|
130
|
+
KnownLeastPrivilegeMode["NotSet"] = "NotSet";
|
|
129
131
|
})(KnownLeastPrivilegeMode || (KnownLeastPrivilegeMode = {}));
|
|
130
132
|
/** Known values of {@link SqlImageSku} that the service accepts. */
|
|
131
133
|
export var KnownSqlImageSku;
|
|
@@ -215,4 +217,10 @@ export var KnownStorageWorkloadType;
|
|
|
215
217
|
/** DW */
|
|
216
218
|
KnownStorageWorkloadType["DW"] = "DW";
|
|
217
219
|
})(KnownStorageWorkloadType || (KnownStorageWorkloadType = {}));
|
|
220
|
+
/** Known values of {@link TroubleshootingScenario} that the service accepts. */
|
|
221
|
+
export var KnownTroubleshootingScenario;
|
|
222
|
+
(function (KnownTroubleshootingScenario) {
|
|
223
|
+
/** UnhealthyReplica */
|
|
224
|
+
KnownTroubleshootingScenario["UnhealthyReplica"] = "UnhealthyReplica";
|
|
225
|
+
})(KnownTroubleshootingScenario || (KnownTroubleshootingScenario = {}));
|
|
218
226
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.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 * as coreClient from \"@azure/core-client\";\n\n/** A load balancer configuration for an availability group listener. */\nexport interface LoadBalancerConfiguration {\n /** Private IP address. */\n privateIpAddress?: PrivateIPAddress;\n /** Resource id of the public IP. */\n publicIpAddressResourceId?: string;\n /** Resource id of the load balancer. */\n loadBalancerResourceId?: string;\n /** Probe port. */\n probePort?: number;\n /** List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener. */\n sqlVirtualMachineInstances?: string[];\n}\n\n/** A private IP address bound to the availability group listener. */\nexport interface PrivateIPAddress {\n /** Private IP address bound to the availability group listener. */\n ipAddress?: string;\n /** Subnet used to include private IP. */\n subnetResourceId?: string;\n}\n\n/** Multi subnet ip configuration for an availability group listener. */\nexport interface MultiSubnetIpConfiguration {\n /** Private IP address. */\n privateIpAddress: PrivateIPAddress;\n /** SQL virtual machine instance resource id that are enrolled into the availability group listener. */\n sqlVirtualMachineInstance: string;\n}\n\n/** Availability group configuration. */\nexport interface AgConfiguration {\n /** Replica configurations. */\n replicas?: AgReplica[];\n}\n\n/** Availability group replica configuration. */\nexport interface AgReplica {\n /** Sql VirtualMachine Instance Id. */\n sqlVirtualMachineInstanceId?: string;\n /** Replica Role in availability group. */\n role?: Role;\n /** Replica commit mode in availability group. */\n commit?: Commit;\n /** Replica failover mode in availability group. */\n failover?: Failover;\n /** Replica readable secondary mode in availability group. */\n readableSecondary?: ReadableSecondary;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** ARM resource. */\nexport interface Resource {\n /**\n * Resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A list of availability group listeners. */\nexport interface AvailabilityGroupListenerListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AvailabilityGroupListener[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of the request to list SQL operations. */\nexport interface OperationListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SQL REST API operation definition. */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The localized display information for this particular operation / action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /**\n * The intended executor of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: OperationOrigin;\n /**\n * Additional descriptions for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly form of the resource type related to this action/operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The localized friendly name for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The localized friendly description for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Active Directory account details to operate Windows Server Failover Cluster. */\nexport interface WsfcDomainProfile {\n /** Fully qualified name of the domain. */\n domainFqdn?: string;\n /** Organizational Unit path in which the nodes and cluster will be present. */\n ouPath?: string;\n /** Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain). */\n clusterBootstrapAccount?: string;\n /** Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster. */\n clusterOperatorAccount?: string;\n /** Account name under which SQL service will run on all participating SQL virtual machines in the cluster. */\n sqlServiceAccount?: string;\n /** Optional path for fileshare witness. */\n fileShareWitnessPath?: string;\n /** Fully qualified ARM resource id of the witness storage account. */\n storageAccountUrl?: string;\n /** Primary key of the witness storage account. */\n storageAccountPrimaryKey?: string;\n /** Cluster subnet type. */\n clusterSubnetType?: ClusterSubnetType;\n}\n\n/** An update to a SQL virtual machine group. */\nexport interface SqlVirtualMachineGroupUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A list of SQL virtual machine groups. */\nexport interface SqlVirtualMachineGroupListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SqlVirtualMachineGroup[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of SQL virtual machines. */\nexport interface SqlVirtualMachineListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SqlVirtualMachine[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Azure Active Directory identity configuration for a resource. */\nexport interface ResourceIdentity {\n /**\n * The Azure Active Directory principal id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /** The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. */\n type?: IdentityType;\n /**\n * The Azure Active Directory tenant id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */\nexport interface WsfcDomainCredentials {\n /** Cluster bootstrap account password. */\n clusterBootstrapAccountPassword?: string;\n /** Cluster operator account password. */\n clusterOperatorAccountPassword?: string;\n /** SQL service account password. */\n sqlServiceAccountPassword?: string;\n}\n\n/** Set a patching window during which Windows and SQL patches will be applied. */\nexport interface AutoPatchingSettings {\n /** Enable or disable autopatching on SQL virtual machine. */\n enable?: boolean;\n /** Day of week to apply the patch on. */\n dayOfWeek?: DayOfWeek;\n /** Hour of the day when patching is initiated. Local VM time. */\n maintenanceWindowStartingHour?: number;\n /** Duration of patching. */\n maintenanceWindowDuration?: number;\n}\n\n/** Configure backups for databases in your SQL virtual machine. */\nexport interface AutoBackupSettings {\n /** Enable or disable autobackup on SQL virtual machine. */\n enable?: boolean;\n /** Enable or disable encryption for backup on SQL virtual machine. */\n enableEncryption?: boolean;\n /** Retention period of backup: 1-90 days. */\n retentionPeriod?: number;\n /** Storage account url where backup will be taken to. */\n storageAccountUrl?: string;\n /** Storage container name where backup will be taken to. */\n storageContainerName?: string;\n /** Storage account key where backup will be taken to. */\n storageAccessKey?: string;\n /** Password for encryption on backup. */\n password?: string;\n /** Include or exclude system databases from auto backup. */\n backupSystemDbs?: boolean;\n /** Backup schedule type. */\n backupScheduleType?: BackupScheduleType;\n /** Frequency of full backups. In both cases, full backups begin during the next scheduled time window. */\n fullBackupFrequency?: FullBackupFrequencyType;\n /** Days of the week for the backups when FullBackupFrequency is set to Weekly. */\n daysOfWeek?: AutoBackupDaysOfWeek[];\n /** Start time of a given day during which full backups can take place. 0-23 hours. */\n fullBackupStartTime?: number;\n /** Duration of the time window of a given day during which full backups can take place. 1-23 hours. */\n fullBackupWindowHours?: number;\n /** Frequency of log backups. 5-60 minutes. */\n logBackupFrequency?: number;\n}\n\n/** Configure your SQL virtual machine to be able to connect to the Azure Key Vault service. */\nexport interface KeyVaultCredentialSettings {\n /** Enable or disable key vault credential setting. */\n enable?: boolean;\n /** Credential name. */\n credentialName?: string;\n /** Azure Key Vault url. */\n azureKeyVaultUrl?: string;\n /** Service principal name to access key vault. */\n servicePrincipalName?: string;\n /** Service principal name secret to access key vault. */\n servicePrincipalSecret?: string;\n}\n\n/** Set the connectivity, storage and workload settings. */\nexport interface ServerConfigurationsManagementSettings {\n /** SQL connectivity type settings. */\n sqlConnectivityUpdateSettings?: SqlConnectivityUpdateSettings;\n /** SQL workload type settings. */\n sqlWorkloadTypeUpdateSettings?: SqlWorkloadTypeUpdateSettings;\n /** SQL storage update settings. */\n sqlStorageUpdateSettings?: SqlStorageUpdateSettings;\n /** Additional SQL feature settings. */\n additionalFeaturesServerConfigurations?: AdditionalFeaturesServerConfigurations;\n /** SQL Instance settings. */\n sqlInstanceSettings?: SQLInstanceSettings;\n /** Azure AD authentication Settings. */\n azureAdAuthenticationSettings?: AADAuthenticationSettings;\n}\n\n/** Set the access level and network port settings for SQL Server. */\nexport interface SqlConnectivityUpdateSettings {\n /** SQL Server connectivity option. */\n connectivityType?: ConnectivityType;\n /** SQL Server port. */\n port?: number;\n /** SQL Server sysadmin login to create. */\n sqlAuthUpdateUserName?: string;\n /** SQL Server sysadmin login password. */\n sqlAuthUpdatePassword?: string;\n}\n\n/** Set workload type to optimize storage for SQL Server. */\nexport interface SqlWorkloadTypeUpdateSettings {\n /** SQL Server workload type. */\n sqlWorkloadType?: SqlWorkloadType;\n}\n\n/** Set disk storage settings for SQL Server. */\nexport interface SqlStorageUpdateSettings {\n /** Virtual machine disk count. */\n diskCount?: number;\n /** Device id of the first disk to be updated. */\n startingDeviceId?: number;\n /** Disk configuration to apply to SQL Server. */\n diskConfigurationType?: DiskConfigurationType;\n}\n\n/** Additional SQL Server feature settings. */\nexport interface AdditionalFeaturesServerConfigurations {\n /** Enable or disable R services (SQL 2016 onwards). */\n isRServicesEnabled?: boolean;\n}\n\n/** Set the server/instance-level settings for SQL Server. */\nexport interface SQLInstanceSettings {\n /** SQL Server Collation. */\n collation?: string;\n /** SQL Server MAXDOP. */\n maxDop?: number;\n /** SQL Server Optimize for Adhoc workloads. */\n isOptimizeForAdHocWorkloadsEnabled?: boolean;\n /** SQL Server minimum memory. */\n minServerMemoryMB?: number;\n /** SQL Server maximum memory. */\n maxServerMemoryMB?: number;\n /** SQL Server LPIM. */\n isLpimEnabled?: boolean;\n /** SQL Server IFI. */\n isIfiEnabled?: boolean;\n}\n\n/** Enable AAD authentication for SQL VM. */\nexport interface AADAuthenticationSettings {\n /** The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity */\n clientId?: string;\n}\n\n/** Storage Configurations for SQL Data, Log and TempDb. */\nexport interface StorageConfigurationSettings {\n /** SQL Server Data Storage Settings. */\n sqlDataSettings?: SQLStorageSettings;\n /** SQL Server Log Storage Settings. */\n sqlLogSettings?: SQLStorageSettings;\n /** SQL Server TempDb Storage Settings. */\n sqlTempDbSettings?: SQLTempDbSettings;\n /** SQL Server SystemDb Storage on DataPool if true. */\n sqlSystemDbOnDataDisk?: boolean;\n /** Disk configuration to apply to SQL Server. */\n diskConfigurationType?: DiskConfigurationType;\n /** Storage workload type. */\n storageWorkloadType?: StorageWorkloadType;\n}\n\n/** Set disk storage settings for SQL Server. */\nexport interface SQLStorageSettings {\n /** Logical Unit Numbers for the disks. */\n luns?: number[];\n /** SQL Server default file path */\n defaultFilePath?: string;\n}\n\n/** Set tempDb storage settings for SQL Server. */\nexport interface SQLTempDbSettings {\n /** SQL Server tempdb data file size */\n dataFileSize?: number;\n /** SQL Server tempdb data file autoGrowth size */\n dataGrowth?: number;\n /** SQL Server tempdb log file size */\n logFileSize?: number;\n /** SQL Server tempdb log file autoGrowth size */\n logGrowth?: number;\n /** SQL Server tempdb data file count */\n dataFileCount?: number;\n /** SQL Server tempdb persist folder choice */\n persistFolder?: boolean;\n /** SQL Server tempdb persist folder location */\n persistFolderPath?: string;\n /** Logical Unit Numbers for the disks. */\n luns?: number[];\n /** SQL Server default file path */\n defaultFilePath?: string;\n}\n\n/** Status of last troubleshooting operation on this SQL VM */\nexport interface TroubleshootingStatus {\n /**\n * Root cause of the issue\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rootCause?: string;\n /**\n * Last troubleshooting trigger time in UTC timezone\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastTriggerTimeUtc?: Date;\n /**\n * Start time in UTC timezone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeUtc?: Date;\n /**\n * End time in UTC timezone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTimeUtc?: Date;\n /**\n * SQL VM troubleshooting scenario.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly troubleshootingScenario?: TroubleshootingScenario;\n /**\n * Troubleshooting properties\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: TroubleshootingAdditionalProperties;\n}\n\n/** SQL VM Troubleshooting additional properties. */\nexport interface TroubleshootingAdditionalProperties {\n /** The unhealthy replica information */\n unhealthyReplicaInfo?: UnhealthyReplicaInfo;\n}\n\n/** SQL VM Troubleshoot UnhealthyReplica scenario information. */\nexport interface UnhealthyReplicaInfo {\n /** The name of the availability group */\n availabilityGroupName?: string;\n}\n\n/** Configure SQL best practices Assessment for databases in your SQL virtual machine. */\nexport interface AssessmentSettings {\n /** Enable or disable SQL best practices Assessment feature on SQL virtual machine. */\n enable?: boolean;\n /** Run SQL best practices Assessment immediately on SQL virtual machine. */\n runImmediately?: boolean;\n /** Schedule for SQL best practices Assessment. */\n schedule?: Schedule;\n}\n\n/** Set assessment schedule for SQL Server. */\nexport interface Schedule {\n /** Enable or disable assessment schedule on SQL virtual machine. */\n enable?: boolean;\n /** Number of weeks to schedule between 2 assessment runs. Takes value from 1-6 */\n weeklyInterval?: number;\n /** Occurrence of the DayOfWeek day within a month to schedule assessment. Takes values: 1,2,3,4 and -1. Use -1 for last DayOfWeek day of the month */\n monthlyOccurrence?: number;\n /** Day of the week to run assessment. */\n dayOfWeek?: AssessmentDayOfWeek;\n /** Time of the day in HH:mm format. Eg. 17:30 */\n startTime?: string;\n}\n\n/** An update to a SQL virtual machine. */\nexport interface SqlVirtualMachineUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Details required for SQL VM troubleshooting */\nexport interface SqlVmTroubleshooting {\n /** Start time in UTC timezone. */\n startTimeUtc?: Date;\n /** End time in UTC timezone. */\n endTimeUtc?: Date;\n /** SQL VM troubleshooting scenario. */\n troubleshootingScenario?: TroubleshootingScenario;\n /** Troubleshooting properties */\n properties?: TroubleshootingAdditionalProperties;\n /**\n * Virtual machine resource id for response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualMachineResourceId?: string;\n}\n\n/** ARM proxy resource. */\nexport interface ProxyResource extends Resource {}\n\n/** ARM tracked top level resource. */\nexport interface TrackedResource extends Resource {\n /** Resource location. */\n location: string;\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A SQL Server availability group listener. */\nexport interface AvailabilityGroupListener extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state to track the async operation status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Name of the availability group. */\n availabilityGroupName?: string;\n /** List of load balancer configurations for an availability group listener. */\n loadBalancerConfigurations?: LoadBalancerConfiguration[];\n /** List of multi subnet IP configurations for an AG listener. */\n multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];\n /** Create a default availability group if it does not exist. */\n createDefaultAvailabilityGroupIfNotExist?: boolean;\n /** Listener port. */\n port?: number;\n /** Availability Group configuration. */\n availabilityGroupConfiguration?: AgConfiguration;\n}\n\n/** A SQL virtual machine group. */\nexport interface SqlVirtualMachineGroup extends TrackedResource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state to track the async operation status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. */\n sqlImageOffer?: string;\n /** SQL image sku. */\n sqlImageSku?: SqlVmGroupImageSku;\n /**\n * Scale type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: ScaleType;\n /**\n * Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterManagerType?: ClusterManagerType;\n /**\n * Cluster type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterConfiguration?: ClusterConfiguration;\n /** Cluster Active Directory domain profile. */\n wsfcDomainProfile?: WsfcDomainProfile;\n}\n\n/** A SQL virtual machine. */\nexport interface SqlVirtualMachine extends TrackedResource {\n /** Azure Active Directory identity of the server. */\n identity?: ResourceIdentity;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** ARM Resource id of underlying virtual machine created from SQL marketplace image. */\n virtualMachineResourceId?: string;\n /**\n * Provisioning state to track the async operation status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016. */\n sqlImageOffer?: string;\n /** SQL Server license type. */\n sqlServerLicenseType?: SqlServerLicenseType;\n /** SQL Server Management type. */\n sqlManagement?: SqlManagementMode;\n /** SQL IaaS Agent least privilege mode. */\n leastPrivilegeMode?: LeastPrivilegeMode;\n /** SQL Server edition type. */\n sqlImageSku?: SqlImageSku;\n /** ARM resource id of the SQL virtual machine group this SQL virtual machine is or will be part of. */\n sqlVirtualMachineGroupResourceId?: string;\n /** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */\n wsfcDomainCredentials?: WsfcDomainCredentials;\n /** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */\n wsfcStaticIp?: string;\n /** Auto patching settings for applying critical security updates to SQL virtual machine. */\n autoPatchingSettings?: AutoPatchingSettings;\n /** Auto backup settings for SQL Server. */\n autoBackupSettings?: AutoBackupSettings;\n /** Key vault credential settings. */\n keyVaultCredentialSettings?: KeyVaultCredentialSettings;\n /** SQL Server configuration management settings. */\n serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;\n /** Storage Configuration Settings. */\n storageConfigurationSettings?: StorageConfigurationSettings;\n /**\n * Troubleshooting status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly troubleshootingStatus?: TroubleshootingStatus;\n /** SQL best practices Assessment Settings. */\n assessmentSettings?: AssessmentSettings;\n /** Enable automatic upgrade of Sql IaaS extension Agent. */\n enableAutomaticUpgrade?: boolean;\n}\n\n/** Defines headers for AvailabilityGroupListeners_delete operation. */\nexport interface AvailabilityGroupListenersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SqlVirtualMachineGroups_delete operation. */\nexport interface SqlVirtualMachineGroupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SqlVirtualMachines_delete operation. */\nexport interface SqlVirtualMachinesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for SqlVirtualMachines_startAssessment operation. */\nexport interface SqlVirtualMachinesStartAssessmentHeaders {\n location?: string;\n}\n\n/** Defines headers for SqlVirtualMachines_redeploy operation. */\nexport interface SqlVirtualMachinesRedeployHeaders {\n location?: string;\n}\n\n/** Defines headers for SqlVirtualMachineTroubleshoot_troubleshoot operation. */\nexport interface SqlVirtualMachineTroubleshootTroubleshootHeaders {\n location?: string;\n}\n\n/** Known values of {@link Role} that the service accepts. */\nexport enum KnownRole {\n /** Primary */\n Primary = \"PRIMARY\",\n /** Secondary */\n Secondary = \"SECONDARY\"\n}\n\n/**\n * Defines values for Role. \\\n * {@link KnownRole} can be used interchangeably with Role,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PRIMARY** \\\n * **SECONDARY**\n */\nexport type Role = string;\n\n/** Known values of {@link Commit} that the service accepts. */\nexport enum KnownCommit {\n /** SynchronousCommit */\n SynchronousCommit = \"SYNCHRONOUS_COMMIT\",\n /** AsynchronousCommit */\n AsynchronousCommit = \"ASYNCHRONOUS_COMMIT\"\n}\n\n/**\n * Defines values for Commit. \\\n * {@link KnownCommit} can be used interchangeably with Commit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SYNCHRONOUS_COMMIT** \\\n * **ASYNCHRONOUS_COMMIT**\n */\nexport type Commit = string;\n\n/** Known values of {@link Failover} that the service accepts. */\nexport enum KnownFailover {\n /** Automatic */\n Automatic = \"AUTOMATIC\",\n /** Manual */\n Manual = \"MANUAL\"\n}\n\n/**\n * Defines values for Failover. \\\n * {@link KnownFailover} can be used interchangeably with Failover,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AUTOMATIC** \\\n * **MANUAL**\n */\nexport type Failover = string;\n\n/** Known values of {@link ReadableSecondary} that the service accepts. */\nexport enum KnownReadableSecondary {\n /** NO */\n NO = \"NO\",\n /** ALL */\n ALL = \"ALL\",\n /** ReadOnly */\n ReadOnly = \"READ_ONLY\"\n}\n\n/**\n * Defines values for ReadableSecondary. \\\n * {@link KnownReadableSecondary} can be used interchangeably with ReadableSecondary,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NO** \\\n * **ALL** \\\n * **READ_ONLY**\n */\nexport type ReadableSecondary = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\"\n}\n\n/**\n * Defines values for OperationOrigin. \\\n * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system**\n */\nexport type OperationOrigin = string;\n\n/** Known values of {@link SqlVmGroupImageSku} that the service accepts. */\nexport enum KnownSqlVmGroupImageSku {\n /** Developer */\n Developer = \"Developer\",\n /** Enterprise */\n Enterprise = \"Enterprise\"\n}\n\n/**\n * Defines values for SqlVmGroupImageSku. \\\n * {@link KnownSqlVmGroupImageSku} can be used interchangeably with SqlVmGroupImageSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Developer** \\\n * **Enterprise**\n */\nexport type SqlVmGroupImageSku = string;\n\n/** Known values of {@link ScaleType} that the service accepts. */\nexport enum KnownScaleType {\n /** HA */\n HA = \"HA\"\n}\n\n/**\n * Defines values for ScaleType. \\\n * {@link KnownScaleType} can be used interchangeably with ScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HA**\n */\nexport type ScaleType = string;\n\n/** Known values of {@link ClusterManagerType} that the service accepts. */\nexport enum KnownClusterManagerType {\n /** Wsfc */\n Wsfc = \"WSFC\"\n}\n\n/**\n * Defines values for ClusterManagerType. \\\n * {@link KnownClusterManagerType} can be used interchangeably with ClusterManagerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WSFC**\n */\nexport type ClusterManagerType = string;\n\n/** Known values of {@link ClusterConfiguration} that the service accepts. */\nexport enum KnownClusterConfiguration {\n /** Domainful */\n Domainful = \"Domainful\"\n}\n\n/**\n * Defines values for ClusterConfiguration. \\\n * {@link KnownClusterConfiguration} can be used interchangeably with ClusterConfiguration,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Domainful**\n */\nexport type ClusterConfiguration = string;\n\n/** Known values of {@link ClusterSubnetType} that the service accepts. */\nexport enum KnownClusterSubnetType {\n /** SingleSubnet */\n SingleSubnet = \"SingleSubnet\",\n /** MultiSubnet */\n MultiSubnet = \"MultiSubnet\"\n}\n\n/**\n * Defines values for ClusterSubnetType. \\\n * {@link KnownClusterSubnetType} can be used interchangeably with ClusterSubnetType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SingleSubnet** \\\n * **MultiSubnet**\n */\nexport type ClusterSubnetType = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\"\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link SqlServerLicenseType} that the service accepts. */\nexport enum KnownSqlServerLicenseType {\n /** Payg */\n Payg = \"PAYG\",\n /** Ahub */\n Ahub = \"AHUB\",\n /** DR */\n DR = \"DR\"\n}\n\n/**\n * Defines values for SqlServerLicenseType. \\\n * {@link KnownSqlServerLicenseType} can be used interchangeably with SqlServerLicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PAYG** \\\n * **AHUB** \\\n * **DR**\n */\nexport type SqlServerLicenseType = string;\n\n/** Known values of {@link SqlManagementMode} that the service accepts. */\nexport enum KnownSqlManagementMode {\n /** Full */\n Full = \"Full\",\n /** LightWeight */\n LightWeight = \"LightWeight\",\n /** NoAgent */\n NoAgent = \"NoAgent\"\n}\n\n/**\n * Defines values for SqlManagementMode. \\\n * {@link KnownSqlManagementMode} can be used interchangeably with SqlManagementMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Full** \\\n * **LightWeight** \\\n * **NoAgent**\n */\nexport type SqlManagementMode = string;\n\n/** Known values of {@link LeastPrivilegeMode} that the service accepts. */\nexport enum KnownLeastPrivilegeMode {\n /** Enabled */\n Enabled = \"Enabled\",\n /** NotSet */\n NotSet = \"NotSet\"\n}\n\n/**\n * Defines values for LeastPrivilegeMode. \\\n * {@link KnownLeastPrivilegeMode} can be used interchangeably with LeastPrivilegeMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **NotSet**\n */\nexport type LeastPrivilegeMode = string;\n\n/** Known values of {@link SqlImageSku} that the service accepts. */\nexport enum KnownSqlImageSku {\n /** Developer */\n Developer = \"Developer\",\n /** Express */\n Express = \"Express\",\n /** Standard */\n Standard = \"Standard\",\n /** Enterprise */\n Enterprise = \"Enterprise\",\n /** Web */\n Web = \"Web\"\n}\n\n/**\n * Defines values for SqlImageSku. \\\n * {@link KnownSqlImageSku} can be used interchangeably with SqlImageSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Developer** \\\n * **Express** \\\n * **Standard** \\\n * **Enterprise** \\\n * **Web**\n */\nexport type SqlImageSku = string;\n\n/** Known values of {@link BackupScheduleType} that the service accepts. */\nexport enum KnownBackupScheduleType {\n /** Manual */\n Manual = \"Manual\",\n /** Automated */\n Automated = \"Automated\"\n}\n\n/**\n * Defines values for BackupScheduleType. \\\n * {@link KnownBackupScheduleType} can be used interchangeably with BackupScheduleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manual** \\\n * **Automated**\n */\nexport type BackupScheduleType = string;\n\n/** Known values of {@link FullBackupFrequencyType} that the service accepts. */\nexport enum KnownFullBackupFrequencyType {\n /** Daily */\n Daily = \"Daily\",\n /** Weekly */\n Weekly = \"Weekly\"\n}\n\n/**\n * Defines values for FullBackupFrequencyType. \\\n * {@link KnownFullBackupFrequencyType} can be used interchangeably with FullBackupFrequencyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Daily** \\\n * **Weekly**\n */\nexport type FullBackupFrequencyType = string;\n\n/** Known values of {@link AutoBackupDaysOfWeek} that the service accepts. */\nexport enum KnownAutoBackupDaysOfWeek {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\"\n}\n\n/**\n * Defines values for AutoBackupDaysOfWeek. \\\n * {@link KnownAutoBackupDaysOfWeek} can be used interchangeably with AutoBackupDaysOfWeek,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday** \\\n * **Sunday**\n */\nexport type AutoBackupDaysOfWeek = string;\n\n/** Known values of {@link ConnectivityType} that the service accepts. */\nexport enum KnownConnectivityType {\n /** Local */\n Local = \"LOCAL\",\n /** Private */\n Private = \"PRIVATE\",\n /** Public */\n Public = \"PUBLIC\"\n}\n\n/**\n * Defines values for ConnectivityType. \\\n * {@link KnownConnectivityType} can be used interchangeably with ConnectivityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LOCAL** \\\n * **PRIVATE** \\\n * **PUBLIC**\n */\nexport type ConnectivityType = string;\n\n/** Known values of {@link SqlWorkloadType} that the service accepts. */\nexport enum KnownSqlWorkloadType {\n /** General */\n General = \"GENERAL\",\n /** Oltp */\n Oltp = \"OLTP\",\n /** DW */\n DW = \"DW\"\n}\n\n/**\n * Defines values for SqlWorkloadType. \\\n * {@link KnownSqlWorkloadType} can be used interchangeably with SqlWorkloadType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GENERAL** \\\n * **OLTP** \\\n * **DW**\n */\nexport type SqlWorkloadType = string;\n\n/** Known values of {@link DiskConfigurationType} that the service accepts. */\nexport enum KnownDiskConfigurationType {\n /** NEW */\n NEW = \"NEW\",\n /** Extend */\n Extend = \"EXTEND\",\n /** ADD */\n ADD = \"ADD\"\n}\n\n/**\n * Defines values for DiskConfigurationType. \\\n * {@link KnownDiskConfigurationType} can be used interchangeably with DiskConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NEW** \\\n * **EXTEND** \\\n * **ADD**\n */\nexport type DiskConfigurationType = string;\n\n/** Known values of {@link StorageWorkloadType} that the service accepts. */\nexport enum KnownStorageWorkloadType {\n /** General */\n General = \"GENERAL\",\n /** Oltp */\n Oltp = \"OLTP\",\n /** DW */\n DW = \"DW\"\n}\n\n/**\n * Defines values for StorageWorkloadType. \\\n * {@link KnownStorageWorkloadType} can be used interchangeably with StorageWorkloadType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GENERAL** \\\n * **OLTP** \\\n * **DW**\n */\nexport type StorageWorkloadType = string;\n\n/** Known values of {@link TroubleshootingScenario} that the service accepts. */\nexport enum KnownTroubleshootingScenario {\n /** UnhealthyReplica */\n UnhealthyReplica = \"UnhealthyReplica\"\n}\n\n/**\n * Defines values for TroubleshootingScenario. \\\n * {@link KnownTroubleshootingScenario} can be used interchangeably with TroubleshootingScenario,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UnhealthyReplica**\n */\nexport type TroubleshootingScenario = string;\n/** Defines values for DayOfWeek. */\nexport type DayOfWeek =\n | \"Everyday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n/** Defines values for AssessmentDayOfWeek. */\nexport type AssessmentDayOfWeek =\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n\n/** Optional parameters. */\nexport interface AvailabilityGroupListenersGetOptionalParams\n extends coreClient.OperationOptions {\n /** The child resources to include in the response. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type AvailabilityGroupListenersGetResponse = AvailabilityGroupListener;\n\n/** Optional parameters. */\nexport interface AvailabilityGroupListenersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AvailabilityGroupListenersCreateOrUpdateResponse = AvailabilityGroupListener;\n\n/** Optional parameters. */\nexport interface AvailabilityGroupListenersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AvailabilityGroupListenersListByGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByGroup operation. */\nexport type AvailabilityGroupListenersListByGroupResponse = AvailabilityGroupListenerListResult;\n\n/** Optional parameters. */\nexport interface AvailabilityGroupListenersListByGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByGroupNext operation. */\nexport type AvailabilityGroupListenersListByGroupNextResponse = AvailabilityGroupListenerListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SqlVirtualMachineGroupsUpdateResponse = SqlVirtualMachineGroup;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SqlVirtualMachineGroupsListByResourceGroupResponse = SqlVirtualMachineGroupListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SqlVirtualMachineGroupsListResponse = SqlVirtualMachineGroupListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SqlVirtualMachineGroupsListByResourceGroupNextResponse = SqlVirtualMachineGroupListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineGroupsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SqlVirtualMachineGroupsListNextResponse = SqlVirtualMachineGroupListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesListBySqlVmGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySqlVmGroup operation. */\nexport type SqlVirtualMachinesListBySqlVmGroupResponse = SqlVirtualMachineListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SqlVirtualMachinesListResponse = SqlVirtualMachineListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesGetOptionalParams\n extends coreClient.OperationOptions {\n /** The child resources to include in the response. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type SqlVirtualMachinesGetResponse = SqlVirtualMachine;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SqlVirtualMachinesCreateOrUpdateResponse = SqlVirtualMachine;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SqlVirtualMachinesUpdateResponse = SqlVirtualMachine;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SqlVirtualMachinesListByResourceGroupResponse = SqlVirtualMachineListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesStartAssessmentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesRedeployOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesListBySqlVmGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySqlVmGroupNext operation. */\nexport type SqlVirtualMachinesListBySqlVmGroupNextResponse = SqlVirtualMachineListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachinesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SqlVirtualMachinesListByResourceGroupNextResponse = SqlVirtualMachineListResult;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineTroubleshootTroubleshootOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the troubleshoot operation. */\nexport type SqlVirtualMachineTroubleshootTroubleshootResponse = SqlVmTroubleshooting;\n\n/** Optional parameters. */\nexport interface SqlVirtualMachineManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -6,6 +6,9 @@ export declare const AgConfiguration: coreClient.CompositeMapper;
|
|
|
6
6
|
export declare const AgReplica: coreClient.CompositeMapper;
|
|
7
7
|
export declare const SystemData: coreClient.CompositeMapper;
|
|
8
8
|
export declare const Resource: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
10
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
11
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
9
12
|
export declare const AvailabilityGroupListenerListResult: coreClient.CompositeMapper;
|
|
10
13
|
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
11
14
|
export declare const Operation: coreClient.CompositeMapper;
|
|
@@ -25,15 +28,26 @@ export declare const SqlWorkloadTypeUpdateSettings: coreClient.CompositeMapper;
|
|
|
25
28
|
export declare const SqlStorageUpdateSettings: coreClient.CompositeMapper;
|
|
26
29
|
export declare const AdditionalFeaturesServerConfigurations: coreClient.CompositeMapper;
|
|
27
30
|
export declare const SQLInstanceSettings: coreClient.CompositeMapper;
|
|
31
|
+
export declare const AADAuthenticationSettings: coreClient.CompositeMapper;
|
|
28
32
|
export declare const StorageConfigurationSettings: coreClient.CompositeMapper;
|
|
29
33
|
export declare const SQLStorageSettings: coreClient.CompositeMapper;
|
|
30
34
|
export declare const SQLTempDbSettings: coreClient.CompositeMapper;
|
|
35
|
+
export declare const TroubleshootingStatus: coreClient.CompositeMapper;
|
|
36
|
+
export declare const TroubleshootingAdditionalProperties: coreClient.CompositeMapper;
|
|
37
|
+
export declare const UnhealthyReplicaInfo: coreClient.CompositeMapper;
|
|
31
38
|
export declare const AssessmentSettings: coreClient.CompositeMapper;
|
|
32
39
|
export declare const Schedule: coreClient.CompositeMapper;
|
|
33
40
|
export declare const SqlVirtualMachineUpdate: coreClient.CompositeMapper;
|
|
41
|
+
export declare const SqlVmTroubleshooting: coreClient.CompositeMapper;
|
|
34
42
|
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
35
43
|
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
36
44
|
export declare const AvailabilityGroupListener: coreClient.CompositeMapper;
|
|
37
45
|
export declare const SqlVirtualMachineGroup: coreClient.CompositeMapper;
|
|
38
46
|
export declare const SqlVirtualMachine: coreClient.CompositeMapper;
|
|
47
|
+
export declare const AvailabilityGroupListenersDeleteHeaders: coreClient.CompositeMapper;
|
|
48
|
+
export declare const SqlVirtualMachineGroupsDeleteHeaders: coreClient.CompositeMapper;
|
|
49
|
+
export declare const SqlVirtualMachinesDeleteHeaders: coreClient.CompositeMapper;
|
|
50
|
+
export declare const SqlVirtualMachinesStartAssessmentHeaders: coreClient.CompositeMapper;
|
|
51
|
+
export declare const SqlVirtualMachinesRedeployHeaders: coreClient.CompositeMapper;
|
|
52
|
+
export declare const SqlVirtualMachineTroubleshootTroubleshootHeaders: coreClient.CompositeMapper;
|
|
39
53
|
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|