@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,1572 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-mysql"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type Advisor = ProxyResource & {
|
|
15
|
+
properties?: Record<string, unknown>;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export interface Advisors {
|
|
20
|
+
get(resourceGroupName: string, serverName: string, advisorName: string, options?: AdvisorsGetOptionalParams): Promise<AdvisorsGetResponse>;
|
|
21
|
+
listByServer(resourceGroupName: string, serverName: string, options?: AdvisorsListByServerOptionalParams): PagedAsyncIterableIterator<Advisor>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface AdvisorsGetOptionalParams extends coreClient.OperationOptions {
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export type AdvisorsGetResponse = Advisor;
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface AdvisorsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// @public
|
|
36
|
+
export type AdvisorsListByServerNextResponse = AdvisorsResultList;
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface AdvisorsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export type AdvisorsListByServerResponse = AdvisorsResultList;
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface AdvisorsResultList {
|
|
47
|
+
readonly nextLink?: string;
|
|
48
|
+
readonly value?: Advisor[];
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface CheckNameAvailability {
|
|
53
|
+
execute(nameAvailabilityRequest: NameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface CloudError {
|
|
65
|
+
error?: ErrorResponse;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface CloudErrorAutoGenerated {
|
|
70
|
+
error?: ErrorResponse;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export type Configuration = ProxyResource & {
|
|
75
|
+
value?: string;
|
|
76
|
+
readonly description?: string;
|
|
77
|
+
readonly defaultValue?: string;
|
|
78
|
+
readonly dataType?: string;
|
|
79
|
+
readonly allowedValues?: string;
|
|
80
|
+
source?: string;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface ConfigurationListResult {
|
|
85
|
+
value?: Configuration[];
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface Configurations {
|
|
90
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConfigurationsCreateOrUpdateResponse>, ConfigurationsCreateOrUpdateResponse>>;
|
|
91
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<ConfigurationsCreateOrUpdateResponse>;
|
|
92
|
+
get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
93
|
+
listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
98
|
+
resumeFrom?: string;
|
|
99
|
+
updateIntervalInMs?: number;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export type ConfigurationsCreateOrUpdateResponse = Configuration;
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export type ConfigurationsGetResponse = Configuration;
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// @public
|
|
117
|
+
export type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
118
|
+
|
|
119
|
+
// @public
|
|
120
|
+
export type CreateMode = string;
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface CreateRecommendedActionSessionOptionalParams extends coreClient.OperationOptions {
|
|
124
|
+
resumeFrom?: string;
|
|
125
|
+
updateIntervalInMs?: number;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export type Database = ProxyResource & {
|
|
130
|
+
charset?: string;
|
|
131
|
+
collation?: string;
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export interface DatabaseListResult {
|
|
136
|
+
value?: Database[];
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// @public
|
|
140
|
+
export interface Databases {
|
|
141
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
|
|
142
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
|
|
143
|
+
beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
144
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
145
|
+
get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
146
|
+
listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
151
|
+
resumeFrom?: string;
|
|
152
|
+
updateIntervalInMs?: number;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// @public
|
|
156
|
+
export type DatabasesCreateOrUpdateResponse = Database;
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
160
|
+
resumeFrom?: string;
|
|
161
|
+
updateIntervalInMs?: number;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// @public
|
|
165
|
+
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export type DatabasesGetResponse = Database;
|
|
170
|
+
|
|
171
|
+
// @public
|
|
172
|
+
export interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export type DatabasesListByServerResponse = DatabaseListResult;
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface ErrorAdditionalInfo {
|
|
180
|
+
readonly info?: Record<string, unknown>;
|
|
181
|
+
readonly type?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface ErrorResponse {
|
|
186
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
187
|
+
readonly code?: string;
|
|
188
|
+
readonly details?: ErrorResponse[];
|
|
189
|
+
readonly message?: string;
|
|
190
|
+
readonly target?: string;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export type FirewallRule = ProxyResource & {
|
|
195
|
+
startIpAddress: string;
|
|
196
|
+
endIpAddress: string;
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export interface FirewallRuleListResult {
|
|
201
|
+
value?: FirewallRule[];
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export interface FirewallRules {
|
|
206
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
|
|
207
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
208
|
+
beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
209
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
|
|
210
|
+
get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
211
|
+
listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
216
|
+
resumeFrom?: string;
|
|
217
|
+
updateIntervalInMs?: number;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
// @public
|
|
221
|
+
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
225
|
+
resumeFrom?: string;
|
|
226
|
+
updateIntervalInMs?: number;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export type FirewallRulesGetResponse = FirewallRule;
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
// @public
|
|
241
|
+
export type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
242
|
+
|
|
243
|
+
// @public
|
|
244
|
+
export type GeoRedundantBackup = string;
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export type IdentityType = string;
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export type InfrastructureEncryption = string;
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export enum KnownCreateMode {
|
|
254
|
+
// (undocumented)
|
|
255
|
+
Default = "Default",
|
|
256
|
+
// (undocumented)
|
|
257
|
+
GeoRestore = "GeoRestore",
|
|
258
|
+
// (undocumented)
|
|
259
|
+
PointInTimeRestore = "PointInTimeRestore",
|
|
260
|
+
// (undocumented)
|
|
261
|
+
Replica = "Replica"
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
// @public
|
|
265
|
+
export enum KnownGeoRedundantBackup {
|
|
266
|
+
// (undocumented)
|
|
267
|
+
Disabled = "Disabled",
|
|
268
|
+
// (undocumented)
|
|
269
|
+
Enabled = "Enabled"
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export enum KnownIdentityType {
|
|
274
|
+
// (undocumented)
|
|
275
|
+
SystemAssigned = "SystemAssigned"
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
// @public
|
|
279
|
+
export enum KnownInfrastructureEncryption {
|
|
280
|
+
Disabled = "Disabled",
|
|
281
|
+
Enabled = "Enabled"
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export enum KnownMinimalTlsVersionEnum {
|
|
286
|
+
// (undocumented)
|
|
287
|
+
TLS10 = "TLS1_0",
|
|
288
|
+
// (undocumented)
|
|
289
|
+
TLS11 = "TLS1_1",
|
|
290
|
+
// (undocumented)
|
|
291
|
+
TLS12 = "TLS1_2",
|
|
292
|
+
// (undocumented)
|
|
293
|
+
TLSEnforcementDisabled = "TLSEnforcementDisabled"
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export enum KnownOperationOrigin {
|
|
298
|
+
// (undocumented)
|
|
299
|
+
NotSpecified = "NotSpecified",
|
|
300
|
+
// (undocumented)
|
|
301
|
+
System = "system",
|
|
302
|
+
// (undocumented)
|
|
303
|
+
User = "user"
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
// @public
|
|
307
|
+
export enum KnownPrivateEndpointProvisioningState {
|
|
308
|
+
// (undocumented)
|
|
309
|
+
Approving = "Approving",
|
|
310
|
+
// (undocumented)
|
|
311
|
+
Dropping = "Dropping",
|
|
312
|
+
// (undocumented)
|
|
313
|
+
Failed = "Failed",
|
|
314
|
+
// (undocumented)
|
|
315
|
+
Ready = "Ready",
|
|
316
|
+
// (undocumented)
|
|
317
|
+
Rejecting = "Rejecting"
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
// @public
|
|
321
|
+
export enum KnownPrivateLinkServiceConnectionStateActionsRequire {
|
|
322
|
+
// (undocumented)
|
|
323
|
+
None = "None"
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export enum KnownPrivateLinkServiceConnectionStateStatus {
|
|
328
|
+
// (undocumented)
|
|
329
|
+
Approved = "Approved",
|
|
330
|
+
// (undocumented)
|
|
331
|
+
Disconnected = "Disconnected",
|
|
332
|
+
// (undocumented)
|
|
333
|
+
Pending = "Pending",
|
|
334
|
+
// (undocumented)
|
|
335
|
+
Rejected = "Rejected"
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
// @public
|
|
339
|
+
export enum KnownPublicNetworkAccessEnum {
|
|
340
|
+
// (undocumented)
|
|
341
|
+
Disabled = "Disabled",
|
|
342
|
+
// (undocumented)
|
|
343
|
+
Enabled = "Enabled"
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export enum KnownQueryPerformanceInsightResetDataResultState {
|
|
348
|
+
// (undocumented)
|
|
349
|
+
Failed = "Failed",
|
|
350
|
+
// (undocumented)
|
|
351
|
+
Succeeded = "Succeeded"
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
// @public
|
|
355
|
+
export enum KnownSecurityAlertPolicyName {
|
|
356
|
+
// (undocumented)
|
|
357
|
+
Default = "Default"
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
// @public
|
|
361
|
+
export enum KnownServerKeyType {
|
|
362
|
+
// (undocumented)
|
|
363
|
+
AzureKeyVault = "AzureKeyVault"
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
// @public
|
|
367
|
+
export enum KnownServerState {
|
|
368
|
+
// (undocumented)
|
|
369
|
+
Disabled = "Disabled",
|
|
370
|
+
// (undocumented)
|
|
371
|
+
Dropping = "Dropping",
|
|
372
|
+
// (undocumented)
|
|
373
|
+
Inaccessible = "Inaccessible",
|
|
374
|
+
// (undocumented)
|
|
375
|
+
Ready = "Ready"
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export enum KnownServerVersion {
|
|
380
|
+
// (undocumented)
|
|
381
|
+
Eight0 = "8.0",
|
|
382
|
+
// (undocumented)
|
|
383
|
+
Five6 = "5.6",
|
|
384
|
+
// (undocumented)
|
|
385
|
+
Five7 = "5.7"
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export enum KnownSkuTier {
|
|
390
|
+
// (undocumented)
|
|
391
|
+
Basic = "Basic",
|
|
392
|
+
// (undocumented)
|
|
393
|
+
GeneralPurpose = "GeneralPurpose",
|
|
394
|
+
// (undocumented)
|
|
395
|
+
MemoryOptimized = "MemoryOptimized"
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
// @public
|
|
399
|
+
export enum KnownStorageAutogrow {
|
|
400
|
+
// (undocumented)
|
|
401
|
+
Disabled = "Disabled",
|
|
402
|
+
// (undocumented)
|
|
403
|
+
Enabled = "Enabled"
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export enum KnownVirtualNetworkRuleState {
|
|
408
|
+
// (undocumented)
|
|
409
|
+
Deleting = "Deleting",
|
|
410
|
+
// (undocumented)
|
|
411
|
+
Initializing = "Initializing",
|
|
412
|
+
// (undocumented)
|
|
413
|
+
InProgress = "InProgress",
|
|
414
|
+
// (undocumented)
|
|
415
|
+
Ready = "Ready",
|
|
416
|
+
// (undocumented)
|
|
417
|
+
Unknown = "Unknown"
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// @public
|
|
421
|
+
export interface LocationBasedPerformanceTier {
|
|
422
|
+
list(locationName: string, options?: LocationBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties>;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface LocationBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export type LocationBasedPerformanceTierListResponse = PerformanceTierListResult;
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export interface LocationBasedRecommendedActionSessionsOperationStatus {
|
|
434
|
+
get(locationName: string, operationId: string, options?: LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams): Promise<LocationBasedRecommendedActionSessionsOperationStatusGetResponse>;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
// @public
|
|
438
|
+
export interface LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export type LocationBasedRecommendedActionSessionsOperationStatusGetResponse = RecommendedActionSessionsOperationStatus;
|
|
443
|
+
|
|
444
|
+
// @public
|
|
445
|
+
export interface LocationBasedRecommendedActionSessionsResult {
|
|
446
|
+
list(locationName: string, operationId: string, options?: LocationBasedRecommendedActionSessionsResultListOptionalParams): PagedAsyncIterableIterator<RecommendationAction>;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface LocationBasedRecommendedActionSessionsResultListNextOptionalParams extends coreClient.OperationOptions {
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export type LocationBasedRecommendedActionSessionsResultListNextResponse = RecommendationActionsResultList;
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface LocationBasedRecommendedActionSessionsResultListOptionalParams extends coreClient.OperationOptions {
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
// @public
|
|
461
|
+
export type LocationBasedRecommendedActionSessionsResultListResponse = RecommendationActionsResultList;
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export type LogFile = ProxyResource & {
|
|
465
|
+
sizeInKB?: number;
|
|
466
|
+
readonly createdTime?: Date;
|
|
467
|
+
readonly lastModifiedTime?: Date;
|
|
468
|
+
typePropertiesType?: string;
|
|
469
|
+
url?: string;
|
|
470
|
+
};
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export interface LogFileListResult {
|
|
474
|
+
value?: LogFile[];
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export interface LogFiles {
|
|
479
|
+
listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
// @public
|
|
487
|
+
export type LogFilesListByServerResponse = LogFileListResult;
|
|
488
|
+
|
|
489
|
+
// @public
|
|
490
|
+
export type MinimalTlsVersionEnum = string;
|
|
491
|
+
|
|
492
|
+
// @public (undocumented)
|
|
493
|
+
export class MySQLManagementClient extends coreClient.ServiceClient {
|
|
494
|
+
// (undocumented)
|
|
495
|
+
$host: string;
|
|
496
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MySQLManagementClientOptionalParams);
|
|
497
|
+
// (undocumented)
|
|
498
|
+
advisors: Advisors;
|
|
499
|
+
beginCreateRecommendedActionSession(resourceGroupName: string, serverName: string, advisorName: string, databaseName: string, options?: CreateRecommendedActionSessionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
500
|
+
beginCreateRecommendedActionSessionAndWait(resourceGroupName: string, serverName: string, advisorName: string, databaseName: string, options?: CreateRecommendedActionSessionOptionalParams): Promise<void>;
|
|
501
|
+
// (undocumented)
|
|
502
|
+
checkNameAvailability: CheckNameAvailability;
|
|
503
|
+
// (undocumented)
|
|
504
|
+
configurations: Configurations;
|
|
505
|
+
// (undocumented)
|
|
506
|
+
databases: Databases;
|
|
507
|
+
// (undocumented)
|
|
508
|
+
firewallRules: FirewallRules;
|
|
509
|
+
// (undocumented)
|
|
510
|
+
locationBasedPerformanceTier: LocationBasedPerformanceTier;
|
|
511
|
+
// (undocumented)
|
|
512
|
+
locationBasedRecommendedActionSessionsOperationStatus: LocationBasedRecommendedActionSessionsOperationStatus;
|
|
513
|
+
// (undocumented)
|
|
514
|
+
locationBasedRecommendedActionSessionsResult: LocationBasedRecommendedActionSessionsResult;
|
|
515
|
+
// (undocumented)
|
|
516
|
+
logFiles: LogFiles;
|
|
517
|
+
// (undocumented)
|
|
518
|
+
operations: Operations;
|
|
519
|
+
// (undocumented)
|
|
520
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
521
|
+
// (undocumented)
|
|
522
|
+
privateLinkResources: PrivateLinkResources;
|
|
523
|
+
// (undocumented)
|
|
524
|
+
queryTexts: QueryTexts;
|
|
525
|
+
// (undocumented)
|
|
526
|
+
recommendedActions: RecommendedActions;
|
|
527
|
+
// (undocumented)
|
|
528
|
+
recoverableServers: RecoverableServers;
|
|
529
|
+
// (undocumented)
|
|
530
|
+
replicas: Replicas;
|
|
531
|
+
resetQueryPerformanceInsightData(resourceGroupName: string, serverName: string, options?: ResetQueryPerformanceInsightDataOptionalParams): Promise<ResetQueryPerformanceInsightDataResponse>;
|
|
532
|
+
// (undocumented)
|
|
533
|
+
serverAdministrators: ServerAdministrators;
|
|
534
|
+
// (undocumented)
|
|
535
|
+
serverBasedPerformanceTier: ServerBasedPerformanceTier;
|
|
536
|
+
// (undocumented)
|
|
537
|
+
serverKeys: ServerKeys;
|
|
538
|
+
// (undocumented)
|
|
539
|
+
serverParameters: ServerParameters;
|
|
540
|
+
// (undocumented)
|
|
541
|
+
servers: Servers;
|
|
542
|
+
// (undocumented)
|
|
543
|
+
serverSecurityAlertPolicies: ServerSecurityAlertPolicies;
|
|
544
|
+
// (undocumented)
|
|
545
|
+
subscriptionId: string;
|
|
546
|
+
// (undocumented)
|
|
547
|
+
topQueryStatistics: TopQueryStatistics;
|
|
548
|
+
// (undocumented)
|
|
549
|
+
virtualNetworkRules: VirtualNetworkRules;
|
|
550
|
+
// (undocumented)
|
|
551
|
+
waitStatistics: WaitStatistics;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export interface MySQLManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
556
|
+
$host?: string;
|
|
557
|
+
endpoint?: string;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
// @public
|
|
561
|
+
export interface NameAvailability {
|
|
562
|
+
message?: string;
|
|
563
|
+
nameAvailable?: boolean;
|
|
564
|
+
reason?: string;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export interface NameAvailabilityRequest {
|
|
569
|
+
name: string;
|
|
570
|
+
type?: string;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export interface Operation {
|
|
575
|
+
readonly display?: OperationDisplay;
|
|
576
|
+
readonly name?: string;
|
|
577
|
+
readonly origin?: OperationOrigin;
|
|
578
|
+
readonly properties?: {
|
|
579
|
+
[propertyName: string]: Record<string, unknown>;
|
|
580
|
+
};
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
// @public
|
|
584
|
+
export interface OperationDisplay {
|
|
585
|
+
readonly description?: string;
|
|
586
|
+
readonly operation?: string;
|
|
587
|
+
readonly provider?: string;
|
|
588
|
+
readonly resource?: string;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
// @public
|
|
592
|
+
export interface OperationListResult {
|
|
593
|
+
value?: Operation[];
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
// @public
|
|
597
|
+
export type OperationOrigin = string;
|
|
598
|
+
|
|
599
|
+
// @public
|
|
600
|
+
export interface Operations {
|
|
601
|
+
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export type OperationsListResponse = OperationListResult;
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface PerformanceTierListResult {
|
|
613
|
+
value?: PerformanceTierProperties[];
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export interface PerformanceTierProperties {
|
|
618
|
+
id?: string;
|
|
619
|
+
maxBackupRetentionDays?: number;
|
|
620
|
+
maxLargeStorageMB?: number;
|
|
621
|
+
maxStorageMB?: number;
|
|
622
|
+
minBackupRetentionDays?: number;
|
|
623
|
+
minLargeStorageMB?: number;
|
|
624
|
+
minStorageMB?: number;
|
|
625
|
+
serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[];
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
// @public
|
|
629
|
+
export interface PerformanceTierServiceLevelObjectives {
|
|
630
|
+
edition?: string;
|
|
631
|
+
hardwareGeneration?: string;
|
|
632
|
+
id?: string;
|
|
633
|
+
maxBackupRetentionDays?: number;
|
|
634
|
+
maxStorageMB?: number;
|
|
635
|
+
minBackupRetentionDays?: number;
|
|
636
|
+
minStorageMB?: number;
|
|
637
|
+
vCore?: number;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export type PrivateEndpointConnection = ProxyResource & {
|
|
642
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
643
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
644
|
+
readonly provisioningState?: string;
|
|
645
|
+
};
|
|
646
|
+
|
|
647
|
+
// @public
|
|
648
|
+
export interface PrivateEndpointConnectionListResult {
|
|
649
|
+
readonly nextLink?: string;
|
|
650
|
+
readonly value?: PrivateEndpointConnection[];
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export interface PrivateEndpointConnections {
|
|
655
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
656
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
657
|
+
beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
658
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
659
|
+
beginUpdateTags(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsUpdateTagsResponse>, PrivateEndpointConnectionsUpdateTagsResponse>>;
|
|
660
|
+
beginUpdateTagsAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PrivateEndpointConnectionsUpdateTagsResponse>;
|
|
661
|
+
get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
662
|
+
listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
667
|
+
resumeFrom?: string;
|
|
668
|
+
updateIntervalInMs?: number;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
676
|
+
resumeFrom?: string;
|
|
677
|
+
updateIntervalInMs?: number;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
// @public
|
|
681
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
// @public
|
|
685
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
|
|
693
|
+
|
|
694
|
+
// @public
|
|
695
|
+
export interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
// @public
|
|
699
|
+
export type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
|
|
700
|
+
|
|
701
|
+
// @public
|
|
702
|
+
export interface PrivateEndpointConnectionsUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
703
|
+
resumeFrom?: string;
|
|
704
|
+
updateIntervalInMs?: number;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export type PrivateEndpointConnectionsUpdateTagsResponse = PrivateEndpointConnection;
|
|
709
|
+
|
|
710
|
+
// @public (undocumented)
|
|
711
|
+
export interface PrivateEndpointProperty {
|
|
712
|
+
id?: string;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
// @public
|
|
716
|
+
export type PrivateEndpointProvisioningState = string;
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export type PrivateLinkResource = ProxyResource & {
|
|
720
|
+
readonly properties?: PrivateLinkResourceProperties;
|
|
721
|
+
};
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export interface PrivateLinkResourceListResult {
|
|
725
|
+
readonly nextLink?: string;
|
|
726
|
+
readonly value?: PrivateLinkResource[];
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// @public
|
|
730
|
+
export interface PrivateLinkResourceProperties {
|
|
731
|
+
readonly groupId?: string;
|
|
732
|
+
readonly requiredMembers?: string[];
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
// @public
|
|
736
|
+
export interface PrivateLinkResources {
|
|
737
|
+
get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
738
|
+
listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
// @public
|
|
760
|
+
export type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export type PrivateLinkServiceConnectionStateActionsRequire = string;
|
|
764
|
+
|
|
765
|
+
// @public (undocumented)
|
|
766
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
|
767
|
+
readonly actionsRequired?: string;
|
|
768
|
+
description: string;
|
|
769
|
+
status: string;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
// @public
|
|
773
|
+
export type PrivateLinkServiceConnectionStateStatus = string;
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
export type ProxyResource = Resource & {};
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export type PublicNetworkAccessEnum = string;
|
|
780
|
+
|
|
781
|
+
// @public
|
|
782
|
+
export interface QueryPerformanceInsightResetDataResult {
|
|
783
|
+
message?: string;
|
|
784
|
+
status?: QueryPerformanceInsightResetDataResultState;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export type QueryPerformanceInsightResetDataResultState = string;
|
|
789
|
+
|
|
790
|
+
// @public
|
|
791
|
+
export type QueryStatistic = ProxyResource & {
|
|
792
|
+
queryId?: string;
|
|
793
|
+
startTime?: Date;
|
|
794
|
+
endTime?: Date;
|
|
795
|
+
aggregationFunction?: string;
|
|
796
|
+
databaseNames?: string[];
|
|
797
|
+
queryExecutionCount?: number;
|
|
798
|
+
metricName?: string;
|
|
799
|
+
metricDisplayName?: string;
|
|
800
|
+
metricValue?: number;
|
|
801
|
+
metricValueUnit?: string;
|
|
802
|
+
};
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export type QueryText = ProxyResource & {
|
|
806
|
+
queryId?: string;
|
|
807
|
+
queryText?: string;
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
// @public
|
|
811
|
+
export interface QueryTexts {
|
|
812
|
+
get(resourceGroupName: string, serverName: string, queryId: string, options?: QueryTextsGetOptionalParams): Promise<QueryTextsGetResponse>;
|
|
813
|
+
listByServer(resourceGroupName: string, serverName: string, queryIds: string[], options?: QueryTextsListByServerOptionalParams): PagedAsyncIterableIterator<QueryText>;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
// @public
|
|
817
|
+
export interface QueryTextsGetOptionalParams extends coreClient.OperationOptions {
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export type QueryTextsGetResponse = QueryText;
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface QueryTextsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
// @public
|
|
828
|
+
export type QueryTextsListByServerNextResponse = QueryTextsResultList;
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export interface QueryTextsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
// @public
|
|
835
|
+
export type QueryTextsListByServerResponse = QueryTextsResultList;
|
|
836
|
+
|
|
837
|
+
// @public
|
|
838
|
+
export interface QueryTextsResultList {
|
|
839
|
+
readonly nextLink?: string;
|
|
840
|
+
readonly value?: QueryText[];
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
// @public
|
|
844
|
+
export type RecommendationAction = ProxyResource & {
|
|
845
|
+
advisorName?: string;
|
|
846
|
+
sessionId?: string;
|
|
847
|
+
actionId?: number;
|
|
848
|
+
createdTime?: Date;
|
|
849
|
+
expirationTime?: Date;
|
|
850
|
+
reason?: string;
|
|
851
|
+
recommendationType?: string;
|
|
852
|
+
details?: {
|
|
853
|
+
[propertyName: string]: string;
|
|
854
|
+
};
|
|
855
|
+
};
|
|
856
|
+
|
|
857
|
+
// @public
|
|
858
|
+
export interface RecommendationActionsResultList {
|
|
859
|
+
readonly nextLink?: string;
|
|
860
|
+
readonly value?: RecommendationAction[];
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
// @public
|
|
864
|
+
export interface RecommendedActions {
|
|
865
|
+
get(resourceGroupName: string, serverName: string, advisorName: string, recommendedActionName: string, options?: RecommendedActionsGetOptionalParams): Promise<RecommendedActionsGetResponse>;
|
|
866
|
+
listByServer(resourceGroupName: string, serverName: string, advisorName: string, options?: RecommendedActionsListByServerOptionalParams): PagedAsyncIterableIterator<RecommendationAction>;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
// @public
|
|
870
|
+
export interface RecommendedActionSessionsOperationStatus {
|
|
871
|
+
name?: string;
|
|
872
|
+
startTime?: Date;
|
|
873
|
+
status?: string;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
// @public
|
|
877
|
+
export interface RecommendedActionsGetOptionalParams extends coreClient.OperationOptions {
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
// @public
|
|
881
|
+
export type RecommendedActionsGetResponse = RecommendationAction;
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export interface RecommendedActionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
885
|
+
sessionId?: string;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
// @public
|
|
889
|
+
export type RecommendedActionsListByServerNextResponse = RecommendationActionsResultList;
|
|
890
|
+
|
|
891
|
+
// @public
|
|
892
|
+
export interface RecommendedActionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
893
|
+
sessionId?: string;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export type RecommendedActionsListByServerResponse = RecommendationActionsResultList;
|
|
898
|
+
|
|
899
|
+
// @public
|
|
900
|
+
export type RecoverableServerResource = ProxyResource & {
|
|
901
|
+
readonly lastAvailableBackupDateTime?: string;
|
|
902
|
+
readonly serviceLevelObjective?: string;
|
|
903
|
+
readonly edition?: string;
|
|
904
|
+
readonly vCore?: number;
|
|
905
|
+
readonly hardwareGeneration?: string;
|
|
906
|
+
readonly version?: string;
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
// @public
|
|
910
|
+
export interface RecoverableServers {
|
|
911
|
+
get(resourceGroupName: string, serverName: string, options?: RecoverableServersGetOptionalParams): Promise<RecoverableServersGetResponse>;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export interface RecoverableServersGetOptionalParams extends coreClient.OperationOptions {
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
// @public
|
|
919
|
+
export type RecoverableServersGetResponse = RecoverableServerResource;
|
|
920
|
+
|
|
921
|
+
// @public
|
|
922
|
+
export interface Replicas {
|
|
923
|
+
listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
// @public
|
|
931
|
+
export type ReplicasListByServerResponse = ServerListResult;
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export interface ResetQueryPerformanceInsightDataOptionalParams extends coreClient.OperationOptions {
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
// @public
|
|
938
|
+
export type ResetQueryPerformanceInsightDataResponse = QueryPerformanceInsightResetDataResult;
|
|
939
|
+
|
|
940
|
+
// @public
|
|
941
|
+
export interface Resource {
|
|
942
|
+
readonly id?: string;
|
|
943
|
+
readonly name?: string;
|
|
944
|
+
readonly type?: string;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export interface ResourceIdentity {
|
|
949
|
+
readonly principalId?: string;
|
|
950
|
+
readonly tenantId?: string;
|
|
951
|
+
type?: IdentityType;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
// @public
|
|
955
|
+
export type SecurityAlertPolicyName = string;
|
|
956
|
+
|
|
957
|
+
// @public
|
|
958
|
+
export type Server = TrackedResource & {
|
|
959
|
+
identity?: ResourceIdentity;
|
|
960
|
+
sku?: Sku;
|
|
961
|
+
administratorLogin?: string;
|
|
962
|
+
version?: ServerVersion;
|
|
963
|
+
sslEnforcement?: SslEnforcementEnum;
|
|
964
|
+
minimalTlsVersion?: MinimalTlsVersionEnum;
|
|
965
|
+
readonly byokEnforcement?: string;
|
|
966
|
+
infrastructureEncryption?: InfrastructureEncryption;
|
|
967
|
+
userVisibleState?: ServerState;
|
|
968
|
+
fullyQualifiedDomainName?: string;
|
|
969
|
+
earliestRestoreDate?: Date;
|
|
970
|
+
storageProfile?: StorageProfile;
|
|
971
|
+
replicationRole?: string;
|
|
972
|
+
masterServerId?: string;
|
|
973
|
+
replicaCapacity?: number;
|
|
974
|
+
publicNetworkAccess?: PublicNetworkAccessEnum;
|
|
975
|
+
readonly privateEndpointConnections?: ServerPrivateEndpointConnection[];
|
|
976
|
+
};
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export type ServerAdministratorResource = ProxyResource & {
|
|
980
|
+
administratorType?: "ActiveDirectory";
|
|
981
|
+
login?: string;
|
|
982
|
+
sid?: string;
|
|
983
|
+
tenantId?: string;
|
|
984
|
+
};
|
|
985
|
+
|
|
986
|
+
// @public
|
|
987
|
+
export interface ServerAdministratorResourceListResult {
|
|
988
|
+
value?: ServerAdministratorResource[];
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
// @public
|
|
992
|
+
export interface ServerAdministrators {
|
|
993
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, properties: ServerAdministratorResource, options?: ServerAdministratorsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerAdministratorsCreateOrUpdateResponse>, ServerAdministratorsCreateOrUpdateResponse>>;
|
|
994
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, properties: ServerAdministratorResource, options?: ServerAdministratorsCreateOrUpdateOptionalParams): Promise<ServerAdministratorsCreateOrUpdateResponse>;
|
|
995
|
+
beginDelete(resourceGroupName: string, serverName: string, options?: ServerAdministratorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
996
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServerAdministratorsDeleteOptionalParams): Promise<void>;
|
|
997
|
+
get(resourceGroupName: string, serverName: string, options?: ServerAdministratorsGetOptionalParams): Promise<ServerAdministratorsGetResponse>;
|
|
998
|
+
list(resourceGroupName: string, serverName: string, options?: ServerAdministratorsListOptionalParams): PagedAsyncIterableIterator<ServerAdministratorResource>;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
// @public
|
|
1002
|
+
export interface ServerAdministratorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1003
|
+
resumeFrom?: string;
|
|
1004
|
+
updateIntervalInMs?: number;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
// @public
|
|
1008
|
+
export type ServerAdministratorsCreateOrUpdateResponse = ServerAdministratorResource;
|
|
1009
|
+
|
|
1010
|
+
// @public
|
|
1011
|
+
export interface ServerAdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
+
resumeFrom?: string;
|
|
1013
|
+
updateIntervalInMs?: number;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
// @public
|
|
1017
|
+
export interface ServerAdministratorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
// @public
|
|
1021
|
+
export type ServerAdministratorsGetResponse = ServerAdministratorResource;
|
|
1022
|
+
|
|
1023
|
+
// @public
|
|
1024
|
+
export interface ServerAdministratorsListOptionalParams extends coreClient.OperationOptions {
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export type ServerAdministratorsListResponse = ServerAdministratorResourceListResult;
|
|
1029
|
+
|
|
1030
|
+
// @public
|
|
1031
|
+
export interface ServerBasedPerformanceTier {
|
|
1032
|
+
list(resourceGroupName: string, serverName: string, options?: ServerBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties>;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
// @public
|
|
1036
|
+
export interface ServerBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
// @public
|
|
1040
|
+
export type ServerBasedPerformanceTierListResponse = PerformanceTierListResult;
|
|
1041
|
+
|
|
1042
|
+
// @public
|
|
1043
|
+
export interface ServerForCreate {
|
|
1044
|
+
identity?: ResourceIdentity;
|
|
1045
|
+
location: string;
|
|
1046
|
+
properties: ServerPropertiesForCreateUnion;
|
|
1047
|
+
sku?: Sku;
|
|
1048
|
+
tags?: {
|
|
1049
|
+
[propertyName: string]: string;
|
|
1050
|
+
};
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// @public
|
|
1054
|
+
export type ServerKey = ProxyResource & {
|
|
1055
|
+
readonly kind?: string;
|
|
1056
|
+
serverKeyType?: ServerKeyType;
|
|
1057
|
+
uri?: string;
|
|
1058
|
+
readonly creationDate?: Date;
|
|
1059
|
+
};
|
|
1060
|
+
|
|
1061
|
+
// @public
|
|
1062
|
+
export interface ServerKeyListResult {
|
|
1063
|
+
readonly nextLink?: string;
|
|
1064
|
+
readonly value?: ServerKey[];
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
// @public
|
|
1068
|
+
export interface ServerKeys {
|
|
1069
|
+
beginCreateOrUpdate(serverName: string, keyName: string, resourceGroupName: string, parameters: ServerKey, options?: ServerKeysCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerKeysCreateOrUpdateResponse>, ServerKeysCreateOrUpdateResponse>>;
|
|
1070
|
+
beginCreateOrUpdateAndWait(serverName: string, keyName: string, resourceGroupName: string, parameters: ServerKey, options?: ServerKeysCreateOrUpdateOptionalParams): Promise<ServerKeysCreateOrUpdateResponse>;
|
|
1071
|
+
beginDelete(serverName: string, keyName: string, resourceGroupName: string, options?: ServerKeysDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1072
|
+
beginDeleteAndWait(serverName: string, keyName: string, resourceGroupName: string, options?: ServerKeysDeleteOptionalParams): Promise<void>;
|
|
1073
|
+
get(resourceGroupName: string, serverName: string, keyName: string, options?: ServerKeysGetOptionalParams): Promise<ServerKeysGetResponse>;
|
|
1074
|
+
list(resourceGroupName: string, serverName: string, options?: ServerKeysListOptionalParams): PagedAsyncIterableIterator<ServerKey>;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
// @public
|
|
1078
|
+
export interface ServerKeysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1079
|
+
resumeFrom?: string;
|
|
1080
|
+
updateIntervalInMs?: number;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
// @public
|
|
1084
|
+
export type ServerKeysCreateOrUpdateResponse = ServerKey;
|
|
1085
|
+
|
|
1086
|
+
// @public
|
|
1087
|
+
export interface ServerKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1088
|
+
resumeFrom?: string;
|
|
1089
|
+
updateIntervalInMs?: number;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
// @public
|
|
1093
|
+
export interface ServerKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
// @public
|
|
1097
|
+
export type ServerKeysGetResponse = ServerKey;
|
|
1098
|
+
|
|
1099
|
+
// @public
|
|
1100
|
+
export interface ServerKeysListNextOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
// @public
|
|
1104
|
+
export type ServerKeysListNextResponse = ServerKeyListResult;
|
|
1105
|
+
|
|
1106
|
+
// @public
|
|
1107
|
+
export interface ServerKeysListOptionalParams extends coreClient.OperationOptions {
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
// @public
|
|
1111
|
+
export type ServerKeysListResponse = ServerKeyListResult;
|
|
1112
|
+
|
|
1113
|
+
// @public
|
|
1114
|
+
export type ServerKeyType = string;
|
|
1115
|
+
|
|
1116
|
+
// @public
|
|
1117
|
+
export interface ServerListResult {
|
|
1118
|
+
value?: Server[];
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
// @public
|
|
1122
|
+
export interface ServerParameters {
|
|
1123
|
+
beginListUpdateConfigurations(resourceGroupName: string, serverName: string, value: ConfigurationListResult, options?: ServerParametersListUpdateConfigurationsOptionalParams): Promise<PollerLike<PollOperationState<ServerParametersListUpdateConfigurationsResponse>, ServerParametersListUpdateConfigurationsResponse>>;
|
|
1124
|
+
beginListUpdateConfigurationsAndWait(resourceGroupName: string, serverName: string, value: ConfigurationListResult, options?: ServerParametersListUpdateConfigurationsOptionalParams): Promise<ServerParametersListUpdateConfigurationsResponse>;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export interface ServerParametersListUpdateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1129
|
+
resumeFrom?: string;
|
|
1130
|
+
updateIntervalInMs?: number;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
// @public
|
|
1134
|
+
export type ServerParametersListUpdateConfigurationsResponse = ConfigurationListResult;
|
|
1135
|
+
|
|
1136
|
+
// @public
|
|
1137
|
+
export interface ServerPrivateEndpointConnection {
|
|
1138
|
+
readonly id?: string;
|
|
1139
|
+
readonly properties?: ServerPrivateEndpointConnectionProperties;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
// @public
|
|
1143
|
+
export interface ServerPrivateEndpointConnectionProperties {
|
|
1144
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
1145
|
+
privateLinkServiceConnectionState?: ServerPrivateLinkServiceConnectionStateProperty;
|
|
1146
|
+
readonly provisioningState?: PrivateEndpointProvisioningState;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
// @public (undocumented)
|
|
1150
|
+
export interface ServerPrivateLinkServiceConnectionStateProperty {
|
|
1151
|
+
readonly actionsRequired?: PrivateLinkServiceConnectionStateActionsRequire;
|
|
1152
|
+
description: string;
|
|
1153
|
+
status: PrivateLinkServiceConnectionStateStatus;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
// @public
|
|
1157
|
+
export interface ServerPropertiesForCreate {
|
|
1158
|
+
createMode: "Default" | "PointInTimeRestore" | "GeoRestore" | "Replica";
|
|
1159
|
+
infrastructureEncryption?: InfrastructureEncryption;
|
|
1160
|
+
minimalTlsVersion?: MinimalTlsVersionEnum;
|
|
1161
|
+
publicNetworkAccess?: PublicNetworkAccessEnum;
|
|
1162
|
+
sslEnforcement?: SslEnforcementEnum;
|
|
1163
|
+
storageProfile?: StorageProfile;
|
|
1164
|
+
version?: ServerVersion;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
// @public (undocumented)
|
|
1168
|
+
export type ServerPropertiesForCreateUnion = ServerPropertiesForCreate | ServerPropertiesForDefaultCreate | ServerPropertiesForRestore | ServerPropertiesForGeoRestore | ServerPropertiesForReplica;
|
|
1169
|
+
|
|
1170
|
+
// @public
|
|
1171
|
+
export type ServerPropertiesForDefaultCreate = ServerPropertiesForCreate & {
|
|
1172
|
+
createMode: "Default";
|
|
1173
|
+
administratorLogin: string;
|
|
1174
|
+
administratorLoginPassword: string;
|
|
1175
|
+
};
|
|
1176
|
+
|
|
1177
|
+
// @public
|
|
1178
|
+
export type ServerPropertiesForGeoRestore = ServerPropertiesForCreate & {
|
|
1179
|
+
createMode: "GeoRestore";
|
|
1180
|
+
sourceServerId: string;
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
// @public
|
|
1184
|
+
export type ServerPropertiesForReplica = ServerPropertiesForCreate & {
|
|
1185
|
+
createMode: "Replica";
|
|
1186
|
+
sourceServerId: string;
|
|
1187
|
+
};
|
|
1188
|
+
|
|
1189
|
+
// @public
|
|
1190
|
+
export type ServerPropertiesForRestore = ServerPropertiesForCreate & {
|
|
1191
|
+
createMode: "PointInTimeRestore";
|
|
1192
|
+
sourceServerId: string;
|
|
1193
|
+
restorePointInTime: Date;
|
|
1194
|
+
};
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export interface Servers {
|
|
1198
|
+
beginCreate(resourceGroupName: string, serverName: string, parameters: ServerForCreate, options?: ServersCreateOptionalParams): Promise<PollerLike<PollOperationState<ServersCreateResponse>, ServersCreateResponse>>;
|
|
1199
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForCreate, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
|
|
1200
|
+
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1201
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
|
|
1202
|
+
beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1203
|
+
beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<void>;
|
|
1204
|
+
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1205
|
+
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
|
|
1206
|
+
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1207
|
+
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
|
|
1208
|
+
beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerUpdateParameters, options?: ServersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
|
|
1209
|
+
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerUpdateParameters, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
|
|
1210
|
+
beginUpgrade(resourceGroupName: string, serverName: string, parameters: ServerUpgradeParameters, options?: ServersUpgradeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1211
|
+
beginUpgradeAndWait(resourceGroupName: string, serverName: string, parameters: ServerUpgradeParameters, options?: ServersUpgradeOptionalParams): Promise<void>;
|
|
1212
|
+
get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
1213
|
+
list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
1214
|
+
listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export interface ServersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1219
|
+
resumeFrom?: string;
|
|
1220
|
+
updateIntervalInMs?: number;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
// @public
|
|
1224
|
+
export type ServersCreateResponse = Server;
|
|
1225
|
+
|
|
1226
|
+
// @public
|
|
1227
|
+
export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1228
|
+
resumeFrom?: string;
|
|
1229
|
+
updateIntervalInMs?: number;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
// @public
|
|
1233
|
+
export interface ServerSecurityAlertPolicies {
|
|
1234
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, parameters: ServerSecurityAlertPolicy, options?: ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerSecurityAlertPoliciesCreateOrUpdateResponse>, ServerSecurityAlertPoliciesCreateOrUpdateResponse>>;
|
|
1235
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, parameters: ServerSecurityAlertPolicy, options?: ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<ServerSecurityAlertPoliciesCreateOrUpdateResponse>;
|
|
1236
|
+
get(resourceGroupName: string, serverName: string, securityAlertPolicyName: SecurityAlertPolicyName, options?: ServerSecurityAlertPoliciesGetOptionalParams): Promise<ServerSecurityAlertPoliciesGetResponse>;
|
|
1237
|
+
listByServer(resourceGroupName: string, serverName: string, options?: ServerSecurityAlertPoliciesListByServerOptionalParams): PagedAsyncIterableIterator<ServerSecurityAlertPolicy>;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
// @public
|
|
1241
|
+
export interface ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1242
|
+
resumeFrom?: string;
|
|
1243
|
+
updateIntervalInMs?: number;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
// @public
|
|
1247
|
+
export type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy;
|
|
1248
|
+
|
|
1249
|
+
// @public
|
|
1250
|
+
export interface ServerSecurityAlertPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
// @public
|
|
1254
|
+
export type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy;
|
|
1255
|
+
|
|
1256
|
+
// @public
|
|
1257
|
+
export interface ServerSecurityAlertPoliciesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
// @public
|
|
1261
|
+
export type ServerSecurityAlertPoliciesListByServerNextResponse = ServerSecurityAlertPolicyListResult;
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export interface ServerSecurityAlertPoliciesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
// @public
|
|
1268
|
+
export type ServerSecurityAlertPoliciesListByServerResponse = ServerSecurityAlertPolicyListResult;
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export type ServerSecurityAlertPolicy = ProxyResource & {
|
|
1272
|
+
state?: ServerSecurityAlertPolicyState;
|
|
1273
|
+
disabledAlerts?: string[];
|
|
1274
|
+
emailAddresses?: string[];
|
|
1275
|
+
emailAccountAdmins?: boolean;
|
|
1276
|
+
storageEndpoint?: string;
|
|
1277
|
+
storageAccountAccessKey?: string;
|
|
1278
|
+
retentionDays?: number;
|
|
1279
|
+
};
|
|
1280
|
+
|
|
1281
|
+
// @public
|
|
1282
|
+
export interface ServerSecurityAlertPolicyListResult {
|
|
1283
|
+
readonly nextLink?: string;
|
|
1284
|
+
readonly value?: ServerSecurityAlertPolicy[];
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
// @public
|
|
1288
|
+
export type ServerSecurityAlertPolicyState = "Enabled" | "Disabled";
|
|
1289
|
+
|
|
1290
|
+
// @public
|
|
1291
|
+
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
// @public
|
|
1295
|
+
export type ServersGetResponse = Server;
|
|
1296
|
+
|
|
1297
|
+
// @public
|
|
1298
|
+
export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
// @public
|
|
1302
|
+
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
1303
|
+
|
|
1304
|
+
// @public
|
|
1305
|
+
export interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
// @public
|
|
1309
|
+
export type ServersListResponse = ServerListResult;
|
|
1310
|
+
|
|
1311
|
+
// @public
|
|
1312
|
+
export interface ServersRestartOptionalParams extends coreClient.OperationOptions {
|
|
1313
|
+
resumeFrom?: string;
|
|
1314
|
+
updateIntervalInMs?: number;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
// @public
|
|
1318
|
+
export interface ServersStartOptionalParams extends coreClient.OperationOptions {
|
|
1319
|
+
resumeFrom?: string;
|
|
1320
|
+
updateIntervalInMs?: number;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
// @public
|
|
1324
|
+
export interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
1325
|
+
resumeFrom?: string;
|
|
1326
|
+
updateIntervalInMs?: number;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
// @public
|
|
1330
|
+
export type ServerState = string;
|
|
1331
|
+
|
|
1332
|
+
// @public
|
|
1333
|
+
export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1334
|
+
resumeFrom?: string;
|
|
1335
|
+
updateIntervalInMs?: number;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
// @public
|
|
1339
|
+
export type ServersUpdateResponse = Server;
|
|
1340
|
+
|
|
1341
|
+
// @public
|
|
1342
|
+
export interface ServersUpgradeOptionalParams extends coreClient.OperationOptions {
|
|
1343
|
+
resumeFrom?: string;
|
|
1344
|
+
updateIntervalInMs?: number;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
// @public
|
|
1348
|
+
export interface ServerUpdateParameters {
|
|
1349
|
+
administratorLoginPassword?: string;
|
|
1350
|
+
identity?: ResourceIdentity;
|
|
1351
|
+
minimalTlsVersion?: MinimalTlsVersionEnum;
|
|
1352
|
+
publicNetworkAccess?: PublicNetworkAccessEnum;
|
|
1353
|
+
replicationRole?: string;
|
|
1354
|
+
sku?: Sku;
|
|
1355
|
+
sslEnforcement?: SslEnforcementEnum;
|
|
1356
|
+
storageProfile?: StorageProfile;
|
|
1357
|
+
tags?: {
|
|
1358
|
+
[propertyName: string]: string;
|
|
1359
|
+
};
|
|
1360
|
+
version?: ServerVersion;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
// @public (undocumented)
|
|
1364
|
+
export interface ServerUpgradeParameters {
|
|
1365
|
+
targetServerVersion?: string;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export type ServerVersion = string;
|
|
1370
|
+
|
|
1371
|
+
// @public
|
|
1372
|
+
export interface Sku {
|
|
1373
|
+
capacity?: number;
|
|
1374
|
+
family?: string;
|
|
1375
|
+
name: string;
|
|
1376
|
+
size?: string;
|
|
1377
|
+
tier?: SkuTier;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
// @public
|
|
1381
|
+
export type SkuTier = string;
|
|
1382
|
+
|
|
1383
|
+
// @public
|
|
1384
|
+
export type SslEnforcementEnum = "Enabled" | "Disabled";
|
|
1385
|
+
|
|
1386
|
+
// @public
|
|
1387
|
+
export type StorageAutogrow = string;
|
|
1388
|
+
|
|
1389
|
+
// @public
|
|
1390
|
+
export interface StorageProfile {
|
|
1391
|
+
backupRetentionDays?: number;
|
|
1392
|
+
geoRedundantBackup?: GeoRedundantBackup;
|
|
1393
|
+
storageAutogrow?: StorageAutogrow;
|
|
1394
|
+
storageMB?: number;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
// @public
|
|
1398
|
+
export interface TagsObject {
|
|
1399
|
+
tags?: {
|
|
1400
|
+
[propertyName: string]: string;
|
|
1401
|
+
};
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
// @public
|
|
1405
|
+
export interface TopQueryStatistics {
|
|
1406
|
+
get(resourceGroupName: string, serverName: string, queryStatisticId: string, options?: TopQueryStatisticsGetOptionalParams): Promise<TopQueryStatisticsGetResponse>;
|
|
1407
|
+
listByServer(resourceGroupName: string, serverName: string, parameters: TopQueryStatisticsInput, options?: TopQueryStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<QueryStatistic>;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
// @public
|
|
1411
|
+
export interface TopQueryStatisticsGetOptionalParams extends coreClient.OperationOptions {
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
// @public
|
|
1415
|
+
export type TopQueryStatisticsGetResponse = QueryStatistic;
|
|
1416
|
+
|
|
1417
|
+
// @public
|
|
1418
|
+
export interface TopQueryStatisticsInput {
|
|
1419
|
+
aggregationFunction: string;
|
|
1420
|
+
aggregationWindow: string;
|
|
1421
|
+
numberOfTopQueries: number;
|
|
1422
|
+
observationEndTime: Date;
|
|
1423
|
+
observationStartTime: Date;
|
|
1424
|
+
observedMetric: string;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
// @public
|
|
1428
|
+
export interface TopQueryStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
// @public
|
|
1432
|
+
export type TopQueryStatisticsListByServerNextResponse = TopQueryStatisticsResultList;
|
|
1433
|
+
|
|
1434
|
+
// @public
|
|
1435
|
+
export interface TopQueryStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
// @public
|
|
1439
|
+
export type TopQueryStatisticsListByServerResponse = TopQueryStatisticsResultList;
|
|
1440
|
+
|
|
1441
|
+
// @public
|
|
1442
|
+
export interface TopQueryStatisticsResultList {
|
|
1443
|
+
readonly nextLink?: string;
|
|
1444
|
+
readonly value?: QueryStatistic[];
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
// @public
|
|
1448
|
+
export type TrackedResource = Resource & {
|
|
1449
|
+
tags?: {
|
|
1450
|
+
[propertyName: string]: string;
|
|
1451
|
+
};
|
|
1452
|
+
location: string;
|
|
1453
|
+
};
|
|
1454
|
+
|
|
1455
|
+
// @public
|
|
1456
|
+
export type VirtualNetworkRule = ProxyResource & {
|
|
1457
|
+
virtualNetworkSubnetId?: string;
|
|
1458
|
+
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
1459
|
+
readonly state?: VirtualNetworkRuleState;
|
|
1460
|
+
};
|
|
1461
|
+
|
|
1462
|
+
// @public
|
|
1463
|
+
export interface VirtualNetworkRuleListResult {
|
|
1464
|
+
readonly nextLink?: string;
|
|
1465
|
+
readonly value?: VirtualNetworkRule[];
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
// @public
|
|
1469
|
+
export interface VirtualNetworkRules {
|
|
1470
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, parameters: VirtualNetworkRule, options?: VirtualNetworkRulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworkRulesCreateOrUpdateResponse>, VirtualNetworkRulesCreateOrUpdateResponse>>;
|
|
1471
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, parameters: VirtualNetworkRule, options?: VirtualNetworkRulesCreateOrUpdateOptionalParams): Promise<VirtualNetworkRulesCreateOrUpdateResponse>;
|
|
1472
|
+
beginDelete(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: VirtualNetworkRulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1473
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: VirtualNetworkRulesDeleteOptionalParams): Promise<void>;
|
|
1474
|
+
get(resourceGroupName: string, serverName: string, virtualNetworkRuleName: string, options?: VirtualNetworkRulesGetOptionalParams): Promise<VirtualNetworkRulesGetResponse>;
|
|
1475
|
+
listByServer(resourceGroupName: string, serverName: string, options?: VirtualNetworkRulesListByServerOptionalParams): PagedAsyncIterableIterator<VirtualNetworkRule>;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
// @public
|
|
1479
|
+
export interface VirtualNetworkRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1480
|
+
resumeFrom?: string;
|
|
1481
|
+
updateIntervalInMs?: number;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
// @public
|
|
1485
|
+
export type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule;
|
|
1486
|
+
|
|
1487
|
+
// @public
|
|
1488
|
+
export interface VirtualNetworkRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1489
|
+
resumeFrom?: string;
|
|
1490
|
+
updateIntervalInMs?: number;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
// @public
|
|
1494
|
+
export interface VirtualNetworkRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
// @public
|
|
1498
|
+
export type VirtualNetworkRulesGetResponse = VirtualNetworkRule;
|
|
1499
|
+
|
|
1500
|
+
// @public
|
|
1501
|
+
export interface VirtualNetworkRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
// @public
|
|
1505
|
+
export type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult;
|
|
1506
|
+
|
|
1507
|
+
// @public
|
|
1508
|
+
export interface VirtualNetworkRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
// @public
|
|
1512
|
+
export type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult;
|
|
1513
|
+
|
|
1514
|
+
// @public
|
|
1515
|
+
export type VirtualNetworkRuleState = string;
|
|
1516
|
+
|
|
1517
|
+
// @public
|
|
1518
|
+
export type WaitStatistic = ProxyResource & {
|
|
1519
|
+
startTime?: Date;
|
|
1520
|
+
endTime?: Date;
|
|
1521
|
+
eventName?: string;
|
|
1522
|
+
eventTypeName?: string;
|
|
1523
|
+
queryId?: number;
|
|
1524
|
+
databaseName?: string;
|
|
1525
|
+
userId?: number;
|
|
1526
|
+
count?: number;
|
|
1527
|
+
totalTimeInMs?: number;
|
|
1528
|
+
};
|
|
1529
|
+
|
|
1530
|
+
// @public
|
|
1531
|
+
export interface WaitStatistics {
|
|
1532
|
+
get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options?: WaitStatisticsGetOptionalParams): Promise<WaitStatisticsGetResponse>;
|
|
1533
|
+
listByServer(resourceGroupName: string, serverName: string, parameters: WaitStatisticsInput, options?: WaitStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<WaitStatistic>;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
// @public
|
|
1537
|
+
export interface WaitStatisticsGetOptionalParams extends coreClient.OperationOptions {
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export type WaitStatisticsGetResponse = WaitStatistic;
|
|
1542
|
+
|
|
1543
|
+
// @public
|
|
1544
|
+
export interface WaitStatisticsInput {
|
|
1545
|
+
aggregationWindow: string;
|
|
1546
|
+
observationEndTime: Date;
|
|
1547
|
+
observationStartTime: Date;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
// @public
|
|
1551
|
+
export interface WaitStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
// @public
|
|
1555
|
+
export type WaitStatisticsListByServerNextResponse = WaitStatisticsResultList;
|
|
1556
|
+
|
|
1557
|
+
// @public
|
|
1558
|
+
export interface WaitStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
// @public
|
|
1562
|
+
export type WaitStatisticsListByServerResponse = WaitStatisticsResultList;
|
|
1563
|
+
|
|
1564
|
+
// @public
|
|
1565
|
+
export interface WaitStatisticsResultList {
|
|
1566
|
+
readonly nextLink?: string;
|
|
1567
|
+
readonly value?: WaitStatistic[];
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
// (No @packageDocumentation comment for this package)
|
|
1571
|
+
|
|
1572
|
+
```
|