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