@azure/arm-mysql 4.0.0 → 5.0.0-alpha.20211221.3
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 +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{src/models/locationBasedPerformanceTierMappers.ts → dist-esm/src/index.js} +5 -10
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1641 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +131 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +79 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1245 -1342
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +180 -101
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/mySQLManagementClient.d.ts +67 -0
- package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mySQLManagementClient.js +178 -0
- package/dist-esm/src/mySQLManagementClient.js.map +1 -0
- package/dist-esm/src/operations/advisors.d.ts +46 -0
- package/dist-esm/src/operations/advisors.d.ts.map +1 -0
- package/dist-esm/src/operations/advisors.js +160 -0
- package/dist-esm/src/operations/advisors.js.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +57 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +219 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +73 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +293 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +73 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +293 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operations/logFiles.d.ts +30 -0
- package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operations/logFiles.js +99 -0
- package/dist-esm/src/operations/logFiles.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +169 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queryTexts.d.ts +49 -0
- package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operations/queryTexts.js +172 -0
- package/dist-esm/src/operations/queryTexts.js.map +1 -0
- package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
- package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operations/recommendedActions.js +173 -0
- package/dist-esm/src/operations/recommendedActions.js.map +1 -0
- package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
- package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operations/recoverableServers.js +53 -0
- package/dist-esm/src/operations/recoverableServers.js.map +1 -0
- package/dist-esm/src/operations/replicas.d.ts +30 -0
- package/dist-esm/src/operations/replicas.d.ts.map +1 -0
- package/dist-esm/src/operations/replicas.js +99 -0
- package/dist-esm/src/operations/replicas.js.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.js +287 -0
- package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/serverKeys.d.ts +81 -0
- package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/serverKeys.js +331 -0
- package/dist-esm/src/operations/serverKeys.js.map +1 -0
- package/dist-esm/src/operations/serverParameters.d.ts +30 -0
- package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operations/serverParameters.js +110 -0
- package/dist-esm/src/operations/serverParameters.js.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +156 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +722 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.js +174 -0
- package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
- package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
- package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/waitStatistics.js +174 -0
- package/dist-esm/src/operations/waitStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
- package/{src/models/locationBasedRecommendedActionSessionsOperationStatusMappers.ts → dist-esm/src/operationsInterfaces/advisors.js} +2 -6
- package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/{src/models/checkNameAvailabilityMappers.ts → dist-esm/src/operationsInterfaces/checkNameAvailability.js} +2 -9
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -10
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +33 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/{esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js → dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js} +2 -2
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/servers.js} +2 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-mysql.api.md +1572 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1475 -2772
- package/src/models/mappers.ts +1244 -1336
- package/src/models/parameters.ts +245 -101
- package/src/mySQLManagementClient.ts +274 -153
- package/src/operations/advisors.ts +157 -133
- package/src/operations/checkNameAvailability.ts +35 -57
- package/src/operations/configurations.ts +230 -137
- package/src/operations/databases.ts +318 -177
- package/src/operations/firewallRules.ts +318 -177
- package/src/operations/index.ts +1 -2
- package/src/operations/locationBasedPerformanceTier.ts +76 -44
- package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +38 -54
- package/src/operations/locationBasedRecommendedActionSessionsResult.ts +122 -88
- package/src/operations/logFiles.ts +96 -47
- package/src/operations/operations.ts +27 -41
- package/src/operations/privateEndpointConnections.ts +464 -244
- package/src/operations/privateLinkResources.ts +157 -124
- package/src/operations/queryTexts.ts +169 -133
- package/src/operations/recommendedActions.ts +168 -132
- package/src/operations/recoverableServers.ts +37 -51
- package/src/operations/replicas.ts +96 -47
- package/src/operations/serverAdministrators.ts +294 -166
- package/src/operations/serverBasedPerformanceTier.ts +85 -47
- package/src/operations/serverKeys.ts +335 -203
- package/src/operations/serverParameters.ts +117 -53
- package/src/operations/serverSecurityAlertPolicies.ts +276 -174
- package/src/operations/servers.ts +775 -384
- package/src/operations/topQueryStatistics.ts +173 -135
- package/src/operations/virtualNetworkRules.ts +351 -219
- package/src/operations/waitStatistics.ts +173 -135
- package/src/operationsInterfaces/advisors.ts +44 -0
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/configurations.ts +82 -0
- package/src/operationsInterfaces/databases.ts +109 -0
- package/src/operationsInterfaces/firewallRules.ts +109 -0
- package/src/operationsInterfaces/index.ts +33 -0
- package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
- package/src/operationsInterfaces/logFiles.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/queryTexts.ts +46 -0
- package/src/operationsInterfaces/recommendedActions.ts +48 -0
- package/src/operationsInterfaces/recoverableServers.ts +27 -0
- package/src/operationsInterfaces/replicas.ts +26 -0
- package/src/operationsInterfaces/serverAdministrators.ts +101 -0
- package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
- package/src/operationsInterfaces/serverKeys.ts +109 -0
- package/src/operationsInterfaces/serverParameters.ts +49 -0
- package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
- package/src/operationsInterfaces/servers.ts +233 -0
- package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
- package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
- package/src/operationsInterfaces/waitStatistics.ts +47 -0
- package/tsconfig.json +3 -3
- package/types/arm-mysql.d.ts +2729 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-mysql.js +0 -7399
- package/dist/arm-mysql.js.map +0 -1
- package/dist/arm-mysql.min.js +0 -1
- package/dist/arm-mysql.min.js.map +0 -1
- package/esm/models/advisorsMappers.d.ts +0 -2
- package/esm/models/advisorsMappers.d.ts.map +0 -1
- package/esm/models/advisorsMappers.js +0 -9
- package/esm/models/advisorsMappers.js.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
- package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.js +0 -9
- package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js +0 -9
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2973
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
- package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts +0 -2
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts +0 -2
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js +0 -9
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js.map +0 -1
- package/esm/models/logFilesMappers.d.ts +0 -2
- package/esm/models/logFilesMappers.d.ts.map +0 -1
- package/esm/models/logFilesMappers.js +0 -9
- package/esm/models/logFilesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -80
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queryTextsMappers.d.ts +0 -2
- package/esm/models/queryTextsMappers.d.ts.map +0 -1
- package/esm/models/queryTextsMappers.js +0 -9
- package/esm/models/queryTextsMappers.js.map +0 -1
- package/esm/models/recommendedActionsMappers.d.ts +0 -2
- package/esm/models/recommendedActionsMappers.d.ts.map +0 -1
- package/esm/models/recommendedActionsMappers.js +0 -9
- package/esm/models/recommendedActionsMappers.js.map +0 -1
- package/esm/models/recoverableServersMappers.d.ts +0 -2
- package/esm/models/recoverableServersMappers.d.ts.map +0 -1
- package/esm/models/recoverableServersMappers.js +0 -9
- package/esm/models/recoverableServersMappers.js.map +0 -1
- package/esm/models/replicasMappers.d.ts +0 -2
- package/esm/models/replicasMappers.d.ts.map +0 -1
- package/esm/models/replicasMappers.js +0 -9
- package/esm/models/replicasMappers.js.map +0 -1
- package/esm/models/serverAdministratorsMappers.d.ts +0 -2
- package/esm/models/serverAdministratorsMappers.d.ts.map +0 -1
- package/esm/models/serverAdministratorsMappers.js +0 -9
- package/esm/models/serverAdministratorsMappers.js.map +0 -1
- package/esm/models/serverBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/serverBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/serverBasedPerformanceTierMappers.js +0 -9
- package/esm/models/serverBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/serverKeysMappers.d.ts +0 -2
- package/esm/models/serverKeysMappers.d.ts.map +0 -1
- package/esm/models/serverKeysMappers.js +0 -9
- package/esm/models/serverKeysMappers.js.map +0 -1
- package/esm/models/serverParametersMappers.d.ts +0 -2
- package/esm/models/serverParametersMappers.d.ts.map +0 -1
- package/esm/models/serverParametersMappers.js +0 -9
- package/esm/models/serverParametersMappers.js.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
- package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
- package/esm/models/serversMappers.d.ts +0 -2
- package/esm/models/serversMappers.d.ts.map +0 -1
- package/esm/models/serversMappers.js +0 -9
- package/esm/models/serversMappers.js.map +0 -1
- package/esm/models/topQueryStatisticsMappers.d.ts +0 -2
- package/esm/models/topQueryStatisticsMappers.d.ts.map +0 -1
- package/esm/models/topQueryStatisticsMappers.js +0 -9
- package/esm/models/topQueryStatisticsMappers.js.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
- package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.js +0 -9
- package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
- package/esm/models/waitStatisticsMappers.d.ts +0 -2
- package/esm/models/waitStatisticsMappers.d.ts.map +0 -1
- package/esm/models/waitStatisticsMappers.js +0 -9
- package/esm/models/waitStatisticsMappers.js.map +0 -1
- package/esm/mySQLManagementClient.d.ts +0 -90
- package/esm/mySQLManagementClient.d.ts.map +0 -1
- package/esm/mySQLManagementClient.js +0 -151
- package/esm/mySQLManagementClient.js.map +0 -1
- package/esm/mySQLManagementClientContext.d.ts +0 -21
- package/esm/mySQLManagementClientContext.d.ts.map +0 -1
- package/esm/mySQLManagementClientContext.js +0 -59
- package/esm/mySQLManagementClientContext.js.map +0 -1
- package/esm/operations/advisors.d.ts +0 -76
- package/esm/operations/advisors.d.ts.map +0 -1
- package/esm/operations/advisors.js +0 -119
- package/esm/operations/advisors.js.map +0 -1
- package/esm/operations/checkNameAvailability.d.ts +0 -34
- package/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/esm/operations/checkNameAvailability.js +0 -59
- package/esm/operations/checkNameAvailability.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -79
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -152
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -97
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -208
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -97
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -208
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
- package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.js +0 -55
- package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +0 -34
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js +0 -57
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts +0 -52
- package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsResult.js +0 -92
- package/esm/operations/locationBasedRecommendedActionSessionsResult.js.map +0 -1
- package/esm/operations/logFiles.d.ts +0 -34
- package/esm/operations/logFiles.d.ts.map +0 -1
- package/esm/operations/logFiles.js +0 -57
- package/esm/operations/logFiles.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -137
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -296
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queryTexts.d.ts +0 -82
- package/esm/operations/queryTexts.d.ts.map +0 -1
- package/esm/operations/queryTexts.js +0 -123
- package/esm/operations/queryTexts.js.map +0 -1
- package/esm/operations/recommendedActions.d.ts +0 -82
- package/esm/operations/recommendedActions.d.ts.map +0 -1
- package/esm/operations/recommendedActions.js +0 -125
- package/esm/operations/recommendedActions.js.map +0 -1
- package/esm/operations/recoverableServers.d.ts +0 -34
- package/esm/operations/recoverableServers.d.ts.map +0 -1
- package/esm/operations/recoverableServers.js +0 -57
- package/esm/operations/recoverableServers.js.map +0 -1
- package/esm/operations/replicas.d.ts +0 -34
- package/esm/operations/replicas.d.ts.map +0 -1
- package/esm/operations/replicas.js +0 -57
- package/esm/operations/replicas.js.map +0 -1
- package/esm/operations/serverAdministrators.d.ts +0 -92
- package/esm/operations/serverAdministrators.d.ts.map +0 -1
- package/esm/operations/serverAdministrators.js +0 -199
- package/esm/operations/serverAdministrators.js.map +0 -1
- package/esm/operations/serverBasedPerformanceTier.d.ts +0 -34
- package/esm/operations/serverBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/serverBasedPerformanceTier.js +0 -57
- package/esm/operations/serverBasedPerformanceTier.js.map +0 -1
- package/esm/operations/serverKeys.d.ts +0 -115
- package/esm/operations/serverKeys.d.ts.map +0 -1
- package/esm/operations/serverKeys.js +0 -236
- package/esm/operations/serverKeys.js.map +0 -1
- package/esm/operations/serverParameters.d.ts +0 -32
- package/esm/operations/serverParameters.d.ts.map +0 -1
- package/esm/operations/serverParameters.js +0 -84
- package/esm/operations/serverParameters.js.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -92
- package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.js +0 -177
- package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
- package/esm/operations/servers.d.ts +0 -190
- package/esm/operations/servers.d.ts.map +0 -1
- package/esm/operations/servers.js +0 -483
- package/esm/operations/servers.js.map +0 -1
- package/esm/operations/topQueryStatistics.d.ts +0 -79
- package/esm/operations/topQueryStatistics.d.ts.map +0 -1
- package/esm/operations/topQueryStatistics.js +0 -125
- package/esm/operations/topQueryStatistics.js.map +0 -1
- package/esm/operations/virtualNetworkRules.d.ts +0 -115
- package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
- package/esm/operations/virtualNetworkRules.js +0 -237
- package/esm/operations/virtualNetworkRules.js.map +0 -1
- package/esm/operations/waitStatistics.d.ts +0 -79
- package/esm/operations/waitStatistics.d.ts.map +0 -1
- package/esm/operations/waitStatistics.js +0 -125
- package/esm/operations/waitStatistics.js.map +0 -1
- package/src/models/advisorsMappers.ts +0 -44
- package/src/models/configurationsMappers.ts +0 -46
- package/src/models/databasesMappers.ts +0 -46
- package/src/models/firewallRulesMappers.ts +0 -46
- package/src/models/locationBasedRecommendedActionSessionsResultMappers.ts +0 -44
- package/src/models/logFilesMappers.ts +0 -46
- package/src/models/privateEndpointConnectionsMappers.ts +0 -47
- package/src/models/privateLinkResourcesMappers.ts +0 -46
- package/src/models/queryTextsMappers.ts +0 -46
- package/src/models/recommendedActionsMappers.ts +0 -44
- package/src/models/recoverableServersMappers.ts +0 -45
- package/src/models/replicasMappers.ts +0 -46
- package/src/models/serverAdministratorsMappers.ts +0 -46
- package/src/models/serverBasedPerformanceTierMappers.ts +0 -17
- package/src/models/serverKeysMappers.ts +0 -46
- package/src/models/serverParametersMappers.ts +0 -46
- package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -44
- package/src/models/serversMappers.ts +0 -54
- package/src/models/topQueryStatisticsMappers.ts +0 -47
- package/src/models/virtualNetworkRulesMappers.ts +0 -44
- package/src/models/waitStatisticsMappers.ts +0 -47
- package/src/mySQLManagementClientContext.ts +0 -65
|
@@ -0,0 +1,1641 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare type ServerPropertiesForCreateUnion = ServerPropertiesForCreate | ServerPropertiesForDefaultCreate | ServerPropertiesForRestore | ServerPropertiesForGeoRestore | ServerPropertiesForReplica;
|
|
3
|
+
/** Represents a server to be created. */
|
|
4
|
+
export interface ServerForCreate {
|
|
5
|
+
/** The Azure Active Directory identity of the server. */
|
|
6
|
+
identity?: ResourceIdentity;
|
|
7
|
+
/** The SKU (pricing tier) of the server. */
|
|
8
|
+
sku?: Sku;
|
|
9
|
+
/** Properties of the server. */
|
|
10
|
+
properties: ServerPropertiesForCreateUnion;
|
|
11
|
+
/** The location the resource resides in. */
|
|
12
|
+
location: string;
|
|
13
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
14
|
+
tags?: {
|
|
15
|
+
[propertyName: string]: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/** Azure Active Directory identity configuration for a resource. */
|
|
19
|
+
export interface ResourceIdentity {
|
|
20
|
+
/**
|
|
21
|
+
* The Azure Active Directory principal id.
|
|
22
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
23
|
+
*/
|
|
24
|
+
readonly principalId?: string;
|
|
25
|
+
/** The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. */
|
|
26
|
+
type?: IdentityType;
|
|
27
|
+
/**
|
|
28
|
+
* The Azure Active Directory tenant id.
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly tenantId?: string;
|
|
32
|
+
}
|
|
33
|
+
/** Billing information related properties of a server. */
|
|
34
|
+
export interface Sku {
|
|
35
|
+
/** The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. */
|
|
36
|
+
name: string;
|
|
37
|
+
/** The tier of the particular SKU, e.g. Basic. */
|
|
38
|
+
tier?: SkuTier;
|
|
39
|
+
/** The scale up/out capacity, representing server's compute units. */
|
|
40
|
+
capacity?: number;
|
|
41
|
+
/** The size code, to be interpreted by resource as appropriate. */
|
|
42
|
+
size?: string;
|
|
43
|
+
/** The family of hardware. */
|
|
44
|
+
family?: string;
|
|
45
|
+
}
|
|
46
|
+
/** The properties used to create a new server. */
|
|
47
|
+
export interface ServerPropertiesForCreate {
|
|
48
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
49
|
+
createMode: "Default" | "PointInTimeRestore" | "GeoRestore" | "Replica";
|
|
50
|
+
/** Server version. */
|
|
51
|
+
version?: ServerVersion;
|
|
52
|
+
/** Enable ssl enforcement or not when connect to server. */
|
|
53
|
+
sslEnforcement?: SslEnforcementEnum;
|
|
54
|
+
/** Enforce a minimal Tls version for the server. */
|
|
55
|
+
minimalTlsVersion?: MinimalTlsVersionEnum;
|
|
56
|
+
/** Status showing whether the server enabled infrastructure encryption. */
|
|
57
|
+
infrastructureEncryption?: InfrastructureEncryption;
|
|
58
|
+
/** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
59
|
+
publicNetworkAccess?: PublicNetworkAccessEnum;
|
|
60
|
+
/** Storage profile of a server. */
|
|
61
|
+
storageProfile?: StorageProfile;
|
|
62
|
+
}
|
|
63
|
+
/** Storage Profile properties of a server */
|
|
64
|
+
export interface StorageProfile {
|
|
65
|
+
/** Backup retention days for the server. */
|
|
66
|
+
backupRetentionDays?: number;
|
|
67
|
+
/** Enable Geo-redundant or not for server backup. */
|
|
68
|
+
geoRedundantBackup?: GeoRedundantBackup;
|
|
69
|
+
/** Max storage allowed for a server. */
|
|
70
|
+
storageMB?: number;
|
|
71
|
+
/** Enable Storage Auto Grow. */
|
|
72
|
+
storageAutogrow?: StorageAutogrow;
|
|
73
|
+
}
|
|
74
|
+
/** A private endpoint connection under a server */
|
|
75
|
+
export interface ServerPrivateEndpointConnection {
|
|
76
|
+
/**
|
|
77
|
+
* Resource Id of the private endpoint connection.
|
|
78
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
79
|
+
*/
|
|
80
|
+
readonly id?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Private endpoint connection properties
|
|
83
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
+
*/
|
|
85
|
+
readonly properties?: ServerPrivateEndpointConnectionProperties;
|
|
86
|
+
}
|
|
87
|
+
/** Properties of a private endpoint connection. */
|
|
88
|
+
export interface ServerPrivateEndpointConnectionProperties {
|
|
89
|
+
/** Private endpoint which the connection belongs to. */
|
|
90
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
91
|
+
/** Connection state of the private endpoint connection. */
|
|
92
|
+
privateLinkServiceConnectionState?: ServerPrivateLinkServiceConnectionStateProperty;
|
|
93
|
+
/**
|
|
94
|
+
* State of the private endpoint connection.
|
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
+
*/
|
|
97
|
+
readonly provisioningState?: PrivateEndpointProvisioningState;
|
|
98
|
+
}
|
|
99
|
+
export interface PrivateEndpointProperty {
|
|
100
|
+
/** Resource id of the private endpoint. */
|
|
101
|
+
id?: string;
|
|
102
|
+
}
|
|
103
|
+
export interface ServerPrivateLinkServiceConnectionStateProperty {
|
|
104
|
+
/** The private link service connection status. */
|
|
105
|
+
status: PrivateLinkServiceConnectionStateStatus;
|
|
106
|
+
/** The private link service connection description. */
|
|
107
|
+
description: string;
|
|
108
|
+
/**
|
|
109
|
+
* The actions required for private link service connection.
|
|
110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
111
|
+
*/
|
|
112
|
+
readonly actionsRequired?: PrivateLinkServiceConnectionStateActionsRequire;
|
|
113
|
+
}
|
|
114
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
115
|
+
export interface Resource {
|
|
116
|
+
/**
|
|
117
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly id?: string;
|
|
121
|
+
/**
|
|
122
|
+
* The name of the resource
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly name?: string;
|
|
126
|
+
/**
|
|
127
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
+
*/
|
|
130
|
+
readonly type?: string;
|
|
131
|
+
}
|
|
132
|
+
/** An error response from the Batch service. */
|
|
133
|
+
export interface CloudError {
|
|
134
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
135
|
+
error?: ErrorResponse;
|
|
136
|
+
}
|
|
137
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
138
|
+
export interface ErrorResponse {
|
|
139
|
+
/**
|
|
140
|
+
* The error code.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly code?: string;
|
|
144
|
+
/**
|
|
145
|
+
* The error message.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly message?: string;
|
|
149
|
+
/**
|
|
150
|
+
* The error target.
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly target?: string;
|
|
154
|
+
/**
|
|
155
|
+
* The error details.
|
|
156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
+
*/
|
|
158
|
+
readonly details?: ErrorResponse[];
|
|
159
|
+
/**
|
|
160
|
+
* The error additional info.
|
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
+
*/
|
|
163
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
164
|
+
}
|
|
165
|
+
/** The resource management error additional info. */
|
|
166
|
+
export interface ErrorAdditionalInfo {
|
|
167
|
+
/**
|
|
168
|
+
* The additional info type.
|
|
169
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
+
*/
|
|
171
|
+
readonly type?: string;
|
|
172
|
+
/**
|
|
173
|
+
* The additional info.
|
|
174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
+
*/
|
|
176
|
+
readonly info?: Record<string, unknown>;
|
|
177
|
+
}
|
|
178
|
+
/** Parameters allowed to update for a server. */
|
|
179
|
+
export interface ServerUpdateParameters {
|
|
180
|
+
/** The Azure Active Directory identity of the server. */
|
|
181
|
+
identity?: ResourceIdentity;
|
|
182
|
+
/** The SKU (pricing tier) of the server. */
|
|
183
|
+
sku?: Sku;
|
|
184
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
185
|
+
tags?: {
|
|
186
|
+
[propertyName: string]: string;
|
|
187
|
+
};
|
|
188
|
+
/** Storage profile of a server. */
|
|
189
|
+
storageProfile?: StorageProfile;
|
|
190
|
+
/**
|
|
191
|
+
* The password of the administrator login.
|
|
192
|
+
* This value contains a credential. Consider obscuring before showing to users
|
|
193
|
+
*/
|
|
194
|
+
administratorLoginPassword?: string;
|
|
195
|
+
/** The version of a server. */
|
|
196
|
+
version?: ServerVersion;
|
|
197
|
+
/** Enable ssl enforcement or not when connect to server. */
|
|
198
|
+
sslEnforcement?: SslEnforcementEnum;
|
|
199
|
+
/** Enforce a minimal Tls version for the server. */
|
|
200
|
+
minimalTlsVersion?: MinimalTlsVersionEnum;
|
|
201
|
+
/** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
202
|
+
publicNetworkAccess?: PublicNetworkAccessEnum;
|
|
203
|
+
/** The replication role of the server. */
|
|
204
|
+
replicationRole?: string;
|
|
205
|
+
}
|
|
206
|
+
/** A list of servers. */
|
|
207
|
+
export interface ServerListResult {
|
|
208
|
+
/** The list of servers */
|
|
209
|
+
value?: Server[];
|
|
210
|
+
}
|
|
211
|
+
/** A list of firewall rules. */
|
|
212
|
+
export interface FirewallRuleListResult {
|
|
213
|
+
/** The list of firewall rules in a server. */
|
|
214
|
+
value?: FirewallRule[];
|
|
215
|
+
}
|
|
216
|
+
/** A list of virtual network rules. */
|
|
217
|
+
export interface VirtualNetworkRuleListResult {
|
|
218
|
+
/**
|
|
219
|
+
* Array of results.
|
|
220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
221
|
+
*/
|
|
222
|
+
readonly value?: VirtualNetworkRule[];
|
|
223
|
+
/**
|
|
224
|
+
* Link to retrieve next page of results.
|
|
225
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
226
|
+
*/
|
|
227
|
+
readonly nextLink?: string;
|
|
228
|
+
}
|
|
229
|
+
/** A List of databases. */
|
|
230
|
+
export interface DatabaseListResult {
|
|
231
|
+
/** The list of databases housed in a server */
|
|
232
|
+
value?: Database[];
|
|
233
|
+
}
|
|
234
|
+
/** A list of server configurations. */
|
|
235
|
+
export interface ConfigurationListResult {
|
|
236
|
+
/** The list of server configurations. */
|
|
237
|
+
value?: Configuration[];
|
|
238
|
+
}
|
|
239
|
+
/** A list of log files. */
|
|
240
|
+
export interface LogFileListResult {
|
|
241
|
+
/** The list of log files. */
|
|
242
|
+
value?: LogFile[];
|
|
243
|
+
}
|
|
244
|
+
/** The response to a list Active Directory Administrators request. */
|
|
245
|
+
export interface ServerAdministratorResourceListResult {
|
|
246
|
+
/** The list of server Active Directory Administrators for the server. */
|
|
247
|
+
value?: ServerAdministratorResource[];
|
|
248
|
+
}
|
|
249
|
+
/** A list of performance tiers. */
|
|
250
|
+
export interface PerformanceTierListResult {
|
|
251
|
+
/** The list of performance tiers */
|
|
252
|
+
value?: PerformanceTierProperties[];
|
|
253
|
+
}
|
|
254
|
+
/** Performance tier properties */
|
|
255
|
+
export interface PerformanceTierProperties {
|
|
256
|
+
/** ID of the performance tier. */
|
|
257
|
+
id?: string;
|
|
258
|
+
/** Maximum Backup retention in days for the performance tier edition */
|
|
259
|
+
maxBackupRetentionDays?: number;
|
|
260
|
+
/** Minimum Backup retention in days for the performance tier edition */
|
|
261
|
+
minBackupRetentionDays?: number;
|
|
262
|
+
/** Max storage allowed for a server. */
|
|
263
|
+
maxStorageMB?: number;
|
|
264
|
+
/** Max storage allowed for a server. */
|
|
265
|
+
minLargeStorageMB?: number;
|
|
266
|
+
/** Max storage allowed for a server. */
|
|
267
|
+
maxLargeStorageMB?: number;
|
|
268
|
+
/** Max storage allowed for a server. */
|
|
269
|
+
minStorageMB?: number;
|
|
270
|
+
/** Service level objectives associated with the performance tier */
|
|
271
|
+
serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[];
|
|
272
|
+
}
|
|
273
|
+
/** Service level objectives for performance tier. */
|
|
274
|
+
export interface PerformanceTierServiceLevelObjectives {
|
|
275
|
+
/** ID for the service level objective. */
|
|
276
|
+
id?: string;
|
|
277
|
+
/** Edition of the performance tier. */
|
|
278
|
+
edition?: string;
|
|
279
|
+
/** vCore associated with the service level objective */
|
|
280
|
+
vCore?: number;
|
|
281
|
+
/** Hardware generation associated with the service level objective */
|
|
282
|
+
hardwareGeneration?: string;
|
|
283
|
+
/** Maximum Backup retention in days for the performance tier edition */
|
|
284
|
+
maxBackupRetentionDays?: number;
|
|
285
|
+
/** Minimum Backup retention in days for the performance tier edition */
|
|
286
|
+
minBackupRetentionDays?: number;
|
|
287
|
+
/** Max storage allowed for a server. */
|
|
288
|
+
maxStorageMB?: number;
|
|
289
|
+
/** Max storage allowed for a server. */
|
|
290
|
+
minStorageMB?: number;
|
|
291
|
+
}
|
|
292
|
+
/** Request from client to check resource name availability. */
|
|
293
|
+
export interface NameAvailabilityRequest {
|
|
294
|
+
/** Resource name to verify. */
|
|
295
|
+
name: string;
|
|
296
|
+
/** Resource type used for verification. */
|
|
297
|
+
type?: string;
|
|
298
|
+
}
|
|
299
|
+
/** Represents a resource name availability. */
|
|
300
|
+
export interface NameAvailability {
|
|
301
|
+
/** Error Message. */
|
|
302
|
+
message?: string;
|
|
303
|
+
/** Indicates whether the resource name is available. */
|
|
304
|
+
nameAvailable?: boolean;
|
|
305
|
+
/** Reason for name being unavailable. */
|
|
306
|
+
reason?: string;
|
|
307
|
+
}
|
|
308
|
+
/** A list of resource provider operations. */
|
|
309
|
+
export interface OperationListResult {
|
|
310
|
+
/** The list of resource provider operations. */
|
|
311
|
+
value?: Operation[];
|
|
312
|
+
}
|
|
313
|
+
/** REST API operation definition. */
|
|
314
|
+
export interface Operation {
|
|
315
|
+
/**
|
|
316
|
+
* The name of the operation being performed on this particular object.
|
|
317
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
|
+
*/
|
|
319
|
+
readonly name?: string;
|
|
320
|
+
/**
|
|
321
|
+
* The localized display information for this particular operation or action.
|
|
322
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
323
|
+
*/
|
|
324
|
+
readonly display?: OperationDisplay;
|
|
325
|
+
/**
|
|
326
|
+
* The intended executor of the operation.
|
|
327
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
328
|
+
*/
|
|
329
|
+
readonly origin?: OperationOrigin;
|
|
330
|
+
/**
|
|
331
|
+
* Additional descriptions for the operation.
|
|
332
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
333
|
+
*/
|
|
334
|
+
readonly properties?: {
|
|
335
|
+
[propertyName: string]: Record<string, unknown>;
|
|
336
|
+
};
|
|
337
|
+
}
|
|
338
|
+
/** Display metadata associated with the operation. */
|
|
339
|
+
export interface OperationDisplay {
|
|
340
|
+
/**
|
|
341
|
+
* Operation resource provider name.
|
|
342
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
343
|
+
*/
|
|
344
|
+
readonly provider?: string;
|
|
345
|
+
/**
|
|
346
|
+
* Resource on which the operation is performed.
|
|
347
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
348
|
+
*/
|
|
349
|
+
readonly resource?: string;
|
|
350
|
+
/**
|
|
351
|
+
* Localized friendly name for the operation.
|
|
352
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
353
|
+
*/
|
|
354
|
+
readonly operation?: string;
|
|
355
|
+
/**
|
|
356
|
+
* Operation description.
|
|
357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
+
*/
|
|
359
|
+
readonly description?: string;
|
|
360
|
+
}
|
|
361
|
+
/** A list of the server's security alert policies. */
|
|
362
|
+
export interface ServerSecurityAlertPolicyListResult {
|
|
363
|
+
/**
|
|
364
|
+
* Array of results.
|
|
365
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
366
|
+
*/
|
|
367
|
+
readonly value?: ServerSecurityAlertPolicy[];
|
|
368
|
+
/**
|
|
369
|
+
* Link to retrieve next page of results.
|
|
370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
371
|
+
*/
|
|
372
|
+
readonly nextLink?: string;
|
|
373
|
+
}
|
|
374
|
+
/** A list of query texts. */
|
|
375
|
+
export interface QueryTextsResultList {
|
|
376
|
+
/**
|
|
377
|
+
* The list of query texts.
|
|
378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
379
|
+
*/
|
|
380
|
+
readonly value?: QueryText[];
|
|
381
|
+
/**
|
|
382
|
+
* Link to retrieve next page of results.
|
|
383
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
+
*/
|
|
385
|
+
readonly nextLink?: string;
|
|
386
|
+
}
|
|
387
|
+
/** Input to get top query statistics */
|
|
388
|
+
export interface TopQueryStatisticsInput {
|
|
389
|
+
/** Max number of top queries to return. */
|
|
390
|
+
numberOfTopQueries: number;
|
|
391
|
+
/** Aggregation function name. */
|
|
392
|
+
aggregationFunction: string;
|
|
393
|
+
/** Observed metric name. */
|
|
394
|
+
observedMetric: string;
|
|
395
|
+
/** Observation start time. */
|
|
396
|
+
observationStartTime: Date;
|
|
397
|
+
/** Observation end time. */
|
|
398
|
+
observationEndTime: Date;
|
|
399
|
+
/** Aggregation interval type in ISO 8601 format. */
|
|
400
|
+
aggregationWindow: string;
|
|
401
|
+
}
|
|
402
|
+
/** A list of query statistics. */
|
|
403
|
+
export interface TopQueryStatisticsResultList {
|
|
404
|
+
/**
|
|
405
|
+
* The list of top query statistics.
|
|
406
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
407
|
+
*/
|
|
408
|
+
readonly value?: QueryStatistic[];
|
|
409
|
+
/**
|
|
410
|
+
* Link to retrieve next page of results.
|
|
411
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
+
*/
|
|
413
|
+
readonly nextLink?: string;
|
|
414
|
+
}
|
|
415
|
+
/** Input to get wait statistics */
|
|
416
|
+
export interface WaitStatisticsInput {
|
|
417
|
+
/** Observation start time. */
|
|
418
|
+
observationStartTime: Date;
|
|
419
|
+
/** Observation end time. */
|
|
420
|
+
observationEndTime: Date;
|
|
421
|
+
/** Aggregation interval type in ISO 8601 format. */
|
|
422
|
+
aggregationWindow: string;
|
|
423
|
+
}
|
|
424
|
+
/** A list of wait statistics. */
|
|
425
|
+
export interface WaitStatisticsResultList {
|
|
426
|
+
/**
|
|
427
|
+
* The list of wait statistics.
|
|
428
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
+
*/
|
|
430
|
+
readonly value?: WaitStatistic[];
|
|
431
|
+
/**
|
|
432
|
+
* Link to retrieve next page of results.
|
|
433
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
+
*/
|
|
435
|
+
readonly nextLink?: string;
|
|
436
|
+
}
|
|
437
|
+
/** Result of Query Performance Insight data reset. */
|
|
438
|
+
export interface QueryPerformanceInsightResetDataResult {
|
|
439
|
+
/** Indicates result of the operation. */
|
|
440
|
+
status?: QueryPerformanceInsightResetDataResultState;
|
|
441
|
+
/** operation message. */
|
|
442
|
+
message?: string;
|
|
443
|
+
}
|
|
444
|
+
/** A list of query statistics. */
|
|
445
|
+
export interface AdvisorsResultList {
|
|
446
|
+
/**
|
|
447
|
+
* The list of recommendation action advisors.
|
|
448
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
+
*/
|
|
450
|
+
readonly value?: Advisor[];
|
|
451
|
+
/**
|
|
452
|
+
* Link to retrieve next page of results.
|
|
453
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
+
*/
|
|
455
|
+
readonly nextLink?: string;
|
|
456
|
+
}
|
|
457
|
+
/** A list of recommendation actions. */
|
|
458
|
+
export interface RecommendationActionsResultList {
|
|
459
|
+
/**
|
|
460
|
+
* The list of recommendation action advisors.
|
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
462
|
+
*/
|
|
463
|
+
readonly value?: RecommendationAction[];
|
|
464
|
+
/**
|
|
465
|
+
* Link to retrieve next page of results.
|
|
466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
+
*/
|
|
468
|
+
readonly nextLink?: string;
|
|
469
|
+
}
|
|
470
|
+
/** Recommendation action session operation status. */
|
|
471
|
+
export interface RecommendedActionSessionsOperationStatus {
|
|
472
|
+
/** Operation identifier. */
|
|
473
|
+
name?: string;
|
|
474
|
+
/** Operation start time. */
|
|
475
|
+
startTime?: Date;
|
|
476
|
+
/** Operation status. */
|
|
477
|
+
status?: string;
|
|
478
|
+
}
|
|
479
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
|
480
|
+
/** The private link service connection status. */
|
|
481
|
+
status: string;
|
|
482
|
+
/** The private link service connection description. */
|
|
483
|
+
description: string;
|
|
484
|
+
/**
|
|
485
|
+
* The actions required for private link service connection.
|
|
486
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
487
|
+
*/
|
|
488
|
+
readonly actionsRequired?: string;
|
|
489
|
+
}
|
|
490
|
+
/** Tags object for patch operations. */
|
|
491
|
+
export interface TagsObject {
|
|
492
|
+
/** Resource tags. */
|
|
493
|
+
tags?: {
|
|
494
|
+
[propertyName: string]: string;
|
|
495
|
+
};
|
|
496
|
+
}
|
|
497
|
+
/** A list of private endpoint connections. */
|
|
498
|
+
export interface PrivateEndpointConnectionListResult {
|
|
499
|
+
/**
|
|
500
|
+
* Array of results.
|
|
501
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
+
*/
|
|
503
|
+
readonly value?: PrivateEndpointConnection[];
|
|
504
|
+
/**
|
|
505
|
+
* Link to retrieve next page of results.
|
|
506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
+
*/
|
|
508
|
+
readonly nextLink?: string;
|
|
509
|
+
}
|
|
510
|
+
/** A list of private link resources */
|
|
511
|
+
export interface PrivateLinkResourceListResult {
|
|
512
|
+
/**
|
|
513
|
+
* Array of results.
|
|
514
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
515
|
+
*/
|
|
516
|
+
readonly value?: PrivateLinkResource[];
|
|
517
|
+
/**
|
|
518
|
+
* Link to retrieve next page of results.
|
|
519
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
520
|
+
*/
|
|
521
|
+
readonly nextLink?: string;
|
|
522
|
+
}
|
|
523
|
+
/** Properties of a private link resource. */
|
|
524
|
+
export interface PrivateLinkResourceProperties {
|
|
525
|
+
/**
|
|
526
|
+
* The private link resource group id.
|
|
527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
+
*/
|
|
529
|
+
readonly groupId?: string;
|
|
530
|
+
/**
|
|
531
|
+
* The private link resource required member names.
|
|
532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
+
*/
|
|
534
|
+
readonly requiredMembers?: string[];
|
|
535
|
+
}
|
|
536
|
+
/** A list of MySQL Server keys. */
|
|
537
|
+
export interface ServerKeyListResult {
|
|
538
|
+
/**
|
|
539
|
+
* A list of MySQL Server keys.
|
|
540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
541
|
+
*/
|
|
542
|
+
readonly value?: ServerKey[];
|
|
543
|
+
/**
|
|
544
|
+
* Link to retrieve next page of results.
|
|
545
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
546
|
+
*/
|
|
547
|
+
readonly nextLink?: string;
|
|
548
|
+
}
|
|
549
|
+
/** An error response from the Batch service. */
|
|
550
|
+
export interface CloudErrorAutoGenerated {
|
|
551
|
+
/** Error message */
|
|
552
|
+
error?: ErrorResponse;
|
|
553
|
+
}
|
|
554
|
+
export interface ServerUpgradeParameters {
|
|
555
|
+
/** Represents an server storage profile. */
|
|
556
|
+
targetServerVersion?: string;
|
|
557
|
+
}
|
|
558
|
+
/** The properties used to create a new server. */
|
|
559
|
+
export declare type ServerPropertiesForDefaultCreate = ServerPropertiesForCreate & {
|
|
560
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
561
|
+
createMode: "Default";
|
|
562
|
+
/** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). The login name is required when updating password. */
|
|
563
|
+
administratorLogin: string;
|
|
564
|
+
/**
|
|
565
|
+
* The password of the administrator login.
|
|
566
|
+
* This value contains a credential. Consider obscuring before showing to users
|
|
567
|
+
*/
|
|
568
|
+
administratorLoginPassword: string;
|
|
569
|
+
};
|
|
570
|
+
/** The properties used to create a new server by restoring from a backup. */
|
|
571
|
+
export declare type ServerPropertiesForRestore = ServerPropertiesForCreate & {
|
|
572
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
573
|
+
createMode: "PointInTimeRestore";
|
|
574
|
+
/** The source server id to restore from. */
|
|
575
|
+
sourceServerId: string;
|
|
576
|
+
/** Restore point creation time (ISO8601 format), specifying the time to restore from. */
|
|
577
|
+
restorePointInTime: Date;
|
|
578
|
+
};
|
|
579
|
+
/** The properties used to create a new server by restoring to a different region from a geo replicated backup. */
|
|
580
|
+
export declare type ServerPropertiesForGeoRestore = ServerPropertiesForCreate & {
|
|
581
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
582
|
+
createMode: "GeoRestore";
|
|
583
|
+
/** The source server id to restore from. */
|
|
584
|
+
sourceServerId: string;
|
|
585
|
+
};
|
|
586
|
+
/** The properties to create a new replica. */
|
|
587
|
+
export declare type ServerPropertiesForReplica = ServerPropertiesForCreate & {
|
|
588
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
589
|
+
createMode: "Replica";
|
|
590
|
+
/** The master server id to create replica from. */
|
|
591
|
+
sourceServerId: string;
|
|
592
|
+
};
|
|
593
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
594
|
+
export declare type TrackedResource = Resource & {
|
|
595
|
+
/** Resource tags. */
|
|
596
|
+
tags?: {
|
|
597
|
+
[propertyName: string]: string;
|
|
598
|
+
};
|
|
599
|
+
/** The geo-location where the resource lives */
|
|
600
|
+
location: string;
|
|
601
|
+
};
|
|
602
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
603
|
+
export declare type ProxyResource = Resource & {};
|
|
604
|
+
/** Represents a server. */
|
|
605
|
+
export declare type Server = TrackedResource & {
|
|
606
|
+
/** The Azure Active Directory identity of the server. */
|
|
607
|
+
identity?: ResourceIdentity;
|
|
608
|
+
/** The SKU (pricing tier) of the server. */
|
|
609
|
+
sku?: Sku;
|
|
610
|
+
/** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
|
|
611
|
+
administratorLogin?: string;
|
|
612
|
+
/** Server version. */
|
|
613
|
+
version?: ServerVersion;
|
|
614
|
+
/** Enable ssl enforcement or not when connect to server. */
|
|
615
|
+
sslEnforcement?: SslEnforcementEnum;
|
|
616
|
+
/** Enforce a minimal Tls version for the server. */
|
|
617
|
+
minimalTlsVersion?: MinimalTlsVersionEnum;
|
|
618
|
+
/**
|
|
619
|
+
* Status showing whether the server data encryption is enabled with customer-managed keys.
|
|
620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
+
*/
|
|
622
|
+
readonly byokEnforcement?: string;
|
|
623
|
+
/** Status showing whether the server enabled infrastructure encryption. */
|
|
624
|
+
infrastructureEncryption?: InfrastructureEncryption;
|
|
625
|
+
/** A state of a server that is visible to user. */
|
|
626
|
+
userVisibleState?: ServerState;
|
|
627
|
+
/** The fully qualified domain name of a server. */
|
|
628
|
+
fullyQualifiedDomainName?: string;
|
|
629
|
+
/** Earliest restore point creation time (ISO8601 format) */
|
|
630
|
+
earliestRestoreDate?: Date;
|
|
631
|
+
/** Storage profile of a server. */
|
|
632
|
+
storageProfile?: StorageProfile;
|
|
633
|
+
/** The replication role of the server. */
|
|
634
|
+
replicationRole?: string;
|
|
635
|
+
/** The master server id of a replica server. */
|
|
636
|
+
masterServerId?: string;
|
|
637
|
+
/** The maximum number of replicas that a master server can have. */
|
|
638
|
+
replicaCapacity?: number;
|
|
639
|
+
/** Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
640
|
+
publicNetworkAccess?: PublicNetworkAccessEnum;
|
|
641
|
+
/**
|
|
642
|
+
* List of private endpoint connections on a server
|
|
643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
+
*/
|
|
645
|
+
readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
|
|
646
|
+
};
|
|
647
|
+
/** Represents a server firewall rule. */
|
|
648
|
+
export declare type FirewallRule = ProxyResource & {
|
|
649
|
+
/** The start IP address of the server firewall rule. Must be IPv4 format. */
|
|
650
|
+
startIpAddress: string;
|
|
651
|
+
/** The end IP address of the server firewall rule. Must be IPv4 format. */
|
|
652
|
+
endIpAddress: string;
|
|
653
|
+
};
|
|
654
|
+
/** A virtual network rule. */
|
|
655
|
+
export declare type VirtualNetworkRule = ProxyResource & {
|
|
656
|
+
/** The ARM resource id of the virtual network subnet. */
|
|
657
|
+
virtualNetworkSubnetId?: string;
|
|
658
|
+
/** Create firewall rule before the virtual network has vnet service endpoint enabled. */
|
|
659
|
+
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
660
|
+
/**
|
|
661
|
+
* Virtual Network Rule State
|
|
662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
663
|
+
*/
|
|
664
|
+
readonly state?: VirtualNetworkRuleState;
|
|
665
|
+
};
|
|
666
|
+
/** Represents a Database. */
|
|
667
|
+
export declare type Database = ProxyResource & {
|
|
668
|
+
/** The charset of the database. */
|
|
669
|
+
charset?: string;
|
|
670
|
+
/** The collation of the database. */
|
|
671
|
+
collation?: string;
|
|
672
|
+
};
|
|
673
|
+
/** Represents a Configuration. */
|
|
674
|
+
export declare type Configuration = ProxyResource & {
|
|
675
|
+
/** Value of the configuration. */
|
|
676
|
+
value?: string;
|
|
677
|
+
/**
|
|
678
|
+
* Description of the configuration.
|
|
679
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
680
|
+
*/
|
|
681
|
+
readonly description?: string;
|
|
682
|
+
/**
|
|
683
|
+
* Default value of the configuration.
|
|
684
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
685
|
+
*/
|
|
686
|
+
readonly defaultValue?: string;
|
|
687
|
+
/**
|
|
688
|
+
* Data type of the configuration.
|
|
689
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
690
|
+
*/
|
|
691
|
+
readonly dataType?: string;
|
|
692
|
+
/**
|
|
693
|
+
* Allowed values of the configuration.
|
|
694
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
695
|
+
*/
|
|
696
|
+
readonly allowedValues?: string;
|
|
697
|
+
/** Source of the configuration. */
|
|
698
|
+
source?: string;
|
|
699
|
+
};
|
|
700
|
+
/** Represents a log file. */
|
|
701
|
+
export declare type LogFile = ProxyResource & {
|
|
702
|
+
/** Size of the log file. */
|
|
703
|
+
sizeInKB?: number;
|
|
704
|
+
/**
|
|
705
|
+
* Creation timestamp of the log file.
|
|
706
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
707
|
+
*/
|
|
708
|
+
readonly createdTime?: Date;
|
|
709
|
+
/**
|
|
710
|
+
* Last modified timestamp of the log file.
|
|
711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
712
|
+
*/
|
|
713
|
+
readonly lastModifiedTime?: Date;
|
|
714
|
+
/** Type of the log file. */
|
|
715
|
+
typePropertiesType?: string;
|
|
716
|
+
/** The url to download the log file from. */
|
|
717
|
+
url?: string;
|
|
718
|
+
};
|
|
719
|
+
/** Represents a and external administrator to be created. */
|
|
720
|
+
export declare type ServerAdministratorResource = ProxyResource & {
|
|
721
|
+
/** The type of administrator. */
|
|
722
|
+
administratorType?: "ActiveDirectory";
|
|
723
|
+
/** The server administrator login account name. */
|
|
724
|
+
login?: string;
|
|
725
|
+
/** The server administrator Sid (Secure ID). */
|
|
726
|
+
sid?: string;
|
|
727
|
+
/** The server Active Directory Administrator tenant id. */
|
|
728
|
+
tenantId?: string;
|
|
729
|
+
};
|
|
730
|
+
/** A recoverable server resource. */
|
|
731
|
+
export declare type RecoverableServerResource = ProxyResource & {
|
|
732
|
+
/**
|
|
733
|
+
* The last available backup date time.
|
|
734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
735
|
+
*/
|
|
736
|
+
readonly lastAvailableBackupDateTime?: string;
|
|
737
|
+
/**
|
|
738
|
+
* The service level objective
|
|
739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
+
*/
|
|
741
|
+
readonly serviceLevelObjective?: string;
|
|
742
|
+
/**
|
|
743
|
+
* Edition of the performance tier.
|
|
744
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
745
|
+
*/
|
|
746
|
+
readonly edition?: string;
|
|
747
|
+
/**
|
|
748
|
+
* vCore associated with the service level objective
|
|
749
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
750
|
+
*/
|
|
751
|
+
readonly vCore?: number;
|
|
752
|
+
/**
|
|
753
|
+
* Hardware generation associated with the service level objective
|
|
754
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
755
|
+
*/
|
|
756
|
+
readonly hardwareGeneration?: string;
|
|
757
|
+
/**
|
|
758
|
+
* The MySQL version
|
|
759
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
760
|
+
*/
|
|
761
|
+
readonly version?: string;
|
|
762
|
+
};
|
|
763
|
+
/** A server security alert policy. */
|
|
764
|
+
export declare type ServerSecurityAlertPolicy = ProxyResource & {
|
|
765
|
+
/** Specifies the state of the policy, whether it is enabled or disabled. */
|
|
766
|
+
state?: ServerSecurityAlertPolicyState;
|
|
767
|
+
/** Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly */
|
|
768
|
+
disabledAlerts?: string[];
|
|
769
|
+
/** Specifies an array of e-mail addresses to which the alert is sent. */
|
|
770
|
+
emailAddresses?: string[];
|
|
771
|
+
/** Specifies that the alert is sent to the account administrators. */
|
|
772
|
+
emailAccountAdmins?: boolean;
|
|
773
|
+
/** Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs. */
|
|
774
|
+
storageEndpoint?: string;
|
|
775
|
+
/** Specifies the identifier key of the Threat Detection audit storage account. */
|
|
776
|
+
storageAccountAccessKey?: string;
|
|
777
|
+
/** Specifies the number of days to keep in the Threat Detection audit logs. */
|
|
778
|
+
retentionDays?: number;
|
|
779
|
+
};
|
|
780
|
+
/** Represents a Query Text. */
|
|
781
|
+
export declare type QueryText = ProxyResource & {
|
|
782
|
+
/** Query identifier unique to the server. */
|
|
783
|
+
queryId?: string;
|
|
784
|
+
/** Query text. */
|
|
785
|
+
queryText?: string;
|
|
786
|
+
};
|
|
787
|
+
/** Represents a Query Statistic. */
|
|
788
|
+
export declare type QueryStatistic = ProxyResource & {
|
|
789
|
+
/** Database query identifier. */
|
|
790
|
+
queryId?: string;
|
|
791
|
+
/** Observation start time. */
|
|
792
|
+
startTime?: Date;
|
|
793
|
+
/** Observation end time. */
|
|
794
|
+
endTime?: Date;
|
|
795
|
+
/** Aggregation function name. */
|
|
796
|
+
aggregationFunction?: string;
|
|
797
|
+
/** The list of database names. */
|
|
798
|
+
databaseNames?: string[];
|
|
799
|
+
/** Number of query executions in this time interval. */
|
|
800
|
+
queryExecutionCount?: number;
|
|
801
|
+
/** Metric name. */
|
|
802
|
+
metricName?: string;
|
|
803
|
+
/** Metric display name. */
|
|
804
|
+
metricDisplayName?: string;
|
|
805
|
+
/** Metric value. */
|
|
806
|
+
metricValue?: number;
|
|
807
|
+
/** Metric value unit. */
|
|
808
|
+
metricValueUnit?: string;
|
|
809
|
+
};
|
|
810
|
+
/** Represents a Wait Statistic. */
|
|
811
|
+
export declare type WaitStatistic = ProxyResource & {
|
|
812
|
+
/** Observation start time. */
|
|
813
|
+
startTime?: Date;
|
|
814
|
+
/** Observation end time. */
|
|
815
|
+
endTime?: Date;
|
|
816
|
+
/** Wait event name. */
|
|
817
|
+
eventName?: string;
|
|
818
|
+
/** Wait event type name. */
|
|
819
|
+
eventTypeName?: string;
|
|
820
|
+
/** Database query identifier. */
|
|
821
|
+
queryId?: number;
|
|
822
|
+
/** Database Name. */
|
|
823
|
+
databaseName?: string;
|
|
824
|
+
/** Database user identifier. */
|
|
825
|
+
userId?: number;
|
|
826
|
+
/** Wait event count observed in this time interval. */
|
|
827
|
+
count?: number;
|
|
828
|
+
/** Total time of wait in milliseconds in this time interval. */
|
|
829
|
+
totalTimeInMs?: number;
|
|
830
|
+
};
|
|
831
|
+
/** Represents a recommendation action advisor. */
|
|
832
|
+
export declare type Advisor = ProxyResource & {
|
|
833
|
+
/** The properties of a recommendation action advisor. */
|
|
834
|
+
properties?: Record<string, unknown>;
|
|
835
|
+
};
|
|
836
|
+
/** Represents a Recommendation Action. */
|
|
837
|
+
export declare type RecommendationAction = ProxyResource & {
|
|
838
|
+
/** Advisor name. */
|
|
839
|
+
advisorName?: string;
|
|
840
|
+
/** Recommendation action session identifier. */
|
|
841
|
+
sessionId?: string;
|
|
842
|
+
/** Recommendation action identifier. */
|
|
843
|
+
actionId?: number;
|
|
844
|
+
/** Recommendation action creation time. */
|
|
845
|
+
createdTime?: Date;
|
|
846
|
+
/** Recommendation action expiration time. */
|
|
847
|
+
expirationTime?: Date;
|
|
848
|
+
/** Recommendation action reason. */
|
|
849
|
+
reason?: string;
|
|
850
|
+
/** Recommendation action type. */
|
|
851
|
+
recommendationType?: string;
|
|
852
|
+
/** Recommendation action details. */
|
|
853
|
+
details?: {
|
|
854
|
+
[propertyName: string]: string;
|
|
855
|
+
};
|
|
856
|
+
};
|
|
857
|
+
/** A private endpoint connection */
|
|
858
|
+
export declare type PrivateEndpointConnection = ProxyResource & {
|
|
859
|
+
/** Private endpoint which the connection belongs to. */
|
|
860
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
861
|
+
/** Connection state of the private endpoint connection. */
|
|
862
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
863
|
+
/**
|
|
864
|
+
* State of the private endpoint connection.
|
|
865
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
866
|
+
*/
|
|
867
|
+
readonly provisioningState?: string;
|
|
868
|
+
};
|
|
869
|
+
/** A private link resource */
|
|
870
|
+
export declare type PrivateLinkResource = ProxyResource & {
|
|
871
|
+
/**
|
|
872
|
+
* The private link resource group id.
|
|
873
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
874
|
+
*/
|
|
875
|
+
readonly properties?: PrivateLinkResourceProperties;
|
|
876
|
+
};
|
|
877
|
+
/** A MySQL Server key. */
|
|
878
|
+
export declare type ServerKey = ProxyResource & {
|
|
879
|
+
/**
|
|
880
|
+
* Kind of encryption protector used to protect the key.
|
|
881
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
882
|
+
*/
|
|
883
|
+
readonly kind?: string;
|
|
884
|
+
/** The key type like 'AzureKeyVault'. */
|
|
885
|
+
serverKeyType?: ServerKeyType;
|
|
886
|
+
/** The URI of the key. */
|
|
887
|
+
uri?: string;
|
|
888
|
+
/**
|
|
889
|
+
* The key creation date.
|
|
890
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
891
|
+
*/
|
|
892
|
+
readonly creationDate?: Date;
|
|
893
|
+
};
|
|
894
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
895
|
+
export declare enum KnownIdentityType {
|
|
896
|
+
SystemAssigned = "SystemAssigned"
|
|
897
|
+
}
|
|
898
|
+
/**
|
|
899
|
+
* Defines values for IdentityType. \
|
|
900
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
901
|
+
* this enum contains the known values that the service supports.
|
|
902
|
+
* ### Known values supported by the service
|
|
903
|
+
* **SystemAssigned**
|
|
904
|
+
*/
|
|
905
|
+
export declare type IdentityType = string;
|
|
906
|
+
/** Known values of {@link SkuTier} that the service accepts. */
|
|
907
|
+
export declare enum KnownSkuTier {
|
|
908
|
+
Basic = "Basic",
|
|
909
|
+
GeneralPurpose = "GeneralPurpose",
|
|
910
|
+
MemoryOptimized = "MemoryOptimized"
|
|
911
|
+
}
|
|
912
|
+
/**
|
|
913
|
+
* Defines values for SkuTier. \
|
|
914
|
+
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
915
|
+
* this enum contains the known values that the service supports.
|
|
916
|
+
* ### Known values supported by the service
|
|
917
|
+
* **Basic** \
|
|
918
|
+
* **GeneralPurpose** \
|
|
919
|
+
* **MemoryOptimized**
|
|
920
|
+
*/
|
|
921
|
+
export declare type SkuTier = string;
|
|
922
|
+
/** Known values of {@link ServerVersion} that the service accepts. */
|
|
923
|
+
export declare enum KnownServerVersion {
|
|
924
|
+
Five6 = "5.6",
|
|
925
|
+
Five7 = "5.7",
|
|
926
|
+
Eight0 = "8.0"
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* Defines values for ServerVersion. \
|
|
930
|
+
* {@link KnownServerVersion} can be used interchangeably with ServerVersion,
|
|
931
|
+
* this enum contains the known values that the service supports.
|
|
932
|
+
* ### Known values supported by the service
|
|
933
|
+
* **5.6** \
|
|
934
|
+
* **5.7** \
|
|
935
|
+
* **8.0**
|
|
936
|
+
*/
|
|
937
|
+
export declare type ServerVersion = string;
|
|
938
|
+
/** Known values of {@link MinimalTlsVersionEnum} that the service accepts. */
|
|
939
|
+
export declare enum KnownMinimalTlsVersionEnum {
|
|
940
|
+
TLS10 = "TLS1_0",
|
|
941
|
+
TLS11 = "TLS1_1",
|
|
942
|
+
TLS12 = "TLS1_2",
|
|
943
|
+
TLSEnforcementDisabled = "TLSEnforcementDisabled"
|
|
944
|
+
}
|
|
945
|
+
/**
|
|
946
|
+
* Defines values for MinimalTlsVersionEnum. \
|
|
947
|
+
* {@link KnownMinimalTlsVersionEnum} can be used interchangeably with MinimalTlsVersionEnum,
|
|
948
|
+
* this enum contains the known values that the service supports.
|
|
949
|
+
* ### Known values supported by the service
|
|
950
|
+
* **TLS1_0** \
|
|
951
|
+
* **TLS1_1** \
|
|
952
|
+
* **TLS1_2** \
|
|
953
|
+
* **TLSEnforcementDisabled**
|
|
954
|
+
*/
|
|
955
|
+
export declare type MinimalTlsVersionEnum = string;
|
|
956
|
+
/** Known values of {@link InfrastructureEncryption} that the service accepts. */
|
|
957
|
+
export declare enum KnownInfrastructureEncryption {
|
|
958
|
+
/** Default value for single layer of encryption for data at rest. */
|
|
959
|
+
Enabled = "Enabled",
|
|
960
|
+
/** Additional (2nd) layer of encryption for data at rest */
|
|
961
|
+
Disabled = "Disabled"
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
* Defines values for InfrastructureEncryption. \
|
|
965
|
+
* {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
|
|
966
|
+
* this enum contains the known values that the service supports.
|
|
967
|
+
* ### Known values supported by the service
|
|
968
|
+
* **Enabled**: Default value for single layer of encryption for data at rest. \
|
|
969
|
+
* **Disabled**: Additional (2nd) layer of encryption for data at rest
|
|
970
|
+
*/
|
|
971
|
+
export declare type InfrastructureEncryption = string;
|
|
972
|
+
/** Known values of {@link PublicNetworkAccessEnum} that the service accepts. */
|
|
973
|
+
export declare enum KnownPublicNetworkAccessEnum {
|
|
974
|
+
Enabled = "Enabled",
|
|
975
|
+
Disabled = "Disabled"
|
|
976
|
+
}
|
|
977
|
+
/**
|
|
978
|
+
* Defines values for PublicNetworkAccessEnum. \
|
|
979
|
+
* {@link KnownPublicNetworkAccessEnum} can be used interchangeably with PublicNetworkAccessEnum,
|
|
980
|
+
* this enum contains the known values that the service supports.
|
|
981
|
+
* ### Known values supported by the service
|
|
982
|
+
* **Enabled** \
|
|
983
|
+
* **Disabled**
|
|
984
|
+
*/
|
|
985
|
+
export declare type PublicNetworkAccessEnum = string;
|
|
986
|
+
/** Known values of {@link GeoRedundantBackup} that the service accepts. */
|
|
987
|
+
export declare enum KnownGeoRedundantBackup {
|
|
988
|
+
Enabled = "Enabled",
|
|
989
|
+
Disabled = "Disabled"
|
|
990
|
+
}
|
|
991
|
+
/**
|
|
992
|
+
* Defines values for GeoRedundantBackup. \
|
|
993
|
+
* {@link KnownGeoRedundantBackup} can be used interchangeably with GeoRedundantBackup,
|
|
994
|
+
* this enum contains the known values that the service supports.
|
|
995
|
+
* ### Known values supported by the service
|
|
996
|
+
* **Enabled** \
|
|
997
|
+
* **Disabled**
|
|
998
|
+
*/
|
|
999
|
+
export declare type GeoRedundantBackup = string;
|
|
1000
|
+
/** Known values of {@link StorageAutogrow} that the service accepts. */
|
|
1001
|
+
export declare enum KnownStorageAutogrow {
|
|
1002
|
+
Enabled = "Enabled",
|
|
1003
|
+
Disabled = "Disabled"
|
|
1004
|
+
}
|
|
1005
|
+
/**
|
|
1006
|
+
* Defines values for StorageAutogrow. \
|
|
1007
|
+
* {@link KnownStorageAutogrow} can be used interchangeably with StorageAutogrow,
|
|
1008
|
+
* this enum contains the known values that the service supports.
|
|
1009
|
+
* ### Known values supported by the service
|
|
1010
|
+
* **Enabled** \
|
|
1011
|
+
* **Disabled**
|
|
1012
|
+
*/
|
|
1013
|
+
export declare type StorageAutogrow = string;
|
|
1014
|
+
/** Known values of {@link CreateMode} that the service accepts. */
|
|
1015
|
+
export declare enum KnownCreateMode {
|
|
1016
|
+
Default = "Default",
|
|
1017
|
+
PointInTimeRestore = "PointInTimeRestore",
|
|
1018
|
+
GeoRestore = "GeoRestore",
|
|
1019
|
+
Replica = "Replica"
|
|
1020
|
+
}
|
|
1021
|
+
/**
|
|
1022
|
+
* Defines values for CreateMode. \
|
|
1023
|
+
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
1024
|
+
* this enum contains the known values that the service supports.
|
|
1025
|
+
* ### Known values supported by the service
|
|
1026
|
+
* **Default** \
|
|
1027
|
+
* **PointInTimeRestore** \
|
|
1028
|
+
* **GeoRestore** \
|
|
1029
|
+
* **Replica**
|
|
1030
|
+
*/
|
|
1031
|
+
export declare type CreateMode = string;
|
|
1032
|
+
/** Known values of {@link ServerState} that the service accepts. */
|
|
1033
|
+
export declare enum KnownServerState {
|
|
1034
|
+
Ready = "Ready",
|
|
1035
|
+
Dropping = "Dropping",
|
|
1036
|
+
Disabled = "Disabled",
|
|
1037
|
+
Inaccessible = "Inaccessible"
|
|
1038
|
+
}
|
|
1039
|
+
/**
|
|
1040
|
+
* Defines values for ServerState. \
|
|
1041
|
+
* {@link KnownServerState} can be used interchangeably with ServerState,
|
|
1042
|
+
* this enum contains the known values that the service supports.
|
|
1043
|
+
* ### Known values supported by the service
|
|
1044
|
+
* **Ready** \
|
|
1045
|
+
* **Dropping** \
|
|
1046
|
+
* **Disabled** \
|
|
1047
|
+
* **Inaccessible**
|
|
1048
|
+
*/
|
|
1049
|
+
export declare type ServerState = string;
|
|
1050
|
+
/** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */
|
|
1051
|
+
export declare enum KnownPrivateLinkServiceConnectionStateStatus {
|
|
1052
|
+
Approved = "Approved",
|
|
1053
|
+
Pending = "Pending",
|
|
1054
|
+
Rejected = "Rejected",
|
|
1055
|
+
Disconnected = "Disconnected"
|
|
1056
|
+
}
|
|
1057
|
+
/**
|
|
1058
|
+
* Defines values for PrivateLinkServiceConnectionStateStatus. \
|
|
1059
|
+
* {@link KnownPrivateLinkServiceConnectionStateStatus} can be used interchangeably with PrivateLinkServiceConnectionStateStatus,
|
|
1060
|
+
* this enum contains the known values that the service supports.
|
|
1061
|
+
* ### Known values supported by the service
|
|
1062
|
+
* **Approved** \
|
|
1063
|
+
* **Pending** \
|
|
1064
|
+
* **Rejected** \
|
|
1065
|
+
* **Disconnected**
|
|
1066
|
+
*/
|
|
1067
|
+
export declare type PrivateLinkServiceConnectionStateStatus = string;
|
|
1068
|
+
/** Known values of {@link PrivateLinkServiceConnectionStateActionsRequire} that the service accepts. */
|
|
1069
|
+
export declare enum KnownPrivateLinkServiceConnectionStateActionsRequire {
|
|
1070
|
+
None = "None"
|
|
1071
|
+
}
|
|
1072
|
+
/**
|
|
1073
|
+
* Defines values for PrivateLinkServiceConnectionStateActionsRequire. \
|
|
1074
|
+
* {@link KnownPrivateLinkServiceConnectionStateActionsRequire} can be used interchangeably with PrivateLinkServiceConnectionStateActionsRequire,
|
|
1075
|
+
* this enum contains the known values that the service supports.
|
|
1076
|
+
* ### Known values supported by the service
|
|
1077
|
+
* **None**
|
|
1078
|
+
*/
|
|
1079
|
+
export declare type PrivateLinkServiceConnectionStateActionsRequire = string;
|
|
1080
|
+
/** Known values of {@link PrivateEndpointProvisioningState} that the service accepts. */
|
|
1081
|
+
export declare enum KnownPrivateEndpointProvisioningState {
|
|
1082
|
+
Approving = "Approving",
|
|
1083
|
+
Ready = "Ready",
|
|
1084
|
+
Dropping = "Dropping",
|
|
1085
|
+
Failed = "Failed",
|
|
1086
|
+
Rejecting = "Rejecting"
|
|
1087
|
+
}
|
|
1088
|
+
/**
|
|
1089
|
+
* Defines values for PrivateEndpointProvisioningState. \
|
|
1090
|
+
* {@link KnownPrivateEndpointProvisioningState} can be used interchangeably with PrivateEndpointProvisioningState,
|
|
1091
|
+
* this enum contains the known values that the service supports.
|
|
1092
|
+
* ### Known values supported by the service
|
|
1093
|
+
* **Approving** \
|
|
1094
|
+
* **Ready** \
|
|
1095
|
+
* **Dropping** \
|
|
1096
|
+
* **Failed** \
|
|
1097
|
+
* **Rejecting**
|
|
1098
|
+
*/
|
|
1099
|
+
export declare type PrivateEndpointProvisioningState = string;
|
|
1100
|
+
/** Known values of {@link VirtualNetworkRuleState} that the service accepts. */
|
|
1101
|
+
export declare enum KnownVirtualNetworkRuleState {
|
|
1102
|
+
Initializing = "Initializing",
|
|
1103
|
+
InProgress = "InProgress",
|
|
1104
|
+
Ready = "Ready",
|
|
1105
|
+
Deleting = "Deleting",
|
|
1106
|
+
Unknown = "Unknown"
|
|
1107
|
+
}
|
|
1108
|
+
/**
|
|
1109
|
+
* Defines values for VirtualNetworkRuleState. \
|
|
1110
|
+
* {@link KnownVirtualNetworkRuleState} can be used interchangeably with VirtualNetworkRuleState,
|
|
1111
|
+
* this enum contains the known values that the service supports.
|
|
1112
|
+
* ### Known values supported by the service
|
|
1113
|
+
* **Initializing** \
|
|
1114
|
+
* **InProgress** \
|
|
1115
|
+
* **Ready** \
|
|
1116
|
+
* **Deleting** \
|
|
1117
|
+
* **Unknown**
|
|
1118
|
+
*/
|
|
1119
|
+
export declare type VirtualNetworkRuleState = string;
|
|
1120
|
+
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
1121
|
+
export declare enum KnownOperationOrigin {
|
|
1122
|
+
NotSpecified = "NotSpecified",
|
|
1123
|
+
User = "user",
|
|
1124
|
+
System = "system"
|
|
1125
|
+
}
|
|
1126
|
+
/**
|
|
1127
|
+
* Defines values for OperationOrigin. \
|
|
1128
|
+
* {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
|
|
1129
|
+
* this enum contains the known values that the service supports.
|
|
1130
|
+
* ### Known values supported by the service
|
|
1131
|
+
* **NotSpecified** \
|
|
1132
|
+
* **user** \
|
|
1133
|
+
* **system**
|
|
1134
|
+
*/
|
|
1135
|
+
export declare type OperationOrigin = string;
|
|
1136
|
+
/** Known values of {@link SecurityAlertPolicyName} that the service accepts. */
|
|
1137
|
+
export declare enum KnownSecurityAlertPolicyName {
|
|
1138
|
+
Default = "Default"
|
|
1139
|
+
}
|
|
1140
|
+
/**
|
|
1141
|
+
* Defines values for SecurityAlertPolicyName. \
|
|
1142
|
+
* {@link KnownSecurityAlertPolicyName} can be used interchangeably with SecurityAlertPolicyName,
|
|
1143
|
+
* this enum contains the known values that the service supports.
|
|
1144
|
+
* ### Known values supported by the service
|
|
1145
|
+
* **Default**
|
|
1146
|
+
*/
|
|
1147
|
+
export declare type SecurityAlertPolicyName = string;
|
|
1148
|
+
/** Known values of {@link QueryPerformanceInsightResetDataResultState} that the service accepts. */
|
|
1149
|
+
export declare enum KnownQueryPerformanceInsightResetDataResultState {
|
|
1150
|
+
Succeeded = "Succeeded",
|
|
1151
|
+
Failed = "Failed"
|
|
1152
|
+
}
|
|
1153
|
+
/**
|
|
1154
|
+
* Defines values for QueryPerformanceInsightResetDataResultState. \
|
|
1155
|
+
* {@link KnownQueryPerformanceInsightResetDataResultState} can be used interchangeably with QueryPerformanceInsightResetDataResultState,
|
|
1156
|
+
* this enum contains the known values that the service supports.
|
|
1157
|
+
* ### Known values supported by the service
|
|
1158
|
+
* **Succeeded** \
|
|
1159
|
+
* **Failed**
|
|
1160
|
+
*/
|
|
1161
|
+
export declare type QueryPerformanceInsightResetDataResultState = string;
|
|
1162
|
+
/** Known values of {@link ServerKeyType} that the service accepts. */
|
|
1163
|
+
export declare enum KnownServerKeyType {
|
|
1164
|
+
AzureKeyVault = "AzureKeyVault"
|
|
1165
|
+
}
|
|
1166
|
+
/**
|
|
1167
|
+
* Defines values for ServerKeyType. \
|
|
1168
|
+
* {@link KnownServerKeyType} can be used interchangeably with ServerKeyType,
|
|
1169
|
+
* this enum contains the known values that the service supports.
|
|
1170
|
+
* ### Known values supported by the service
|
|
1171
|
+
* **AzureKeyVault**
|
|
1172
|
+
*/
|
|
1173
|
+
export declare type ServerKeyType = string;
|
|
1174
|
+
/** Defines values for SslEnforcementEnum. */
|
|
1175
|
+
export declare type SslEnforcementEnum = "Enabled" | "Disabled";
|
|
1176
|
+
/** Defines values for ServerSecurityAlertPolicyState. */
|
|
1177
|
+
export declare type ServerSecurityAlertPolicyState = "Enabled" | "Disabled";
|
|
1178
|
+
/** Optional parameters. */
|
|
1179
|
+
export interface ServersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1180
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1181
|
+
updateIntervalInMs?: number;
|
|
1182
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1183
|
+
resumeFrom?: string;
|
|
1184
|
+
}
|
|
1185
|
+
/** Contains response data for the create operation. */
|
|
1186
|
+
export declare type ServersCreateResponse = Server;
|
|
1187
|
+
/** Optional parameters. */
|
|
1188
|
+
export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1189
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1190
|
+
updateIntervalInMs?: number;
|
|
1191
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1192
|
+
resumeFrom?: string;
|
|
1193
|
+
}
|
|
1194
|
+
/** Contains response data for the update operation. */
|
|
1195
|
+
export declare type ServersUpdateResponse = Server;
|
|
1196
|
+
/** Optional parameters. */
|
|
1197
|
+
export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1198
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1199
|
+
updateIntervalInMs?: number;
|
|
1200
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1201
|
+
resumeFrom?: string;
|
|
1202
|
+
}
|
|
1203
|
+
/** Optional parameters. */
|
|
1204
|
+
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1205
|
+
}
|
|
1206
|
+
/** Contains response data for the get operation. */
|
|
1207
|
+
export declare type ServersGetResponse = Server;
|
|
1208
|
+
/** Optional parameters. */
|
|
1209
|
+
export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1210
|
+
}
|
|
1211
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1212
|
+
export declare type ServersListByResourceGroupResponse = ServerListResult;
|
|
1213
|
+
/** Optional parameters. */
|
|
1214
|
+
export interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
1215
|
+
}
|
|
1216
|
+
/** Contains response data for the list operation. */
|
|
1217
|
+
export declare type ServersListResponse = ServerListResult;
|
|
1218
|
+
/** Optional parameters. */
|
|
1219
|
+
export interface ServersRestartOptionalParams extends coreClient.OperationOptions {
|
|
1220
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1221
|
+
updateIntervalInMs?: number;
|
|
1222
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1223
|
+
resumeFrom?: string;
|
|
1224
|
+
}
|
|
1225
|
+
/** Optional parameters. */
|
|
1226
|
+
export interface ServersStartOptionalParams extends coreClient.OperationOptions {
|
|
1227
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1228
|
+
updateIntervalInMs?: number;
|
|
1229
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1230
|
+
resumeFrom?: string;
|
|
1231
|
+
}
|
|
1232
|
+
/** Optional parameters. */
|
|
1233
|
+
export interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
1234
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1235
|
+
updateIntervalInMs?: number;
|
|
1236
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1237
|
+
resumeFrom?: string;
|
|
1238
|
+
}
|
|
1239
|
+
/** Optional parameters. */
|
|
1240
|
+
export interface ServersUpgradeOptionalParams extends coreClient.OperationOptions {
|
|
1241
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1242
|
+
updateIntervalInMs?: number;
|
|
1243
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1244
|
+
resumeFrom?: string;
|
|
1245
|
+
}
|
|
1246
|
+
/** Optional parameters. */
|
|
1247
|
+
export interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1248
|
+
}
|
|
1249
|
+
/** Contains response data for the listByServer operation. */
|
|
1250
|
+
export declare type ReplicasListByServerResponse = ServerListResult;
|
|
1251
|
+
/** Optional parameters. */
|
|
1252
|
+
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1253
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1254
|
+
updateIntervalInMs?: number;
|
|
1255
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1256
|
+
resumeFrom?: string;
|
|
1257
|
+
}
|
|
1258
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1259
|
+
export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
1260
|
+
/** Optional parameters. */
|
|
1261
|
+
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1262
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1263
|
+
updateIntervalInMs?: number;
|
|
1264
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1265
|
+
resumeFrom?: string;
|
|
1266
|
+
}
|
|
1267
|
+
/** Optional parameters. */
|
|
1268
|
+
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1269
|
+
}
|
|
1270
|
+
/** Contains response data for the get operation. */
|
|
1271
|
+
export declare type FirewallRulesGetResponse = FirewallRule;
|
|
1272
|
+
/** Optional parameters. */
|
|
1273
|
+
export interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1274
|
+
}
|
|
1275
|
+
/** Contains response data for the listByServer operation. */
|
|
1276
|
+
export declare type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
1277
|
+
/** Optional parameters. */
|
|
1278
|
+
export interface VirtualNetworkRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1279
|
+
}
|
|
1280
|
+
/** Contains response data for the get operation. */
|
|
1281
|
+
export declare type VirtualNetworkRulesGetResponse = VirtualNetworkRule;
|
|
1282
|
+
/** Optional parameters. */
|
|
1283
|
+
export interface VirtualNetworkRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1284
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1285
|
+
updateIntervalInMs?: number;
|
|
1286
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1287
|
+
resumeFrom?: string;
|
|
1288
|
+
}
|
|
1289
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1290
|
+
export declare type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule;
|
|
1291
|
+
/** Optional parameters. */
|
|
1292
|
+
export interface VirtualNetworkRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1293
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1294
|
+
updateIntervalInMs?: number;
|
|
1295
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1296
|
+
resumeFrom?: string;
|
|
1297
|
+
}
|
|
1298
|
+
/** Optional parameters. */
|
|
1299
|
+
export interface VirtualNetworkRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1300
|
+
}
|
|
1301
|
+
/** Contains response data for the listByServer operation. */
|
|
1302
|
+
export declare type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult;
|
|
1303
|
+
/** Optional parameters. */
|
|
1304
|
+
export interface VirtualNetworkRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1305
|
+
}
|
|
1306
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1307
|
+
export declare type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult;
|
|
1308
|
+
/** Optional parameters. */
|
|
1309
|
+
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1310
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1311
|
+
updateIntervalInMs?: number;
|
|
1312
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1313
|
+
resumeFrom?: string;
|
|
1314
|
+
}
|
|
1315
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1316
|
+
export declare type DatabasesCreateOrUpdateResponse = Database;
|
|
1317
|
+
/** Optional parameters. */
|
|
1318
|
+
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1319
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1320
|
+
updateIntervalInMs?: number;
|
|
1321
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1322
|
+
resumeFrom?: string;
|
|
1323
|
+
}
|
|
1324
|
+
/** Optional parameters. */
|
|
1325
|
+
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
1326
|
+
}
|
|
1327
|
+
/** Contains response data for the get operation. */
|
|
1328
|
+
export declare type DatabasesGetResponse = Database;
|
|
1329
|
+
/** Optional parameters. */
|
|
1330
|
+
export interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1331
|
+
}
|
|
1332
|
+
/** Contains response data for the listByServer operation. */
|
|
1333
|
+
export declare type DatabasesListByServerResponse = DatabaseListResult;
|
|
1334
|
+
/** Optional parameters. */
|
|
1335
|
+
export interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1336
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1337
|
+
updateIntervalInMs?: number;
|
|
1338
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1339
|
+
resumeFrom?: string;
|
|
1340
|
+
}
|
|
1341
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1342
|
+
export declare type ConfigurationsCreateOrUpdateResponse = Configuration;
|
|
1343
|
+
/** Optional parameters. */
|
|
1344
|
+
export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1345
|
+
}
|
|
1346
|
+
/** Contains response data for the get operation. */
|
|
1347
|
+
export declare type ConfigurationsGetResponse = Configuration;
|
|
1348
|
+
/** Optional parameters. */
|
|
1349
|
+
export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1350
|
+
}
|
|
1351
|
+
/** Contains response data for the listByServer operation. */
|
|
1352
|
+
export declare type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
1353
|
+
/** Optional parameters. */
|
|
1354
|
+
export interface ServerParametersListUpdateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1355
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1356
|
+
updateIntervalInMs?: number;
|
|
1357
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1358
|
+
resumeFrom?: string;
|
|
1359
|
+
}
|
|
1360
|
+
/** Contains response data for the listUpdateConfigurations operation. */
|
|
1361
|
+
export declare type ServerParametersListUpdateConfigurationsResponse = ConfigurationListResult;
|
|
1362
|
+
/** Optional parameters. */
|
|
1363
|
+
export interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1364
|
+
}
|
|
1365
|
+
/** Contains response data for the listByServer operation. */
|
|
1366
|
+
export declare type LogFilesListByServerResponse = LogFileListResult;
|
|
1367
|
+
/** Optional parameters. */
|
|
1368
|
+
export interface ServerAdministratorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1369
|
+
}
|
|
1370
|
+
/** Contains response data for the get operation. */
|
|
1371
|
+
export declare type ServerAdministratorsGetResponse = ServerAdministratorResource;
|
|
1372
|
+
/** Optional parameters. */
|
|
1373
|
+
export interface ServerAdministratorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1374
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1375
|
+
updateIntervalInMs?: number;
|
|
1376
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1377
|
+
resumeFrom?: string;
|
|
1378
|
+
}
|
|
1379
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1380
|
+
export declare type ServerAdministratorsCreateOrUpdateResponse = ServerAdministratorResource;
|
|
1381
|
+
/** Optional parameters. */
|
|
1382
|
+
export interface ServerAdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1383
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1384
|
+
updateIntervalInMs?: number;
|
|
1385
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1386
|
+
resumeFrom?: string;
|
|
1387
|
+
}
|
|
1388
|
+
/** Optional parameters. */
|
|
1389
|
+
export interface ServerAdministratorsListOptionalParams extends coreClient.OperationOptions {
|
|
1390
|
+
}
|
|
1391
|
+
/** Contains response data for the list operation. */
|
|
1392
|
+
export declare type ServerAdministratorsListResponse = ServerAdministratorResourceListResult;
|
|
1393
|
+
/** Optional parameters. */
|
|
1394
|
+
export interface RecoverableServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1395
|
+
}
|
|
1396
|
+
/** Contains response data for the get operation. */
|
|
1397
|
+
export declare type RecoverableServersGetResponse = RecoverableServerResource;
|
|
1398
|
+
/** Optional parameters. */
|
|
1399
|
+
export interface ServerBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
|
|
1400
|
+
}
|
|
1401
|
+
/** Contains response data for the list operation. */
|
|
1402
|
+
export declare type ServerBasedPerformanceTierListResponse = PerformanceTierListResult;
|
|
1403
|
+
/** Optional parameters. */
|
|
1404
|
+
export interface LocationBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
|
|
1405
|
+
}
|
|
1406
|
+
/** Contains response data for the list operation. */
|
|
1407
|
+
export declare type LocationBasedPerformanceTierListResponse = PerformanceTierListResult;
|
|
1408
|
+
/** Optional parameters. */
|
|
1409
|
+
export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
1410
|
+
}
|
|
1411
|
+
/** Contains response data for the execute operation. */
|
|
1412
|
+
export declare type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
1413
|
+
/** Optional parameters. */
|
|
1414
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1415
|
+
}
|
|
1416
|
+
/** Contains response data for the list operation. */
|
|
1417
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
1418
|
+
/** Optional parameters. */
|
|
1419
|
+
export interface ServerSecurityAlertPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1420
|
+
}
|
|
1421
|
+
/** Contains response data for the get operation. */
|
|
1422
|
+
export declare type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy;
|
|
1423
|
+
/** Optional parameters. */
|
|
1424
|
+
export interface ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1425
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1426
|
+
updateIntervalInMs?: number;
|
|
1427
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1428
|
+
resumeFrom?: string;
|
|
1429
|
+
}
|
|
1430
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1431
|
+
export declare type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy;
|
|
1432
|
+
/** Optional parameters. */
|
|
1433
|
+
export interface ServerSecurityAlertPoliciesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1434
|
+
}
|
|
1435
|
+
/** Contains response data for the listByServer operation. */
|
|
1436
|
+
export declare type ServerSecurityAlertPoliciesListByServerResponse = ServerSecurityAlertPolicyListResult;
|
|
1437
|
+
/** Optional parameters. */
|
|
1438
|
+
export interface ServerSecurityAlertPoliciesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1439
|
+
}
|
|
1440
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1441
|
+
export declare type ServerSecurityAlertPoliciesListByServerNextResponse = ServerSecurityAlertPolicyListResult;
|
|
1442
|
+
/** Optional parameters. */
|
|
1443
|
+
export interface QueryTextsGetOptionalParams extends coreClient.OperationOptions {
|
|
1444
|
+
}
|
|
1445
|
+
/** Contains response data for the get operation. */
|
|
1446
|
+
export declare type QueryTextsGetResponse = QueryText;
|
|
1447
|
+
/** Optional parameters. */
|
|
1448
|
+
export interface QueryTextsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1449
|
+
}
|
|
1450
|
+
/** Contains response data for the listByServer operation. */
|
|
1451
|
+
export declare type QueryTextsListByServerResponse = QueryTextsResultList;
|
|
1452
|
+
/** Optional parameters. */
|
|
1453
|
+
export interface QueryTextsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1454
|
+
}
|
|
1455
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1456
|
+
export declare type QueryTextsListByServerNextResponse = QueryTextsResultList;
|
|
1457
|
+
/** Optional parameters. */
|
|
1458
|
+
export interface TopQueryStatisticsGetOptionalParams extends coreClient.OperationOptions {
|
|
1459
|
+
}
|
|
1460
|
+
/** Contains response data for the get operation. */
|
|
1461
|
+
export declare type TopQueryStatisticsGetResponse = QueryStatistic;
|
|
1462
|
+
/** Optional parameters. */
|
|
1463
|
+
export interface TopQueryStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1464
|
+
}
|
|
1465
|
+
/** Contains response data for the listByServer operation. */
|
|
1466
|
+
export declare type TopQueryStatisticsListByServerResponse = TopQueryStatisticsResultList;
|
|
1467
|
+
/** Optional parameters. */
|
|
1468
|
+
export interface TopQueryStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1469
|
+
}
|
|
1470
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1471
|
+
export declare type TopQueryStatisticsListByServerNextResponse = TopQueryStatisticsResultList;
|
|
1472
|
+
/** Optional parameters. */
|
|
1473
|
+
export interface WaitStatisticsGetOptionalParams extends coreClient.OperationOptions {
|
|
1474
|
+
}
|
|
1475
|
+
/** Contains response data for the get operation. */
|
|
1476
|
+
export declare type WaitStatisticsGetResponse = WaitStatistic;
|
|
1477
|
+
/** Optional parameters. */
|
|
1478
|
+
export interface WaitStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1479
|
+
}
|
|
1480
|
+
/** Contains response data for the listByServer operation. */
|
|
1481
|
+
export declare type WaitStatisticsListByServerResponse = WaitStatisticsResultList;
|
|
1482
|
+
/** Optional parameters. */
|
|
1483
|
+
export interface WaitStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1484
|
+
}
|
|
1485
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1486
|
+
export declare type WaitStatisticsListByServerNextResponse = WaitStatisticsResultList;
|
|
1487
|
+
/** Optional parameters. */
|
|
1488
|
+
export interface ResetQueryPerformanceInsightDataOptionalParams extends coreClient.OperationOptions {
|
|
1489
|
+
}
|
|
1490
|
+
/** Contains response data for the resetQueryPerformanceInsightData operation. */
|
|
1491
|
+
export declare type ResetQueryPerformanceInsightDataResponse = QueryPerformanceInsightResetDataResult;
|
|
1492
|
+
/** Optional parameters. */
|
|
1493
|
+
export interface CreateRecommendedActionSessionOptionalParams extends coreClient.OperationOptions {
|
|
1494
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1495
|
+
updateIntervalInMs?: number;
|
|
1496
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1497
|
+
resumeFrom?: string;
|
|
1498
|
+
}
|
|
1499
|
+
/** Optional parameters. */
|
|
1500
|
+
export interface AdvisorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1501
|
+
}
|
|
1502
|
+
/** Contains response data for the get operation. */
|
|
1503
|
+
export declare type AdvisorsGetResponse = Advisor;
|
|
1504
|
+
/** Optional parameters. */
|
|
1505
|
+
export interface AdvisorsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1506
|
+
}
|
|
1507
|
+
/** Contains response data for the listByServer operation. */
|
|
1508
|
+
export declare type AdvisorsListByServerResponse = AdvisorsResultList;
|
|
1509
|
+
/** Optional parameters. */
|
|
1510
|
+
export interface AdvisorsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1511
|
+
}
|
|
1512
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1513
|
+
export declare type AdvisorsListByServerNextResponse = AdvisorsResultList;
|
|
1514
|
+
/** Optional parameters. */
|
|
1515
|
+
export interface RecommendedActionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1516
|
+
}
|
|
1517
|
+
/** Contains response data for the get operation. */
|
|
1518
|
+
export declare type RecommendedActionsGetResponse = RecommendationAction;
|
|
1519
|
+
/** Optional parameters. */
|
|
1520
|
+
export interface RecommendedActionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1521
|
+
/** The recommendation action session identifier. */
|
|
1522
|
+
sessionId?: string;
|
|
1523
|
+
}
|
|
1524
|
+
/** Contains response data for the listByServer operation. */
|
|
1525
|
+
export declare type RecommendedActionsListByServerResponse = RecommendationActionsResultList;
|
|
1526
|
+
/** Optional parameters. */
|
|
1527
|
+
export interface RecommendedActionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1528
|
+
/** The recommendation action session identifier. */
|
|
1529
|
+
sessionId?: string;
|
|
1530
|
+
}
|
|
1531
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1532
|
+
export declare type RecommendedActionsListByServerNextResponse = RecommendationActionsResultList;
|
|
1533
|
+
/** Optional parameters. */
|
|
1534
|
+
export interface LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1535
|
+
}
|
|
1536
|
+
/** Contains response data for the get operation. */
|
|
1537
|
+
export declare type LocationBasedRecommendedActionSessionsOperationStatusGetResponse = RecommendedActionSessionsOperationStatus;
|
|
1538
|
+
/** Optional parameters. */
|
|
1539
|
+
export interface LocationBasedRecommendedActionSessionsResultListOptionalParams extends coreClient.OperationOptions {
|
|
1540
|
+
}
|
|
1541
|
+
/** Contains response data for the list operation. */
|
|
1542
|
+
export declare type LocationBasedRecommendedActionSessionsResultListResponse = RecommendationActionsResultList;
|
|
1543
|
+
/** Optional parameters. */
|
|
1544
|
+
export interface LocationBasedRecommendedActionSessionsResultListNextOptionalParams extends coreClient.OperationOptions {
|
|
1545
|
+
}
|
|
1546
|
+
/** Contains response data for the listNext operation. */
|
|
1547
|
+
export declare type LocationBasedRecommendedActionSessionsResultListNextResponse = RecommendationActionsResultList;
|
|
1548
|
+
/** Optional parameters. */
|
|
1549
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1550
|
+
}
|
|
1551
|
+
/** Contains response data for the get operation. */
|
|
1552
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1553
|
+
/** Optional parameters. */
|
|
1554
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1555
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1556
|
+
updateIntervalInMs?: number;
|
|
1557
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1558
|
+
resumeFrom?: string;
|
|
1559
|
+
}
|
|
1560
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1561
|
+
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1562
|
+
/** Optional parameters. */
|
|
1563
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1564
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1565
|
+
updateIntervalInMs?: number;
|
|
1566
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1567
|
+
resumeFrom?: string;
|
|
1568
|
+
}
|
|
1569
|
+
/** Optional parameters. */
|
|
1570
|
+
export interface PrivateEndpointConnectionsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
1571
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1572
|
+
updateIntervalInMs?: number;
|
|
1573
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1574
|
+
resumeFrom?: string;
|
|
1575
|
+
}
|
|
1576
|
+
/** Contains response data for the updateTags operation. */
|
|
1577
|
+
export declare type PrivateEndpointConnectionsUpdateTagsResponse = PrivateEndpointConnection;
|
|
1578
|
+
/** Optional parameters. */
|
|
1579
|
+
export interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1580
|
+
}
|
|
1581
|
+
/** Contains response data for the listByServer operation. */
|
|
1582
|
+
export declare type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
|
|
1583
|
+
/** Optional parameters. */
|
|
1584
|
+
export interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1585
|
+
}
|
|
1586
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1587
|
+
export declare type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
|
|
1588
|
+
/** Optional parameters. */
|
|
1589
|
+
export interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1590
|
+
}
|
|
1591
|
+
/** Contains response data for the listByServer operation. */
|
|
1592
|
+
export declare type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
|
|
1593
|
+
/** Optional parameters. */
|
|
1594
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1595
|
+
}
|
|
1596
|
+
/** Contains response data for the get operation. */
|
|
1597
|
+
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1598
|
+
/** Optional parameters. */
|
|
1599
|
+
export interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1600
|
+
}
|
|
1601
|
+
/** Contains response data for the listByServerNext operation. */
|
|
1602
|
+
export declare type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
|
|
1603
|
+
/** Optional parameters. */
|
|
1604
|
+
export interface ServerKeysListOptionalParams extends coreClient.OperationOptions {
|
|
1605
|
+
}
|
|
1606
|
+
/** Contains response data for the list operation. */
|
|
1607
|
+
export declare type ServerKeysListResponse = ServerKeyListResult;
|
|
1608
|
+
/** Optional parameters. */
|
|
1609
|
+
export interface ServerKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
1610
|
+
}
|
|
1611
|
+
/** Contains response data for the get operation. */
|
|
1612
|
+
export declare type ServerKeysGetResponse = ServerKey;
|
|
1613
|
+
/** Optional parameters. */
|
|
1614
|
+
export interface ServerKeysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1615
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1616
|
+
updateIntervalInMs?: number;
|
|
1617
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1618
|
+
resumeFrom?: string;
|
|
1619
|
+
}
|
|
1620
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1621
|
+
export declare type ServerKeysCreateOrUpdateResponse = ServerKey;
|
|
1622
|
+
/** Optional parameters. */
|
|
1623
|
+
export interface ServerKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1624
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1625
|
+
updateIntervalInMs?: number;
|
|
1626
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1627
|
+
resumeFrom?: string;
|
|
1628
|
+
}
|
|
1629
|
+
/** Optional parameters. */
|
|
1630
|
+
export interface ServerKeysListNextOptionalParams extends coreClient.OperationOptions {
|
|
1631
|
+
}
|
|
1632
|
+
/** Contains response data for the listNext operation. */
|
|
1633
|
+
export declare type ServerKeysListNextResponse = ServerKeyListResult;
|
|
1634
|
+
/** Optional parameters. */
|
|
1635
|
+
export interface MySQLManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1636
|
+
/** server parameter */
|
|
1637
|
+
$host?: string;
|
|
1638
|
+
/** Overrides client endpoint. */
|
|
1639
|
+
endpoint?: string;
|
|
1640
|
+
}
|
|
1641
|
+
//# sourceMappingURL=index.d.ts.map
|