@azure/arm-sqlvirtualmachine 5.0.0-beta.8 → 5.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -2
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +91 -43
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.d.ts +3 -3
- package/dist/browser/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/availabilityGroupListeners.js +122 -142
- package/dist/browser/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +13 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -48
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.d.ts +3 -3
- package/dist/browser/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineGroups.js +185 -226
- package/dist/browser/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineTroubleshoot.d.ts +3 -3
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachineTroubleshoot.js +46 -45
- package/dist/browser/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.d.ts +3 -3
- package/dist/browser/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sqlVirtualMachines.js +281 -342
- package/dist/browser/operations/sqlVirtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.d.ts +1 -1
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +13 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.d.ts +2 -2
- package/dist/browser/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sqlVirtualMachineManagementClient.js +34 -24
- package/dist/browser/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-sqlvirtualmachine.d.ts → dist/commonjs/models/index.d.ts} +1292 -1761
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +229 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +53 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1757 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +19 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +155 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/commonjs/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/commonjs/operations/availabilityGroupListeners.js +372 -0
- package/dist/commonjs/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js +540 -0
- package/dist/commonjs/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js +124 -0
- package/dist/commonjs/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/commonjs/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/sqlVirtualMachines.js +802 -0
- package/dist/commonjs/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js +10 -0
- package/dist/commonjs/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js +119 -0
- package/dist/commonjs/sqlVirtualMachineManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1292 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +226 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +53 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1753 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +19 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +152 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/esm/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/esm/operations/availabilityGroupListeners.js +367 -0
- package/dist/esm/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.js +535 -0
- package/dist/esm/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/esm/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/esm/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/esm/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/sqlVirtualMachines.js +797 -0
- package/dist/esm/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist/esm/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/esm/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js +114 -0
- package/dist/esm/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1292 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +226 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +53 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1753 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +19 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +152 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist/react-native/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/react-native/operations/availabilityGroupListeners.js +367 -0
- package/dist/react-native/operations/availabilityGroupListeners.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.js +535 -0
- package/dist/react-native/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts +32 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js +119 -0
- package/dist/react-native/operations/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachines.d.ts +176 -0
- package/dist/react-native/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/sqlVirtualMachines.js +797 -0
- package/dist/react-native/operations/sqlVirtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist/react-native/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts +119 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts +24 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.js +114 -0
- package/dist/react-native/sqlVirtualMachineManagementClient.js.map +1 -0
- package/package.json +82 -71
- package/dist/index.js +0 -4367
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js +0 -98
- package/dist-esm/samples-dev/availabilityGroupListenersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js +0 -40
- package/dist-esm/samples-dev/availabilityGroupListenersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js +0 -60
- package/dist-esm/samples-dev/availabilityGroupListenersListByGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js +0 -55
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js +0 -58
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachineGroupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.js +0 -45
- package/dist-esm/samples-dev/sqlVirtualMachineTroubleshootSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js +0 -290
- package/dist-esm/samples-dev/sqlVirtualMachinesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/sqlVirtualMachinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js +0 -60
- package/dist-esm/samples-dev/sqlVirtualMachinesListBySqlVMGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js +0 -58
- package/dist-esm/samples-dev/sqlVirtualMachinesListSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesRedeploySample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js +0 -39
- package/dist-esm/samples-dev/sqlVirtualMachinesStartAssessmentSample.js.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js +0 -40
- package/dist-esm/samples-dev/sqlVirtualMachinesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operations/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js +0 -13
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js +0 -13
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +0 -1
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.js +0 -78
- package/dist-esm/test/sqlvirtualmachine_operations_test.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1470
- package/src/models/mappers.ts +0 -1805
- package/src/models/parameters.ts +0 -183
- package/src/operations/availabilityGroupListeners.ts +0 -527
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -149
- package/src/operations/sqlVirtualMachineGroups.ts +0 -737
- package/src/operations/sqlVirtualMachineTroubleshoot.ts +0 -172
- package/src/operations/sqlVirtualMachines.ts +0 -1115
- package/src/operationsInterfaces/availabilityGroupListeners.ts +0 -115
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +0 -147
- package/src/operationsInterfaces/sqlVirtualMachineTroubleshoot.ts +0 -51
- package/src/operationsInterfaces/sqlVirtualMachines.ts +0 -210
- package/src/pagingHelper.ts +0 -39
- package/src/sqlVirtualMachineManagementClient.ts +0 -162
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilityGroupListeners.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachineTroubleshoot.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlVirtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-sqlvirtualmachine.api.md → arm-sqlvirtualmachine-node.api.md} +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,1470 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** A load balancer configuration for an availability group listener. */
|
|
12
|
-
export interface LoadBalancerConfiguration {
|
|
13
|
-
/** Private IP address. */
|
|
14
|
-
privateIpAddress?: PrivateIPAddress;
|
|
15
|
-
/** Resource id of the public IP. */
|
|
16
|
-
publicIpAddressResourceId?: string;
|
|
17
|
-
/** Resource id of the load balancer. */
|
|
18
|
-
loadBalancerResourceId?: string;
|
|
19
|
-
/** Probe port. */
|
|
20
|
-
probePort?: number;
|
|
21
|
-
/** List of the SQL virtual machine instance resource id's that are enrolled into the availability group listener. */
|
|
22
|
-
sqlVirtualMachineInstances?: string[];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/** A private IP address bound to the availability group listener. */
|
|
26
|
-
export interface PrivateIPAddress {
|
|
27
|
-
/** Private IP address bound to the availability group listener. */
|
|
28
|
-
ipAddress?: string;
|
|
29
|
-
/** Subnet used to include private IP. */
|
|
30
|
-
subnetResourceId?: string;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/** Multi subnet ip configuration for an availability group listener. */
|
|
34
|
-
export interface MultiSubnetIpConfiguration {
|
|
35
|
-
/** Private IP address. */
|
|
36
|
-
privateIpAddress: PrivateIPAddress;
|
|
37
|
-
/** SQL virtual machine instance resource id that are enrolled into the availability group listener. */
|
|
38
|
-
sqlVirtualMachineInstance: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
/** Availability group configuration. */
|
|
42
|
-
export interface AgConfiguration {
|
|
43
|
-
/** Replica configurations. */
|
|
44
|
-
replicas?: AgReplica[];
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/** Availability group replica configuration. */
|
|
48
|
-
export interface AgReplica {
|
|
49
|
-
/** Sql VirtualMachine Instance Id. */
|
|
50
|
-
sqlVirtualMachineInstanceId?: string;
|
|
51
|
-
/** Replica Role in availability group. */
|
|
52
|
-
role?: Role;
|
|
53
|
-
/** Replica commit mode in availability group. */
|
|
54
|
-
commit?: Commit;
|
|
55
|
-
/** Replica failover mode in availability group. */
|
|
56
|
-
failover?: Failover;
|
|
57
|
-
/** Replica readable secondary mode in availability group. */
|
|
58
|
-
readableSecondary?: ReadableSecondary;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
62
|
-
export interface SystemData {
|
|
63
|
-
/** The identity that created the resource. */
|
|
64
|
-
createdBy?: string;
|
|
65
|
-
/** The type of identity that created the resource. */
|
|
66
|
-
createdByType?: CreatedByType;
|
|
67
|
-
/** The timestamp of resource creation (UTC). */
|
|
68
|
-
createdAt?: Date;
|
|
69
|
-
/** The identity that last modified the resource. */
|
|
70
|
-
lastModifiedBy?: string;
|
|
71
|
-
/** The type of identity that last modified the resource. */
|
|
72
|
-
lastModifiedByType?: CreatedByType;
|
|
73
|
-
/** The timestamp of resource last modification (UTC) */
|
|
74
|
-
lastModifiedAt?: Date;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/** ARM resource. */
|
|
78
|
-
export interface Resource {
|
|
79
|
-
/**
|
|
80
|
-
* Resource ID.
|
|
81
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
82
|
-
*/
|
|
83
|
-
readonly id?: string;
|
|
84
|
-
/**
|
|
85
|
-
* Resource name.
|
|
86
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
87
|
-
*/
|
|
88
|
-
readonly name?: string;
|
|
89
|
-
/**
|
|
90
|
-
* Resource type.
|
|
91
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
-
*/
|
|
93
|
-
readonly type?: string;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
97
|
-
export interface ErrorResponse {
|
|
98
|
-
/** The error object. */
|
|
99
|
-
error?: ErrorDetail;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/** The error detail. */
|
|
103
|
-
export interface ErrorDetail {
|
|
104
|
-
/**
|
|
105
|
-
* The error code.
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
108
|
-
readonly code?: string;
|
|
109
|
-
/**
|
|
110
|
-
* The error message.
|
|
111
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
112
|
-
*/
|
|
113
|
-
readonly message?: string;
|
|
114
|
-
/**
|
|
115
|
-
* The error target.
|
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
-
*/
|
|
118
|
-
readonly target?: string;
|
|
119
|
-
/**
|
|
120
|
-
* The error details.
|
|
121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
-
*/
|
|
123
|
-
readonly details?: ErrorDetail[];
|
|
124
|
-
/**
|
|
125
|
-
* The error additional info.
|
|
126
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
127
|
-
*/
|
|
128
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/** The resource management error additional info. */
|
|
132
|
-
export interface ErrorAdditionalInfo {
|
|
133
|
-
/**
|
|
134
|
-
* The additional info type.
|
|
135
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
136
|
-
*/
|
|
137
|
-
readonly type?: string;
|
|
138
|
-
/**
|
|
139
|
-
* The additional info.
|
|
140
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
141
|
-
*/
|
|
142
|
-
readonly info?: Record<string, unknown>;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/** A list of availability group listeners. */
|
|
146
|
-
export interface AvailabilityGroupListenerListResult {
|
|
147
|
-
/**
|
|
148
|
-
* Array of results.
|
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
-
*/
|
|
151
|
-
readonly value?: AvailabilityGroupListener[];
|
|
152
|
-
/**
|
|
153
|
-
* Link to retrieve next page of results.
|
|
154
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
-
*/
|
|
156
|
-
readonly nextLink?: string;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/** Result of the request to list SQL operations. */
|
|
160
|
-
export interface OperationListResult {
|
|
161
|
-
/**
|
|
162
|
-
* Array of results.
|
|
163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
164
|
-
*/
|
|
165
|
-
readonly value?: Operation[];
|
|
166
|
-
/**
|
|
167
|
-
* Link to retrieve next page of results.
|
|
168
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
169
|
-
*/
|
|
170
|
-
readonly nextLink?: string;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/** SQL REST API operation definition. */
|
|
174
|
-
export interface Operation {
|
|
175
|
-
/**
|
|
176
|
-
* The name of the operation being performed on this particular object.
|
|
177
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
-
*/
|
|
179
|
-
readonly name?: string;
|
|
180
|
-
/**
|
|
181
|
-
* The localized display information for this particular operation / action.
|
|
182
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
-
*/
|
|
184
|
-
readonly display?: OperationDisplay;
|
|
185
|
-
/**
|
|
186
|
-
* The intended executor of the operation.
|
|
187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
-
*/
|
|
189
|
-
readonly origin?: OperationOrigin;
|
|
190
|
-
/**
|
|
191
|
-
* Additional descriptions for the operation.
|
|
192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
-
*/
|
|
194
|
-
readonly properties?: { [propertyName: string]: Record<string, unknown> };
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
/** Display metadata associated with the operation. */
|
|
198
|
-
export interface OperationDisplay {
|
|
199
|
-
/**
|
|
200
|
-
* The localized friendly form of the resource provider name.
|
|
201
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
202
|
-
*/
|
|
203
|
-
readonly provider?: string;
|
|
204
|
-
/**
|
|
205
|
-
* The localized friendly form of the resource type related to this action/operation.
|
|
206
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
207
|
-
*/
|
|
208
|
-
readonly resource?: string;
|
|
209
|
-
/**
|
|
210
|
-
* The localized friendly name for the operation.
|
|
211
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
212
|
-
*/
|
|
213
|
-
readonly operation?: string;
|
|
214
|
-
/**
|
|
215
|
-
* The localized friendly description for the operation.
|
|
216
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
-
*/
|
|
218
|
-
readonly description?: string;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/** Active Directory account details to operate Windows Server Failover Cluster. */
|
|
222
|
-
export interface WsfcDomainProfile {
|
|
223
|
-
/** Fully qualified name of the domain. */
|
|
224
|
-
domainFqdn?: string;
|
|
225
|
-
/** Organizational Unit path in which the nodes and cluster will be present. */
|
|
226
|
-
ouPath?: string;
|
|
227
|
-
/** Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain). */
|
|
228
|
-
clusterBootstrapAccount?: string;
|
|
229
|
-
/** Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster. */
|
|
230
|
-
clusterOperatorAccount?: string;
|
|
231
|
-
/** Account name under which SQL service will run on all participating SQL virtual machines in the cluster. */
|
|
232
|
-
sqlServiceAccount?: string;
|
|
233
|
-
/** Optional path for fileshare witness. */
|
|
234
|
-
fileShareWitnessPath?: string;
|
|
235
|
-
/** Fully qualified ARM resource id of the witness storage account. */
|
|
236
|
-
storageAccountUrl?: string;
|
|
237
|
-
/** Primary key of the witness storage account. */
|
|
238
|
-
storageAccountPrimaryKey?: string;
|
|
239
|
-
/** Cluster subnet type. */
|
|
240
|
-
clusterSubnetType?: ClusterSubnetType;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
/** An update to a SQL virtual machine group. */
|
|
244
|
-
export interface SqlVirtualMachineGroupUpdate {
|
|
245
|
-
/** Resource tags. */
|
|
246
|
-
tags?: { [propertyName: string]: string };
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/** A list of SQL virtual machine groups. */
|
|
250
|
-
export interface SqlVirtualMachineGroupListResult {
|
|
251
|
-
/**
|
|
252
|
-
* Array of results.
|
|
253
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
-
*/
|
|
255
|
-
readonly value?: SqlVirtualMachineGroup[];
|
|
256
|
-
/**
|
|
257
|
-
* Link to retrieve next page of results.
|
|
258
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
-
*/
|
|
260
|
-
readonly nextLink?: string;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
/** A list of SQL virtual machines. */
|
|
264
|
-
export interface SqlVirtualMachineListResult {
|
|
265
|
-
/**
|
|
266
|
-
* Array of results.
|
|
267
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
-
*/
|
|
269
|
-
readonly value?: SqlVirtualMachine[];
|
|
270
|
-
/**
|
|
271
|
-
* Link to retrieve next page of results.
|
|
272
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
-
*/
|
|
274
|
-
readonly nextLink?: string;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
/** Azure Active Directory identity configuration for a resource. */
|
|
278
|
-
export interface ResourceIdentity {
|
|
279
|
-
/**
|
|
280
|
-
* The Azure Active Directory principal id.
|
|
281
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
282
|
-
*/
|
|
283
|
-
readonly principalId?: string;
|
|
284
|
-
/** The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. */
|
|
285
|
-
type?: IdentityType;
|
|
286
|
-
/**
|
|
287
|
-
* The Azure Active Directory tenant id.
|
|
288
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
289
|
-
*/
|
|
290
|
-
readonly tenantId?: string;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
294
|
-
export interface WsfcDomainCredentials {
|
|
295
|
-
/** Cluster bootstrap account password. */
|
|
296
|
-
clusterBootstrapAccountPassword?: string;
|
|
297
|
-
/** Cluster operator account password. */
|
|
298
|
-
clusterOperatorAccountPassword?: string;
|
|
299
|
-
/** SQL service account password. */
|
|
300
|
-
sqlServiceAccountPassword?: string;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/** Set a patching window during which Windows and SQL patches will be applied. */
|
|
304
|
-
export interface AutoPatchingSettings {
|
|
305
|
-
/** Enable or disable autopatching on SQL virtual machine. */
|
|
306
|
-
enable?: boolean;
|
|
307
|
-
/** Day of week to apply the patch on. */
|
|
308
|
-
dayOfWeek?: DayOfWeek;
|
|
309
|
-
/** Hour of the day when patching is initiated. Local VM time. */
|
|
310
|
-
maintenanceWindowStartingHour?: number;
|
|
311
|
-
/** Duration of patching. */
|
|
312
|
-
maintenanceWindowDuration?: number;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/** Configure backups for databases in your SQL virtual machine. */
|
|
316
|
-
export interface AutoBackupSettings {
|
|
317
|
-
/** Enable or disable autobackup on SQL virtual machine. */
|
|
318
|
-
enable?: boolean;
|
|
319
|
-
/** Enable or disable encryption for backup on SQL virtual machine. */
|
|
320
|
-
enableEncryption?: boolean;
|
|
321
|
-
/** Retention period of backup: 1-90 days. */
|
|
322
|
-
retentionPeriod?: number;
|
|
323
|
-
/** Storage account url where backup will be taken to. */
|
|
324
|
-
storageAccountUrl?: string;
|
|
325
|
-
/** Storage container name where backup will be taken to. */
|
|
326
|
-
storageContainerName?: string;
|
|
327
|
-
/** Storage account key where backup will be taken to. */
|
|
328
|
-
storageAccessKey?: string;
|
|
329
|
-
/** Password for encryption on backup. */
|
|
330
|
-
password?: string;
|
|
331
|
-
/** Include or exclude system databases from auto backup. */
|
|
332
|
-
backupSystemDbs?: boolean;
|
|
333
|
-
/** Backup schedule type. */
|
|
334
|
-
backupScheduleType?: BackupScheduleType;
|
|
335
|
-
/** Frequency of full backups. In both cases, full backups begin during the next scheduled time window. */
|
|
336
|
-
fullBackupFrequency?: FullBackupFrequencyType;
|
|
337
|
-
/** Days of the week for the backups when FullBackupFrequency is set to Weekly. */
|
|
338
|
-
daysOfWeek?: AutoBackupDaysOfWeek[];
|
|
339
|
-
/** Start time of a given day during which full backups can take place. 0-23 hours. */
|
|
340
|
-
fullBackupStartTime?: number;
|
|
341
|
-
/** Duration of the time window of a given day during which full backups can take place. 1-23 hours. */
|
|
342
|
-
fullBackupWindowHours?: number;
|
|
343
|
-
/** Frequency of log backups. 5-60 minutes. */
|
|
344
|
-
logBackupFrequency?: number;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
/** Configure your SQL virtual machine to be able to connect to the Azure Key Vault service. */
|
|
348
|
-
export interface KeyVaultCredentialSettings {
|
|
349
|
-
/** Enable or disable key vault credential setting. */
|
|
350
|
-
enable?: boolean;
|
|
351
|
-
/** Credential name. */
|
|
352
|
-
credentialName?: string;
|
|
353
|
-
/** Azure Key Vault url. */
|
|
354
|
-
azureKeyVaultUrl?: string;
|
|
355
|
-
/** Service principal name to access key vault. */
|
|
356
|
-
servicePrincipalName?: string;
|
|
357
|
-
/** Service principal name secret to access key vault. */
|
|
358
|
-
servicePrincipalSecret?: string;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
/** Set the connectivity, storage and workload settings. */
|
|
362
|
-
export interface ServerConfigurationsManagementSettings {
|
|
363
|
-
/** SQL connectivity type settings. */
|
|
364
|
-
sqlConnectivityUpdateSettings?: SqlConnectivityUpdateSettings;
|
|
365
|
-
/** SQL workload type settings. */
|
|
366
|
-
sqlWorkloadTypeUpdateSettings?: SqlWorkloadTypeUpdateSettings;
|
|
367
|
-
/** SQL storage update settings. */
|
|
368
|
-
sqlStorageUpdateSettings?: SqlStorageUpdateSettings;
|
|
369
|
-
/** Additional SQL feature settings. */
|
|
370
|
-
additionalFeaturesServerConfigurations?: AdditionalFeaturesServerConfigurations;
|
|
371
|
-
/** SQL Instance settings. */
|
|
372
|
-
sqlInstanceSettings?: SQLInstanceSettings;
|
|
373
|
-
/** Azure AD authentication Settings. */
|
|
374
|
-
azureAdAuthenticationSettings?: AADAuthenticationSettings;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/** Set the access level and network port settings for SQL Server. */
|
|
378
|
-
export interface SqlConnectivityUpdateSettings {
|
|
379
|
-
/** SQL Server connectivity option. */
|
|
380
|
-
connectivityType?: ConnectivityType;
|
|
381
|
-
/** SQL Server port. */
|
|
382
|
-
port?: number;
|
|
383
|
-
/** SQL Server sysadmin login to create. */
|
|
384
|
-
sqlAuthUpdateUserName?: string;
|
|
385
|
-
/** SQL Server sysadmin login password. */
|
|
386
|
-
sqlAuthUpdatePassword?: string;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
/** Set workload type to optimize storage for SQL Server. */
|
|
390
|
-
export interface SqlWorkloadTypeUpdateSettings {
|
|
391
|
-
/** SQL Server workload type. */
|
|
392
|
-
sqlWorkloadType?: SqlWorkloadType;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/** Set disk storage settings for SQL Server. */
|
|
396
|
-
export interface SqlStorageUpdateSettings {
|
|
397
|
-
/** Virtual machine disk count. */
|
|
398
|
-
diskCount?: number;
|
|
399
|
-
/** Device id of the first disk to be updated. */
|
|
400
|
-
startingDeviceId?: number;
|
|
401
|
-
/** Disk configuration to apply to SQL Server. */
|
|
402
|
-
diskConfigurationType?: DiskConfigurationType;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/** Additional SQL Server feature settings. */
|
|
406
|
-
export interface AdditionalFeaturesServerConfigurations {
|
|
407
|
-
/** Enable or disable R services (SQL 2016 onwards). */
|
|
408
|
-
isRServicesEnabled?: boolean;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
/** Set the server/instance-level settings for SQL Server. */
|
|
412
|
-
export interface SQLInstanceSettings {
|
|
413
|
-
/** SQL Server Collation. */
|
|
414
|
-
collation?: string;
|
|
415
|
-
/** SQL Server MAXDOP. */
|
|
416
|
-
maxDop?: number;
|
|
417
|
-
/** SQL Server Optimize for Adhoc workloads. */
|
|
418
|
-
isOptimizeForAdHocWorkloadsEnabled?: boolean;
|
|
419
|
-
/** SQL Server minimum memory. */
|
|
420
|
-
minServerMemoryMB?: number;
|
|
421
|
-
/** SQL Server maximum memory. */
|
|
422
|
-
maxServerMemoryMB?: number;
|
|
423
|
-
/** SQL Server LPIM. */
|
|
424
|
-
isLpimEnabled?: boolean;
|
|
425
|
-
/** SQL Server IFI. */
|
|
426
|
-
isIfiEnabled?: boolean;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/** Enable AAD authentication for SQL VM. */
|
|
430
|
-
export interface AADAuthenticationSettings {
|
|
431
|
-
/** The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity */
|
|
432
|
-
clientId?: string;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/** Storage Configurations for SQL Data, Log and TempDb. */
|
|
436
|
-
export interface StorageConfigurationSettings {
|
|
437
|
-
/** SQL Server Data Storage Settings. */
|
|
438
|
-
sqlDataSettings?: SQLStorageSettings;
|
|
439
|
-
/** SQL Server Log Storage Settings. */
|
|
440
|
-
sqlLogSettings?: SQLStorageSettings;
|
|
441
|
-
/** SQL Server TempDb Storage Settings. */
|
|
442
|
-
sqlTempDbSettings?: SQLTempDbSettings;
|
|
443
|
-
/** SQL Server SystemDb Storage on DataPool if true. */
|
|
444
|
-
sqlSystemDbOnDataDisk?: boolean;
|
|
445
|
-
/** Disk configuration to apply to SQL Server. */
|
|
446
|
-
diskConfigurationType?: DiskConfigurationType;
|
|
447
|
-
/** Storage workload type. */
|
|
448
|
-
storageWorkloadType?: StorageWorkloadType;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/** Set disk storage settings for SQL Server. */
|
|
452
|
-
export interface SQLStorageSettings {
|
|
453
|
-
/** Logical Unit Numbers for the disks. */
|
|
454
|
-
luns?: number[];
|
|
455
|
-
/** SQL Server default file path */
|
|
456
|
-
defaultFilePath?: string;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
/** Set tempDb storage settings for SQL Server. */
|
|
460
|
-
export interface SQLTempDbSettings {
|
|
461
|
-
/** SQL Server tempdb data file size */
|
|
462
|
-
dataFileSize?: number;
|
|
463
|
-
/** SQL Server tempdb data file autoGrowth size */
|
|
464
|
-
dataGrowth?: number;
|
|
465
|
-
/** SQL Server tempdb log file size */
|
|
466
|
-
logFileSize?: number;
|
|
467
|
-
/** SQL Server tempdb log file autoGrowth size */
|
|
468
|
-
logGrowth?: number;
|
|
469
|
-
/** SQL Server tempdb data file count */
|
|
470
|
-
dataFileCount?: number;
|
|
471
|
-
/** SQL Server tempdb persist folder choice */
|
|
472
|
-
persistFolder?: boolean;
|
|
473
|
-
/** SQL Server tempdb persist folder location */
|
|
474
|
-
persistFolderPath?: string;
|
|
475
|
-
/** Logical Unit Numbers for the disks. */
|
|
476
|
-
luns?: number[];
|
|
477
|
-
/** SQL Server default file path */
|
|
478
|
-
defaultFilePath?: string;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/** Status of last troubleshooting operation on this SQL VM */
|
|
482
|
-
export interface TroubleshootingStatus {
|
|
483
|
-
/**
|
|
484
|
-
* Root cause of the issue
|
|
485
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
486
|
-
*/
|
|
487
|
-
readonly rootCause?: string;
|
|
488
|
-
/**
|
|
489
|
-
* Last troubleshooting trigger time in UTC timezone
|
|
490
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
491
|
-
*/
|
|
492
|
-
readonly lastTriggerTimeUtc?: Date;
|
|
493
|
-
/**
|
|
494
|
-
* Start time in UTC timezone.
|
|
495
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
496
|
-
*/
|
|
497
|
-
readonly startTimeUtc?: Date;
|
|
498
|
-
/**
|
|
499
|
-
* End time in UTC timezone.
|
|
500
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
|
-
*/
|
|
502
|
-
readonly endTimeUtc?: Date;
|
|
503
|
-
/**
|
|
504
|
-
* SQL VM troubleshooting scenario.
|
|
505
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
506
|
-
*/
|
|
507
|
-
readonly troubleshootingScenario?: TroubleshootingScenario;
|
|
508
|
-
/**
|
|
509
|
-
* Troubleshooting properties
|
|
510
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
|
-
*/
|
|
512
|
-
readonly properties?: TroubleshootingAdditionalProperties;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
/** SQL VM Troubleshooting additional properties. */
|
|
516
|
-
export interface TroubleshootingAdditionalProperties {
|
|
517
|
-
/** The unhealthy replica information */
|
|
518
|
-
unhealthyReplicaInfo?: UnhealthyReplicaInfo;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
/** SQL VM Troubleshoot UnhealthyReplica scenario information. */
|
|
522
|
-
export interface UnhealthyReplicaInfo {
|
|
523
|
-
/** The name of the availability group */
|
|
524
|
-
availabilityGroupName?: string;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
/** Configure SQL best practices Assessment for databases in your SQL virtual machine. */
|
|
528
|
-
export interface AssessmentSettings {
|
|
529
|
-
/** Enable or disable SQL best practices Assessment feature on SQL virtual machine. */
|
|
530
|
-
enable?: boolean;
|
|
531
|
-
/** Run SQL best practices Assessment immediately on SQL virtual machine. */
|
|
532
|
-
runImmediately?: boolean;
|
|
533
|
-
/** Schedule for SQL best practices Assessment. */
|
|
534
|
-
schedule?: Schedule;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
/** Set assessment schedule for SQL Server. */
|
|
538
|
-
export interface Schedule {
|
|
539
|
-
/** Enable or disable assessment schedule on SQL virtual machine. */
|
|
540
|
-
enable?: boolean;
|
|
541
|
-
/** Number of weeks to schedule between 2 assessment runs. Takes value from 1-6 */
|
|
542
|
-
weeklyInterval?: number;
|
|
543
|
-
/** Occurrence of the DayOfWeek day within a month to schedule assessment. Takes values: 1,2,3,4 and -1. Use -1 for last DayOfWeek day of the month */
|
|
544
|
-
monthlyOccurrence?: number;
|
|
545
|
-
/** Day of the week to run assessment. */
|
|
546
|
-
dayOfWeek?: AssessmentDayOfWeek;
|
|
547
|
-
/** Time of the day in HH:mm format. Eg. 17:30 */
|
|
548
|
-
startTime?: string;
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
/** An update to a SQL virtual machine. */
|
|
552
|
-
export interface SqlVirtualMachineUpdate {
|
|
553
|
-
/** Resource tags. */
|
|
554
|
-
tags?: { [propertyName: string]: string };
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
/** Details required for SQL VM troubleshooting */
|
|
558
|
-
export interface SqlVmTroubleshooting {
|
|
559
|
-
/** Start time in UTC timezone. */
|
|
560
|
-
startTimeUtc?: Date;
|
|
561
|
-
/** End time in UTC timezone. */
|
|
562
|
-
endTimeUtc?: Date;
|
|
563
|
-
/** SQL VM troubleshooting scenario. */
|
|
564
|
-
troubleshootingScenario?: TroubleshootingScenario;
|
|
565
|
-
/** Troubleshooting properties */
|
|
566
|
-
properties?: TroubleshootingAdditionalProperties;
|
|
567
|
-
/**
|
|
568
|
-
* Virtual machine resource id for response.
|
|
569
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
570
|
-
*/
|
|
571
|
-
readonly virtualMachineResourceId?: string;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/** ARM proxy resource. */
|
|
575
|
-
export interface ProxyResource extends Resource {}
|
|
576
|
-
|
|
577
|
-
/** ARM tracked top level resource. */
|
|
578
|
-
export interface TrackedResource extends Resource {
|
|
579
|
-
/** Resource location. */
|
|
580
|
-
location: string;
|
|
581
|
-
/** Resource tags. */
|
|
582
|
-
tags?: { [propertyName: string]: string };
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/** A SQL Server availability group listener. */
|
|
586
|
-
export interface AvailabilityGroupListener extends ProxyResource {
|
|
587
|
-
/**
|
|
588
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
589
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
590
|
-
*/
|
|
591
|
-
readonly systemData?: SystemData;
|
|
592
|
-
/**
|
|
593
|
-
* Provisioning state to track the async operation status.
|
|
594
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
|
-
*/
|
|
596
|
-
readonly provisioningState?: string;
|
|
597
|
-
/** Name of the availability group. */
|
|
598
|
-
availabilityGroupName?: string;
|
|
599
|
-
/** List of load balancer configurations for an availability group listener. */
|
|
600
|
-
loadBalancerConfigurations?: LoadBalancerConfiguration[];
|
|
601
|
-
/** List of multi subnet IP configurations for an AG listener. */
|
|
602
|
-
multiSubnetIpConfigurations?: MultiSubnetIpConfiguration[];
|
|
603
|
-
/** Create a default availability group if it does not exist. */
|
|
604
|
-
createDefaultAvailabilityGroupIfNotExist?: boolean;
|
|
605
|
-
/** Listener port. */
|
|
606
|
-
port?: number;
|
|
607
|
-
/** Availability Group configuration. */
|
|
608
|
-
availabilityGroupConfiguration?: AgConfiguration;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
/** A SQL virtual machine group. */
|
|
612
|
-
export interface SqlVirtualMachineGroup extends TrackedResource {
|
|
613
|
-
/**
|
|
614
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
615
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
616
|
-
*/
|
|
617
|
-
readonly systemData?: SystemData;
|
|
618
|
-
/**
|
|
619
|
-
* Provisioning state to track the async operation status.
|
|
620
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
-
*/
|
|
622
|
-
readonly provisioningState?: string;
|
|
623
|
-
/** SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. */
|
|
624
|
-
sqlImageOffer?: string;
|
|
625
|
-
/** SQL image sku. */
|
|
626
|
-
sqlImageSku?: SqlVmGroupImageSku;
|
|
627
|
-
/**
|
|
628
|
-
* Scale type.
|
|
629
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
630
|
-
*/
|
|
631
|
-
readonly scaleType?: ScaleType;
|
|
632
|
-
/**
|
|
633
|
-
* Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.
|
|
634
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
|
-
*/
|
|
636
|
-
readonly clusterManagerType?: ClusterManagerType;
|
|
637
|
-
/**
|
|
638
|
-
* Cluster type.
|
|
639
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
640
|
-
*/
|
|
641
|
-
readonly clusterConfiguration?: ClusterConfiguration;
|
|
642
|
-
/** Cluster Active Directory domain profile. */
|
|
643
|
-
wsfcDomainProfile?: WsfcDomainProfile;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
/** A SQL virtual machine. */
|
|
647
|
-
export interface SqlVirtualMachine extends TrackedResource {
|
|
648
|
-
/** Azure Active Directory identity of the server. */
|
|
649
|
-
identity?: ResourceIdentity;
|
|
650
|
-
/**
|
|
651
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
652
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
653
|
-
*/
|
|
654
|
-
readonly systemData?: SystemData;
|
|
655
|
-
/** ARM Resource id of underlying virtual machine created from SQL marketplace image. */
|
|
656
|
-
virtualMachineResourceId?: string;
|
|
657
|
-
/**
|
|
658
|
-
* Provisioning state to track the async operation status.
|
|
659
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
660
|
-
*/
|
|
661
|
-
readonly provisioningState?: string;
|
|
662
|
-
/** SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016. */
|
|
663
|
-
sqlImageOffer?: string;
|
|
664
|
-
/** SQL Server license type. */
|
|
665
|
-
sqlServerLicenseType?: SqlServerLicenseType;
|
|
666
|
-
/** SQL Server Management type. */
|
|
667
|
-
sqlManagement?: SqlManagementMode;
|
|
668
|
-
/** SQL IaaS Agent least privilege mode. */
|
|
669
|
-
leastPrivilegeMode?: LeastPrivilegeMode;
|
|
670
|
-
/** SQL Server edition type. */
|
|
671
|
-
sqlImageSku?: SqlImageSku;
|
|
672
|
-
/** ARM resource id of the SQL virtual machine group this SQL virtual machine is or will be part of. */
|
|
673
|
-
sqlVirtualMachineGroupResourceId?: string;
|
|
674
|
-
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
675
|
-
wsfcDomainCredentials?: WsfcDomainCredentials;
|
|
676
|
-
/** Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. */
|
|
677
|
-
wsfcStaticIp?: string;
|
|
678
|
-
/** Auto patching settings for applying critical security updates to SQL virtual machine. */
|
|
679
|
-
autoPatchingSettings?: AutoPatchingSettings;
|
|
680
|
-
/** Auto backup settings for SQL Server. */
|
|
681
|
-
autoBackupSettings?: AutoBackupSettings;
|
|
682
|
-
/** Key vault credential settings. */
|
|
683
|
-
keyVaultCredentialSettings?: KeyVaultCredentialSettings;
|
|
684
|
-
/** SQL Server configuration management settings. */
|
|
685
|
-
serverConfigurationsManagementSettings?: ServerConfigurationsManagementSettings;
|
|
686
|
-
/** Storage Configuration Settings. */
|
|
687
|
-
storageConfigurationSettings?: StorageConfigurationSettings;
|
|
688
|
-
/**
|
|
689
|
-
* Troubleshooting status
|
|
690
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
691
|
-
*/
|
|
692
|
-
readonly troubleshootingStatus?: TroubleshootingStatus;
|
|
693
|
-
/** SQL best practices Assessment Settings. */
|
|
694
|
-
assessmentSettings?: AssessmentSettings;
|
|
695
|
-
/** Enable automatic upgrade of Sql IaaS extension Agent. */
|
|
696
|
-
enableAutomaticUpgrade?: boolean;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
/** Defines headers for AvailabilityGroupListeners_delete operation. */
|
|
700
|
-
export interface AvailabilityGroupListenersDeleteHeaders {
|
|
701
|
-
location?: string;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
/** Defines headers for SqlVirtualMachineGroups_delete operation. */
|
|
705
|
-
export interface SqlVirtualMachineGroupsDeleteHeaders {
|
|
706
|
-
location?: string;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
/** Defines headers for SqlVirtualMachines_delete operation. */
|
|
710
|
-
export interface SqlVirtualMachinesDeleteHeaders {
|
|
711
|
-
location?: string;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
/** Defines headers for SqlVirtualMachines_startAssessment operation. */
|
|
715
|
-
export interface SqlVirtualMachinesStartAssessmentHeaders {
|
|
716
|
-
location?: string;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
/** Defines headers for SqlVirtualMachines_redeploy operation. */
|
|
720
|
-
export interface SqlVirtualMachinesRedeployHeaders {
|
|
721
|
-
location?: string;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
/** Defines headers for SqlVirtualMachineTroubleshoot_troubleshoot operation. */
|
|
725
|
-
export interface SqlVirtualMachineTroubleshootTroubleshootHeaders {
|
|
726
|
-
location?: string;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
/** Known values of {@link Role} that the service accepts. */
|
|
730
|
-
export enum KnownRole {
|
|
731
|
-
/** Primary */
|
|
732
|
-
Primary = "PRIMARY",
|
|
733
|
-
/** Secondary */
|
|
734
|
-
Secondary = "SECONDARY"
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
/**
|
|
738
|
-
* Defines values for Role. \
|
|
739
|
-
* {@link KnownRole} can be used interchangeably with Role,
|
|
740
|
-
* this enum contains the known values that the service supports.
|
|
741
|
-
* ### Known values supported by the service
|
|
742
|
-
* **PRIMARY** \
|
|
743
|
-
* **SECONDARY**
|
|
744
|
-
*/
|
|
745
|
-
export type Role = string;
|
|
746
|
-
|
|
747
|
-
/** Known values of {@link Commit} that the service accepts. */
|
|
748
|
-
export enum KnownCommit {
|
|
749
|
-
/** SynchronousCommit */
|
|
750
|
-
SynchronousCommit = "SYNCHRONOUS_COMMIT",
|
|
751
|
-
/** AsynchronousCommit */
|
|
752
|
-
AsynchronousCommit = "ASYNCHRONOUS_COMMIT"
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
/**
|
|
756
|
-
* Defines values for Commit. \
|
|
757
|
-
* {@link KnownCommit} can be used interchangeably with Commit,
|
|
758
|
-
* this enum contains the known values that the service supports.
|
|
759
|
-
* ### Known values supported by the service
|
|
760
|
-
* **SYNCHRONOUS_COMMIT** \
|
|
761
|
-
* **ASYNCHRONOUS_COMMIT**
|
|
762
|
-
*/
|
|
763
|
-
export type Commit = string;
|
|
764
|
-
|
|
765
|
-
/** Known values of {@link Failover} that the service accepts. */
|
|
766
|
-
export enum KnownFailover {
|
|
767
|
-
/** Automatic */
|
|
768
|
-
Automatic = "AUTOMATIC",
|
|
769
|
-
/** Manual */
|
|
770
|
-
Manual = "MANUAL"
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
/**
|
|
774
|
-
* Defines values for Failover. \
|
|
775
|
-
* {@link KnownFailover} can be used interchangeably with Failover,
|
|
776
|
-
* this enum contains the known values that the service supports.
|
|
777
|
-
* ### Known values supported by the service
|
|
778
|
-
* **AUTOMATIC** \
|
|
779
|
-
* **MANUAL**
|
|
780
|
-
*/
|
|
781
|
-
export type Failover = string;
|
|
782
|
-
|
|
783
|
-
/** Known values of {@link ReadableSecondary} that the service accepts. */
|
|
784
|
-
export enum KnownReadableSecondary {
|
|
785
|
-
/** NO */
|
|
786
|
-
NO = "NO",
|
|
787
|
-
/** ALL */
|
|
788
|
-
ALL = "ALL",
|
|
789
|
-
/** ReadOnly */
|
|
790
|
-
ReadOnly = "READ_ONLY"
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
/**
|
|
794
|
-
* Defines values for ReadableSecondary. \
|
|
795
|
-
* {@link KnownReadableSecondary} can be used interchangeably with ReadableSecondary,
|
|
796
|
-
* this enum contains the known values that the service supports.
|
|
797
|
-
* ### Known values supported by the service
|
|
798
|
-
* **NO** \
|
|
799
|
-
* **ALL** \
|
|
800
|
-
* **READ_ONLY**
|
|
801
|
-
*/
|
|
802
|
-
export type ReadableSecondary = string;
|
|
803
|
-
|
|
804
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
805
|
-
export enum KnownCreatedByType {
|
|
806
|
-
/** User */
|
|
807
|
-
User = "User",
|
|
808
|
-
/** Application */
|
|
809
|
-
Application = "Application",
|
|
810
|
-
/** ManagedIdentity */
|
|
811
|
-
ManagedIdentity = "ManagedIdentity",
|
|
812
|
-
/** Key */
|
|
813
|
-
Key = "Key"
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
/**
|
|
817
|
-
* Defines values for CreatedByType. \
|
|
818
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
819
|
-
* this enum contains the known values that the service supports.
|
|
820
|
-
* ### Known values supported by the service
|
|
821
|
-
* **User** \
|
|
822
|
-
* **Application** \
|
|
823
|
-
* **ManagedIdentity** \
|
|
824
|
-
* **Key**
|
|
825
|
-
*/
|
|
826
|
-
export type CreatedByType = string;
|
|
827
|
-
|
|
828
|
-
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
829
|
-
export enum KnownOperationOrigin {
|
|
830
|
-
/** User */
|
|
831
|
-
User = "user",
|
|
832
|
-
/** System */
|
|
833
|
-
System = "system"
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
/**
|
|
837
|
-
* Defines values for OperationOrigin. \
|
|
838
|
-
* {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
|
|
839
|
-
* this enum contains the known values that the service supports.
|
|
840
|
-
* ### Known values supported by the service
|
|
841
|
-
* **user** \
|
|
842
|
-
* **system**
|
|
843
|
-
*/
|
|
844
|
-
export type OperationOrigin = string;
|
|
845
|
-
|
|
846
|
-
/** Known values of {@link SqlVmGroupImageSku} that the service accepts. */
|
|
847
|
-
export enum KnownSqlVmGroupImageSku {
|
|
848
|
-
/** Developer */
|
|
849
|
-
Developer = "Developer",
|
|
850
|
-
/** Enterprise */
|
|
851
|
-
Enterprise = "Enterprise"
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
* Defines values for SqlVmGroupImageSku. \
|
|
856
|
-
* {@link KnownSqlVmGroupImageSku} can be used interchangeably with SqlVmGroupImageSku,
|
|
857
|
-
* this enum contains the known values that the service supports.
|
|
858
|
-
* ### Known values supported by the service
|
|
859
|
-
* **Developer** \
|
|
860
|
-
* **Enterprise**
|
|
861
|
-
*/
|
|
862
|
-
export type SqlVmGroupImageSku = string;
|
|
863
|
-
|
|
864
|
-
/** Known values of {@link ScaleType} that the service accepts. */
|
|
865
|
-
export enum KnownScaleType {
|
|
866
|
-
/** HA */
|
|
867
|
-
HA = "HA"
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
/**
|
|
871
|
-
* Defines values for ScaleType. \
|
|
872
|
-
* {@link KnownScaleType} can be used interchangeably with ScaleType,
|
|
873
|
-
* this enum contains the known values that the service supports.
|
|
874
|
-
* ### Known values supported by the service
|
|
875
|
-
* **HA**
|
|
876
|
-
*/
|
|
877
|
-
export type ScaleType = string;
|
|
878
|
-
|
|
879
|
-
/** Known values of {@link ClusterManagerType} that the service accepts. */
|
|
880
|
-
export enum KnownClusterManagerType {
|
|
881
|
-
/** Wsfc */
|
|
882
|
-
Wsfc = "WSFC"
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
/**
|
|
886
|
-
* Defines values for ClusterManagerType. \
|
|
887
|
-
* {@link KnownClusterManagerType} can be used interchangeably with ClusterManagerType,
|
|
888
|
-
* this enum contains the known values that the service supports.
|
|
889
|
-
* ### Known values supported by the service
|
|
890
|
-
* **WSFC**
|
|
891
|
-
*/
|
|
892
|
-
export type ClusterManagerType = string;
|
|
893
|
-
|
|
894
|
-
/** Known values of {@link ClusterConfiguration} that the service accepts. */
|
|
895
|
-
export enum KnownClusterConfiguration {
|
|
896
|
-
/** Domainful */
|
|
897
|
-
Domainful = "Domainful"
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
/**
|
|
901
|
-
* Defines values for ClusterConfiguration. \
|
|
902
|
-
* {@link KnownClusterConfiguration} can be used interchangeably with ClusterConfiguration,
|
|
903
|
-
* this enum contains the known values that the service supports.
|
|
904
|
-
* ### Known values supported by the service
|
|
905
|
-
* **Domainful**
|
|
906
|
-
*/
|
|
907
|
-
export type ClusterConfiguration = string;
|
|
908
|
-
|
|
909
|
-
/** Known values of {@link ClusterSubnetType} that the service accepts. */
|
|
910
|
-
export enum KnownClusterSubnetType {
|
|
911
|
-
/** SingleSubnet */
|
|
912
|
-
SingleSubnet = "SingleSubnet",
|
|
913
|
-
/** MultiSubnet */
|
|
914
|
-
MultiSubnet = "MultiSubnet"
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
/**
|
|
918
|
-
* Defines values for ClusterSubnetType. \
|
|
919
|
-
* {@link KnownClusterSubnetType} can be used interchangeably with ClusterSubnetType,
|
|
920
|
-
* this enum contains the known values that the service supports.
|
|
921
|
-
* ### Known values supported by the service
|
|
922
|
-
* **SingleSubnet** \
|
|
923
|
-
* **MultiSubnet**
|
|
924
|
-
*/
|
|
925
|
-
export type ClusterSubnetType = string;
|
|
926
|
-
|
|
927
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
928
|
-
export enum KnownIdentityType {
|
|
929
|
-
/** None */
|
|
930
|
-
None = "None",
|
|
931
|
-
/** SystemAssigned */
|
|
932
|
-
SystemAssigned = "SystemAssigned"
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
/**
|
|
936
|
-
* Defines values for IdentityType. \
|
|
937
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
938
|
-
* this enum contains the known values that the service supports.
|
|
939
|
-
* ### Known values supported by the service
|
|
940
|
-
* **None** \
|
|
941
|
-
* **SystemAssigned**
|
|
942
|
-
*/
|
|
943
|
-
export type IdentityType = string;
|
|
944
|
-
|
|
945
|
-
/** Known values of {@link SqlServerLicenseType} that the service accepts. */
|
|
946
|
-
export enum KnownSqlServerLicenseType {
|
|
947
|
-
/** Payg */
|
|
948
|
-
Payg = "PAYG",
|
|
949
|
-
/** Ahub */
|
|
950
|
-
Ahub = "AHUB",
|
|
951
|
-
/** DR */
|
|
952
|
-
DR = "DR"
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
/**
|
|
956
|
-
* Defines values for SqlServerLicenseType. \
|
|
957
|
-
* {@link KnownSqlServerLicenseType} can be used interchangeably with SqlServerLicenseType,
|
|
958
|
-
* this enum contains the known values that the service supports.
|
|
959
|
-
* ### Known values supported by the service
|
|
960
|
-
* **PAYG** \
|
|
961
|
-
* **AHUB** \
|
|
962
|
-
* **DR**
|
|
963
|
-
*/
|
|
964
|
-
export type SqlServerLicenseType = string;
|
|
965
|
-
|
|
966
|
-
/** Known values of {@link SqlManagementMode} that the service accepts. */
|
|
967
|
-
export enum KnownSqlManagementMode {
|
|
968
|
-
/** Full */
|
|
969
|
-
Full = "Full",
|
|
970
|
-
/** LightWeight */
|
|
971
|
-
LightWeight = "LightWeight",
|
|
972
|
-
/** NoAgent */
|
|
973
|
-
NoAgent = "NoAgent"
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
/**
|
|
977
|
-
* Defines values for SqlManagementMode. \
|
|
978
|
-
* {@link KnownSqlManagementMode} can be used interchangeably with SqlManagementMode,
|
|
979
|
-
* this enum contains the known values that the service supports.
|
|
980
|
-
* ### Known values supported by the service
|
|
981
|
-
* **Full** \
|
|
982
|
-
* **LightWeight** \
|
|
983
|
-
* **NoAgent**
|
|
984
|
-
*/
|
|
985
|
-
export type SqlManagementMode = string;
|
|
986
|
-
|
|
987
|
-
/** Known values of {@link LeastPrivilegeMode} that the service accepts. */
|
|
988
|
-
export enum KnownLeastPrivilegeMode {
|
|
989
|
-
/** Enabled */
|
|
990
|
-
Enabled = "Enabled",
|
|
991
|
-
/** NotSet */
|
|
992
|
-
NotSet = "NotSet"
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
/**
|
|
996
|
-
* Defines values for LeastPrivilegeMode. \
|
|
997
|
-
* {@link KnownLeastPrivilegeMode} can be used interchangeably with LeastPrivilegeMode,
|
|
998
|
-
* this enum contains the known values that the service supports.
|
|
999
|
-
* ### Known values supported by the service
|
|
1000
|
-
* **Enabled** \
|
|
1001
|
-
* **NotSet**
|
|
1002
|
-
*/
|
|
1003
|
-
export type LeastPrivilegeMode = string;
|
|
1004
|
-
|
|
1005
|
-
/** Known values of {@link SqlImageSku} that the service accepts. */
|
|
1006
|
-
export enum KnownSqlImageSku {
|
|
1007
|
-
/** Developer */
|
|
1008
|
-
Developer = "Developer",
|
|
1009
|
-
/** Express */
|
|
1010
|
-
Express = "Express",
|
|
1011
|
-
/** Standard */
|
|
1012
|
-
Standard = "Standard",
|
|
1013
|
-
/** Enterprise */
|
|
1014
|
-
Enterprise = "Enterprise",
|
|
1015
|
-
/** Web */
|
|
1016
|
-
Web = "Web"
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
/**
|
|
1020
|
-
* Defines values for SqlImageSku. \
|
|
1021
|
-
* {@link KnownSqlImageSku} can be used interchangeably with SqlImageSku,
|
|
1022
|
-
* this enum contains the known values that the service supports.
|
|
1023
|
-
* ### Known values supported by the service
|
|
1024
|
-
* **Developer** \
|
|
1025
|
-
* **Express** \
|
|
1026
|
-
* **Standard** \
|
|
1027
|
-
* **Enterprise** \
|
|
1028
|
-
* **Web**
|
|
1029
|
-
*/
|
|
1030
|
-
export type SqlImageSku = string;
|
|
1031
|
-
|
|
1032
|
-
/** Known values of {@link BackupScheduleType} that the service accepts. */
|
|
1033
|
-
export enum KnownBackupScheduleType {
|
|
1034
|
-
/** Manual */
|
|
1035
|
-
Manual = "Manual",
|
|
1036
|
-
/** Automated */
|
|
1037
|
-
Automated = "Automated"
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
/**
|
|
1041
|
-
* Defines values for BackupScheduleType. \
|
|
1042
|
-
* {@link KnownBackupScheduleType} can be used interchangeably with BackupScheduleType,
|
|
1043
|
-
* this enum contains the known values that the service supports.
|
|
1044
|
-
* ### Known values supported by the service
|
|
1045
|
-
* **Manual** \
|
|
1046
|
-
* **Automated**
|
|
1047
|
-
*/
|
|
1048
|
-
export type BackupScheduleType = string;
|
|
1049
|
-
|
|
1050
|
-
/** Known values of {@link FullBackupFrequencyType} that the service accepts. */
|
|
1051
|
-
export enum KnownFullBackupFrequencyType {
|
|
1052
|
-
/** Daily */
|
|
1053
|
-
Daily = "Daily",
|
|
1054
|
-
/** Weekly */
|
|
1055
|
-
Weekly = "Weekly"
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
/**
|
|
1059
|
-
* Defines values for FullBackupFrequencyType. \
|
|
1060
|
-
* {@link KnownFullBackupFrequencyType} can be used interchangeably with FullBackupFrequencyType,
|
|
1061
|
-
* this enum contains the known values that the service supports.
|
|
1062
|
-
* ### Known values supported by the service
|
|
1063
|
-
* **Daily** \
|
|
1064
|
-
* **Weekly**
|
|
1065
|
-
*/
|
|
1066
|
-
export type FullBackupFrequencyType = string;
|
|
1067
|
-
|
|
1068
|
-
/** Known values of {@link AutoBackupDaysOfWeek} that the service accepts. */
|
|
1069
|
-
export enum KnownAutoBackupDaysOfWeek {
|
|
1070
|
-
/** Monday */
|
|
1071
|
-
Monday = "Monday",
|
|
1072
|
-
/** Tuesday */
|
|
1073
|
-
Tuesday = "Tuesday",
|
|
1074
|
-
/** Wednesday */
|
|
1075
|
-
Wednesday = "Wednesday",
|
|
1076
|
-
/** Thursday */
|
|
1077
|
-
Thursday = "Thursday",
|
|
1078
|
-
/** Friday */
|
|
1079
|
-
Friday = "Friday",
|
|
1080
|
-
/** Saturday */
|
|
1081
|
-
Saturday = "Saturday",
|
|
1082
|
-
/** Sunday */
|
|
1083
|
-
Sunday = "Sunday"
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
/**
|
|
1087
|
-
* Defines values for AutoBackupDaysOfWeek. \
|
|
1088
|
-
* {@link KnownAutoBackupDaysOfWeek} can be used interchangeably with AutoBackupDaysOfWeek,
|
|
1089
|
-
* this enum contains the known values that the service supports.
|
|
1090
|
-
* ### Known values supported by the service
|
|
1091
|
-
* **Monday** \
|
|
1092
|
-
* **Tuesday** \
|
|
1093
|
-
* **Wednesday** \
|
|
1094
|
-
* **Thursday** \
|
|
1095
|
-
* **Friday** \
|
|
1096
|
-
* **Saturday** \
|
|
1097
|
-
* **Sunday**
|
|
1098
|
-
*/
|
|
1099
|
-
export type AutoBackupDaysOfWeek = string;
|
|
1100
|
-
|
|
1101
|
-
/** Known values of {@link ConnectivityType} that the service accepts. */
|
|
1102
|
-
export enum KnownConnectivityType {
|
|
1103
|
-
/** Local */
|
|
1104
|
-
Local = "LOCAL",
|
|
1105
|
-
/** Private */
|
|
1106
|
-
Private = "PRIVATE",
|
|
1107
|
-
/** Public */
|
|
1108
|
-
Public = "PUBLIC"
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
/**
|
|
1112
|
-
* Defines values for ConnectivityType. \
|
|
1113
|
-
* {@link KnownConnectivityType} can be used interchangeably with ConnectivityType,
|
|
1114
|
-
* this enum contains the known values that the service supports.
|
|
1115
|
-
* ### Known values supported by the service
|
|
1116
|
-
* **LOCAL** \
|
|
1117
|
-
* **PRIVATE** \
|
|
1118
|
-
* **PUBLIC**
|
|
1119
|
-
*/
|
|
1120
|
-
export type ConnectivityType = string;
|
|
1121
|
-
|
|
1122
|
-
/** Known values of {@link SqlWorkloadType} that the service accepts. */
|
|
1123
|
-
export enum KnownSqlWorkloadType {
|
|
1124
|
-
/** General */
|
|
1125
|
-
General = "GENERAL",
|
|
1126
|
-
/** Oltp */
|
|
1127
|
-
Oltp = "OLTP",
|
|
1128
|
-
/** DW */
|
|
1129
|
-
DW = "DW"
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
/**
|
|
1133
|
-
* Defines values for SqlWorkloadType. \
|
|
1134
|
-
* {@link KnownSqlWorkloadType} can be used interchangeably with SqlWorkloadType,
|
|
1135
|
-
* this enum contains the known values that the service supports.
|
|
1136
|
-
* ### Known values supported by the service
|
|
1137
|
-
* **GENERAL** \
|
|
1138
|
-
* **OLTP** \
|
|
1139
|
-
* **DW**
|
|
1140
|
-
*/
|
|
1141
|
-
export type SqlWorkloadType = string;
|
|
1142
|
-
|
|
1143
|
-
/** Known values of {@link DiskConfigurationType} that the service accepts. */
|
|
1144
|
-
export enum KnownDiskConfigurationType {
|
|
1145
|
-
/** NEW */
|
|
1146
|
-
NEW = "NEW",
|
|
1147
|
-
/** Extend */
|
|
1148
|
-
Extend = "EXTEND",
|
|
1149
|
-
/** ADD */
|
|
1150
|
-
ADD = "ADD"
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
/**
|
|
1154
|
-
* Defines values for DiskConfigurationType. \
|
|
1155
|
-
* {@link KnownDiskConfigurationType} can be used interchangeably with DiskConfigurationType,
|
|
1156
|
-
* this enum contains the known values that the service supports.
|
|
1157
|
-
* ### Known values supported by the service
|
|
1158
|
-
* **NEW** \
|
|
1159
|
-
* **EXTEND** \
|
|
1160
|
-
* **ADD**
|
|
1161
|
-
*/
|
|
1162
|
-
export type DiskConfigurationType = string;
|
|
1163
|
-
|
|
1164
|
-
/** Known values of {@link StorageWorkloadType} that the service accepts. */
|
|
1165
|
-
export enum KnownStorageWorkloadType {
|
|
1166
|
-
/** General */
|
|
1167
|
-
General = "GENERAL",
|
|
1168
|
-
/** Oltp */
|
|
1169
|
-
Oltp = "OLTP",
|
|
1170
|
-
/** DW */
|
|
1171
|
-
DW = "DW"
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
/**
|
|
1175
|
-
* Defines values for StorageWorkloadType. \
|
|
1176
|
-
* {@link KnownStorageWorkloadType} can be used interchangeably with StorageWorkloadType,
|
|
1177
|
-
* this enum contains the known values that the service supports.
|
|
1178
|
-
* ### Known values supported by the service
|
|
1179
|
-
* **GENERAL** \
|
|
1180
|
-
* **OLTP** \
|
|
1181
|
-
* **DW**
|
|
1182
|
-
*/
|
|
1183
|
-
export type StorageWorkloadType = string;
|
|
1184
|
-
|
|
1185
|
-
/** Known values of {@link TroubleshootingScenario} that the service accepts. */
|
|
1186
|
-
export enum KnownTroubleshootingScenario {
|
|
1187
|
-
/** UnhealthyReplica */
|
|
1188
|
-
UnhealthyReplica = "UnhealthyReplica"
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
/**
|
|
1192
|
-
* Defines values for TroubleshootingScenario. \
|
|
1193
|
-
* {@link KnownTroubleshootingScenario} can be used interchangeably with TroubleshootingScenario,
|
|
1194
|
-
* this enum contains the known values that the service supports.
|
|
1195
|
-
* ### Known values supported by the service
|
|
1196
|
-
* **UnhealthyReplica**
|
|
1197
|
-
*/
|
|
1198
|
-
export type TroubleshootingScenario = string;
|
|
1199
|
-
/** Defines values for DayOfWeek. */
|
|
1200
|
-
export type DayOfWeek =
|
|
1201
|
-
| "Everyday"
|
|
1202
|
-
| "Monday"
|
|
1203
|
-
| "Tuesday"
|
|
1204
|
-
| "Wednesday"
|
|
1205
|
-
| "Thursday"
|
|
1206
|
-
| "Friday"
|
|
1207
|
-
| "Saturday"
|
|
1208
|
-
| "Sunday";
|
|
1209
|
-
/** Defines values for AssessmentDayOfWeek. */
|
|
1210
|
-
export type AssessmentDayOfWeek =
|
|
1211
|
-
| "Monday"
|
|
1212
|
-
| "Tuesday"
|
|
1213
|
-
| "Wednesday"
|
|
1214
|
-
| "Thursday"
|
|
1215
|
-
| "Friday"
|
|
1216
|
-
| "Saturday"
|
|
1217
|
-
| "Sunday";
|
|
1218
|
-
|
|
1219
|
-
/** Optional parameters. */
|
|
1220
|
-
export interface AvailabilityGroupListenersGetOptionalParams
|
|
1221
|
-
extends coreClient.OperationOptions {
|
|
1222
|
-
/** The child resources to include in the response. */
|
|
1223
|
-
expand?: string;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
/** Contains response data for the get operation. */
|
|
1227
|
-
export type AvailabilityGroupListenersGetResponse = AvailabilityGroupListener;
|
|
1228
|
-
|
|
1229
|
-
/** Optional parameters. */
|
|
1230
|
-
export interface AvailabilityGroupListenersCreateOrUpdateOptionalParams
|
|
1231
|
-
extends coreClient.OperationOptions {
|
|
1232
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1233
|
-
updateIntervalInMs?: number;
|
|
1234
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1235
|
-
resumeFrom?: string;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1239
|
-
export type AvailabilityGroupListenersCreateOrUpdateResponse = AvailabilityGroupListener;
|
|
1240
|
-
|
|
1241
|
-
/** Optional parameters. */
|
|
1242
|
-
export interface AvailabilityGroupListenersDeleteOptionalParams
|
|
1243
|
-
extends coreClient.OperationOptions {
|
|
1244
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1245
|
-
updateIntervalInMs?: number;
|
|
1246
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1247
|
-
resumeFrom?: string;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
/** Optional parameters. */
|
|
1251
|
-
export interface AvailabilityGroupListenersListByGroupOptionalParams
|
|
1252
|
-
extends coreClient.OperationOptions {}
|
|
1253
|
-
|
|
1254
|
-
/** Contains response data for the listByGroup operation. */
|
|
1255
|
-
export type AvailabilityGroupListenersListByGroupResponse = AvailabilityGroupListenerListResult;
|
|
1256
|
-
|
|
1257
|
-
/** Optional parameters. */
|
|
1258
|
-
export interface AvailabilityGroupListenersListByGroupNextOptionalParams
|
|
1259
|
-
extends coreClient.OperationOptions {}
|
|
1260
|
-
|
|
1261
|
-
/** Contains response data for the listByGroupNext operation. */
|
|
1262
|
-
export type AvailabilityGroupListenersListByGroupNextResponse = AvailabilityGroupListenerListResult;
|
|
1263
|
-
|
|
1264
|
-
/** Optional parameters. */
|
|
1265
|
-
export interface OperationsListOptionalParams
|
|
1266
|
-
extends coreClient.OperationOptions {}
|
|
1267
|
-
|
|
1268
|
-
/** Contains response data for the list operation. */
|
|
1269
|
-
export type OperationsListResponse = OperationListResult;
|
|
1270
|
-
|
|
1271
|
-
/** Optional parameters. */
|
|
1272
|
-
export interface OperationsListNextOptionalParams
|
|
1273
|
-
extends coreClient.OperationOptions {}
|
|
1274
|
-
|
|
1275
|
-
/** Contains response data for the listNext operation. */
|
|
1276
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1277
|
-
|
|
1278
|
-
/** Optional parameters. */
|
|
1279
|
-
export interface SqlVirtualMachineGroupsGetOptionalParams
|
|
1280
|
-
extends coreClient.OperationOptions {}
|
|
1281
|
-
|
|
1282
|
-
/** Contains response data for the get operation. */
|
|
1283
|
-
export type SqlVirtualMachineGroupsGetResponse = SqlVirtualMachineGroup;
|
|
1284
|
-
|
|
1285
|
-
/** Optional parameters. */
|
|
1286
|
-
export interface SqlVirtualMachineGroupsCreateOrUpdateOptionalParams
|
|
1287
|
-
extends coreClient.OperationOptions {
|
|
1288
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1289
|
-
updateIntervalInMs?: number;
|
|
1290
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1291
|
-
resumeFrom?: string;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1295
|
-
export type SqlVirtualMachineGroupsCreateOrUpdateResponse = SqlVirtualMachineGroup;
|
|
1296
|
-
|
|
1297
|
-
/** Optional parameters. */
|
|
1298
|
-
export interface SqlVirtualMachineGroupsDeleteOptionalParams
|
|
1299
|
-
extends coreClient.OperationOptions {
|
|
1300
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1301
|
-
updateIntervalInMs?: number;
|
|
1302
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1303
|
-
resumeFrom?: string;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
/** Optional parameters. */
|
|
1307
|
-
export interface SqlVirtualMachineGroupsUpdateOptionalParams
|
|
1308
|
-
extends coreClient.OperationOptions {
|
|
1309
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1310
|
-
updateIntervalInMs?: number;
|
|
1311
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1312
|
-
resumeFrom?: string;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
/** Contains response data for the update operation. */
|
|
1316
|
-
export type SqlVirtualMachineGroupsUpdateResponse = SqlVirtualMachineGroup;
|
|
1317
|
-
|
|
1318
|
-
/** Optional parameters. */
|
|
1319
|
-
export interface SqlVirtualMachineGroupsListByResourceGroupOptionalParams
|
|
1320
|
-
extends coreClient.OperationOptions {}
|
|
1321
|
-
|
|
1322
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1323
|
-
export type SqlVirtualMachineGroupsListByResourceGroupResponse = SqlVirtualMachineGroupListResult;
|
|
1324
|
-
|
|
1325
|
-
/** Optional parameters. */
|
|
1326
|
-
export interface SqlVirtualMachineGroupsListOptionalParams
|
|
1327
|
-
extends coreClient.OperationOptions {}
|
|
1328
|
-
|
|
1329
|
-
/** Contains response data for the list operation. */
|
|
1330
|
-
export type SqlVirtualMachineGroupsListResponse = SqlVirtualMachineGroupListResult;
|
|
1331
|
-
|
|
1332
|
-
/** Optional parameters. */
|
|
1333
|
-
export interface SqlVirtualMachineGroupsListByResourceGroupNextOptionalParams
|
|
1334
|
-
extends coreClient.OperationOptions {}
|
|
1335
|
-
|
|
1336
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1337
|
-
export type SqlVirtualMachineGroupsListByResourceGroupNextResponse = SqlVirtualMachineGroupListResult;
|
|
1338
|
-
|
|
1339
|
-
/** Optional parameters. */
|
|
1340
|
-
export interface SqlVirtualMachineGroupsListNextOptionalParams
|
|
1341
|
-
extends coreClient.OperationOptions {}
|
|
1342
|
-
|
|
1343
|
-
/** Contains response data for the listNext operation. */
|
|
1344
|
-
export type SqlVirtualMachineGroupsListNextResponse = SqlVirtualMachineGroupListResult;
|
|
1345
|
-
|
|
1346
|
-
/** Optional parameters. */
|
|
1347
|
-
export interface SqlVirtualMachinesListBySqlVmGroupOptionalParams
|
|
1348
|
-
extends coreClient.OperationOptions {}
|
|
1349
|
-
|
|
1350
|
-
/** Contains response data for the listBySqlVmGroup operation. */
|
|
1351
|
-
export type SqlVirtualMachinesListBySqlVmGroupResponse = SqlVirtualMachineListResult;
|
|
1352
|
-
|
|
1353
|
-
/** Optional parameters. */
|
|
1354
|
-
export interface SqlVirtualMachinesListOptionalParams
|
|
1355
|
-
extends coreClient.OperationOptions {}
|
|
1356
|
-
|
|
1357
|
-
/** Contains response data for the list operation. */
|
|
1358
|
-
export type SqlVirtualMachinesListResponse = SqlVirtualMachineListResult;
|
|
1359
|
-
|
|
1360
|
-
/** Optional parameters. */
|
|
1361
|
-
export interface SqlVirtualMachinesGetOptionalParams
|
|
1362
|
-
extends coreClient.OperationOptions {
|
|
1363
|
-
/** The child resources to include in the response. */
|
|
1364
|
-
expand?: string;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
/** Contains response data for the get operation. */
|
|
1368
|
-
export type SqlVirtualMachinesGetResponse = SqlVirtualMachine;
|
|
1369
|
-
|
|
1370
|
-
/** Optional parameters. */
|
|
1371
|
-
export interface SqlVirtualMachinesCreateOrUpdateOptionalParams
|
|
1372
|
-
extends coreClient.OperationOptions {
|
|
1373
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1374
|
-
updateIntervalInMs?: number;
|
|
1375
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1376
|
-
resumeFrom?: string;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1380
|
-
export type SqlVirtualMachinesCreateOrUpdateResponse = SqlVirtualMachine;
|
|
1381
|
-
|
|
1382
|
-
/** Optional parameters. */
|
|
1383
|
-
export interface SqlVirtualMachinesDeleteOptionalParams
|
|
1384
|
-
extends coreClient.OperationOptions {
|
|
1385
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1386
|
-
updateIntervalInMs?: number;
|
|
1387
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1388
|
-
resumeFrom?: string;
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
/** Optional parameters. */
|
|
1392
|
-
export interface SqlVirtualMachinesUpdateOptionalParams
|
|
1393
|
-
extends coreClient.OperationOptions {
|
|
1394
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1395
|
-
updateIntervalInMs?: number;
|
|
1396
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1397
|
-
resumeFrom?: string;
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
/** Contains response data for the update operation. */
|
|
1401
|
-
export type SqlVirtualMachinesUpdateResponse = SqlVirtualMachine;
|
|
1402
|
-
|
|
1403
|
-
/** Optional parameters. */
|
|
1404
|
-
export interface SqlVirtualMachinesListByResourceGroupOptionalParams
|
|
1405
|
-
extends coreClient.OperationOptions {}
|
|
1406
|
-
|
|
1407
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1408
|
-
export type SqlVirtualMachinesListByResourceGroupResponse = SqlVirtualMachineListResult;
|
|
1409
|
-
|
|
1410
|
-
/** Optional parameters. */
|
|
1411
|
-
export interface SqlVirtualMachinesStartAssessmentOptionalParams
|
|
1412
|
-
extends coreClient.OperationOptions {
|
|
1413
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1414
|
-
updateIntervalInMs?: number;
|
|
1415
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1416
|
-
resumeFrom?: string;
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
/** Optional parameters. */
|
|
1420
|
-
export interface SqlVirtualMachinesRedeployOptionalParams
|
|
1421
|
-
extends coreClient.OperationOptions {
|
|
1422
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1423
|
-
updateIntervalInMs?: number;
|
|
1424
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1425
|
-
resumeFrom?: string;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
/** Optional parameters. */
|
|
1429
|
-
export interface SqlVirtualMachinesListBySqlVmGroupNextOptionalParams
|
|
1430
|
-
extends coreClient.OperationOptions {}
|
|
1431
|
-
|
|
1432
|
-
/** Contains response data for the listBySqlVmGroupNext operation. */
|
|
1433
|
-
export type SqlVirtualMachinesListBySqlVmGroupNextResponse = SqlVirtualMachineListResult;
|
|
1434
|
-
|
|
1435
|
-
/** Optional parameters. */
|
|
1436
|
-
export interface SqlVirtualMachinesListNextOptionalParams
|
|
1437
|
-
extends coreClient.OperationOptions {}
|
|
1438
|
-
|
|
1439
|
-
/** Contains response data for the listNext operation. */
|
|
1440
|
-
export type SqlVirtualMachinesListNextResponse = SqlVirtualMachineListResult;
|
|
1441
|
-
|
|
1442
|
-
/** Optional parameters. */
|
|
1443
|
-
export interface SqlVirtualMachinesListByResourceGroupNextOptionalParams
|
|
1444
|
-
extends coreClient.OperationOptions {}
|
|
1445
|
-
|
|
1446
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1447
|
-
export type SqlVirtualMachinesListByResourceGroupNextResponse = SqlVirtualMachineListResult;
|
|
1448
|
-
|
|
1449
|
-
/** Optional parameters. */
|
|
1450
|
-
export interface SqlVirtualMachineTroubleshootTroubleshootOptionalParams
|
|
1451
|
-
extends coreClient.OperationOptions {
|
|
1452
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1453
|
-
updateIntervalInMs?: number;
|
|
1454
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1455
|
-
resumeFrom?: string;
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
/** Contains response data for the troubleshoot operation. */
|
|
1459
|
-
export type SqlVirtualMachineTroubleshootTroubleshootResponse = SqlVmTroubleshooting;
|
|
1460
|
-
|
|
1461
|
-
/** Optional parameters. */
|
|
1462
|
-
export interface SqlVirtualMachineManagementClientOptionalParams
|
|
1463
|
-
extends coreClient.ServiceClientOptions {
|
|
1464
|
-
/** server parameter */
|
|
1465
|
-
$host?: string;
|
|
1466
|
-
/** Api Version */
|
|
1467
|
-
apiVersion?: string;
|
|
1468
|
-
/** Overrides client endpoint. */
|
|
1469
|
-
endpoint?: string;
|
|
1470
|
-
}
|