@azure/arm-sqlvirtualmachine 5.0.0-beta.9 → 5.0.0
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/LICENSE +1 -1
- package/README.md +13 -16
- package/dist/browser/api/availabilityGroupListeners/index.d.ts +3 -0
- package/dist/browser/api/availabilityGroupListeners/index.js +4 -0
- package/dist/browser/api/availabilityGroupListeners/index.js.map +1 -0
- package/dist/browser/api/availabilityGroupListeners/operations.d.ts +23 -0
- package/dist/browser/api/availabilityGroupListeners/operations.js +140 -0
- package/dist/browser/api/availabilityGroupListeners/operations.js.map +1 -0
- package/dist/browser/api/availabilityGroupListeners/options.d.ts +20 -0
- package/dist/browser/api/availabilityGroupListeners/options.js +4 -0
- package/dist/browser/api/availabilityGroupListeners/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +33 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineGroups/index.d.ts +3 -0
- package/dist/browser/api/sqlVirtualMachineGroups/index.js +4 -0
- package/dist/browser/api/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineGroups/operations.d.ts +31 -0
- package/dist/browser/api/sqlVirtualMachineGroups/operations.js +199 -0
- package/dist/browser/api/sqlVirtualMachineGroups/operations.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineGroups/options.d.ts +26 -0
- package/dist/browser/api/sqlVirtualMachineGroups/options.js +4 -0
- package/dist/browser/api/sqlVirtualMachineGroups/options.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineManagementContext.d.ts +22 -0
- package/dist/browser/api/sqlVirtualMachineManagementContext.js +26 -0
- package/dist/browser/api/sqlVirtualMachineManagementContext.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/index.d.ts +3 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/index.js +4 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/operations.d.ts +10 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/operations.js +44 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/operations.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/options.d.ts +7 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/options.js +4 -0
- package/dist/browser/api/sqlVirtualMachineTroubleshoot/options.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachines/index.d.ts +3 -0
- package/dist/browser/api/sqlVirtualMachines/index.js +4 -0
- package/dist/browser/api/sqlVirtualMachines/index.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachines/operations.d.ts +47 -0
- package/dist/browser/api/sqlVirtualMachines/operations.js +329 -0
- package/dist/browser/api/sqlVirtualMachines/operations.js.map +1 -0
- package/dist/browser/api/sqlVirtualMachines/options.d.ts +46 -0
- package/dist/browser/api/sqlVirtualMachines/options.js +4 -0
- package/dist/browser/api/sqlVirtualMachines/options.js.map +1 -0
- package/dist/browser/classic/availabilityGroupListeners/index.d.ts +27 -0
- package/dist/browser/classic/availabilityGroupListeners/index.js +34 -0
- package/dist/browser/classic/availabilityGroupListeners/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +6 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/sqlVirtualMachineGroups/index.d.ts +35 -0
- package/dist/browser/classic/sqlVirtualMachineGroups/index.js +44 -0
- package/dist/browser/classic/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/browser/classic/sqlVirtualMachineTroubleshoot/index.d.ts +16 -0
- package/dist/browser/classic/sqlVirtualMachineTroubleshoot/index.js +23 -0
- package/dist/browser/classic/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/browser/classic/sqlVirtualMachines/index.d.ts +55 -0
- package/dist/browser/classic/sqlVirtualMachines/index.js +72 -0
- package/dist/browser/classic/sqlVirtualMachines/index.js.map +1 -0
- package/dist/browser/index.d.ts +19 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -1291
- package/dist/browser/models/index.js +3 -225
- package/dist/browser/models/index.js.map +1 -1
- package/dist/{react-native/models/index.d.ts → browser/models/models.d.ts} +881 -924
- package/dist/browser/models/models.js +1363 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +120 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/sqlVirtualMachineManagementClient.d.ts +25 -22
- package/dist/browser/sqlVirtualMachineManagementClient.js +41 -106
- package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/availabilityGroupListeners/index.d.ts +3 -0
- package/dist/commonjs/api/availabilityGroupListeners/index.js +34 -0
- package/dist/commonjs/api/availabilityGroupListeners/index.js.map +7 -0
- package/dist/commonjs/api/availabilityGroupListeners/operations.d.ts +23 -0
- package/dist/commonjs/api/availabilityGroupListeners/operations.js +223 -0
- package/dist/commonjs/api/availabilityGroupListeners/operations.js.map +7 -0
- package/dist/commonjs/api/availabilityGroupListeners/options.d.ts +20 -0
- package/dist/commonjs/api/availabilityGroupListeners/options.js +16 -0
- package/dist/commonjs/api/availabilityGroupListeners/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/index.d.ts +3 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/index.js +38 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/index.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/operations.d.ts +31 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/operations.js +293 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/operations.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/options.d.ts +26 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/options.js +16 -0
- package/dist/commonjs/api/sqlVirtualMachineGroups/options.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineManagementContext.d.ts +22 -0
- package/dist/commonjs/api/sqlVirtualMachineManagementContext.js +47 -0
- package/dist/commonjs/api/sqlVirtualMachineManagementContext.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/index.d.ts +3 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/index.js +28 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/index.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/operations.d.ts +10 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/operations.js +75 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/operations.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/options.d.ts +7 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/options.js +16 -0
- package/dist/commonjs/api/sqlVirtualMachineTroubleshoot/options.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachines/index.d.ts +3 -0
- package/dist/commonjs/api/sqlVirtualMachines/index.js +46 -0
- package/dist/commonjs/api/sqlVirtualMachines/index.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachines/operations.d.ts +47 -0
- package/dist/commonjs/api/sqlVirtualMachines/operations.js +465 -0
- package/dist/commonjs/api/sqlVirtualMachines/operations.js.map +7 -0
- package/dist/commonjs/api/sqlVirtualMachines/options.d.ts +46 -0
- package/dist/commonjs/api/sqlVirtualMachines/options.js +16 -0
- package/dist/commonjs/api/sqlVirtualMachines/options.js.map +7 -0
- package/dist/commonjs/classic/availabilityGroupListeners/index.d.ts +27 -0
- package/dist/commonjs/classic/availabilityGroupListeners/index.js +103 -0
- package/dist/commonjs/classic/availabilityGroupListeners/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +6 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/sqlVirtualMachineGroups/index.d.ts +35 -0
- package/dist/commonjs/classic/sqlVirtualMachineGroups/index.js +92 -0
- package/dist/commonjs/classic/sqlVirtualMachineGroups/index.js.map +7 -0
- package/dist/commonjs/classic/sqlVirtualMachineTroubleshoot/index.d.ts +16 -0
- package/dist/commonjs/classic/sqlVirtualMachineTroubleshoot/index.js +59 -0
- package/dist/commonjs/classic/sqlVirtualMachineTroubleshoot/index.js.map +7 -0
- package/dist/commonjs/classic/sqlVirtualMachines/index.d.ts +55 -0
- package/dist/commonjs/classic/sqlVirtualMachines/index.js +120 -0
- package/dist/commonjs/classic/sqlVirtualMachines/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +19 -3
- package/dist/commonjs/index.js +96 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -1291
- package/dist/commonjs/models/index.js +82 -229
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1249 -0
- package/dist/commonjs/models/models.js +1367 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +133 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +25 -22
- package/dist/commonjs/sqlVirtualMachineManagementClient.js +68 -117
- package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/availabilityGroupListeners/index.d.ts +3 -0
- package/dist/esm/api/availabilityGroupListeners/index.js +4 -0
- package/dist/esm/api/availabilityGroupListeners/index.js.map +1 -0
- package/dist/esm/api/availabilityGroupListeners/operations.d.ts +23 -0
- package/dist/esm/api/availabilityGroupListeners/operations.js +140 -0
- package/dist/esm/api/availabilityGroupListeners/operations.js.map +1 -0
- package/dist/esm/api/availabilityGroupListeners/options.d.ts +20 -0
- package/dist/esm/api/availabilityGroupListeners/options.js +4 -0
- package/dist/esm/api/availabilityGroupListeners/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +33 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineGroups/index.d.ts +3 -0
- package/dist/esm/api/sqlVirtualMachineGroups/index.js +4 -0
- package/dist/esm/api/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineGroups/operations.d.ts +31 -0
- package/dist/esm/api/sqlVirtualMachineGroups/operations.js +199 -0
- package/dist/esm/api/sqlVirtualMachineGroups/operations.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineGroups/options.d.ts +26 -0
- package/dist/esm/api/sqlVirtualMachineGroups/options.js +4 -0
- package/dist/esm/api/sqlVirtualMachineGroups/options.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineManagementContext.d.ts +22 -0
- package/dist/esm/api/sqlVirtualMachineManagementContext.js +26 -0
- package/dist/esm/api/sqlVirtualMachineManagementContext.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/index.d.ts +3 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/index.js +4 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/operations.d.ts +10 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/operations.js +44 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/operations.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/options.d.ts +7 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/options.js +4 -0
- package/dist/esm/api/sqlVirtualMachineTroubleshoot/options.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachines/index.d.ts +3 -0
- package/dist/esm/api/sqlVirtualMachines/index.js +4 -0
- package/dist/esm/api/sqlVirtualMachines/index.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachines/operations.d.ts +47 -0
- package/dist/esm/api/sqlVirtualMachines/operations.js +329 -0
- package/dist/esm/api/sqlVirtualMachines/operations.js.map +1 -0
- package/dist/esm/api/sqlVirtualMachines/options.d.ts +46 -0
- package/dist/esm/api/sqlVirtualMachines/options.js +4 -0
- package/dist/esm/api/sqlVirtualMachines/options.js.map +1 -0
- package/dist/esm/classic/availabilityGroupListeners/index.d.ts +27 -0
- package/dist/esm/classic/availabilityGroupListeners/index.js +34 -0
- package/dist/esm/classic/availabilityGroupListeners/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +6 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/sqlVirtualMachineGroups/index.d.ts +35 -0
- package/dist/esm/classic/sqlVirtualMachineGroups/index.js +44 -0
- package/dist/esm/classic/sqlVirtualMachineGroups/index.js.map +1 -0
- package/dist/esm/classic/sqlVirtualMachineTroubleshoot/index.d.ts +16 -0
- package/dist/esm/classic/sqlVirtualMachineTroubleshoot/index.js +23 -0
- package/dist/esm/classic/sqlVirtualMachineTroubleshoot/index.js.map +1 -0
- package/dist/esm/classic/sqlVirtualMachines/index.d.ts +55 -0
- package/dist/esm/classic/sqlVirtualMachines/index.js +72 -0
- package/dist/esm/classic/sqlVirtualMachines/index.js.map +1 -0
- package/dist/esm/index.d.ts +19 -3
- package/dist/esm/index.js +7 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -1291
- package/dist/esm/models/index.js +3 -225
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1249 -0
- package/dist/esm/models/models.js +1363 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +120 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts +25 -22
- package/dist/esm/sqlVirtualMachineManagementClient.js +41 -106
- package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +188 -97
- package/CHANGELOG.md +0 -21
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -53
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1753
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -19
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -152
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/availabilityGroupListeners.d.ts +0 -89
- package/dist/browser/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/browser/operations/availabilityGroupListeners.js +0 -367
- package/dist/browser/operations/availabilityGroupListeners.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -6
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -13
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/sqlVirtualMachineGroups.d.ts +0 -117
- package/dist/browser/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/browser/operations/sqlVirtualMachineGroups.js +0 -535
- package/dist/browser/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts +0 -32
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js +0 -119
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/browser/operations/sqlVirtualMachines.d.ts +0 -176
- package/dist/browser/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/browser/operations/sqlVirtualMachines.js +0 -797
- package/dist/browser/operations/sqlVirtualMachines.js.map +0 -1
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts +0 -62
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.js +0 -9
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -6
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -13
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts +0 -79
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js +0 -9
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +0 -24
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -9
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts +0 -119
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.js +0 -9
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -21
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -53
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1757
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -19
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -155
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts +0 -89
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/commonjs/operations/availabilityGroupListeners.js +0 -372
- package/dist/commonjs/operations/availabilityGroupListeners.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -6
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -16
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts +0 -117
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js +0 -540
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts +0 -32
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +0 -124
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts +0 -176
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/commonjs/operations/sqlVirtualMachines.js +0 -802
- package/dist/commonjs/operations/sqlVirtualMachines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js +0 -10
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -6
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -16
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts +0 -79
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js +0 -10
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +0 -24
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -10
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts +0 -119
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js +0 -10
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -18
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -53
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1753
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -19
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -152
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/availabilityGroupListeners.d.ts +0 -89
- package/dist/esm/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/esm/operations/availabilityGroupListeners.js +0 -367
- package/dist/esm/operations/availabilityGroupListeners.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -6
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts +0 -117
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/esm/operations/sqlVirtualMachineGroups.js +0 -535
- package/dist/esm/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts +0 -32
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +0 -119
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/esm/operations/sqlVirtualMachines.d.ts +0 -176
- package/dist/esm/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/esm/operations/sqlVirtualMachines.js +0 -797
- package/dist/esm/operations/sqlVirtualMachines.js.map +0 -1
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts +0 -62
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js +0 -9
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -6
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts +0 -79
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js +0 -9
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +0 -24
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -9
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts +0 -119
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js +0 -9
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -226
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -53
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1753
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -19
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -152
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/availabilityGroupListeners.d.ts +0 -89
- package/dist/react-native/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/react-native/operations/availabilityGroupListeners.js +0 -367
- package/dist/react-native/operations/availabilityGroupListeners.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -6
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -13
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts +0 -117
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/react-native/operations/sqlVirtualMachineGroups.js +0 -535
- package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts +0 -32
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +0 -119
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/react-native/operations/sqlVirtualMachines.d.ts +0 -176
- package/dist/react-native/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/react-native/operations/sqlVirtualMachines.js +0 -797
- package/dist/react-native/operations/sqlVirtualMachines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js +0 -9
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -6
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -13
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts +0 -79
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js +0 -9
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +0 -24
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -9
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts +0 -119
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js +0 -9
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts +0 -24
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist/react-native/sqlVirtualMachineManagementClient.js +0 -114
- package/dist/react-native/sqlVirtualMachineManagementClient.js.map +0 -1
- package/review/arm-sqlvirtualmachine-node.api.md +0 -949
|
@@ -1,4 +1,131 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Virtual machine resource id for response. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
readonly value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
readonly nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Result of the request to list SQL operations. */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation being performed on this particular object." */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** he localized display information for this particular operation / action. */
|
|
19
|
+
readonly display?: OperationDisplay;
|
|
20
|
+
/** The intended executor of the operation." */
|
|
21
|
+
readonly origin?: OperationOrigin;
|
|
22
|
+
/** Additional descriptions for the operation. */
|
|
23
|
+
readonly properties?: Record<string, Record<string, any>>;
|
|
24
|
+
}
|
|
25
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
26
|
+
/** Display metadata associated with the operation. */
|
|
27
|
+
export interface OperationDisplay {
|
|
28
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
29
|
+
readonly provider?: string;
|
|
30
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
31
|
+
readonly resource?: string;
|
|
32
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
33
|
+
readonly operation?: string;
|
|
34
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
35
|
+
readonly description?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
38
|
+
/** The intended executor of the operation. */
|
|
39
|
+
export declare enum KnownOperationOrigin {
|
|
40
|
+
/** user */
|
|
41
|
+
User = "user",
|
|
42
|
+
/** system */
|
|
43
|
+
System = "system"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The intended executor of the operation. \
|
|
47
|
+
* {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
|
|
48
|
+
* this enum contains the known values that the service supports.
|
|
49
|
+
* ### Known values supported by the service
|
|
50
|
+
* **user** \
|
|
51
|
+
* **system**
|
|
52
|
+
*/
|
|
53
|
+
export type OperationOrigin = string;
|
|
54
|
+
export declare function _operationPropertyRecordDeserializer(item: Record<string, any>): Record<string, _OperationProperty>;
|
|
55
|
+
/** model interface _OperationProperty */
|
|
56
|
+
export interface _OperationProperty {
|
|
57
|
+
}
|
|
58
|
+
export declare function _operationPropertyDeserializer(item: any): _OperationProperty;
|
|
59
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
60
|
+
export interface ErrorResponse {
|
|
61
|
+
/** The error object. */
|
|
62
|
+
error?: ErrorDetail;
|
|
63
|
+
}
|
|
64
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
65
|
+
/** The error detail. */
|
|
66
|
+
export interface ErrorDetail {
|
|
67
|
+
/** The error code. */
|
|
68
|
+
readonly code?: string;
|
|
69
|
+
/** The error message. */
|
|
70
|
+
readonly message?: string;
|
|
71
|
+
/** The error target. */
|
|
72
|
+
readonly target?: string;
|
|
73
|
+
/** The error details. */
|
|
74
|
+
readonly details?: ErrorDetail[];
|
|
75
|
+
/** The error additional info. */
|
|
76
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
77
|
+
}
|
|
78
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
79
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
80
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
81
|
+
/** The resource management error additional info. */
|
|
82
|
+
export interface ErrorAdditionalInfo {
|
|
83
|
+
/** The additional info type. */
|
|
84
|
+
readonly type?: string;
|
|
85
|
+
/** The additional info. */
|
|
86
|
+
readonly info?: any;
|
|
87
|
+
}
|
|
88
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
89
|
+
/** A SQL Server availability group listener. */
|
|
90
|
+
export interface AvailabilityGroupListener extends ProxyResource {
|
|
91
|
+
/** Provisioning state to track the async operation status. */
|
|
92
|
+
readonly provisioningState?: string;
|
|
93
|
+
/** Name of the availability group. */
|
|
94
|
+
availabilityGroupName?: string;
|
|
95
|
+
/** List of load balancer configurations for an availability group listener. */
|
|
96
|
+
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
97
|
+
/** List of multi subnet IP configurations for an AG listener. */
|
|
98
|
+
multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];
|
|
99
|
+
/** Create a default availability group if it does not exist. */
|
|
100
|
+
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
101
|
+
/** Listener port. */
|
|
102
|
+
port?: number;
|
|
103
|
+
/** Availability Group configuration. */
|
|
104
|
+
availabilityGroupConfiguration?: AgConfiguration;
|
|
105
|
+
}
|
|
106
|
+
export declare function availabilityGroupListenerSerializer(item: AvailabilityGroupListener): any;
|
|
107
|
+
export declare function availabilityGroupListenerDeserializer(item: any): AvailabilityGroupListener;
|
|
108
|
+
/** The properties of an availability group listener. */
|
|
109
|
+
export interface AvailabilityGroupListenerProperties {
|
|
110
|
+
/** Provisioning state to track the async operation status. */
|
|
111
|
+
readonly provisioningState?: string;
|
|
112
|
+
/** Name of the availability group. */
|
|
113
|
+
availabilityGroupName?: string;
|
|
114
|
+
/** List of load balancer configurations for an availability group listener. */
|
|
115
|
+
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
116
|
+
/** List of multi subnet IP configurations for an AG listener. */
|
|
117
|
+
multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];
|
|
118
|
+
/** Create a default availability group if it does not exist. */
|
|
119
|
+
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
120
|
+
/** Listener port. */
|
|
121
|
+
port?: number;
|
|
122
|
+
/** Availability Group configuration. */
|
|
123
|
+
availabilityGroupConfiguration?: AgConfiguration;
|
|
124
|
+
}
|
|
125
|
+
export declare function availabilityGroupListenerPropertiesSerializer(item: AvailabilityGroupListenerProperties): any;
|
|
126
|
+
export declare function availabilityGroupListenerPropertiesDeserializer(item: any): AvailabilityGroupListenerProperties;
|
|
127
|
+
export declare function loadBalancerConfigurationArraySerializer(result: Array<LoadBalancerConfiguration>): any[];
|
|
128
|
+
export declare function loadBalancerConfigurationArrayDeserializer(result: Array<LoadBalancerConfiguration>): any[];
|
|
2
129
|
/** A load balancer configuration for an availability group listener. */
|
|
3
130
|
export interface LoadBalancerConfiguration {
|
|
4
131
|
/** Private IP address. */
|
|
@@ -12,6 +139,8 @@ export interface LoadBalancerConfiguration {
|
|
|
12
139
|
/** List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener. */
|
|
13
140
|
sqlVirtualMachineInstances?: string[];
|
|
14
141
|
}
|
|
142
|
+
export declare function loadBalancerConfigurationSerializer(item: LoadBalancerConfiguration): any;
|
|
143
|
+
export declare function loadBalancerConfigurationDeserializer(item: any): LoadBalancerConfiguration;
|
|
15
144
|
/** A private IP address bound to the availability group listener. */
|
|
16
145
|
export interface PrivateIPAddress {
|
|
17
146
|
/** Private IP address bound to the availability group listener. */
|
|
@@ -19,6 +148,10 @@ export interface PrivateIPAddress {
|
|
|
19
148
|
/** Subnet used to include private IP. */
|
|
20
149
|
subnetResourceId?: string;
|
|
21
150
|
}
|
|
151
|
+
export declare function privateIPAddressSerializer(item: PrivateIPAddress): any;
|
|
152
|
+
export declare function privateIPAddressDeserializer(item: any): PrivateIPAddress;
|
|
153
|
+
export declare function multiSubnetIpConfigurationArraySerializer(result: Array<MultiSubnetIpConfiguration>): any[];
|
|
154
|
+
export declare function multiSubnetIpConfigurationArrayDeserializer(result: Array<MultiSubnetIpConfiguration>): any[];
|
|
22
155
|
/** Multi subnet ip configuration for an availability group listener. */
|
|
23
156
|
export interface MultiSubnetIpConfiguration {
|
|
24
157
|
/** Private IP address. */
|
|
@@ -26,11 +159,17 @@ export interface MultiSubnetIpConfiguration {
|
|
|
26
159
|
/** SQL virtual machine instance resource id that are enrolled into the availability group listener. */
|
|
27
160
|
sqlVirtualMachineInstance: string;
|
|
28
161
|
}
|
|
162
|
+
export declare function multiSubnetIpConfigurationSerializer(item: MultiSubnetIpConfiguration): any;
|
|
163
|
+
export declare function multiSubnetIpConfigurationDeserializer(item: any): MultiSubnetIpConfiguration;
|
|
29
164
|
/** Availability group configuration. */
|
|
30
165
|
export interface AgConfiguration {
|
|
31
166
|
/** Replica configurations. */
|
|
32
167
|
replicas?: AgReplica[];
|
|
33
168
|
}
|
|
169
|
+
export declare function agConfigurationSerializer(item: AgConfiguration): any;
|
|
170
|
+
export declare function agConfigurationDeserializer(item: any): AgConfiguration;
|
|
171
|
+
export declare function agReplicaArraySerializer(result: Array<AgReplica>): any[];
|
|
172
|
+
export declare function agReplicaArrayDeserializer(result: Array<AgReplica>): any[];
|
|
34
173
|
/** Availability group replica configuration. */
|
|
35
174
|
export interface AgReplica {
|
|
36
175
|
/** Sql VirtualMachine Instance Id. */
|
|
@@ -44,6 +183,93 @@ export interface AgReplica {
|
|
|
44
183
|
/** Replica readable secondary mode in availability group. */
|
|
45
184
|
readableSecondary?: ReadableSecondary;
|
|
46
185
|
}
|
|
186
|
+
export declare function agReplicaSerializer(item: AgReplica): any;
|
|
187
|
+
export declare function agReplicaDeserializer(item: any): AgReplica;
|
|
188
|
+
/** Replica Role in availability group. */
|
|
189
|
+
export declare enum KnownRole {
|
|
190
|
+
/** Primary */
|
|
191
|
+
Primary = "Primary",
|
|
192
|
+
/** Secondary */
|
|
193
|
+
Secondary = "Secondary"
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Replica Role in availability group. \
|
|
197
|
+
* {@link KnownRole} can be used interchangeably with Role,
|
|
198
|
+
* this enum contains the known values that the service supports.
|
|
199
|
+
* ### Known values supported by the service
|
|
200
|
+
* **Primary** \
|
|
201
|
+
* **Secondary**
|
|
202
|
+
*/
|
|
203
|
+
export type Role = string;
|
|
204
|
+
/** Replica commit mode in availability group. */
|
|
205
|
+
export declare enum KnownCommit {
|
|
206
|
+
/** Synchronous_Commit */
|
|
207
|
+
SynchronousCommit = "Synchronous_Commit",
|
|
208
|
+
/** Asynchronous_Commit */
|
|
209
|
+
AsynchronousCommit = "Asynchronous_Commit"
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Replica commit mode in availability group. \
|
|
213
|
+
* {@link KnownCommit} can be used interchangeably with Commit,
|
|
214
|
+
* this enum contains the known values that the service supports.
|
|
215
|
+
* ### Known values supported by the service
|
|
216
|
+
* **Synchronous_Commit** \
|
|
217
|
+
* **Asynchronous_Commit**
|
|
218
|
+
*/
|
|
219
|
+
export type Commit = string;
|
|
220
|
+
/** Replica failover mode in availability group. */
|
|
221
|
+
export declare enum KnownFailover {
|
|
222
|
+
/** Automatic */
|
|
223
|
+
Automatic = "Automatic",
|
|
224
|
+
/** Manual */
|
|
225
|
+
Manual = "Manual"
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* Replica failover mode in availability group. \
|
|
229
|
+
* {@link KnownFailover} can be used interchangeably with Failover,
|
|
230
|
+
* this enum contains the known values that the service supports.
|
|
231
|
+
* ### Known values supported by the service
|
|
232
|
+
* **Automatic** \
|
|
233
|
+
* **Manual**
|
|
234
|
+
*/
|
|
235
|
+
export type Failover = string;
|
|
236
|
+
/** Replica readable secondary mode in availability group. */
|
|
237
|
+
export declare enum KnownReadableSecondary {
|
|
238
|
+
/** No */
|
|
239
|
+
NO = "No",
|
|
240
|
+
/** All */
|
|
241
|
+
ALL = "All",
|
|
242
|
+
/** Read_Only */
|
|
243
|
+
ReadOnly = "Read_Only"
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Replica readable secondary mode in availability group. \
|
|
247
|
+
* {@link KnownReadableSecondary} can be used interchangeably with ReadableSecondary,
|
|
248
|
+
* this enum contains the known values that the service supports.
|
|
249
|
+
* ### Known values supported by the service
|
|
250
|
+
* **No** \
|
|
251
|
+
* **All** \
|
|
252
|
+
* **Read_Only**
|
|
253
|
+
*/
|
|
254
|
+
export type ReadableSecondary = string;
|
|
255
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
256
|
+
export interface ProxyResource extends Resource {
|
|
257
|
+
}
|
|
258
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
259
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
260
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
261
|
+
export interface Resource {
|
|
262
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
263
|
+
readonly id?: string;
|
|
264
|
+
/** The name of the resource */
|
|
265
|
+
readonly name?: string;
|
|
266
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
267
|
+
readonly type?: string;
|
|
268
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
269
|
+
readonly systemData?: SystemData;
|
|
270
|
+
}
|
|
271
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
272
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
47
273
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
48
274
|
export interface SystemData {
|
|
49
275
|
/** The identity that created the resource. */
|
|
@@ -59,213 +285,214 @@ export interface SystemData {
|
|
|
59
285
|
/** The timestamp of resource last modification (UTC) */
|
|
60
286
|
lastModifiedAt?: Date;
|
|
61
287
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
readonly name?: string;
|
|
74
|
-
/**
|
|
75
|
-
* Resource type.
|
|
76
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
77
|
-
*/
|
|
78
|
-
readonly type?: string;
|
|
79
|
-
}
|
|
80
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
81
|
-
export interface ErrorResponse {
|
|
82
|
-
/** The error object. */
|
|
83
|
-
error?: ErrorDetail;
|
|
84
|
-
}
|
|
85
|
-
/** The error detail. */
|
|
86
|
-
export interface ErrorDetail {
|
|
87
|
-
/**
|
|
88
|
-
* The error code.
|
|
89
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
-
*/
|
|
91
|
-
readonly code?: string;
|
|
92
|
-
/**
|
|
93
|
-
* The error message.
|
|
94
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
-
*/
|
|
96
|
-
readonly message?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The error target.
|
|
99
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
-
*/
|
|
101
|
-
readonly target?: string;
|
|
102
|
-
/**
|
|
103
|
-
* The error details.
|
|
104
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
-
*/
|
|
106
|
-
readonly details?: ErrorDetail[];
|
|
107
|
-
/**
|
|
108
|
-
* The error additional info.
|
|
109
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
-
*/
|
|
111
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
112
|
-
}
|
|
113
|
-
/** The resource management error additional info. */
|
|
114
|
-
export interface ErrorAdditionalInfo {
|
|
115
|
-
/**
|
|
116
|
-
* The additional info type.
|
|
117
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
-
*/
|
|
119
|
-
readonly type?: string;
|
|
120
|
-
/**
|
|
121
|
-
* The additional info.
|
|
122
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
-
*/
|
|
124
|
-
readonly info?: Record<string, unknown>;
|
|
125
|
-
}
|
|
126
|
-
/** A list of availability group listeners. */
|
|
127
|
-
export interface AvailabilityGroupListenerListResult {
|
|
128
|
-
/**
|
|
129
|
-
* Array of results.
|
|
130
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
131
|
-
*/
|
|
132
|
-
readonly value?: AvailabilityGroupListener[];
|
|
133
|
-
/**
|
|
134
|
-
* Link to retrieve next page of results.
|
|
135
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
136
|
-
*/
|
|
137
|
-
readonly nextLink?: string;
|
|
288
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
289
|
+
/** The kind of entity that created the resource. */
|
|
290
|
+
export declare enum KnownCreatedByType {
|
|
291
|
+
/** The entity was created by a user. */
|
|
292
|
+
User = "User",
|
|
293
|
+
/** The entity was created by an application. */
|
|
294
|
+
Application = "Application",
|
|
295
|
+
/** The entity was created by a managed identity. */
|
|
296
|
+
ManagedIdentity = "ManagedIdentity",
|
|
297
|
+
/** The entity was created by a key. */
|
|
298
|
+
Key = "Key"
|
|
138
299
|
}
|
|
139
|
-
/**
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
300
|
+
/**
|
|
301
|
+
* The kind of entity that created the resource. \
|
|
302
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
303
|
+
* this enum contains the known values that the service supports.
|
|
304
|
+
* ### Known values supported by the service
|
|
305
|
+
* **User**: The entity was created by a user. \
|
|
306
|
+
* **Application**: The entity was created by an application. \
|
|
307
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
308
|
+
* **Key**: The entity was created by a key.
|
|
309
|
+
*/
|
|
310
|
+
export type CreatedByType = string;
|
|
311
|
+
/** The response of a AvailabilityGroupListener list operation. */
|
|
312
|
+
export interface _AvailabilityGroupListenerListResult {
|
|
313
|
+
/** The AvailabilityGroupListener items on this page */
|
|
314
|
+
readonly value: AvailabilityGroupListener[];
|
|
315
|
+
/** The link to the next page of items */
|
|
150
316
|
readonly nextLink?: string;
|
|
151
317
|
}
|
|
152
|
-
|
|
153
|
-
export
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
318
|
+
export declare function _availabilityGroupListenerListResultDeserializer(item: any): _AvailabilityGroupListenerListResult;
|
|
319
|
+
export declare function availabilityGroupListenerArraySerializer(result: Array<AvailabilityGroupListener>): any[];
|
|
320
|
+
export declare function availabilityGroupListenerArrayDeserializer(result: Array<AvailabilityGroupListener>): any[];
|
|
321
|
+
/** A SQL virtual machine. */
|
|
322
|
+
export interface SqlVirtualMachine extends TrackedResource {
|
|
323
|
+
/** DO NOT USE. This value will be deprecated. Azure Active Directory identity of the server. */
|
|
324
|
+
identity?: ResourceIdentity;
|
|
325
|
+
/** ARM Resource id of underlying virtual machine created from SQL marketplace image. */
|
|
326
|
+
virtualMachineResourceId?: string;
|
|
327
|
+
/** Provisioning state to track the async operation status. */
|
|
328
|
+
readonly provisioningState?: string;
|
|
329
|
+
/** SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016. */
|
|
330
|
+
sqlImageOffer?: string;
|
|
331
|
+
/** SQL Server license type. */
|
|
332
|
+
sqlServerLicenseType?: SqlServerLicenseType;
|
|
333
|
+
/** SQL Server Management type. NOTE: This parameter is not used anymore. API will automatically detect the Sql Management, refrain from using it. */
|
|
334
|
+
sqlManagement?: SqlManagementMode;
|
|
335
|
+
/** SQL IaaS Agent least privilege mode. */
|
|
336
|
+
leastPrivilegeMode?: LeastPrivilegeMode;
|
|
337
|
+
/** SQL Server edition type. */
|
|
338
|
+
sqlImageSku?: SqlImageSku;
|
|
339
|
+
/** ARM resource id of the SQL virtual machine group this SQL virtual machine is or will be part of. */
|
|
340
|
+
sqlVirtualMachineGroupResourceId?: string;
|
|
341
|
+
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
342
|
+
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
343
|
+
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
344
|
+
wsfcStaticIp?: string;
|
|
345
|
+
/** Auto patching settings for applying critical security updates to SQL virtual machine. */
|
|
346
|
+
autoPatchingSettings?: AutoPatchingSettings;
|
|
347
|
+
/** Auto backup settings for SQL Server. */
|
|
348
|
+
autoBackupSettings?: AutoBackupSettings;
|
|
349
|
+
/** Key vault credential settings. */
|
|
350
|
+
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
351
|
+
/** SQL Server configuration management settings. */
|
|
352
|
+
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
353
|
+
/** Storage Configuration Settings. */
|
|
354
|
+
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
355
|
+
/** Troubleshooting status */
|
|
356
|
+
readonly troubleshootingStatus?: TroubleshootingStatus;
|
|
357
|
+
/** SQL best practices Assessment Settings. */
|
|
358
|
+
assessmentSettings?: AssessmentSettings;
|
|
359
|
+
/** Enable automatic upgrade of Sql IaaS extension Agent. */
|
|
360
|
+
enableAutomaticUpgrade?: boolean;
|
|
361
|
+
/** Additional VM Patching solution enabled on the Virtual Machine */
|
|
362
|
+
readonly additionalVmPatch?: AdditionalOsPatch;
|
|
363
|
+
/** Virtual Machine Identity details used for Sql IaaS extension configurations. */
|
|
364
|
+
virtualMachineIdentitySettings?: VirtualMachineIdentity;
|
|
365
|
+
/** Operating System of the current SQL Virtual Machine. */
|
|
366
|
+
readonly osType?: OsType;
|
|
367
|
+
}
|
|
368
|
+
export declare function sqlVirtualMachineSerializer(item: SqlVirtualMachine): any;
|
|
369
|
+
export declare function sqlVirtualMachineDeserializer(item: any): SqlVirtualMachine;
|
|
370
|
+
/** The SQL virtual machine properties. */
|
|
371
|
+
export interface SqlVirtualMachineProperties {
|
|
372
|
+
/** ARM Resource id of underlying virtual machine created from SQL marketplace image. */
|
|
373
|
+
virtualMachineResourceId?: string;
|
|
374
|
+
/** Provisioning state to track the async operation status. */
|
|
375
|
+
readonly provisioningState?: string;
|
|
376
|
+
/** SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016. */
|
|
377
|
+
sqlImageOffer?: string;
|
|
378
|
+
/** SQL Server license type. */
|
|
379
|
+
sqlServerLicenseType?: SqlServerLicenseType;
|
|
380
|
+
/** SQL Server Management type. NOTE: This parameter is not used anymore. API will automatically detect the Sql Management, refrain from using it. */
|
|
381
|
+
sqlManagement?: SqlManagementMode;
|
|
382
|
+
/** SQL IaaS Agent least privilege mode. */
|
|
383
|
+
leastPrivilegeMode?: LeastPrivilegeMode;
|
|
384
|
+
/** SQL Server edition type. */
|
|
385
|
+
sqlImageSku?: SqlImageSku;
|
|
386
|
+
/** ARM resource id of the SQL virtual machine group this SQL virtual machine is or will be part of. */
|
|
387
|
+
sqlVirtualMachineGroupResourceId?: string;
|
|
388
|
+
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
389
|
+
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
390
|
+
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
391
|
+
wsfcStaticIp?: string;
|
|
392
|
+
/** Auto patching settings for applying critical security updates to SQL virtual machine. */
|
|
393
|
+
autoPatchingSettings?: AutoPatchingSettings;
|
|
394
|
+
/** Auto backup settings for SQL Server. */
|
|
395
|
+
autoBackupSettings?: AutoBackupSettings;
|
|
396
|
+
/** Key vault credential settings. */
|
|
397
|
+
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
398
|
+
/** SQL Server configuration management settings. */
|
|
399
|
+
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
400
|
+
/** Storage Configuration Settings. */
|
|
401
|
+
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
402
|
+
/** Troubleshooting status */
|
|
403
|
+
readonly troubleshootingStatus?: TroubleshootingStatus;
|
|
404
|
+
/** SQL best practices Assessment Settings. */
|
|
405
|
+
assessmentSettings?: AssessmentSettings;
|
|
406
|
+
/** Enable automatic upgrade of Sql IaaS extension Agent. */
|
|
407
|
+
enableAutomaticUpgrade?: boolean;
|
|
408
|
+
/** Additional VM Patching solution enabled on the Virtual Machine */
|
|
409
|
+
readonly additionalVmPatch?: AdditionalOsPatch;
|
|
410
|
+
/** Virtual Machine Identity details used for Sql IaaS extension configurations. */
|
|
411
|
+
virtualMachineIdentitySettings?: VirtualMachineIdentity;
|
|
412
|
+
/** Operating System of the current SQL Virtual Machine. */
|
|
413
|
+
readonly osType?: OsType;
|
|
414
|
+
}
|
|
415
|
+
export declare function sqlVirtualMachinePropertiesSerializer(item: SqlVirtualMachineProperties): any;
|
|
416
|
+
export declare function sqlVirtualMachinePropertiesDeserializer(item: any): SqlVirtualMachineProperties;
|
|
417
|
+
/** SQL Server license type. */
|
|
418
|
+
export declare enum KnownSqlServerLicenseType {
|
|
419
|
+
/** PAYG */
|
|
420
|
+
Payg = "PAYG",
|
|
421
|
+
/** AHUB */
|
|
422
|
+
Ahub = "AHUB",
|
|
423
|
+
/** DR */
|
|
424
|
+
DR = "DR"
|
|
176
425
|
}
|
|
177
|
-
/**
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
* The localized friendly description for the operation.
|
|
196
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
197
|
-
*/
|
|
198
|
-
readonly description?: string;
|
|
426
|
+
/**
|
|
427
|
+
* SQL Server license type. \
|
|
428
|
+
* {@link KnownSqlServerLicenseType} can be used interchangeably with SqlServerLicenseType,
|
|
429
|
+
* this enum contains the known values that the service supports.
|
|
430
|
+
* ### Known values supported by the service
|
|
431
|
+
* **PAYG** \
|
|
432
|
+
* **AHUB** \
|
|
433
|
+
* **DR**
|
|
434
|
+
*/
|
|
435
|
+
export type SqlServerLicenseType = string;
|
|
436
|
+
/** SQL Server Management type. NOTE: This parameter is not used anymore. API will automatically detect the Sql Management, refrain from using it. */
|
|
437
|
+
export declare enum KnownSqlManagementMode {
|
|
438
|
+
/** Full */
|
|
439
|
+
Full = "Full",
|
|
440
|
+
/** LightWeight */
|
|
441
|
+
LightWeight = "LightWeight",
|
|
442
|
+
/** NoAgent */
|
|
443
|
+
NoAgent = "NoAgent"
|
|
199
444
|
}
|
|
200
|
-
/**
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
|
|
216
|
-
/** Primary key of the witness storage account. */
|
|
217
|
-
storageAccountPrimaryKey?: string;
|
|
218
|
-
/** Cluster subnet type. */
|
|
219
|
-
clusterSubnetType?: ClusterSubnetType;
|
|
220
|
-
}
|
|
221
|
-
/** An update to a SQL virtual machine group. */
|
|
222
|
-
export interface SqlVirtualMachineGroupUpdate {
|
|
223
|
-
/** Resource tags. */
|
|
224
|
-
tags?: {
|
|
225
|
-
[propertyName: string]: string;
|
|
226
|
-
};
|
|
227
|
-
}
|
|
228
|
-
/** A list of SQL virtual machine groups. */
|
|
229
|
-
export interface SqlVirtualMachineGroupListResult {
|
|
230
|
-
/**
|
|
231
|
-
* Array of results.
|
|
232
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
233
|
-
*/
|
|
234
|
-
readonly value?: SqlVirtualMachineGroup[];
|
|
235
|
-
/**
|
|
236
|
-
* Link to retrieve next page of results.
|
|
237
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
238
|
-
*/
|
|
239
|
-
readonly nextLink?: string;
|
|
240
|
-
}
|
|
241
|
-
/** A list of SQL virtual machines. */
|
|
242
|
-
export interface SqlVirtualMachineListResult {
|
|
243
|
-
/**
|
|
244
|
-
* Array of results.
|
|
245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
-
*/
|
|
247
|
-
readonly value?: SqlVirtualMachine[];
|
|
248
|
-
/**
|
|
249
|
-
* Link to retrieve next page of results.
|
|
250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
-
*/
|
|
252
|
-
readonly nextLink?: string;
|
|
445
|
+
/**
|
|
446
|
+
* SQL Server Management type. NOTE: This parameter is not used anymore. API will automatically detect the Sql Management, refrain from using it. \
|
|
447
|
+
* {@link KnownSqlManagementMode} can be used interchangeably with SqlManagementMode,
|
|
448
|
+
* this enum contains the known values that the service supports.
|
|
449
|
+
* ### Known values supported by the service
|
|
450
|
+
* **Full** \
|
|
451
|
+
* **LightWeight** \
|
|
452
|
+
* **NoAgent**
|
|
453
|
+
*/
|
|
454
|
+
export type SqlManagementMode = string;
|
|
455
|
+
/** SQL IaaS Agent least privilege mode. */
|
|
456
|
+
export declare enum KnownLeastPrivilegeMode {
|
|
457
|
+
/** Enabled */
|
|
458
|
+
Enabled = "Enabled",
|
|
459
|
+
/** NotSet */
|
|
460
|
+
NotSet = "NotSet"
|
|
253
461
|
}
|
|
254
|
-
/**
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
462
|
+
/**
|
|
463
|
+
* SQL IaaS Agent least privilege mode. \
|
|
464
|
+
* {@link KnownLeastPrivilegeMode} can be used interchangeably with LeastPrivilegeMode,
|
|
465
|
+
* this enum contains the known values that the service supports.
|
|
466
|
+
* ### Known values supported by the service
|
|
467
|
+
* **Enabled** \
|
|
468
|
+
* **NotSet**
|
|
469
|
+
*/
|
|
470
|
+
export type LeastPrivilegeMode = string;
|
|
471
|
+
/** SQL Server edition type. */
|
|
472
|
+
export declare enum KnownSqlImageSku {
|
|
473
|
+
/** Developer */
|
|
474
|
+
Developer = "Developer",
|
|
475
|
+
/** Express */
|
|
476
|
+
Express = "Express",
|
|
477
|
+
/** Standard */
|
|
478
|
+
Standard = "Standard",
|
|
479
|
+
/** Enterprise */
|
|
480
|
+
Enterprise = "Enterprise",
|
|
481
|
+
/** Web */
|
|
482
|
+
Web = "Web"
|
|
268
483
|
}
|
|
484
|
+
/**
|
|
485
|
+
* SQL Server edition type. \
|
|
486
|
+
* {@link KnownSqlImageSku} can be used interchangeably with SqlImageSku,
|
|
487
|
+
* this enum contains the known values that the service supports.
|
|
488
|
+
* ### Known values supported by the service
|
|
489
|
+
* **Developer** \
|
|
490
|
+
* **Express** \
|
|
491
|
+
* **Standard** \
|
|
492
|
+
* **Enterprise** \
|
|
493
|
+
* **Web**
|
|
494
|
+
*/
|
|
495
|
+
export type SqlImageSku = string;
|
|
269
496
|
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
270
497
|
export interface WsfcDomainCredentials {
|
|
271
498
|
/** Cluster bootstrap account password. */
|
|
@@ -275,6 +502,8 @@ export interface WsfcDomainCredentials {
|
|
|
275
502
|
/** SQL service account password. */
|
|
276
503
|
sqlServiceAccountPassword?: string;
|
|
277
504
|
}
|
|
505
|
+
export declare function wsfcDomainCredentialsSerializer(item: WsfcDomainCredentials): any;
|
|
506
|
+
export declare function wsfcDomainCredentialsDeserializer(item: any): WsfcDomainCredentials;
|
|
278
507
|
/** Set a patching window during which Windows and SQL patches will be applied. */
|
|
279
508
|
export interface AutoPatchingSettings {
|
|
280
509
|
/** Enable or disable autopatching on SQL virtual machine. */
|
|
@@ -285,7 +514,29 @@ export interface AutoPatchingSettings {
|
|
|
285
514
|
maintenanceWindowStartingHour?: number;
|
|
286
515
|
/** Duration of patching. */
|
|
287
516
|
maintenanceWindowDuration?: number;
|
|
517
|
+
/** Additional Patch to be enable or enabled on the SQL Virtual Machine. */
|
|
518
|
+
additionalVmPatch?: AdditionalVmPatch;
|
|
519
|
+
}
|
|
520
|
+
export declare function autoPatchingSettingsSerializer(item: AutoPatchingSettings): any;
|
|
521
|
+
export declare function autoPatchingSettingsDeserializer(item: any): AutoPatchingSettings;
|
|
522
|
+
/** Day of week to apply the patch on. */
|
|
523
|
+
export type DayOfWeek = "Everyday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
524
|
+
/** Additional Patch to be enable or enabled on the SQL Virtual Machine. */
|
|
525
|
+
export declare enum KnownAdditionalVmPatch {
|
|
526
|
+
/** NotSet */
|
|
527
|
+
NotSet = "NotSet",
|
|
528
|
+
/** MicrosoftUpdate */
|
|
529
|
+
MicrosoftUpdate = "MicrosoftUpdate"
|
|
288
530
|
}
|
|
531
|
+
/**
|
|
532
|
+
* Additional Patch to be enable or enabled on the SQL Virtual Machine. \
|
|
533
|
+
* {@link KnownAdditionalVmPatch} can be used interchangeably with AdditionalVmPatch,
|
|
534
|
+
* this enum contains the known values that the service supports.
|
|
535
|
+
* ### Known values supported by the service
|
|
536
|
+
* **NotSet** \
|
|
537
|
+
* **MicrosoftUpdate**
|
|
538
|
+
*/
|
|
539
|
+
export type AdditionalVmPatch = string;
|
|
289
540
|
/** Configure backups for databases in your SQL virtual machine. */
|
|
290
541
|
export interface AutoBackupSettings {
|
|
291
542
|
/** Enable or disable autobackup on SQL virtual machine. */
|
|
@@ -317,6 +568,59 @@ export interface AutoBackupSettings {
|
|
|
317
568
|
/** Frequency of log backups. 5-60 minutes. */
|
|
318
569
|
logBackupFrequency?: number;
|
|
319
570
|
}
|
|
571
|
+
export declare function autoBackupSettingsSerializer(item: AutoBackupSettings): any;
|
|
572
|
+
export declare function autoBackupSettingsDeserializer(item: any): AutoBackupSettings;
|
|
573
|
+
/** Backup schedule type. */
|
|
574
|
+
export declare enum KnownBackupScheduleType {
|
|
575
|
+
/** Manual */
|
|
576
|
+
Manual = "Manual",
|
|
577
|
+
/** Automated */
|
|
578
|
+
Automated = "Automated"
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* Backup schedule type. \
|
|
582
|
+
* {@link KnownBackupScheduleType} can be used interchangeably with BackupScheduleType,
|
|
583
|
+
* this enum contains the known values that the service supports.
|
|
584
|
+
* ### Known values supported by the service
|
|
585
|
+
* **Manual** \
|
|
586
|
+
* **Automated**
|
|
587
|
+
*/
|
|
588
|
+
export type BackupScheduleType = string;
|
|
589
|
+
/** Frequency of full backups. In both cases, full backups begin during the next scheduled time window. */
|
|
590
|
+
export declare enum KnownFullBackupFrequencyType {
|
|
591
|
+
/** Daily */
|
|
592
|
+
Daily = "Daily",
|
|
593
|
+
/** Weekly */
|
|
594
|
+
Weekly = "Weekly"
|
|
595
|
+
}
|
|
596
|
+
/**
|
|
597
|
+
* Frequency of full backups. In both cases, full backups begin during the next scheduled time window. \
|
|
598
|
+
* {@link KnownFullBackupFrequencyType} can be used interchangeably with FullBackupFrequencyType,
|
|
599
|
+
* this enum contains the known values that the service supports.
|
|
600
|
+
* ### Known values supported by the service
|
|
601
|
+
* **Daily** \
|
|
602
|
+
* **Weekly**
|
|
603
|
+
*/
|
|
604
|
+
export type FullBackupFrequencyType = string;
|
|
605
|
+
/** Known values of {@link AutoBackupDaysOfWeek} that the service accepts. */
|
|
606
|
+
export declare enum KnownAutoBackupDaysOfWeek {
|
|
607
|
+
/** Monday */
|
|
608
|
+
Monday = "Monday",
|
|
609
|
+
/** Tuesday */
|
|
610
|
+
Tuesday = "Tuesday",
|
|
611
|
+
/** Wednesday */
|
|
612
|
+
Wednesday = "Wednesday",
|
|
613
|
+
/** Thursday */
|
|
614
|
+
Thursday = "Thursday",
|
|
615
|
+
/** Friday */
|
|
616
|
+
Friday = "Friday",
|
|
617
|
+
/** Saturday */
|
|
618
|
+
Saturday = "Saturday",
|
|
619
|
+
/** Sunday */
|
|
620
|
+
Sunday = "Sunday"
|
|
621
|
+
}
|
|
622
|
+
/** Type of AutoBackupDaysOfWeek */
|
|
623
|
+
export type AutoBackupDaysOfWeek = string;
|
|
320
624
|
/** Configure your SQL virtual machine to be able to connect to the Azure Key Vault service. */
|
|
321
625
|
export interface KeyVaultCredentialSettings {
|
|
322
626
|
/** Enable or disable key vault credential setting. */
|
|
@@ -330,6 +634,8 @@ export interface KeyVaultCredentialSettings {
|
|
|
330
634
|
/** Service principal name secret to access key vault. */
|
|
331
635
|
servicePrincipalSecret?: string;
|
|
332
636
|
}
|
|
637
|
+
export declare function keyVaultCredentialSettingsSerializer(item: KeyVaultCredentialSettings): any;
|
|
638
|
+
export declare function keyVaultCredentialSettingsDeserializer(item: any): KeyVaultCredentialSettings;
|
|
333
639
|
/** Set the connectivity, storage and workload settings. */
|
|
334
640
|
export interface ServerConfigurationsManagementSettings {
|
|
335
641
|
/** SQL connectivity type settings. */
|
|
@@ -345,6 +651,8 @@ export interface ServerConfigurationsManagementSettings {
|
|
|
345
651
|
/** Azure AD authentication Settings. */
|
|
346
652
|
azureAdAuthenticationSettings?: AADAuthenticationSettings;
|
|
347
653
|
}
|
|
654
|
+
export declare function serverConfigurationsManagementSettingsSerializer(item: ServerConfigurationsManagementSettings): any;
|
|
655
|
+
export declare function serverConfigurationsManagementSettingsDeserializer(item: any): ServerConfigurationsManagementSettings;
|
|
348
656
|
/** Set the access level and network port settings for SQL Server. */
|
|
349
657
|
export interface SqlConnectivityUpdateSettings {
|
|
350
658
|
/** SQL Server connectivity option. */
|
|
@@ -356,11 +664,53 @@ export interface SqlConnectivityUpdateSettings {
|
|
|
356
664
|
/** SQL Server sysadmin login password. */
|
|
357
665
|
sqlAuthUpdatePassword?: string;
|
|
358
666
|
}
|
|
667
|
+
export declare function sqlConnectivityUpdateSettingsSerializer(item: SqlConnectivityUpdateSettings): any;
|
|
668
|
+
export declare function sqlConnectivityUpdateSettingsDeserializer(item: any): SqlConnectivityUpdateSettings;
|
|
669
|
+
/** SQL Server connectivity option. */
|
|
670
|
+
export declare enum KnownConnectivityType {
|
|
671
|
+
/** LOCAL */
|
|
672
|
+
Local = "LOCAL",
|
|
673
|
+
/** PRIVATE */
|
|
674
|
+
Private = "PRIVATE",
|
|
675
|
+
/** PUBLIC */
|
|
676
|
+
Public = "PUBLIC"
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
* SQL Server connectivity option. \
|
|
680
|
+
* {@link KnownConnectivityType} can be used interchangeably with ConnectivityType,
|
|
681
|
+
* this enum contains the known values that the service supports.
|
|
682
|
+
* ### Known values supported by the service
|
|
683
|
+
* **LOCAL** \
|
|
684
|
+
* **PRIVATE** \
|
|
685
|
+
* **PUBLIC**
|
|
686
|
+
*/
|
|
687
|
+
export type ConnectivityType = string;
|
|
359
688
|
/** Set workload type to optimize storage for SQL Server. */
|
|
360
689
|
export interface SqlWorkloadTypeUpdateSettings {
|
|
361
690
|
/** SQL Server workload type. */
|
|
362
691
|
sqlWorkloadType?: SqlWorkloadType;
|
|
363
692
|
}
|
|
693
|
+
export declare function sqlWorkloadTypeUpdateSettingsSerializer(item: SqlWorkloadTypeUpdateSettings): any;
|
|
694
|
+
export declare function sqlWorkloadTypeUpdateSettingsDeserializer(item: any): SqlWorkloadTypeUpdateSettings;
|
|
695
|
+
/** SQL Server workload type. */
|
|
696
|
+
export declare enum KnownSqlWorkloadType {
|
|
697
|
+
/** GENERAL */
|
|
698
|
+
General = "GENERAL",
|
|
699
|
+
/** OLTP */
|
|
700
|
+
Oltp = "OLTP",
|
|
701
|
+
/** DW */
|
|
702
|
+
DW = "DW"
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* SQL Server workload type. \
|
|
706
|
+
* {@link KnownSqlWorkloadType} can be used interchangeably with SqlWorkloadType,
|
|
707
|
+
* this enum contains the known values that the service supports.
|
|
708
|
+
* ### Known values supported by the service
|
|
709
|
+
* **GENERAL** \
|
|
710
|
+
* **OLTP** \
|
|
711
|
+
* **DW**
|
|
712
|
+
*/
|
|
713
|
+
export type SqlWorkloadType = string;
|
|
364
714
|
/** Set disk storage settings for SQL Server. */
|
|
365
715
|
export interface SqlStorageUpdateSettings {
|
|
366
716
|
/** Virtual machine disk count. */
|
|
@@ -370,11 +720,34 @@ export interface SqlStorageUpdateSettings {
|
|
|
370
720
|
/** Disk configuration to apply to SQL Server. */
|
|
371
721
|
diskConfigurationType?: DiskConfigurationType;
|
|
372
722
|
}
|
|
723
|
+
export declare function sqlStorageUpdateSettingsSerializer(item: SqlStorageUpdateSettings): any;
|
|
724
|
+
export declare function sqlStorageUpdateSettingsDeserializer(item: any): SqlStorageUpdateSettings;
|
|
725
|
+
/** Disk configuration to apply to SQL Server. */
|
|
726
|
+
export declare enum KnownDiskConfigurationType {
|
|
727
|
+
/** NEW */
|
|
728
|
+
NEW = "NEW",
|
|
729
|
+
/** EXTEND */
|
|
730
|
+
Extend = "EXTEND",
|
|
731
|
+
/** ADD */
|
|
732
|
+
ADD = "ADD"
|
|
733
|
+
}
|
|
734
|
+
/**
|
|
735
|
+
* Disk configuration to apply to SQL Server. \
|
|
736
|
+
* {@link KnownDiskConfigurationType} can be used interchangeably with DiskConfigurationType,
|
|
737
|
+
* this enum contains the known values that the service supports.
|
|
738
|
+
* ### Known values supported by the service
|
|
739
|
+
* **NEW** \
|
|
740
|
+
* **EXTEND** \
|
|
741
|
+
* **ADD**
|
|
742
|
+
*/
|
|
743
|
+
export type DiskConfigurationType = string;
|
|
373
744
|
/** Additional SQL Server feature settings. */
|
|
374
745
|
export interface AdditionalFeaturesServerConfigurations {
|
|
375
746
|
/** Enable or disable R services (SQL 2016 onwards). */
|
|
376
747
|
isRServicesEnabled?: boolean;
|
|
377
748
|
}
|
|
749
|
+
export declare function additionalFeaturesServerConfigurationsSerializer(item: AdditionalFeaturesServerConfigurations): any;
|
|
750
|
+
export declare function additionalFeaturesServerConfigurationsDeserializer(item: any): AdditionalFeaturesServerConfigurations;
|
|
378
751
|
/** Set the server/instance-level settings for SQL Server. */
|
|
379
752
|
export interface SQLInstanceSettings {
|
|
380
753
|
/** SQL Server Collation. */
|
|
@@ -392,11 +765,15 @@ export interface SQLInstanceSettings {
|
|
|
392
765
|
/** SQL Server IFI. */
|
|
393
766
|
isIfiEnabled?: boolean;
|
|
394
767
|
}
|
|
768
|
+
export declare function sqlInstanceSettingsSerializer(item: SQLInstanceSettings): any;
|
|
769
|
+
export declare function sqlInstanceSettingsDeserializer(item: any): SQLInstanceSettings;
|
|
395
770
|
/** Enable AAD authentication for SQL VM. */
|
|
396
771
|
export interface AADAuthenticationSettings {
|
|
397
772
|
/** The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity */
|
|
398
773
|
clientId?: string;
|
|
399
774
|
}
|
|
775
|
+
export declare function aadAuthenticationSettingsSerializer(item: AADAuthenticationSettings): any;
|
|
776
|
+
export declare function aadAuthenticationSettingsDeserializer(item: any): AADAuthenticationSettings;
|
|
400
777
|
/** Storage Configurations for SQL Data, Log and TempDb. */
|
|
401
778
|
export interface StorageConfigurationSettings {
|
|
402
779
|
/** SQL Server Data Storage Settings. */
|
|
@@ -411,14 +788,22 @@ export interface StorageConfigurationSettings {
|
|
|
411
788
|
diskConfigurationType?: DiskConfigurationType;
|
|
412
789
|
/** Storage workload type. */
|
|
413
790
|
storageWorkloadType?: StorageWorkloadType;
|
|
791
|
+
/** Enable SQL IaaS Agent storage configuration blade in Azure Portal. */
|
|
792
|
+
enableStorageConfigBlade?: boolean;
|
|
414
793
|
}
|
|
794
|
+
export declare function storageConfigurationSettingsSerializer(item: StorageConfigurationSettings): any;
|
|
795
|
+
export declare function storageConfigurationSettingsDeserializer(item: any): StorageConfigurationSettings;
|
|
415
796
|
/** Set disk storage settings for SQL Server. */
|
|
416
797
|
export interface SQLStorageSettings {
|
|
417
798
|
/** Logical Unit Numbers for the disks. */
|
|
418
799
|
luns?: number[];
|
|
419
800
|
/** SQL Server default file path */
|
|
420
801
|
defaultFilePath?: string;
|
|
802
|
+
/** Use storage pool to build a drive if true or not provided */
|
|
803
|
+
useStoragePool?: boolean;
|
|
421
804
|
}
|
|
805
|
+
export declare function sqlStorageSettingsSerializer(item: SQLStorageSettings): any;
|
|
806
|
+
export declare function sqlStorageSettingsDeserializer(item: any): SQLStorageSettings;
|
|
422
807
|
/** Set tempDb storage settings for SQL Server. */
|
|
423
808
|
export interface SQLTempDbSettings {
|
|
424
809
|
/** SQL Server tempdb data file size */
|
|
@@ -439,50 +824,73 @@ export interface SQLTempDbSettings {
|
|
|
439
824
|
luns?: number[];
|
|
440
825
|
/** SQL Server default file path */
|
|
441
826
|
defaultFilePath?: string;
|
|
827
|
+
/** Use storage pool to build a drive if true or not provided */
|
|
828
|
+
useStoragePool?: boolean;
|
|
829
|
+
}
|
|
830
|
+
export declare function sqlTempDbSettingsSerializer(item: SQLTempDbSettings): any;
|
|
831
|
+
export declare function sqlTempDbSettingsDeserializer(item: any): SQLTempDbSettings;
|
|
832
|
+
/** Storage workload type. */
|
|
833
|
+
export declare enum KnownStorageWorkloadType {
|
|
834
|
+
/** GENERAL */
|
|
835
|
+
General = "GENERAL",
|
|
836
|
+
/** OLTP */
|
|
837
|
+
Oltp = "OLTP",
|
|
838
|
+
/** DW */
|
|
839
|
+
DW = "DW"
|
|
442
840
|
}
|
|
841
|
+
/**
|
|
842
|
+
* Storage workload type. \
|
|
843
|
+
* {@link KnownStorageWorkloadType} can be used interchangeably with StorageWorkloadType,
|
|
844
|
+
* this enum contains the known values that the service supports.
|
|
845
|
+
* ### Known values supported by the service
|
|
846
|
+
* **GENERAL** \
|
|
847
|
+
* **OLTP** \
|
|
848
|
+
* **DW**
|
|
849
|
+
*/
|
|
850
|
+
export type StorageWorkloadType = string;
|
|
443
851
|
/** Status of last troubleshooting operation on this SQL VM */
|
|
444
852
|
export interface TroubleshootingStatus {
|
|
445
|
-
/**
|
|
446
|
-
* Root cause of the issue
|
|
447
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
-
*/
|
|
853
|
+
/** Root cause of the issue */
|
|
449
854
|
readonly rootCause?: string;
|
|
450
|
-
/**
|
|
451
|
-
* Last troubleshooting trigger time in UTC timezone
|
|
452
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
453
|
-
*/
|
|
855
|
+
/** Last troubleshooting trigger time in UTC timezone */
|
|
454
856
|
readonly lastTriggerTimeUtc?: Date;
|
|
455
|
-
/**
|
|
456
|
-
* Start time in UTC timezone.
|
|
457
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
458
|
-
*/
|
|
857
|
+
/** Start time in UTC timezone. */
|
|
459
858
|
readonly startTimeUtc?: Date;
|
|
460
|
-
/**
|
|
461
|
-
* End time in UTC timezone.
|
|
462
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
463
|
-
*/
|
|
859
|
+
/** End time in UTC timezone. */
|
|
464
860
|
readonly endTimeUtc?: Date;
|
|
465
|
-
/**
|
|
466
|
-
* SQL VM troubleshooting scenario.
|
|
467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
|
-
*/
|
|
861
|
+
/** SQL VM troubleshooting scenario. */
|
|
469
862
|
readonly troubleshootingScenario?: TroubleshootingScenario;
|
|
470
|
-
/**
|
|
471
|
-
* Troubleshooting properties
|
|
472
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
473
|
-
*/
|
|
863
|
+
/** Troubleshooting properties */
|
|
474
864
|
readonly properties?: TroubleshootingAdditionalProperties;
|
|
475
865
|
}
|
|
866
|
+
export declare function troubleshootingStatusDeserializer(item: any): TroubleshootingStatus;
|
|
867
|
+
/** SQL VM troubleshooting scenario. */
|
|
868
|
+
export declare enum KnownTroubleshootingScenario {
|
|
869
|
+
/** UnhealthyReplica */
|
|
870
|
+
UnhealthyReplica = "UnhealthyReplica"
|
|
871
|
+
}
|
|
872
|
+
/**
|
|
873
|
+
* SQL VM troubleshooting scenario. \
|
|
874
|
+
* {@link KnownTroubleshootingScenario} can be used interchangeably with TroubleshootingScenario,
|
|
875
|
+
* this enum contains the known values that the service supports.
|
|
876
|
+
* ### Known values supported by the service
|
|
877
|
+
* **UnhealthyReplica**
|
|
878
|
+
*/
|
|
879
|
+
export type TroubleshootingScenario = string;
|
|
476
880
|
/** SQL VM Troubleshooting additional properties. */
|
|
477
881
|
export interface TroubleshootingAdditionalProperties {
|
|
478
882
|
/** The unhealthy replica information */
|
|
479
883
|
unhealthyReplicaInfo?: UnhealthyReplicaInfo;
|
|
480
884
|
}
|
|
885
|
+
export declare function troubleshootingAdditionalPropertiesSerializer(item: TroubleshootingAdditionalProperties): any;
|
|
886
|
+
export declare function troubleshootingAdditionalPropertiesDeserializer(item: any): TroubleshootingAdditionalProperties;
|
|
481
887
|
/** SQL VM Troubleshoot UnhealthyReplica scenario information. */
|
|
482
888
|
export interface UnhealthyReplicaInfo {
|
|
483
889
|
/** The name of the availability group */
|
|
484
890
|
availabilityGroupName?: string;
|
|
485
891
|
}
|
|
892
|
+
export declare function unhealthyReplicaInfoSerializer(item: UnhealthyReplicaInfo): any;
|
|
893
|
+
export declare function unhealthyReplicaInfoDeserializer(item: any): UnhealthyReplicaInfo;
|
|
486
894
|
/** Configure SQL best practices Assessment for databases in your SQL virtual machine. */
|
|
487
895
|
export interface AssessmentSettings {
|
|
488
896
|
/** Enable or disable SQL best practices Assessment feature on SQL virtual machine. */
|
|
@@ -492,6 +900,8 @@ export interface AssessmentSettings {
|
|
|
492
900
|
/** Schedule for SQL best practices Assessment. */
|
|
493
901
|
schedule?: Schedule;
|
|
494
902
|
}
|
|
903
|
+
export declare function assessmentSettingsSerializer(item: AssessmentSettings): any;
|
|
904
|
+
export declare function assessmentSettingsDeserializer(item: any): AssessmentSettings;
|
|
495
905
|
/** Set assessment schedule for SQL Server. */
|
|
496
906
|
export interface Schedule {
|
|
497
907
|
/** Enable or disable assessment schedule on SQL virtual machine. */
|
|
@@ -505,282 +915,162 @@ export interface Schedule {
|
|
|
505
915
|
/** Time of the day in HH:mm format. Eg. 17:30 */
|
|
506
916
|
startTime?: string;
|
|
507
917
|
}
|
|
508
|
-
|
|
509
|
-
export
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
918
|
+
export declare function scheduleSerializer(item: Schedule): any;
|
|
919
|
+
export declare function scheduleDeserializer(item: any): Schedule;
|
|
920
|
+
/** Day of the week to run assessment. */
|
|
921
|
+
export type AssessmentDayOfWeek = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";
|
|
922
|
+
/** Additional VM Patching solution enabled on the Virtual Machine */
|
|
923
|
+
export declare enum KnownAdditionalOsPatch {
|
|
924
|
+
/** WU */
|
|
925
|
+
WU = "WU",
|
|
926
|
+
/** WUMU */
|
|
927
|
+
Wumu = "WUMU",
|
|
928
|
+
/** WSUS */
|
|
929
|
+
Wsus = "WSUS"
|
|
514
930
|
}
|
|
515
|
-
/**
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
931
|
+
/**
|
|
932
|
+
* Additional VM Patching solution enabled on the Virtual Machine \
|
|
933
|
+
* {@link KnownAdditionalOsPatch} can be used interchangeably with AdditionalOsPatch,
|
|
934
|
+
* this enum contains the known values that the service supports.
|
|
935
|
+
* ### Known values supported by the service
|
|
936
|
+
* **WU** \
|
|
937
|
+
* **WUMU** \
|
|
938
|
+
* **WSUS**
|
|
939
|
+
*/
|
|
940
|
+
export type AdditionalOsPatch = string;
|
|
941
|
+
/** Virtual Machine Identity details used for Sql IaaS extension configurations. */
|
|
942
|
+
export interface VirtualMachineIdentity {
|
|
943
|
+
/** Identity type of the virtual machine. Specify None to opt-out of Managed Identities. */
|
|
944
|
+
type?: VmIdentityType;
|
|
945
|
+
/** ARM Resource Id of the identity. Only required when UserAssigned identity is selected. */
|
|
946
|
+
resourceId?: string;
|
|
947
|
+
}
|
|
948
|
+
export declare function virtualMachineIdentitySerializer(item: VirtualMachineIdentity): any;
|
|
949
|
+
export declare function virtualMachineIdentityDeserializer(item: any): VirtualMachineIdentity;
|
|
950
|
+
/** Identity type of the virtual machine. Specify None to opt-out of Managed Identities. */
|
|
951
|
+
export declare enum KnownVmIdentityType {
|
|
952
|
+
/** None */
|
|
953
|
+
None = "None",
|
|
954
|
+
/** SystemAssigned */
|
|
955
|
+
SystemAssigned = "SystemAssigned",
|
|
956
|
+
/** UserAssigned */
|
|
957
|
+
UserAssigned = "UserAssigned"
|
|
530
958
|
}
|
|
531
|
-
/**
|
|
532
|
-
|
|
959
|
+
/**
|
|
960
|
+
* Identity type of the virtual machine. Specify None to opt-out of Managed Identities. \
|
|
961
|
+
* {@link KnownVmIdentityType} can be used interchangeably with VmIdentityType,
|
|
962
|
+
* this enum contains the known values that the service supports.
|
|
963
|
+
* ### Known values supported by the service
|
|
964
|
+
* **None** \
|
|
965
|
+
* **SystemAssigned** \
|
|
966
|
+
* **UserAssigned**
|
|
967
|
+
*/
|
|
968
|
+
export type VmIdentityType = string;
|
|
969
|
+
/** Operating System of the current SQL Virtual Machine. */
|
|
970
|
+
export type OsType = "Windows" | "Linux";
|
|
971
|
+
/** Azure Active Directory identity configuration for a resource. */
|
|
972
|
+
export interface ResourceIdentity {
|
|
973
|
+
/** The Azure Active Directory principal id. */
|
|
974
|
+
readonly principalId?: string;
|
|
975
|
+
/** The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. */
|
|
976
|
+
type?: IdentityType;
|
|
977
|
+
/** The Azure Active Directory tenant id. */
|
|
978
|
+
readonly tenantId?: string;
|
|
979
|
+
}
|
|
980
|
+
export declare function resourceIdentitySerializer(item: ResourceIdentity): any;
|
|
981
|
+
export declare function resourceIdentityDeserializer(item: any): ResourceIdentity;
|
|
982
|
+
/** The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. */
|
|
983
|
+
export declare enum KnownIdentityType {
|
|
984
|
+
/** None */
|
|
985
|
+
None = "None",
|
|
986
|
+
/** SystemAssigned */
|
|
987
|
+
SystemAssigned = "SystemAssigned",
|
|
988
|
+
/** UserAssigned */
|
|
989
|
+
UserAssigned = "UserAssigned",
|
|
990
|
+
/** SystemAssigned,UserAssigned */
|
|
991
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
533
992
|
}
|
|
534
|
-
/**
|
|
993
|
+
/**
|
|
994
|
+
* The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. \
|
|
995
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
996
|
+
* this enum contains the known values that the service supports.
|
|
997
|
+
* ### Known values supported by the service
|
|
998
|
+
* **None** \
|
|
999
|
+
* **SystemAssigned** \
|
|
1000
|
+
* **UserAssigned** \
|
|
1001
|
+
* **SystemAssigned,UserAssigned**
|
|
1002
|
+
*/
|
|
1003
|
+
export type IdentityType = string;
|
|
1004
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
535
1005
|
export interface TrackedResource extends Resource {
|
|
536
|
-
/** Resource
|
|
1006
|
+
/** Resource tags. */
|
|
1007
|
+
tags?: Record<string, string>;
|
|
1008
|
+
/** The geo-location where the resource lives */
|
|
537
1009
|
location: string;
|
|
1010
|
+
}
|
|
1011
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
1012
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
1013
|
+
/** An update to a SQL virtual machine. */
|
|
1014
|
+
export interface SqlVirtualMachineUpdate {
|
|
538
1015
|
/** Resource tags. */
|
|
539
|
-
tags?:
|
|
540
|
-
|
|
541
|
-
|
|
1016
|
+
tags?: Record<string, string>;
|
|
1017
|
+
}
|
|
1018
|
+
export declare function sqlVirtualMachineUpdateSerializer(item: SqlVirtualMachineUpdate): any;
|
|
1019
|
+
/** The response of a SqlVirtualMachine list operation. */
|
|
1020
|
+
export interface _SqlVirtualMachineListResult {
|
|
1021
|
+
/** The SqlVirtualMachine items on this page */
|
|
1022
|
+
readonly value: SqlVirtualMachine[];
|
|
1023
|
+
/** The link to the next page of items */
|
|
1024
|
+
readonly nextLink?: string;
|
|
542
1025
|
}
|
|
543
|
-
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
/**
|
|
551
|
-
* Provisioning state to track the async operation status.
|
|
552
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
553
|
-
*/
|
|
554
|
-
readonly provisioningState?: string;
|
|
555
|
-
/** Name of the availability group. */
|
|
556
|
-
availabilityGroupName?: string;
|
|
557
|
-
/** List of load balancer configurations for an availability group listener. */
|
|
558
|
-
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
559
|
-
/** List of multi subnet IP configurations for an AG listener. */
|
|
560
|
-
multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];
|
|
561
|
-
/** Create a default availability group if it does not exist. */
|
|
562
|
-
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
563
|
-
/** Listener port. */
|
|
564
|
-
port?: number;
|
|
565
|
-
/** Availability Group configuration. */
|
|
566
|
-
availabilityGroupConfiguration?: AgConfiguration;
|
|
1026
|
+
export declare function _sqlVirtualMachineListResultDeserializer(item: any): _SqlVirtualMachineListResult;
|
|
1027
|
+
export declare function sqlVirtualMachineArraySerializer(result: Array<SqlVirtualMachine>): any[];
|
|
1028
|
+
export declare function sqlVirtualMachineArrayDeserializer(result: Array<SqlVirtualMachine>): any[];
|
|
1029
|
+
/** Configure disk config assessment for databases in your SQL virtual machine. */
|
|
1030
|
+
export interface DiskConfigAssessmentRequest {
|
|
1031
|
+
/** Boolean to run disk config Assessment. Use false to fetch past Assessment. */
|
|
1032
|
+
runDiskConfigRules?: boolean;
|
|
567
1033
|
}
|
|
1034
|
+
export declare function diskConfigAssessmentRequestSerializer(item: DiskConfigAssessmentRequest): any;
|
|
568
1035
|
/** A SQL virtual machine group. */
|
|
569
1036
|
export interface SqlVirtualMachineGroup extends TrackedResource {
|
|
570
|
-
/**
|
|
571
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
572
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
573
|
-
*/
|
|
574
|
-
readonly systemData?: SystemData;
|
|
575
|
-
/**
|
|
576
|
-
* Provisioning state to track the async operation status.
|
|
577
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
578
|
-
*/
|
|
1037
|
+
/** Provisioning state to track the async operation status. */
|
|
579
1038
|
readonly provisioningState?: string;
|
|
580
1039
|
/** SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. */
|
|
581
1040
|
sqlImageOffer?: string;
|
|
582
1041
|
/** SQL image sku. */
|
|
583
1042
|
sqlImageSku?: SqlVmGroupImageSku;
|
|
584
|
-
/**
|
|
585
|
-
* Scale type.
|
|
586
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
587
|
-
*/
|
|
1043
|
+
/** Scale type. */
|
|
588
1044
|
readonly scaleType?: ScaleType;
|
|
589
|
-
/**
|
|
590
|
-
* Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.
|
|
591
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
592
|
-
*/
|
|
1045
|
+
/** Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. */
|
|
593
1046
|
readonly clusterManagerType?: ClusterManagerType;
|
|
594
|
-
/**
|
|
595
|
-
* Cluster type.
|
|
596
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
597
|
-
*/
|
|
1047
|
+
/** Cluster type. */
|
|
598
1048
|
readonly clusterConfiguration?: ClusterConfiguration;
|
|
599
1049
|
/** Cluster Active Directory domain profile. */
|
|
600
1050
|
wsfcDomainProfile?: WsfcDomainProfile;
|
|
601
1051
|
}
|
|
602
|
-
|
|
603
|
-
export
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
/**
|
|
607
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
608
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
609
|
-
*/
|
|
610
|
-
readonly systemData?: SystemData;
|
|
611
|
-
/** ARM Resource id of underlying virtual machine created from SQL marketplace image. */
|
|
612
|
-
virtualMachineResourceId?: string;
|
|
613
|
-
/**
|
|
614
|
-
* Provisioning state to track the async operation status.
|
|
615
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
616
|
-
*/
|
|
1052
|
+
export declare function sqlVirtualMachineGroupSerializer(item: SqlVirtualMachineGroup): any;
|
|
1053
|
+
export declare function sqlVirtualMachineGroupDeserializer(item: any): SqlVirtualMachineGroup;
|
|
1054
|
+
/** The properties of a SQL virtual machine group. */
|
|
1055
|
+
export interface SqlVirtualMachineGroupProperties {
|
|
1056
|
+
/** Provisioning state to track the async operation status. */
|
|
617
1057
|
readonly provisioningState?: string;
|
|
618
|
-
/** SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016. */
|
|
1058
|
+
/** SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. */
|
|
619
1059
|
sqlImageOffer?: string;
|
|
620
|
-
/** SQL
|
|
621
|
-
|
|
622
|
-
/**
|
|
623
|
-
|
|
624
|
-
/**
|
|
625
|
-
|
|
626
|
-
/**
|
|
627
|
-
|
|
628
|
-
/**
|
|
629
|
-
|
|
630
|
-
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
631
|
-
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
632
|
-
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
633
|
-
wsfcStaticIp?: string;
|
|
634
|
-
/** Auto patching settings for applying critical security updates to SQL virtual machine. */
|
|
635
|
-
autoPatchingSettings?: AutoPatchingSettings;
|
|
636
|
-
/** Auto backup settings for SQL Server. */
|
|
637
|
-
autoBackupSettings?: AutoBackupSettings;
|
|
638
|
-
/** Key vault credential settings. */
|
|
639
|
-
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
640
|
-
/** SQL Server configuration management settings. */
|
|
641
|
-
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
642
|
-
/** Storage Configuration Settings. */
|
|
643
|
-
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
644
|
-
/**
|
|
645
|
-
* Troubleshooting status
|
|
646
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
647
|
-
*/
|
|
648
|
-
readonly troubleshootingStatus?: TroubleshootingStatus;
|
|
649
|
-
/** SQL best practices Assessment Settings. */
|
|
650
|
-
assessmentSettings?: AssessmentSettings;
|
|
651
|
-
/** Enable automatic upgrade of Sql IaaS extension Agent. */
|
|
652
|
-
enableAutomaticUpgrade?: boolean;
|
|
653
|
-
}
|
|
654
|
-
/** Defines headers for AvailabilityGroupListeners_delete operation. */
|
|
655
|
-
export interface AvailabilityGroupListenersDeleteHeaders {
|
|
656
|
-
location?: string;
|
|
657
|
-
}
|
|
658
|
-
/** Defines headers for SqlVirtualMachineGroups_delete operation. */
|
|
659
|
-
export interface SqlVirtualMachineGroupsDeleteHeaders {
|
|
660
|
-
location?: string;
|
|
661
|
-
}
|
|
662
|
-
/** Defines headers for SqlVirtualMachines_delete operation. */
|
|
663
|
-
export interface SqlVirtualMachinesDeleteHeaders {
|
|
664
|
-
location?: string;
|
|
665
|
-
}
|
|
666
|
-
/** Defines headers for SqlVirtualMachines_startAssessment operation. */
|
|
667
|
-
export interface SqlVirtualMachinesStartAssessmentHeaders {
|
|
668
|
-
location?: string;
|
|
669
|
-
}
|
|
670
|
-
/** Defines headers for SqlVirtualMachines_redeploy operation. */
|
|
671
|
-
export interface SqlVirtualMachinesRedeployHeaders {
|
|
672
|
-
location?: string;
|
|
673
|
-
}
|
|
674
|
-
/** Defines headers for SqlVirtualMachineTroubleshoot_troubleshoot operation. */
|
|
675
|
-
export interface SqlVirtualMachineTroubleshootTroubleshootHeaders {
|
|
676
|
-
location?: string;
|
|
677
|
-
}
|
|
678
|
-
/** Known values of {@link Role} that the service accepts. */
|
|
679
|
-
export declare enum KnownRole {
|
|
680
|
-
/** Primary */
|
|
681
|
-
Primary = "PRIMARY",
|
|
682
|
-
/** Secondary */
|
|
683
|
-
Secondary = "SECONDARY"
|
|
684
|
-
}
|
|
685
|
-
/**
|
|
686
|
-
* Defines values for Role. \
|
|
687
|
-
* {@link KnownRole} can be used interchangeably with Role,
|
|
688
|
-
* this enum contains the known values that the service supports.
|
|
689
|
-
* ### Known values supported by the service
|
|
690
|
-
* **PRIMARY** \
|
|
691
|
-
* **SECONDARY**
|
|
692
|
-
*/
|
|
693
|
-
export type Role = string;
|
|
694
|
-
/** Known values of {@link Commit} that the service accepts. */
|
|
695
|
-
export declare enum KnownCommit {
|
|
696
|
-
/** SynchronousCommit */
|
|
697
|
-
SynchronousCommit = "SYNCHRONOUS_COMMIT",
|
|
698
|
-
/** AsynchronousCommit */
|
|
699
|
-
AsynchronousCommit = "ASYNCHRONOUS_COMMIT"
|
|
700
|
-
}
|
|
701
|
-
/**
|
|
702
|
-
* Defines values for Commit. \
|
|
703
|
-
* {@link KnownCommit} can be used interchangeably with Commit,
|
|
704
|
-
* this enum contains the known values that the service supports.
|
|
705
|
-
* ### Known values supported by the service
|
|
706
|
-
* **SYNCHRONOUS_COMMIT** \
|
|
707
|
-
* **ASYNCHRONOUS_COMMIT**
|
|
708
|
-
*/
|
|
709
|
-
export type Commit = string;
|
|
710
|
-
/** Known values of {@link Failover} that the service accepts. */
|
|
711
|
-
export declare enum KnownFailover {
|
|
712
|
-
/** Automatic */
|
|
713
|
-
Automatic = "AUTOMATIC",
|
|
714
|
-
/** Manual */
|
|
715
|
-
Manual = "MANUAL"
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* Defines values for Failover. \
|
|
719
|
-
* {@link KnownFailover} can be used interchangeably with Failover,
|
|
720
|
-
* this enum contains the known values that the service supports.
|
|
721
|
-
* ### Known values supported by the service
|
|
722
|
-
* **AUTOMATIC** \
|
|
723
|
-
* **MANUAL**
|
|
724
|
-
*/
|
|
725
|
-
export type Failover = string;
|
|
726
|
-
/** Known values of {@link ReadableSecondary} that the service accepts. */
|
|
727
|
-
export declare enum KnownReadableSecondary {
|
|
728
|
-
/** NO */
|
|
729
|
-
NO = "NO",
|
|
730
|
-
/** ALL */
|
|
731
|
-
ALL = "ALL",
|
|
732
|
-
/** ReadOnly */
|
|
733
|
-
ReadOnly = "READ_ONLY"
|
|
734
|
-
}
|
|
735
|
-
/**
|
|
736
|
-
* Defines values for ReadableSecondary. \
|
|
737
|
-
* {@link KnownReadableSecondary} can be used interchangeably with ReadableSecondary,
|
|
738
|
-
* this enum contains the known values that the service supports.
|
|
739
|
-
* ### Known values supported by the service
|
|
740
|
-
* **NO** \
|
|
741
|
-
* **ALL** \
|
|
742
|
-
* **READ_ONLY**
|
|
743
|
-
*/
|
|
744
|
-
export type ReadableSecondary = string;
|
|
745
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
746
|
-
export declare enum KnownCreatedByType {
|
|
747
|
-
/** User */
|
|
748
|
-
User = "User",
|
|
749
|
-
/** Application */
|
|
750
|
-
Application = "Application",
|
|
751
|
-
/** ManagedIdentity */
|
|
752
|
-
ManagedIdentity = "ManagedIdentity",
|
|
753
|
-
/** Key */
|
|
754
|
-
Key = "Key"
|
|
755
|
-
}
|
|
756
|
-
/**
|
|
757
|
-
* Defines values for CreatedByType. \
|
|
758
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
759
|
-
* this enum contains the known values that the service supports.
|
|
760
|
-
* ### Known values supported by the service
|
|
761
|
-
* **User** \
|
|
762
|
-
* **Application** \
|
|
763
|
-
* **ManagedIdentity** \
|
|
764
|
-
* **Key**
|
|
765
|
-
*/
|
|
766
|
-
export type CreatedByType = string;
|
|
767
|
-
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
768
|
-
export declare enum KnownOperationOrigin {
|
|
769
|
-
/** User */
|
|
770
|
-
User = "user",
|
|
771
|
-
/** System */
|
|
772
|
-
System = "system"
|
|
1060
|
+
/** SQL image sku. */
|
|
1061
|
+
sqlImageSku?: SqlVmGroupImageSku;
|
|
1062
|
+
/** Scale type. */
|
|
1063
|
+
readonly scaleType?: ScaleType;
|
|
1064
|
+
/** Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. */
|
|
1065
|
+
readonly clusterManagerType?: ClusterManagerType;
|
|
1066
|
+
/** Cluster type. */
|
|
1067
|
+
readonly clusterConfiguration?: ClusterConfiguration;
|
|
1068
|
+
/** Cluster Active Directory domain profile. */
|
|
1069
|
+
wsfcDomainProfile?: WsfcDomainProfile;
|
|
773
1070
|
}
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
* this enum contains the known values that the service supports.
|
|
778
|
-
* ### Known values supported by the service
|
|
779
|
-
* **user** \
|
|
780
|
-
* **system**
|
|
781
|
-
*/
|
|
782
|
-
export type OperationOrigin = string;
|
|
783
|
-
/** Known values of {@link SqlVmGroupImageSku} that the service accepts. */
|
|
1071
|
+
export declare function sqlVirtualMachineGroupPropertiesSerializer(item: SqlVirtualMachineGroupProperties): any;
|
|
1072
|
+
export declare function sqlVirtualMachineGroupPropertiesDeserializer(item: any): SqlVirtualMachineGroupProperties;
|
|
1073
|
+
/** SQL image sku. */
|
|
784
1074
|
export declare enum KnownSqlVmGroupImageSku {
|
|
785
1075
|
/** Developer */
|
|
786
1076
|
Developer = "Developer",
|
|
@@ -788,7 +1078,7 @@ export declare enum KnownSqlVmGroupImageSku {
|
|
|
788
1078
|
Enterprise = "Enterprise"
|
|
789
1079
|
}
|
|
790
1080
|
/**
|
|
791
|
-
*
|
|
1081
|
+
* SQL image sku. \
|
|
792
1082
|
* {@link KnownSqlVmGroupImageSku} can be used interchangeably with SqlVmGroupImageSku,
|
|
793
1083
|
* this enum contains the known values that the service supports.
|
|
794
1084
|
* ### Known values supported by the service
|
|
@@ -796,46 +1086,71 @@ export declare enum KnownSqlVmGroupImageSku {
|
|
|
796
1086
|
* **Enterprise**
|
|
797
1087
|
*/
|
|
798
1088
|
export type SqlVmGroupImageSku = string;
|
|
799
|
-
/**
|
|
1089
|
+
/** Scale type. */
|
|
800
1090
|
export declare enum KnownScaleType {
|
|
801
1091
|
/** HA */
|
|
802
1092
|
HA = "HA"
|
|
803
1093
|
}
|
|
804
1094
|
/**
|
|
805
|
-
*
|
|
1095
|
+
* Scale type. \
|
|
806
1096
|
* {@link KnownScaleType} can be used interchangeably with ScaleType,
|
|
807
1097
|
* this enum contains the known values that the service supports.
|
|
808
1098
|
* ### Known values supported by the service
|
|
809
1099
|
* **HA**
|
|
810
1100
|
*/
|
|
811
1101
|
export type ScaleType = string;
|
|
812
|
-
/**
|
|
1102
|
+
/** Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. */
|
|
813
1103
|
export declare enum KnownClusterManagerType {
|
|
814
|
-
/**
|
|
1104
|
+
/** WSFC */
|
|
815
1105
|
Wsfc = "WSFC"
|
|
816
1106
|
}
|
|
817
1107
|
/**
|
|
818
|
-
*
|
|
1108
|
+
* Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. \
|
|
819
1109
|
* {@link KnownClusterManagerType} can be used interchangeably with ClusterManagerType,
|
|
820
1110
|
* this enum contains the known values that the service supports.
|
|
821
1111
|
* ### Known values supported by the service
|
|
822
1112
|
* **WSFC**
|
|
823
1113
|
*/
|
|
824
1114
|
export type ClusterManagerType = string;
|
|
825
|
-
/**
|
|
1115
|
+
/** Cluster type. */
|
|
826
1116
|
export declare enum KnownClusterConfiguration {
|
|
827
1117
|
/** Domainful */
|
|
828
1118
|
Domainful = "Domainful"
|
|
829
1119
|
}
|
|
830
1120
|
/**
|
|
831
|
-
*
|
|
1121
|
+
* Cluster type. \
|
|
832
1122
|
* {@link KnownClusterConfiguration} can be used interchangeably with ClusterConfiguration,
|
|
833
1123
|
* this enum contains the known values that the service supports.
|
|
834
1124
|
* ### Known values supported by the service
|
|
835
1125
|
* **Domainful**
|
|
836
1126
|
*/
|
|
837
1127
|
export type ClusterConfiguration = string;
|
|
838
|
-
/**
|
|
1128
|
+
/** Active Directory account details to operate Windows Server Failover Cluster. */
|
|
1129
|
+
export interface WsfcDomainProfile {
|
|
1130
|
+
/** Fully qualified name of the domain. */
|
|
1131
|
+
domainFqdn?: string;
|
|
1132
|
+
/** Organizational Unit path in which the nodes and cluster will be present. */
|
|
1133
|
+
ouPath?: string;
|
|
1134
|
+
/** Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain). */
|
|
1135
|
+
clusterBootstrapAccount?: string;
|
|
1136
|
+
/** Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster. */
|
|
1137
|
+
clusterOperatorAccount?: string;
|
|
1138
|
+
/** Account name under which SQL service will run on all participating SQL virtual machines in the cluster. */
|
|
1139
|
+
sqlServiceAccount?: string;
|
|
1140
|
+
/** The flag to check if SQL service account is GMSA. */
|
|
1141
|
+
isSqlServiceAccountGmsa?: boolean;
|
|
1142
|
+
/** Optional path for fileshare witness. */
|
|
1143
|
+
fileShareWitnessPath?: string;
|
|
1144
|
+
/** Fully qualified ARM resource id of the witness storage account. */
|
|
1145
|
+
storageAccountUrl?: string;
|
|
1146
|
+
/** Primary key of the witness storage account. */
|
|
1147
|
+
storageAccountPrimaryKey?: string;
|
|
1148
|
+
/** Cluster subnet type. */
|
|
1149
|
+
clusterSubnetType?: ClusterSubnetType;
|
|
1150
|
+
}
|
|
1151
|
+
export declare function wsfcDomainProfileSerializer(item: WsfcDomainProfile): any;
|
|
1152
|
+
export declare function wsfcDomainProfileDeserializer(item: any): WsfcDomainProfile;
|
|
1153
|
+
/** Cluster subnet type. */
|
|
839
1154
|
export declare enum KnownClusterSubnetType {
|
|
840
1155
|
/** SingleSubnet */
|
|
841
1156
|
SingleSubnet = "SingleSubnet",
|
|
@@ -843,7 +1158,7 @@ export declare enum KnownClusterSubnetType {
|
|
|
843
1158
|
MultiSubnet = "MultiSubnet"
|
|
844
1159
|
}
|
|
845
1160
|
/**
|
|
846
|
-
*
|
|
1161
|
+
* Cluster subnet type. \
|
|
847
1162
|
* {@link KnownClusterSubnetType} can be used interchangeably with ClusterSubnetType,
|
|
848
1163
|
* this enum contains the known values that the service supports.
|
|
849
1164
|
* ### Known values supported by the service
|
|
@@ -851,442 +1166,84 @@ export declare enum KnownClusterSubnetType {
|
|
|
851
1166
|
* **MultiSubnet**
|
|
852
1167
|
*/
|
|
853
1168
|
export type ClusterSubnetType = string;
|
|
854
|
-
/**
|
|
855
|
-
export
|
|
856
|
-
/**
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
* **None** \
|
|
867
|
-
* **SystemAssigned**
|
|
868
|
-
*/
|
|
869
|
-
export type IdentityType = string;
|
|
870
|
-
/** Known values of {@link SqlServerLicenseType} that the service accepts. */
|
|
871
|
-
export declare enum KnownSqlServerLicenseType {
|
|
872
|
-
/** Payg */
|
|
873
|
-
Payg = "PAYG",
|
|
874
|
-
/** Ahub */
|
|
875
|
-
Ahub = "AHUB",
|
|
876
|
-
/** DR */
|
|
877
|
-
DR = "DR"
|
|
878
|
-
}
|
|
879
|
-
/**
|
|
880
|
-
* Defines values for SqlServerLicenseType. \
|
|
881
|
-
* {@link KnownSqlServerLicenseType} can be used interchangeably with SqlServerLicenseType,
|
|
882
|
-
* this enum contains the known values that the service supports.
|
|
883
|
-
* ### Known values supported by the service
|
|
884
|
-
* **PAYG** \
|
|
885
|
-
* **AHUB** \
|
|
886
|
-
* **DR**
|
|
887
|
-
*/
|
|
888
|
-
export type SqlServerLicenseType = string;
|
|
889
|
-
/** Known values of {@link SqlManagementMode} that the service accepts. */
|
|
890
|
-
export declare enum KnownSqlManagementMode {
|
|
891
|
-
/** Full */
|
|
892
|
-
Full = "Full",
|
|
893
|
-
/** LightWeight */
|
|
894
|
-
LightWeight = "LightWeight",
|
|
895
|
-
/** NoAgent */
|
|
896
|
-
NoAgent = "NoAgent"
|
|
897
|
-
}
|
|
898
|
-
/**
|
|
899
|
-
* Defines values for SqlManagementMode. \
|
|
900
|
-
* {@link KnownSqlManagementMode} can be used interchangeably with SqlManagementMode,
|
|
901
|
-
* this enum contains the known values that the service supports.
|
|
902
|
-
* ### Known values supported by the service
|
|
903
|
-
* **Full** \
|
|
904
|
-
* **LightWeight** \
|
|
905
|
-
* **NoAgent**
|
|
906
|
-
*/
|
|
907
|
-
export type SqlManagementMode = string;
|
|
908
|
-
/** Known values of {@link LeastPrivilegeMode} that the service accepts. */
|
|
909
|
-
export declare enum KnownLeastPrivilegeMode {
|
|
910
|
-
/** Enabled */
|
|
911
|
-
Enabled = "Enabled",
|
|
912
|
-
/** NotSet */
|
|
913
|
-
NotSet = "NotSet"
|
|
914
|
-
}
|
|
915
|
-
/**
|
|
916
|
-
* Defines values for LeastPrivilegeMode. \
|
|
917
|
-
* {@link KnownLeastPrivilegeMode} can be used interchangeably with LeastPrivilegeMode,
|
|
918
|
-
* this enum contains the known values that the service supports.
|
|
919
|
-
* ### Known values supported by the service
|
|
920
|
-
* **Enabled** \
|
|
921
|
-
* **NotSet**
|
|
922
|
-
*/
|
|
923
|
-
export type LeastPrivilegeMode = string;
|
|
924
|
-
/** Known values of {@link SqlImageSku} that the service accepts. */
|
|
925
|
-
export declare enum KnownSqlImageSku {
|
|
926
|
-
/** Developer */
|
|
927
|
-
Developer = "Developer",
|
|
928
|
-
/** Express */
|
|
929
|
-
Express = "Express",
|
|
930
|
-
/** Standard */
|
|
931
|
-
Standard = "Standard",
|
|
932
|
-
/** Enterprise */
|
|
933
|
-
Enterprise = "Enterprise",
|
|
934
|
-
/** Web */
|
|
935
|
-
Web = "Web"
|
|
936
|
-
}
|
|
937
|
-
/**
|
|
938
|
-
* Defines values for SqlImageSku. \
|
|
939
|
-
* {@link KnownSqlImageSku} can be used interchangeably with SqlImageSku,
|
|
940
|
-
* this enum contains the known values that the service supports.
|
|
941
|
-
* ### Known values supported by the service
|
|
942
|
-
* **Developer** \
|
|
943
|
-
* **Express** \
|
|
944
|
-
* **Standard** \
|
|
945
|
-
* **Enterprise** \
|
|
946
|
-
* **Web**
|
|
947
|
-
*/
|
|
948
|
-
export type SqlImageSku = string;
|
|
949
|
-
/** Known values of {@link BackupScheduleType} that the service accepts. */
|
|
950
|
-
export declare enum KnownBackupScheduleType {
|
|
951
|
-
/** Manual */
|
|
952
|
-
Manual = "Manual",
|
|
953
|
-
/** Automated */
|
|
954
|
-
Automated = "Automated"
|
|
955
|
-
}
|
|
956
|
-
/**
|
|
957
|
-
* Defines values for BackupScheduleType. \
|
|
958
|
-
* {@link KnownBackupScheduleType} can be used interchangeably with BackupScheduleType,
|
|
959
|
-
* this enum contains the known values that the service supports.
|
|
960
|
-
* ### Known values supported by the service
|
|
961
|
-
* **Manual** \
|
|
962
|
-
* **Automated**
|
|
963
|
-
*/
|
|
964
|
-
export type BackupScheduleType = string;
|
|
965
|
-
/** Known values of {@link FullBackupFrequencyType} that the service accepts. */
|
|
966
|
-
export declare enum KnownFullBackupFrequencyType {
|
|
967
|
-
/** Daily */
|
|
968
|
-
Daily = "Daily",
|
|
969
|
-
/** Weekly */
|
|
970
|
-
Weekly = "Weekly"
|
|
971
|
-
}
|
|
972
|
-
/**
|
|
973
|
-
* Defines values for FullBackupFrequencyType. \
|
|
974
|
-
* {@link KnownFullBackupFrequencyType} can be used interchangeably with FullBackupFrequencyType,
|
|
975
|
-
* this enum contains the known values that the service supports.
|
|
976
|
-
* ### Known values supported by the service
|
|
977
|
-
* **Daily** \
|
|
978
|
-
* **Weekly**
|
|
979
|
-
*/
|
|
980
|
-
export type FullBackupFrequencyType = string;
|
|
981
|
-
/** Known values of {@link AutoBackupDaysOfWeek} that the service accepts. */
|
|
982
|
-
export declare enum KnownAutoBackupDaysOfWeek {
|
|
983
|
-
/** Monday */
|
|
984
|
-
Monday = "Monday",
|
|
985
|
-
/** Tuesday */
|
|
986
|
-
Tuesday = "Tuesday",
|
|
987
|
-
/** Wednesday */
|
|
988
|
-
Wednesday = "Wednesday",
|
|
989
|
-
/** Thursday */
|
|
990
|
-
Thursday = "Thursday",
|
|
991
|
-
/** Friday */
|
|
992
|
-
Friday = "Friday",
|
|
993
|
-
/** Saturday */
|
|
994
|
-
Saturday = "Saturday",
|
|
995
|
-
/** Sunday */
|
|
996
|
-
Sunday = "Sunday"
|
|
997
|
-
}
|
|
998
|
-
/**
|
|
999
|
-
* Defines values for AutoBackupDaysOfWeek. \
|
|
1000
|
-
* {@link KnownAutoBackupDaysOfWeek} can be used interchangeably with AutoBackupDaysOfWeek,
|
|
1001
|
-
* this enum contains the known values that the service supports.
|
|
1002
|
-
* ### Known values supported by the service
|
|
1003
|
-
* **Monday** \
|
|
1004
|
-
* **Tuesday** \
|
|
1005
|
-
* **Wednesday** \
|
|
1006
|
-
* **Thursday** \
|
|
1007
|
-
* **Friday** \
|
|
1008
|
-
* **Saturday** \
|
|
1009
|
-
* **Sunday**
|
|
1010
|
-
*/
|
|
1011
|
-
export type AutoBackupDaysOfWeek = string;
|
|
1012
|
-
/** Known values of {@link ConnectivityType} that the service accepts. */
|
|
1013
|
-
export declare enum KnownConnectivityType {
|
|
1014
|
-
/** Local */
|
|
1015
|
-
Local = "LOCAL",
|
|
1016
|
-
/** Private */
|
|
1017
|
-
Private = "PRIVATE",
|
|
1018
|
-
/** Public */
|
|
1019
|
-
Public = "PUBLIC"
|
|
1020
|
-
}
|
|
1021
|
-
/**
|
|
1022
|
-
* Defines values for ConnectivityType. \
|
|
1023
|
-
* {@link KnownConnectivityType} can be used interchangeably with ConnectivityType,
|
|
1024
|
-
* this enum contains the known values that the service supports.
|
|
1025
|
-
* ### Known values supported by the service
|
|
1026
|
-
* **LOCAL** \
|
|
1027
|
-
* **PRIVATE** \
|
|
1028
|
-
* **PUBLIC**
|
|
1029
|
-
*/
|
|
1030
|
-
export type ConnectivityType = string;
|
|
1031
|
-
/** Known values of {@link SqlWorkloadType} that the service accepts. */
|
|
1032
|
-
export declare enum KnownSqlWorkloadType {
|
|
1033
|
-
/** General */
|
|
1034
|
-
General = "GENERAL",
|
|
1035
|
-
/** Oltp */
|
|
1036
|
-
Oltp = "OLTP",
|
|
1037
|
-
/** DW */
|
|
1038
|
-
DW = "DW"
|
|
1039
|
-
}
|
|
1040
|
-
/**
|
|
1041
|
-
* Defines values for SqlWorkloadType. \
|
|
1042
|
-
* {@link KnownSqlWorkloadType} can be used interchangeably with SqlWorkloadType,
|
|
1043
|
-
* this enum contains the known values that the service supports.
|
|
1044
|
-
* ### Known values supported by the service
|
|
1045
|
-
* **GENERAL** \
|
|
1046
|
-
* **OLTP** \
|
|
1047
|
-
* **DW**
|
|
1048
|
-
*/
|
|
1049
|
-
export type SqlWorkloadType = string;
|
|
1050
|
-
/** Known values of {@link DiskConfigurationType} that the service accepts. */
|
|
1051
|
-
export declare enum KnownDiskConfigurationType {
|
|
1052
|
-
/** NEW */
|
|
1053
|
-
NEW = "NEW",
|
|
1054
|
-
/** Extend */
|
|
1055
|
-
Extend = "EXTEND",
|
|
1056
|
-
/** ADD */
|
|
1057
|
-
ADD = "ADD"
|
|
1058
|
-
}
|
|
1059
|
-
/**
|
|
1060
|
-
* Defines values for DiskConfigurationType. \
|
|
1061
|
-
* {@link KnownDiskConfigurationType} can be used interchangeably with DiskConfigurationType,
|
|
1062
|
-
* this enum contains the known values that the service supports.
|
|
1063
|
-
* ### Known values supported by the service
|
|
1064
|
-
* **NEW** \
|
|
1065
|
-
* **EXTEND** \
|
|
1066
|
-
* **ADD**
|
|
1067
|
-
*/
|
|
1068
|
-
export type DiskConfigurationType = string;
|
|
1069
|
-
/** Known values of {@link StorageWorkloadType} that the service accepts. */
|
|
1070
|
-
export declare enum KnownStorageWorkloadType {
|
|
1071
|
-
/** General */
|
|
1072
|
-
General = "GENERAL",
|
|
1073
|
-
/** Oltp */
|
|
1074
|
-
Oltp = "OLTP",
|
|
1075
|
-
/** DW */
|
|
1076
|
-
DW = "DW"
|
|
1169
|
+
/** An update to a SQL virtual machine group. */
|
|
1170
|
+
export interface SqlVirtualMachineGroupUpdate {
|
|
1171
|
+
/** Resource tags. */
|
|
1172
|
+
tags?: Record<string, string>;
|
|
1173
|
+
}
|
|
1174
|
+
export declare function sqlVirtualMachineGroupUpdateSerializer(item: SqlVirtualMachineGroupUpdate): any;
|
|
1175
|
+
/** The response of a SqlVirtualMachineGroup list operation. */
|
|
1176
|
+
export interface _SqlVirtualMachineGroupListResult {
|
|
1177
|
+
/** The SqlVirtualMachineGroup items on this page */
|
|
1178
|
+
readonly value: SqlVirtualMachineGroup[];
|
|
1179
|
+
/** The link to the next page of items */
|
|
1180
|
+
readonly nextLink?: string;
|
|
1077
1181
|
}
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1182
|
+
export declare function _sqlVirtualMachineGroupListResultDeserializer(item: any): _SqlVirtualMachineGroupListResult;
|
|
1183
|
+
export declare function sqlVirtualMachineGroupArraySerializer(result: Array<SqlVirtualMachineGroup>): any[];
|
|
1184
|
+
export declare function sqlVirtualMachineGroupArrayDeserializer(result: Array<SqlVirtualMachineGroup>): any[];
|
|
1185
|
+
/** Details required for SQL VM troubleshooting */
|
|
1186
|
+
export interface SqlVmTroubleshooting {
|
|
1187
|
+
/** Start time in UTC timezone. */
|
|
1188
|
+
startTimeUtc?: Date;
|
|
1189
|
+
/** End time in UTC timezone. */
|
|
1190
|
+
endTimeUtc?: Date;
|
|
1191
|
+
/** SQL VM troubleshooting scenario. */
|
|
1192
|
+
troubleshootingScenario?: TroubleshootingScenario;
|
|
1193
|
+
/** Troubleshooting properties */
|
|
1194
|
+
properties?: TroubleshootingAdditionalProperties;
|
|
1195
|
+
/** Virtual machine resource id for response. */
|
|
1196
|
+
readonly virtualMachineResourceId?: string;
|
|
1092
1197
|
}
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
export
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
export
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1146
|
-
/** Contains response data for the listNext operation. */
|
|
1147
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1148
|
-
/** Optional parameters. */
|
|
1149
|
-
export interface SqlVirtualMachineGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
-
}
|
|
1151
|
-
/** Contains response data for the get operation. */
|
|
1152
|
-
export type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup;
|
|
1153
|
-
/** Optional parameters. */
|
|
1154
|
-
export interface SqlVirtualMachineGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1155
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1156
|
-
updateIntervalInMs?: number;
|
|
1157
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1158
|
-
resumeFrom?: string;
|
|
1159
|
-
}
|
|
1160
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1161
|
-
export type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup;
|
|
1162
|
-
/** Optional parameters. */
|
|
1163
|
-
export interface SqlVirtualMachineGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1165
|
-
updateIntervalInMs?: number;
|
|
1166
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1167
|
-
resumeFrom?: string;
|
|
1168
|
-
}
|
|
1169
|
-
/** Optional parameters. */
|
|
1170
|
-
export interface SqlVirtualMachineGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1171
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1172
|
-
updateIntervalInMs?: number;
|
|
1173
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1174
|
-
resumeFrom?: string;
|
|
1175
|
-
}
|
|
1176
|
-
/** Contains response data for the update operation. */
|
|
1177
|
-
export type SqlVirtualMachineGroupsUpdateResponse = SqlVirtualMachineGroup;
|
|
1178
|
-
/** Optional parameters. */
|
|
1179
|
-
export interface SqlVirtualMachineGroupsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1180
|
-
}
|
|
1181
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1182
|
-
export type SqlVirtualMachineGroupsListByResourceGroupResponse = SqlVirtualMachineGroupListResult;
|
|
1183
|
-
/** Optional parameters. */
|
|
1184
|
-
export interface SqlVirtualMachineGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
1185
|
-
}
|
|
1186
|
-
/** Contains response data for the list operation. */
|
|
1187
|
-
export type SqlVirtualMachineGroupsListResponse = SqlVirtualMachineGroupListResult;
|
|
1188
|
-
/** Optional parameters. */
|
|
1189
|
-
export interface SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1190
|
-
}
|
|
1191
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1192
|
-
export type SqlVirtualMachineGroupsListByResourceGroupNextResponse = SqlVirtualMachineGroupListResult;
|
|
1193
|
-
/** Optional parameters. */
|
|
1194
|
-
export interface SqlVirtualMachineGroupsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1195
|
-
}
|
|
1196
|
-
/** Contains response data for the listNext operation. */
|
|
1197
|
-
export type SqlVirtualMachineGroupsListNextResponse = SqlVirtualMachineGroupListResult;
|
|
1198
|
-
/** Optional parameters. */
|
|
1199
|
-
export interface SqlVirtualMachinesListBySqlVmGroupOptionalParams extends coreClient.OperationOptions {
|
|
1200
|
-
}
|
|
1201
|
-
/** Contains response data for the listBySqlVmGroup operation. */
|
|
1202
|
-
export type SqlVirtualMachinesListBySqlVmGroupResponse = SqlVirtualMachineListResult;
|
|
1203
|
-
/** Optional parameters. */
|
|
1204
|
-
export interface SqlVirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
1205
|
-
}
|
|
1206
|
-
/** Contains response data for the list operation. */
|
|
1207
|
-
export type SqlVirtualMachinesListResponse = SqlVirtualMachineListResult;
|
|
1208
|
-
/** Optional parameters. */
|
|
1209
|
-
export interface SqlVirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
1210
|
-
/** The child resources to include in the response. */
|
|
1211
|
-
expand?: string;
|
|
1212
|
-
}
|
|
1213
|
-
/** Contains response data for the get operation. */
|
|
1214
|
-
export type SqlVirtualMachinesGetResponse = SqlVirtualMachine;
|
|
1215
|
-
/** Optional parameters. */
|
|
1216
|
-
export interface SqlVirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1217
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1218
|
-
updateIntervalInMs?: number;
|
|
1219
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1220
|
-
resumeFrom?: string;
|
|
1221
|
-
}
|
|
1222
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1223
|
-
export type SqlVirtualMachinesCreateOrUpdateResponse = SqlVirtualMachine;
|
|
1224
|
-
/** Optional parameters. */
|
|
1225
|
-
export interface SqlVirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1226
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1227
|
-
updateIntervalInMs?: number;
|
|
1228
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1229
|
-
resumeFrom?: string;
|
|
1230
|
-
}
|
|
1231
|
-
/** Optional parameters. */
|
|
1232
|
-
export interface SqlVirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1233
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1234
|
-
updateIntervalInMs?: number;
|
|
1235
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1236
|
-
resumeFrom?: string;
|
|
1237
|
-
}
|
|
1238
|
-
/** Contains response data for the update operation. */
|
|
1239
|
-
export type SqlVirtualMachinesUpdateResponse = SqlVirtualMachine;
|
|
1240
|
-
/** Optional parameters. */
|
|
1241
|
-
export interface SqlVirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1242
|
-
}
|
|
1243
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1244
|
-
export type SqlVirtualMachinesListByResourceGroupResponse = SqlVirtualMachineListResult;
|
|
1245
|
-
/** Optional parameters. */
|
|
1246
|
-
export interface SqlVirtualMachinesStartAssessmentOptionalParams extends coreClient.OperationOptions {
|
|
1247
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1248
|
-
updateIntervalInMs?: number;
|
|
1249
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1250
|
-
resumeFrom?: string;
|
|
1251
|
-
}
|
|
1252
|
-
/** Optional parameters. */
|
|
1253
|
-
export interface SqlVirtualMachinesRedeployOptionalParams extends coreClient.OperationOptions {
|
|
1254
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1255
|
-
updateIntervalInMs?: number;
|
|
1256
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1257
|
-
resumeFrom?: string;
|
|
1258
|
-
}
|
|
1259
|
-
/** Optional parameters. */
|
|
1260
|
-
export interface SqlVirtualMachinesListBySqlVmGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
-
}
|
|
1262
|
-
/** Contains response data for the listBySqlVmGroupNext operation. */
|
|
1263
|
-
export type SqlVirtualMachinesListBySqlVmGroupNextResponse = SqlVirtualMachineListResult;
|
|
1264
|
-
/** Optional parameters. */
|
|
1265
|
-
export interface SqlVirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1266
|
-
}
|
|
1267
|
-
/** Contains response data for the listNext operation. */
|
|
1268
|
-
export type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult;
|
|
1269
|
-
/** Optional parameters. */
|
|
1270
|
-
export interface SqlVirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1271
|
-
}
|
|
1272
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1273
|
-
export type SqlVirtualMachinesListByResourceGroupNextResponse = SqlVirtualMachineListResult;
|
|
1274
|
-
/** Optional parameters. */
|
|
1275
|
-
export interface SqlVirtualMachineTroubleshootTroubleshootOptionalParams extends coreClient.OperationOptions {
|
|
1276
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1277
|
-
updateIntervalInMs?: number;
|
|
1278
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1279
|
-
resumeFrom?: string;
|
|
1280
|
-
}
|
|
1281
|
-
/** Contains response data for the troubleshoot operation. */
|
|
1282
|
-
export type SqlVirtualMachineTroubleshootTroubleshootResponse = SqlVmTroubleshooting;
|
|
1283
|
-
/** Optional parameters. */
|
|
1284
|
-
export interface SqlVirtualMachineManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1285
|
-
/** server parameter */
|
|
1286
|
-
$host?: string;
|
|
1287
|
-
/** Api Version */
|
|
1288
|
-
apiVersion?: string;
|
|
1289
|
-
/** Overrides client endpoint. */
|
|
1290
|
-
endpoint?: string;
|
|
1291
|
-
}
|
|
1292
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1198
|
+
export declare function sqlVmTroubleshootingSerializer(item: SqlVmTroubleshooting): any;
|
|
1199
|
+
export declare function sqlVmTroubleshootingDeserializer(item: any): SqlVmTroubleshooting;
|
|
1200
|
+
/** The available API versions. */
|
|
1201
|
+
export declare enum KnownVersions {
|
|
1202
|
+
/** The 2023-10-01 API version. */
|
|
1203
|
+
V20231001 = "2023-10-01"
|
|
1204
|
+
}
|
|
1205
|
+
export declare function _availabilityGroupListenerPropertiesSerializer(item: AvailabilityGroupListener): any;
|
|
1206
|
+
export declare function _availabilityGroupListenerPropertiesDeserializer(item: any): {
|
|
1207
|
+
provisioningState: any;
|
|
1208
|
+
availabilityGroupName: any;
|
|
1209
|
+
loadBalancerConfigurations: any;
|
|
1210
|
+
multiSubnetIpConfigurations: any;
|
|
1211
|
+
createDefaultAvailabilityGroupIfNotExist: any;
|
|
1212
|
+
port: any;
|
|
1213
|
+
availabilityGroupConfiguration: any;
|
|
1214
|
+
};
|
|
1215
|
+
export declare function _sqlVirtualMachinePropertiesSerializer(item: SqlVirtualMachine): any;
|
|
1216
|
+
export declare function _sqlVirtualMachinePropertiesDeserializer(item: any): {
|
|
1217
|
+
virtualMachineResourceId: any;
|
|
1218
|
+
provisioningState: any;
|
|
1219
|
+
sqlImageOffer: any;
|
|
1220
|
+
sqlServerLicenseType: any;
|
|
1221
|
+
sqlManagement: any;
|
|
1222
|
+
leastPrivilegeMode: any;
|
|
1223
|
+
sqlImageSku: any;
|
|
1224
|
+
sqlVirtualMachineGroupResourceId: any;
|
|
1225
|
+
wsfcDomainCredentials: any;
|
|
1226
|
+
wsfcStaticIp: any;
|
|
1227
|
+
autoPatchingSettings: any;
|
|
1228
|
+
autoBackupSettings: any;
|
|
1229
|
+
keyVaultCredentialSettings: any;
|
|
1230
|
+
serverConfigurationsManagementSettings: any;
|
|
1231
|
+
storageConfigurationSettings: any;
|
|
1232
|
+
troubleshootingStatus: any;
|
|
1233
|
+
assessmentSettings: any;
|
|
1234
|
+
enableAutomaticUpgrade: any;
|
|
1235
|
+
additionalVmPatch: any;
|
|
1236
|
+
virtualMachineIdentitySettings: any;
|
|
1237
|
+
osType: any;
|
|
1238
|
+
};
|
|
1239
|
+
export declare function _sqlVirtualMachineGroupPropertiesSerializer(item: SqlVirtualMachineGroup): any;
|
|
1240
|
+
export declare function _sqlVirtualMachineGroupPropertiesDeserializer(item: any): {
|
|
1241
|
+
provisioningState: any;
|
|
1242
|
+
sqlImageOffer: any;
|
|
1243
|
+
sqlImageSku: any;
|
|
1244
|
+
scaleType: any;
|
|
1245
|
+
clusterManagerType: any;
|
|
1246
|
+
clusterConfiguration: any;
|
|
1247
|
+
wsfcDomainProfile: any;
|
|
1248
|
+
};
|
|
1249
|
+
//# sourceMappingURL=models.d.ts.map
|