@azure/arm-mysql 3.4.0 → 5.0.0-alpha.20211215.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +65 -83
- package/dist/index.js +7800 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1641 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +131 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +79 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +2145 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +372 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/mySQLManagementClient.d.ts +65 -0
- package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mySQLManagementClient.js +151 -0
- package/dist-esm/src/mySQLManagementClient.js.map +1 -0
- package/dist-esm/src/mySQLManagementClientContext.d.ts +15 -0
- package/dist-esm/src/mySQLManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/mySQLManagementClientContext.js +48 -0
- package/dist-esm/src/mySQLManagementClientContext.js.map +1 -0
- package/dist-esm/src/operations/advisors.d.ts +46 -0
- package/dist-esm/src/operations/advisors.d.ts.map +1 -0
- package/dist-esm/src/operations/advisors.js +160 -0
- package/dist-esm/src/operations/advisors.js.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +57 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +219 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +73 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +293 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +73 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +293 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +26 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +33 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operations/logFiles.d.ts +30 -0
- package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operations/logFiles.js +99 -0
- package/dist-esm/src/operations/logFiles.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +169 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queryTexts.d.ts +49 -0
- package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operations/queryTexts.js +172 -0
- package/dist-esm/src/operations/queryTexts.js.map +1 -0
- package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
- package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operations/recommendedActions.js +173 -0
- package/dist-esm/src/operations/recommendedActions.js.map +1 -0
- package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
- package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operations/recoverableServers.js +53 -0
- package/dist-esm/src/operations/recoverableServers.js.map +1 -0
- package/dist-esm/src/operations/replicas.d.ts +30 -0
- package/dist-esm/src/operations/replicas.d.ts.map +1 -0
- package/dist-esm/src/operations/replicas.js +99 -0
- package/dist-esm/src/operations/replicas.js.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.js +287 -0
- package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/serverKeys.d.ts +81 -0
- package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/serverKeys.js +331 -0
- package/dist-esm/src/operations/serverKeys.js.map +1 -0
- package/dist-esm/src/operations/serverParameters.d.ts +30 -0
- package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operations/serverParameters.js +110 -0
- package/dist-esm/src/operations/serverParameters.js.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +156 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +722 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.js +174 -0
- package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
- package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
- package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/waitStatistics.js +174 -0
- package/dist-esm/src/operations/waitStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/advisors.js +9 -0
- package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +33 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.js +9 -0
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +63 -21
- package/review/arm-mysql.api.md +1577 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1584 -1096
- package/src/models/mappers.ts +1763 -534
- package/src/models/parameters.ts +344 -41
- package/src/mySQLManagementClient.ts +280 -51
- package/src/mySQLManagementClientContext.ts +46 -46
- package/src/operations/advisors.ts +224 -0
- package/src/operations/checkNameAvailability.ts +34 -57
- package/src/operations/configurations.ts +234 -150
- package/src/operations/databases.ts +324 -194
- package/src/operations/firewallRules.ts +324 -194
- package/src/operations/index.ts +18 -6
- package/src/operations/locationBasedPerformanceTier.ts +75 -44
- package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +70 -0
- package/src/operations/locationBasedRecommendedActionSessionsResult.ts +178 -0
- package/src/operations/logFiles.ts +97 -52
- package/src/operations/operations.ts +26 -41
- package/src/operations/privateEndpointConnections.ts +621 -0
- package/src/operations/privateLinkResources.ts +233 -0
- package/src/operations/queryTexts.ts +246 -0
- package/src/operations/recommendedActions.ts +248 -0
- package/src/operations/recoverableServers.ts +72 -0
- package/src/operations/replicas.ts +97 -52
- package/src/operations/serverAdministrators.ts +397 -0
- package/src/operations/serverBasedPerformanceTier.ts +124 -0
- package/src/operations/serverKeys.ts +464 -0
- package/src/operations/serverParameters.ts +160 -0
- package/src/operations/serverSecurityAlertPolicies.ts +300 -95
- package/src/operations/servers.ts +828 -280
- package/src/operations/topQueryStatistics.ts +249 -0
- package/src/operations/virtualNetworkRules.ts +357 -233
- package/src/operations/waitStatistics.ts +249 -0
- package/src/operationsInterfaces/advisors.ts +44 -0
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/configurations.ts +82 -0
- package/src/operationsInterfaces/databases.ts +109 -0
- package/src/operationsInterfaces/firewallRules.ts +109 -0
- package/src/operationsInterfaces/index.ts +33 -0
- package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
- package/src/operationsInterfaces/logFiles.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/queryTexts.ts +46 -0
- package/src/operationsInterfaces/recommendedActions.ts +48 -0
- package/src/operationsInterfaces/recoverableServers.ts +27 -0
- package/src/operationsInterfaces/replicas.ts +26 -0
- package/src/operationsInterfaces/serverAdministrators.ts +101 -0
- package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
- package/src/operationsInterfaces/serverKeys.ts +109 -0
- package/src/operationsInterfaces/serverParameters.ts +49 -0
- package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
- package/src/operationsInterfaces/servers.ts +233 -0
- package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
- package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
- package/src/operationsInterfaces/waitStatistics.ts +47 -0
- package/tsconfig.json +4 -4
- package/types/arm-mysql.d.ts +2739 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-mysql.js +0 -3173
- package/dist/arm-mysql.js.map +0 -1
- package/dist/arm-mysql.min.js +0 -1
- package/dist/arm-mysql.min.js.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
- package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.js +0 -9
- package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js +0 -9
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1319
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
- package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/logFilesMappers.d.ts +0 -2
- package/esm/models/logFilesMappers.d.ts.map +0 -1
- package/esm/models/logFilesMappers.js +0 -9
- package/esm/models/logFilesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -43
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -1037
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -14
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -133
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/replicasMappers.d.ts +0 -2
- package/esm/models/replicasMappers.d.ts.map +0 -1
- package/esm/models/replicasMappers.js +0 -9
- package/esm/models/replicasMappers.js.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
- package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
- package/esm/models/serversMappers.d.ts +0 -2
- package/esm/models/serversMappers.d.ts.map +0 -1
- package/esm/models/serversMappers.js +0 -9
- package/esm/models/serversMappers.js.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
- package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.js +0 -9
- package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
- package/esm/mySQLManagementClient.d.ts +0 -34
- package/esm/mySQLManagementClient.d.ts.map +0 -1
- package/esm/mySQLManagementClient.js +0 -48
- package/esm/mySQLManagementClient.js.map +0 -1
- package/esm/mySQLManagementClientContext.d.ts +0 -22
- package/esm/mySQLManagementClientContext.d.ts.map +0 -1
- package/esm/mySQLManagementClientContext.js +0 -61
- package/esm/mySQLManagementClientContext.js.map +0 -1
- package/esm/operations/checkNameAvailability.d.ts +0 -34
- package/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/esm/operations/checkNameAvailability.js +0 -60
- package/esm/operations/checkNameAvailability.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -87
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -155
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -107
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -213
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -107
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -213
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts +0 -12
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -21
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
- package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.js +0 -56
- package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
- package/esm/operations/logFiles.d.ts +0 -37
- package/esm/operations/logFiles.d.ts.map +0 -1
- package/esm/operations/logFiles.js +0 -58
- package/esm/operations/logFiles.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/replicas.d.ts +0 -37
- package/esm/operations/replicas.d.ts.map +0 -1
- package/esm/operations/replicas.js +0 -58
- package/esm/operations/replicas.js.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -58
- package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.js +0 -120
- package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
- package/esm/operations/servers.d.ts +0 -154
- package/esm/operations/servers.d.ts.map +0 -1
- package/esm/operations/servers.js +0 -341
- package/esm/operations/servers.js.map +0 -1
- package/esm/operations/virtualNetworkRules.d.ts +0 -125
- package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
- package/esm/operations/virtualNetworkRules.js +0 -239
- package/esm/operations/virtualNetworkRules.js.map +0 -1
- package/src/models/checkNameAvailabilityMappers.ts +0 -14
- package/src/models/configurationsMappers.ts +0 -25
- package/src/models/databasesMappers.ts +0 -25
- package/src/models/firewallRulesMappers.ts +0 -25
- package/src/models/locationBasedPerformanceTierMappers.ts +0 -15
- package/src/models/logFilesMappers.ts +0 -25
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/replicasMappers.ts +0 -25
- package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -24
- package/src/models/serversMappers.ts +0 -32
- package/src/models/virtualNetworkRulesMappers.ts +0 -25
package/esm/models/index.d.ts
DELETED
|
@@ -1,1319 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* Resource properties.
|
|
6
|
-
*/
|
|
7
|
-
export interface ProxyResource extends BaseResource {
|
|
8
|
-
/**
|
|
9
|
-
* Resource ID
|
|
10
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
11
|
-
*/
|
|
12
|
-
readonly id?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Resource name.
|
|
15
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
16
|
-
*/
|
|
17
|
-
readonly name?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Resource type.
|
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
21
|
-
*/
|
|
22
|
-
readonly type?: string;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Resource properties including location and tags for track resources.
|
|
26
|
-
*/
|
|
27
|
-
export interface TrackedResource extends ProxyResource {
|
|
28
|
-
/**
|
|
29
|
-
* The location the resource resides in.
|
|
30
|
-
*/
|
|
31
|
-
location: string;
|
|
32
|
-
/**
|
|
33
|
-
* Application-specific metadata in the form of key-value pairs.
|
|
34
|
-
*/
|
|
35
|
-
tags?: {
|
|
36
|
-
[propertyName: string]: string;
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Storage Profile properties of a server
|
|
41
|
-
*/
|
|
42
|
-
export interface StorageProfile {
|
|
43
|
-
/**
|
|
44
|
-
* Backup retention days for the server.
|
|
45
|
-
*/
|
|
46
|
-
backupRetentionDays?: number;
|
|
47
|
-
/**
|
|
48
|
-
* Enable Geo-redundant or not for server backup. Possible values include: 'Enabled', 'Disabled'
|
|
49
|
-
*/
|
|
50
|
-
geoRedundantBackup?: GeoRedundantBackup;
|
|
51
|
-
/**
|
|
52
|
-
* Max storage allowed for a server.
|
|
53
|
-
*/
|
|
54
|
-
storageMB?: number;
|
|
55
|
-
/**
|
|
56
|
-
* Enable Storage Auto Grow. Possible values include: 'Enabled', 'Disabled'
|
|
57
|
-
*/
|
|
58
|
-
storageAutogrow?: StorageAutogrow;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Contains the possible cases for ServerPropertiesForCreate.
|
|
62
|
-
*/
|
|
63
|
-
export declare type ServerPropertiesForCreateUnion = ServerPropertiesForCreate | ServerPropertiesForDefaultCreate | ServerPropertiesForRestore | ServerPropertiesForGeoRestore | ServerPropertiesForReplica;
|
|
64
|
-
/**
|
|
65
|
-
* The properties used to create a new server.
|
|
66
|
-
*/
|
|
67
|
-
export interface ServerPropertiesForCreate {
|
|
68
|
-
/**
|
|
69
|
-
* Polymorphic Discriminator
|
|
70
|
-
*/
|
|
71
|
-
createMode: "ServerPropertiesForCreate";
|
|
72
|
-
/**
|
|
73
|
-
* Server version. Possible values include: '5.6', '5.7'
|
|
74
|
-
*/
|
|
75
|
-
version?: ServerVersion;
|
|
76
|
-
/**
|
|
77
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
78
|
-
* 'Disabled'
|
|
79
|
-
*/
|
|
80
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
81
|
-
/**
|
|
82
|
-
* Storage profile of a server.
|
|
83
|
-
*/
|
|
84
|
-
storageProfile?: StorageProfile;
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* The properties used to create a new server.
|
|
88
|
-
*/
|
|
89
|
-
export interface ServerPropertiesForDefaultCreate {
|
|
90
|
-
/**
|
|
91
|
-
* Polymorphic Discriminator
|
|
92
|
-
*/
|
|
93
|
-
createMode: "Default";
|
|
94
|
-
/**
|
|
95
|
-
* Server version. Possible values include: '5.6', '5.7'
|
|
96
|
-
*/
|
|
97
|
-
version?: ServerVersion;
|
|
98
|
-
/**
|
|
99
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
100
|
-
* 'Disabled'
|
|
101
|
-
*/
|
|
102
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
103
|
-
/**
|
|
104
|
-
* Storage profile of a server.
|
|
105
|
-
*/
|
|
106
|
-
storageProfile?: StorageProfile;
|
|
107
|
-
/**
|
|
108
|
-
* The administrator's login name of a server. Can only be specified when the server is being
|
|
109
|
-
* created (and is required for creation).
|
|
110
|
-
*/
|
|
111
|
-
administratorLogin: string;
|
|
112
|
-
/**
|
|
113
|
-
* The password of the administrator login.
|
|
114
|
-
*/
|
|
115
|
-
administratorLoginPassword: string;
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* The properties used to create a new server by restoring from a backup.
|
|
119
|
-
*/
|
|
120
|
-
export interface ServerPropertiesForRestore {
|
|
121
|
-
/**
|
|
122
|
-
* Polymorphic Discriminator
|
|
123
|
-
*/
|
|
124
|
-
createMode: "PointInTimeRestore";
|
|
125
|
-
/**
|
|
126
|
-
* Server version. Possible values include: '5.6', '5.7'
|
|
127
|
-
*/
|
|
128
|
-
version?: ServerVersion;
|
|
129
|
-
/**
|
|
130
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
131
|
-
* 'Disabled'
|
|
132
|
-
*/
|
|
133
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
134
|
-
/**
|
|
135
|
-
* Storage profile of a server.
|
|
136
|
-
*/
|
|
137
|
-
storageProfile?: StorageProfile;
|
|
138
|
-
/**
|
|
139
|
-
* The source server id to restore from.
|
|
140
|
-
*/
|
|
141
|
-
sourceServerId: string;
|
|
142
|
-
/**
|
|
143
|
-
* Restore point creation time (ISO8601 format), specifying the time to restore from.
|
|
144
|
-
*/
|
|
145
|
-
restorePointInTime: Date;
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* The properties used to create a new server by restoring to a different region from a geo
|
|
149
|
-
* replicated backup.
|
|
150
|
-
*/
|
|
151
|
-
export interface ServerPropertiesForGeoRestore {
|
|
152
|
-
/**
|
|
153
|
-
* Polymorphic Discriminator
|
|
154
|
-
*/
|
|
155
|
-
createMode: "GeoRestore";
|
|
156
|
-
/**
|
|
157
|
-
* Server version. Possible values include: '5.6', '5.7'
|
|
158
|
-
*/
|
|
159
|
-
version?: ServerVersion;
|
|
160
|
-
/**
|
|
161
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
162
|
-
* 'Disabled'
|
|
163
|
-
*/
|
|
164
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
165
|
-
/**
|
|
166
|
-
* Storage profile of a server.
|
|
167
|
-
*/
|
|
168
|
-
storageProfile?: StorageProfile;
|
|
169
|
-
/**
|
|
170
|
-
* The source server id to restore from.
|
|
171
|
-
*/
|
|
172
|
-
sourceServerId: string;
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* The properties to create a new replica.
|
|
176
|
-
*/
|
|
177
|
-
export interface ServerPropertiesForReplica {
|
|
178
|
-
/**
|
|
179
|
-
* Polymorphic Discriminator
|
|
180
|
-
*/
|
|
181
|
-
createMode: "Replica";
|
|
182
|
-
/**
|
|
183
|
-
* Server version. Possible values include: '5.6', '5.7'
|
|
184
|
-
*/
|
|
185
|
-
version?: ServerVersion;
|
|
186
|
-
/**
|
|
187
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
188
|
-
* 'Disabled'
|
|
189
|
-
*/
|
|
190
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
191
|
-
/**
|
|
192
|
-
* Storage profile of a server.
|
|
193
|
-
*/
|
|
194
|
-
storageProfile?: StorageProfile;
|
|
195
|
-
/**
|
|
196
|
-
* The master server id to create replica from.
|
|
197
|
-
*/
|
|
198
|
-
sourceServerId: string;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* Billing information related properties of a server.
|
|
202
|
-
*/
|
|
203
|
-
export interface Sku {
|
|
204
|
-
/**
|
|
205
|
-
* The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.
|
|
206
|
-
*/
|
|
207
|
-
name?: string;
|
|
208
|
-
/**
|
|
209
|
-
* The tier of the particular SKU, e.g. Basic. Possible values include: 'Basic',
|
|
210
|
-
* 'GeneralPurpose', 'MemoryOptimized'
|
|
211
|
-
*/
|
|
212
|
-
tier?: SkuTier;
|
|
213
|
-
/**
|
|
214
|
-
* The scale up/out capacity, representing server's compute units.
|
|
215
|
-
*/
|
|
216
|
-
capacity?: number;
|
|
217
|
-
/**
|
|
218
|
-
* The size code, to be interpreted by resource as appropriate.
|
|
219
|
-
*/
|
|
220
|
-
size?: string;
|
|
221
|
-
/**
|
|
222
|
-
* The family of hardware.
|
|
223
|
-
*/
|
|
224
|
-
family?: string;
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* Represents a server.
|
|
228
|
-
*/
|
|
229
|
-
export interface Server extends TrackedResource {
|
|
230
|
-
/**
|
|
231
|
-
* The SKU (pricing tier) of the server.
|
|
232
|
-
*/
|
|
233
|
-
sku?: Sku;
|
|
234
|
-
/**
|
|
235
|
-
* The administrator's login name of a server. Can only be specified when the server is being
|
|
236
|
-
* created (and is required for creation).
|
|
237
|
-
*/
|
|
238
|
-
administratorLogin?: string;
|
|
239
|
-
/**
|
|
240
|
-
* Server version. Possible values include: '5.6', '5.7'
|
|
241
|
-
*/
|
|
242
|
-
version?: ServerVersion;
|
|
243
|
-
/**
|
|
244
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
245
|
-
* 'Disabled'
|
|
246
|
-
*/
|
|
247
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
248
|
-
/**
|
|
249
|
-
* A state of a server that is visible to user. Possible values include: 'Ready', 'Dropping',
|
|
250
|
-
* 'Disabled'
|
|
251
|
-
*/
|
|
252
|
-
userVisibleState?: ServerState;
|
|
253
|
-
/**
|
|
254
|
-
* The fully qualified domain name of a server.
|
|
255
|
-
*/
|
|
256
|
-
fullyQualifiedDomainName?: string;
|
|
257
|
-
/**
|
|
258
|
-
* Earliest restore point creation time (ISO8601 format)
|
|
259
|
-
*/
|
|
260
|
-
earliestRestoreDate?: Date;
|
|
261
|
-
/**
|
|
262
|
-
* Storage profile of a server.
|
|
263
|
-
*/
|
|
264
|
-
storageProfile?: StorageProfile;
|
|
265
|
-
/**
|
|
266
|
-
* The replication role of the server.
|
|
267
|
-
*/
|
|
268
|
-
replicationRole?: string;
|
|
269
|
-
/**
|
|
270
|
-
* The master server id of a replica server.
|
|
271
|
-
*/
|
|
272
|
-
masterServerId?: string;
|
|
273
|
-
/**
|
|
274
|
-
* The maximum number of replicas that a master server can have.
|
|
275
|
-
*/
|
|
276
|
-
replicaCapacity?: number;
|
|
277
|
-
}
|
|
278
|
-
/**
|
|
279
|
-
* Represents a server to be created.
|
|
280
|
-
*/
|
|
281
|
-
export interface ServerForCreate {
|
|
282
|
-
/**
|
|
283
|
-
* The SKU (pricing tier) of the server.
|
|
284
|
-
*/
|
|
285
|
-
sku?: Sku;
|
|
286
|
-
/**
|
|
287
|
-
* Properties of the server.
|
|
288
|
-
*/
|
|
289
|
-
properties: ServerPropertiesForCreateUnion;
|
|
290
|
-
/**
|
|
291
|
-
* The location the resource resides in.
|
|
292
|
-
*/
|
|
293
|
-
location: string;
|
|
294
|
-
/**
|
|
295
|
-
* Application-specific metadata in the form of key-value pairs.
|
|
296
|
-
*/
|
|
297
|
-
tags?: {
|
|
298
|
-
[propertyName: string]: string;
|
|
299
|
-
};
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* Parameters allowed to update for a server.
|
|
303
|
-
*/
|
|
304
|
-
export interface ServerUpdateParameters {
|
|
305
|
-
/**
|
|
306
|
-
* The SKU (pricing tier) of the server.
|
|
307
|
-
*/
|
|
308
|
-
sku?: Sku;
|
|
309
|
-
/**
|
|
310
|
-
* Storage profile of a server.
|
|
311
|
-
*/
|
|
312
|
-
storageProfile?: StorageProfile;
|
|
313
|
-
/**
|
|
314
|
-
* The password of the administrator login.
|
|
315
|
-
*/
|
|
316
|
-
administratorLoginPassword?: string;
|
|
317
|
-
/**
|
|
318
|
-
* The version of a server. Possible values include: '5.6', '5.7'
|
|
319
|
-
*/
|
|
320
|
-
version?: ServerVersion;
|
|
321
|
-
/**
|
|
322
|
-
* Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled',
|
|
323
|
-
* 'Disabled'
|
|
324
|
-
*/
|
|
325
|
-
sslEnforcement?: SslEnforcementEnum;
|
|
326
|
-
/**
|
|
327
|
-
* The replication role of the server.
|
|
328
|
-
*/
|
|
329
|
-
replicationRole?: string;
|
|
330
|
-
/**
|
|
331
|
-
* Application-specific metadata in the form of key-value pairs.
|
|
332
|
-
*/
|
|
333
|
-
tags?: {
|
|
334
|
-
[propertyName: string]: string;
|
|
335
|
-
};
|
|
336
|
-
}
|
|
337
|
-
/**
|
|
338
|
-
* Represents a server firewall rule.
|
|
339
|
-
*/
|
|
340
|
-
export interface FirewallRule extends ProxyResource {
|
|
341
|
-
/**
|
|
342
|
-
* The start IP address of the server firewall rule. Must be IPv4 format.
|
|
343
|
-
*/
|
|
344
|
-
startIpAddress: string;
|
|
345
|
-
/**
|
|
346
|
-
* The end IP address of the server firewall rule. Must be IPv4 format.
|
|
347
|
-
*/
|
|
348
|
-
endIpAddress: string;
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* A virtual network rule.
|
|
352
|
-
*/
|
|
353
|
-
export interface VirtualNetworkRule extends ProxyResource {
|
|
354
|
-
/**
|
|
355
|
-
* The ARM resource id of the virtual network subnet.
|
|
356
|
-
*/
|
|
357
|
-
virtualNetworkSubnetId: string;
|
|
358
|
-
/**
|
|
359
|
-
* Create firewall rule before the virtual network has vnet service endpoint enabled.
|
|
360
|
-
*/
|
|
361
|
-
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
362
|
-
/**
|
|
363
|
-
* Virtual Network Rule State. Possible values include: 'Initializing', 'InProgress', 'Ready',
|
|
364
|
-
* 'Deleting', 'Unknown'
|
|
365
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
366
|
-
*/
|
|
367
|
-
readonly state?: VirtualNetworkRuleState;
|
|
368
|
-
}
|
|
369
|
-
/**
|
|
370
|
-
* Represents a Database.
|
|
371
|
-
*/
|
|
372
|
-
export interface Database extends ProxyResource {
|
|
373
|
-
/**
|
|
374
|
-
* The charset of the database.
|
|
375
|
-
*/
|
|
376
|
-
charset?: string;
|
|
377
|
-
/**
|
|
378
|
-
* The collation of the database.
|
|
379
|
-
*/
|
|
380
|
-
collation?: string;
|
|
381
|
-
}
|
|
382
|
-
/**
|
|
383
|
-
* Represents a Configuration.
|
|
384
|
-
*/
|
|
385
|
-
export interface Configuration extends ProxyResource {
|
|
386
|
-
/**
|
|
387
|
-
* Value of the configuration.
|
|
388
|
-
*/
|
|
389
|
-
value?: string;
|
|
390
|
-
/**
|
|
391
|
-
* Description of the configuration.
|
|
392
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
393
|
-
*/
|
|
394
|
-
readonly description?: string;
|
|
395
|
-
/**
|
|
396
|
-
* Default value of the configuration.
|
|
397
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
398
|
-
*/
|
|
399
|
-
readonly defaultValue?: string;
|
|
400
|
-
/**
|
|
401
|
-
* Data type of the configuration.
|
|
402
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
403
|
-
*/
|
|
404
|
-
readonly dataType?: string;
|
|
405
|
-
/**
|
|
406
|
-
* Allowed values of the configuration.
|
|
407
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
408
|
-
*/
|
|
409
|
-
readonly allowedValues?: string;
|
|
410
|
-
/**
|
|
411
|
-
* Source of the configuration.
|
|
412
|
-
*/
|
|
413
|
-
source?: string;
|
|
414
|
-
}
|
|
415
|
-
/**
|
|
416
|
-
* Display metadata associated with the operation.
|
|
417
|
-
*/
|
|
418
|
-
export interface OperationDisplay {
|
|
419
|
-
/**
|
|
420
|
-
* Operation resource provider name.
|
|
421
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
422
|
-
*/
|
|
423
|
-
readonly provider?: string;
|
|
424
|
-
/**
|
|
425
|
-
* Resource on which the operation is performed.
|
|
426
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
427
|
-
*/
|
|
428
|
-
readonly resource?: string;
|
|
429
|
-
/**
|
|
430
|
-
* Localized friendly name for the operation.
|
|
431
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
432
|
-
*/
|
|
433
|
-
readonly operation?: string;
|
|
434
|
-
/**
|
|
435
|
-
* Operation description.
|
|
436
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
437
|
-
*/
|
|
438
|
-
readonly description?: string;
|
|
439
|
-
}
|
|
440
|
-
/**
|
|
441
|
-
* REST API operation definition.
|
|
442
|
-
*/
|
|
443
|
-
export interface Operation {
|
|
444
|
-
/**
|
|
445
|
-
* The name of the operation being performed on this particular object.
|
|
446
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
447
|
-
*/
|
|
448
|
-
readonly name?: string;
|
|
449
|
-
/**
|
|
450
|
-
* The localized display information for this particular operation or action.
|
|
451
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
452
|
-
*/
|
|
453
|
-
readonly display?: OperationDisplay;
|
|
454
|
-
/**
|
|
455
|
-
* The intended executor of the operation. Possible values include: 'NotSpecified', 'user',
|
|
456
|
-
* 'system'
|
|
457
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
458
|
-
*/
|
|
459
|
-
readonly origin?: OperationOrigin;
|
|
460
|
-
/**
|
|
461
|
-
* Additional descriptions for the operation.
|
|
462
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
463
|
-
*/
|
|
464
|
-
readonly properties?: {
|
|
465
|
-
[propertyName: string]: any;
|
|
466
|
-
};
|
|
467
|
-
}
|
|
468
|
-
/**
|
|
469
|
-
* A list of resource provider operations.
|
|
470
|
-
*/
|
|
471
|
-
export interface OperationListResult {
|
|
472
|
-
/**
|
|
473
|
-
* The list of resource provider operations.
|
|
474
|
-
*/
|
|
475
|
-
value?: Operation[];
|
|
476
|
-
}
|
|
477
|
-
/**
|
|
478
|
-
* Represents a log file.
|
|
479
|
-
*/
|
|
480
|
-
export interface LogFile extends ProxyResource {
|
|
481
|
-
/**
|
|
482
|
-
* Size of the log file.
|
|
483
|
-
*/
|
|
484
|
-
sizeInKB?: number;
|
|
485
|
-
/**
|
|
486
|
-
* Creation timestamp of the log file.
|
|
487
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
488
|
-
*/
|
|
489
|
-
readonly createdTime?: Date;
|
|
490
|
-
/**
|
|
491
|
-
* Last modified timestamp of the log file.
|
|
492
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
493
|
-
*/
|
|
494
|
-
readonly lastModifiedTime?: Date;
|
|
495
|
-
/**
|
|
496
|
-
* Type of the log file.
|
|
497
|
-
*/
|
|
498
|
-
logFileType?: string;
|
|
499
|
-
/**
|
|
500
|
-
* The url to download the log file from.
|
|
501
|
-
*/
|
|
502
|
-
url?: string;
|
|
503
|
-
}
|
|
504
|
-
/**
|
|
505
|
-
* Service level objectives for performance tier.
|
|
506
|
-
*/
|
|
507
|
-
export interface PerformanceTierServiceLevelObjectives {
|
|
508
|
-
/**
|
|
509
|
-
* ID for the service level objective.
|
|
510
|
-
*/
|
|
511
|
-
id?: string;
|
|
512
|
-
/**
|
|
513
|
-
* Edition of the performance tier.
|
|
514
|
-
*/
|
|
515
|
-
edition?: string;
|
|
516
|
-
/**
|
|
517
|
-
* vCore associated with the service level objective
|
|
518
|
-
*/
|
|
519
|
-
vCore?: number;
|
|
520
|
-
/**
|
|
521
|
-
* Hardware generation associated with the service level objective
|
|
522
|
-
*/
|
|
523
|
-
hardwareGeneration?: string;
|
|
524
|
-
/**
|
|
525
|
-
* Maximum Backup retention in days for the performance tier edition
|
|
526
|
-
*/
|
|
527
|
-
maxBackupRetentionDays?: number;
|
|
528
|
-
/**
|
|
529
|
-
* Minimum Backup retention in days for the performance tier edition
|
|
530
|
-
*/
|
|
531
|
-
minBackupRetentionDays?: number;
|
|
532
|
-
/**
|
|
533
|
-
* Max storage allowed for a server.
|
|
534
|
-
*/
|
|
535
|
-
maxStorageMB?: number;
|
|
536
|
-
/**
|
|
537
|
-
* Max storage allowed for a server.
|
|
538
|
-
*/
|
|
539
|
-
minStorageMB?: number;
|
|
540
|
-
}
|
|
541
|
-
/**
|
|
542
|
-
* Performance tier properties
|
|
543
|
-
*/
|
|
544
|
-
export interface PerformanceTierProperties {
|
|
545
|
-
/**
|
|
546
|
-
* ID of the performance tier.
|
|
547
|
-
*/
|
|
548
|
-
id?: string;
|
|
549
|
-
/**
|
|
550
|
-
* Service level objectives associated with the performance tier
|
|
551
|
-
*/
|
|
552
|
-
serviceLevelObjectives?: PerformanceTierServiceLevelObjectives[];
|
|
553
|
-
}
|
|
554
|
-
/**
|
|
555
|
-
* Request from client to check resource name availability.
|
|
556
|
-
*/
|
|
557
|
-
export interface NameAvailabilityRequest {
|
|
558
|
-
/**
|
|
559
|
-
* Resource name to verify.
|
|
560
|
-
*/
|
|
561
|
-
name: string;
|
|
562
|
-
/**
|
|
563
|
-
* Resource type used for verification.
|
|
564
|
-
*/
|
|
565
|
-
type?: string;
|
|
566
|
-
}
|
|
567
|
-
/**
|
|
568
|
-
* Represents a resource name availability.
|
|
569
|
-
*/
|
|
570
|
-
export interface NameAvailability {
|
|
571
|
-
/**
|
|
572
|
-
* Error Message.
|
|
573
|
-
*/
|
|
574
|
-
message?: string;
|
|
575
|
-
/**
|
|
576
|
-
* Indicates whether the resource name is available.
|
|
577
|
-
*/
|
|
578
|
-
nameAvailable?: boolean;
|
|
579
|
-
/**
|
|
580
|
-
* Reason for name being unavailable.
|
|
581
|
-
*/
|
|
582
|
-
reason?: string;
|
|
583
|
-
}
|
|
584
|
-
/**
|
|
585
|
-
* A server security alert policy.
|
|
586
|
-
*/
|
|
587
|
-
export interface ServerSecurityAlertPolicy extends ProxyResource {
|
|
588
|
-
/**
|
|
589
|
-
* Specifies the state of the policy, whether it is enabled or disabled. Possible values include:
|
|
590
|
-
* 'Enabled', 'Disabled'
|
|
591
|
-
*/
|
|
592
|
-
state: ServerSecurityAlertPolicyState;
|
|
593
|
-
/**
|
|
594
|
-
* Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection,
|
|
595
|
-
* Sql_Injection_Vulnerability, Access_Anomaly
|
|
596
|
-
*/
|
|
597
|
-
disabledAlerts?: string[];
|
|
598
|
-
/**
|
|
599
|
-
* Specifies an array of e-mail addresses to which the alert is sent.
|
|
600
|
-
*/
|
|
601
|
-
emailAddresses?: string[];
|
|
602
|
-
/**
|
|
603
|
-
* Specifies that the alert is sent to the account administrators.
|
|
604
|
-
*/
|
|
605
|
-
emailAccountAdmins?: boolean;
|
|
606
|
-
/**
|
|
607
|
-
* Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob
|
|
608
|
-
* storage will hold all Threat Detection audit logs.
|
|
609
|
-
*/
|
|
610
|
-
storageEndpoint?: string;
|
|
611
|
-
/**
|
|
612
|
-
* Specifies the identifier key of the Threat Detection audit storage account.
|
|
613
|
-
*/
|
|
614
|
-
storageAccountAccessKey?: string;
|
|
615
|
-
/**
|
|
616
|
-
* Specifies the number of days to keep in the Threat Detection audit logs.
|
|
617
|
-
*/
|
|
618
|
-
retentionDays?: number;
|
|
619
|
-
}
|
|
620
|
-
/**
|
|
621
|
-
* An interface representing MySQLManagementClientOptions.
|
|
622
|
-
*/
|
|
623
|
-
export interface MySQLManagementClientOptions extends AzureServiceClientOptions {
|
|
624
|
-
baseUri?: string;
|
|
625
|
-
}
|
|
626
|
-
/**
|
|
627
|
-
* @interface
|
|
628
|
-
* A list of servers.
|
|
629
|
-
* @extends Array<Server>
|
|
630
|
-
*/
|
|
631
|
-
export interface ServerListResult extends Array<Server> {
|
|
632
|
-
}
|
|
633
|
-
/**
|
|
634
|
-
* @interface
|
|
635
|
-
* A list of firewall rules.
|
|
636
|
-
* @extends Array<FirewallRule>
|
|
637
|
-
*/
|
|
638
|
-
export interface FirewallRuleListResult extends Array<FirewallRule> {
|
|
639
|
-
}
|
|
640
|
-
/**
|
|
641
|
-
* @interface
|
|
642
|
-
* A list of virtual network rules.
|
|
643
|
-
* @extends Array<VirtualNetworkRule>
|
|
644
|
-
*/
|
|
645
|
-
export interface VirtualNetworkRuleListResult extends Array<VirtualNetworkRule> {
|
|
646
|
-
/**
|
|
647
|
-
* Link to retrieve next page of results.
|
|
648
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
649
|
-
*/
|
|
650
|
-
readonly nextLink?: string;
|
|
651
|
-
}
|
|
652
|
-
/**
|
|
653
|
-
* @interface
|
|
654
|
-
* A List of databases.
|
|
655
|
-
* @extends Array<Database>
|
|
656
|
-
*/
|
|
657
|
-
export interface DatabaseListResult extends Array<Database> {
|
|
658
|
-
}
|
|
659
|
-
/**
|
|
660
|
-
* @interface
|
|
661
|
-
* A list of server configurations.
|
|
662
|
-
* @extends Array<Configuration>
|
|
663
|
-
*/
|
|
664
|
-
export interface ConfigurationListResult extends Array<Configuration> {
|
|
665
|
-
}
|
|
666
|
-
/**
|
|
667
|
-
* @interface
|
|
668
|
-
* A list of log files.
|
|
669
|
-
* @extends Array<LogFile>
|
|
670
|
-
*/
|
|
671
|
-
export interface LogFileListResult extends Array<LogFile> {
|
|
672
|
-
}
|
|
673
|
-
/**
|
|
674
|
-
* @interface
|
|
675
|
-
* A list of performance tiers.
|
|
676
|
-
* @extends Array<PerformanceTierProperties>
|
|
677
|
-
*/
|
|
678
|
-
export interface PerformanceTierListResult extends Array<PerformanceTierProperties> {
|
|
679
|
-
}
|
|
680
|
-
/**
|
|
681
|
-
* Defines values for ServerVersion.
|
|
682
|
-
* Possible values include: '5.6', '5.7'
|
|
683
|
-
* @readonly
|
|
684
|
-
* @enum {string}
|
|
685
|
-
*/
|
|
686
|
-
export declare type ServerVersion = '5.6' | '5.7';
|
|
687
|
-
/**
|
|
688
|
-
* Defines values for SslEnforcementEnum.
|
|
689
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
690
|
-
* @readonly
|
|
691
|
-
* @enum {string}
|
|
692
|
-
*/
|
|
693
|
-
export declare type SslEnforcementEnum = 'Enabled' | 'Disabled';
|
|
694
|
-
/**
|
|
695
|
-
* Defines values for ServerState.
|
|
696
|
-
* Possible values include: 'Ready', 'Dropping', 'Disabled'
|
|
697
|
-
* @readonly
|
|
698
|
-
* @enum {string}
|
|
699
|
-
*/
|
|
700
|
-
export declare type ServerState = 'Ready' | 'Dropping' | 'Disabled';
|
|
701
|
-
/**
|
|
702
|
-
* Defines values for GeoRedundantBackup.
|
|
703
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
704
|
-
* @readonly
|
|
705
|
-
* @enum {string}
|
|
706
|
-
*/
|
|
707
|
-
export declare type GeoRedundantBackup = 'Enabled' | 'Disabled';
|
|
708
|
-
/**
|
|
709
|
-
* Defines values for StorageAutogrow.
|
|
710
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
711
|
-
* @readonly
|
|
712
|
-
* @enum {string}
|
|
713
|
-
*/
|
|
714
|
-
export declare type StorageAutogrow = 'Enabled' | 'Disabled';
|
|
715
|
-
/**
|
|
716
|
-
* Defines values for SkuTier.
|
|
717
|
-
* Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized'
|
|
718
|
-
* @readonly
|
|
719
|
-
* @enum {string}
|
|
720
|
-
*/
|
|
721
|
-
export declare type SkuTier = 'Basic' | 'GeneralPurpose' | 'MemoryOptimized';
|
|
722
|
-
/**
|
|
723
|
-
* Defines values for VirtualNetworkRuleState.
|
|
724
|
-
* Possible values include: 'Initializing', 'InProgress', 'Ready', 'Deleting', 'Unknown'
|
|
725
|
-
* @readonly
|
|
726
|
-
* @enum {string}
|
|
727
|
-
*/
|
|
728
|
-
export declare type VirtualNetworkRuleState = 'Initializing' | 'InProgress' | 'Ready' | 'Deleting' | 'Unknown';
|
|
729
|
-
/**
|
|
730
|
-
* Defines values for OperationOrigin.
|
|
731
|
-
* Possible values include: 'NotSpecified', 'user', 'system'
|
|
732
|
-
* @readonly
|
|
733
|
-
* @enum {string}
|
|
734
|
-
*/
|
|
735
|
-
export declare type OperationOrigin = 'NotSpecified' | 'user' | 'system';
|
|
736
|
-
/**
|
|
737
|
-
* Defines values for ServerSecurityAlertPolicyState.
|
|
738
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
739
|
-
* @readonly
|
|
740
|
-
* @enum {string}
|
|
741
|
-
*/
|
|
742
|
-
export declare type ServerSecurityAlertPolicyState = 'Enabled' | 'Disabled';
|
|
743
|
-
/**
|
|
744
|
-
* Contains response data for the create operation.
|
|
745
|
-
*/
|
|
746
|
-
export declare type ServersCreateResponse = Server & {
|
|
747
|
-
/**
|
|
748
|
-
* The underlying HTTP response.
|
|
749
|
-
*/
|
|
750
|
-
_response: msRest.HttpResponse & {
|
|
751
|
-
/**
|
|
752
|
-
* The response body as text (string format)
|
|
753
|
-
*/
|
|
754
|
-
bodyAsText: string;
|
|
755
|
-
/**
|
|
756
|
-
* The response body as parsed JSON or XML
|
|
757
|
-
*/
|
|
758
|
-
parsedBody: Server;
|
|
759
|
-
};
|
|
760
|
-
};
|
|
761
|
-
/**
|
|
762
|
-
* Contains response data for the update operation.
|
|
763
|
-
*/
|
|
764
|
-
export declare type ServersUpdateResponse = Server & {
|
|
765
|
-
/**
|
|
766
|
-
* The underlying HTTP response.
|
|
767
|
-
*/
|
|
768
|
-
_response: msRest.HttpResponse & {
|
|
769
|
-
/**
|
|
770
|
-
* The response body as text (string format)
|
|
771
|
-
*/
|
|
772
|
-
bodyAsText: string;
|
|
773
|
-
/**
|
|
774
|
-
* The response body as parsed JSON or XML
|
|
775
|
-
*/
|
|
776
|
-
parsedBody: Server;
|
|
777
|
-
};
|
|
778
|
-
};
|
|
779
|
-
/**
|
|
780
|
-
* Contains response data for the get operation.
|
|
781
|
-
*/
|
|
782
|
-
export declare type ServersGetResponse = Server & {
|
|
783
|
-
/**
|
|
784
|
-
* The underlying HTTP response.
|
|
785
|
-
*/
|
|
786
|
-
_response: msRest.HttpResponse & {
|
|
787
|
-
/**
|
|
788
|
-
* The response body as text (string format)
|
|
789
|
-
*/
|
|
790
|
-
bodyAsText: string;
|
|
791
|
-
/**
|
|
792
|
-
* The response body as parsed JSON or XML
|
|
793
|
-
*/
|
|
794
|
-
parsedBody: Server;
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
/**
|
|
798
|
-
* Contains response data for the listByResourceGroup operation.
|
|
799
|
-
*/
|
|
800
|
-
export declare type ServersListByResourceGroupResponse = ServerListResult & {
|
|
801
|
-
/**
|
|
802
|
-
* The underlying HTTP response.
|
|
803
|
-
*/
|
|
804
|
-
_response: msRest.HttpResponse & {
|
|
805
|
-
/**
|
|
806
|
-
* The response body as text (string format)
|
|
807
|
-
*/
|
|
808
|
-
bodyAsText: string;
|
|
809
|
-
/**
|
|
810
|
-
* The response body as parsed JSON or XML
|
|
811
|
-
*/
|
|
812
|
-
parsedBody: ServerListResult;
|
|
813
|
-
};
|
|
814
|
-
};
|
|
815
|
-
/**
|
|
816
|
-
* Contains response data for the list operation.
|
|
817
|
-
*/
|
|
818
|
-
export declare type ServersListResponse = ServerListResult & {
|
|
819
|
-
/**
|
|
820
|
-
* The underlying HTTP response.
|
|
821
|
-
*/
|
|
822
|
-
_response: msRest.HttpResponse & {
|
|
823
|
-
/**
|
|
824
|
-
* The response body as text (string format)
|
|
825
|
-
*/
|
|
826
|
-
bodyAsText: string;
|
|
827
|
-
/**
|
|
828
|
-
* The response body as parsed JSON or XML
|
|
829
|
-
*/
|
|
830
|
-
parsedBody: ServerListResult;
|
|
831
|
-
};
|
|
832
|
-
};
|
|
833
|
-
/**
|
|
834
|
-
* Contains response data for the beginCreate operation.
|
|
835
|
-
*/
|
|
836
|
-
export declare type ServersBeginCreateResponse = Server & {
|
|
837
|
-
/**
|
|
838
|
-
* The underlying HTTP response.
|
|
839
|
-
*/
|
|
840
|
-
_response: msRest.HttpResponse & {
|
|
841
|
-
/**
|
|
842
|
-
* The response body as text (string format)
|
|
843
|
-
*/
|
|
844
|
-
bodyAsText: string;
|
|
845
|
-
/**
|
|
846
|
-
* The response body as parsed JSON or XML
|
|
847
|
-
*/
|
|
848
|
-
parsedBody: Server;
|
|
849
|
-
};
|
|
850
|
-
};
|
|
851
|
-
/**
|
|
852
|
-
* Contains response data for the beginUpdate operation.
|
|
853
|
-
*/
|
|
854
|
-
export declare type ServersBeginUpdateResponse = Server & {
|
|
855
|
-
/**
|
|
856
|
-
* The underlying HTTP response.
|
|
857
|
-
*/
|
|
858
|
-
_response: msRest.HttpResponse & {
|
|
859
|
-
/**
|
|
860
|
-
* The response body as text (string format)
|
|
861
|
-
*/
|
|
862
|
-
bodyAsText: string;
|
|
863
|
-
/**
|
|
864
|
-
* The response body as parsed JSON or XML
|
|
865
|
-
*/
|
|
866
|
-
parsedBody: Server;
|
|
867
|
-
};
|
|
868
|
-
};
|
|
869
|
-
/**
|
|
870
|
-
* Contains response data for the listByServer operation.
|
|
871
|
-
*/
|
|
872
|
-
export declare type ReplicasListByServerResponse = ServerListResult & {
|
|
873
|
-
/**
|
|
874
|
-
* The underlying HTTP response.
|
|
875
|
-
*/
|
|
876
|
-
_response: msRest.HttpResponse & {
|
|
877
|
-
/**
|
|
878
|
-
* The response body as text (string format)
|
|
879
|
-
*/
|
|
880
|
-
bodyAsText: string;
|
|
881
|
-
/**
|
|
882
|
-
* The response body as parsed JSON or XML
|
|
883
|
-
*/
|
|
884
|
-
parsedBody: ServerListResult;
|
|
885
|
-
};
|
|
886
|
-
};
|
|
887
|
-
/**
|
|
888
|
-
* Contains response data for the createOrUpdate operation.
|
|
889
|
-
*/
|
|
890
|
-
export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule & {
|
|
891
|
-
/**
|
|
892
|
-
* The underlying HTTP response.
|
|
893
|
-
*/
|
|
894
|
-
_response: msRest.HttpResponse & {
|
|
895
|
-
/**
|
|
896
|
-
* The response body as text (string format)
|
|
897
|
-
*/
|
|
898
|
-
bodyAsText: string;
|
|
899
|
-
/**
|
|
900
|
-
* The response body as parsed JSON or XML
|
|
901
|
-
*/
|
|
902
|
-
parsedBody: FirewallRule;
|
|
903
|
-
};
|
|
904
|
-
};
|
|
905
|
-
/**
|
|
906
|
-
* Contains response data for the get operation.
|
|
907
|
-
*/
|
|
908
|
-
export declare type FirewallRulesGetResponse = FirewallRule & {
|
|
909
|
-
/**
|
|
910
|
-
* The underlying HTTP response.
|
|
911
|
-
*/
|
|
912
|
-
_response: msRest.HttpResponse & {
|
|
913
|
-
/**
|
|
914
|
-
* The response body as text (string format)
|
|
915
|
-
*/
|
|
916
|
-
bodyAsText: string;
|
|
917
|
-
/**
|
|
918
|
-
* The response body as parsed JSON or XML
|
|
919
|
-
*/
|
|
920
|
-
parsedBody: FirewallRule;
|
|
921
|
-
};
|
|
922
|
-
};
|
|
923
|
-
/**
|
|
924
|
-
* Contains response data for the listByServer operation.
|
|
925
|
-
*/
|
|
926
|
-
export declare type FirewallRulesListByServerResponse = FirewallRuleListResult & {
|
|
927
|
-
/**
|
|
928
|
-
* The underlying HTTP response.
|
|
929
|
-
*/
|
|
930
|
-
_response: msRest.HttpResponse & {
|
|
931
|
-
/**
|
|
932
|
-
* The response body as text (string format)
|
|
933
|
-
*/
|
|
934
|
-
bodyAsText: string;
|
|
935
|
-
/**
|
|
936
|
-
* The response body as parsed JSON or XML
|
|
937
|
-
*/
|
|
938
|
-
parsedBody: FirewallRuleListResult;
|
|
939
|
-
};
|
|
940
|
-
};
|
|
941
|
-
/**
|
|
942
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
943
|
-
*/
|
|
944
|
-
export declare type FirewallRulesBeginCreateOrUpdateResponse = FirewallRule & {
|
|
945
|
-
/**
|
|
946
|
-
* The underlying HTTP response.
|
|
947
|
-
*/
|
|
948
|
-
_response: msRest.HttpResponse & {
|
|
949
|
-
/**
|
|
950
|
-
* The response body as text (string format)
|
|
951
|
-
*/
|
|
952
|
-
bodyAsText: string;
|
|
953
|
-
/**
|
|
954
|
-
* The response body as parsed JSON or XML
|
|
955
|
-
*/
|
|
956
|
-
parsedBody: FirewallRule;
|
|
957
|
-
};
|
|
958
|
-
};
|
|
959
|
-
/**
|
|
960
|
-
* Contains response data for the get operation.
|
|
961
|
-
*/
|
|
962
|
-
export declare type VirtualNetworkRulesGetResponse = VirtualNetworkRule & {
|
|
963
|
-
/**
|
|
964
|
-
* The underlying HTTP response.
|
|
965
|
-
*/
|
|
966
|
-
_response: msRest.HttpResponse & {
|
|
967
|
-
/**
|
|
968
|
-
* The response body as text (string format)
|
|
969
|
-
*/
|
|
970
|
-
bodyAsText: string;
|
|
971
|
-
/**
|
|
972
|
-
* The response body as parsed JSON or XML
|
|
973
|
-
*/
|
|
974
|
-
parsedBody: VirtualNetworkRule;
|
|
975
|
-
};
|
|
976
|
-
};
|
|
977
|
-
/**
|
|
978
|
-
* Contains response data for the createOrUpdate operation.
|
|
979
|
-
*/
|
|
980
|
-
export declare type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule & {
|
|
981
|
-
/**
|
|
982
|
-
* The underlying HTTP response.
|
|
983
|
-
*/
|
|
984
|
-
_response: msRest.HttpResponse & {
|
|
985
|
-
/**
|
|
986
|
-
* The response body as text (string format)
|
|
987
|
-
*/
|
|
988
|
-
bodyAsText: string;
|
|
989
|
-
/**
|
|
990
|
-
* The response body as parsed JSON or XML
|
|
991
|
-
*/
|
|
992
|
-
parsedBody: VirtualNetworkRule;
|
|
993
|
-
};
|
|
994
|
-
};
|
|
995
|
-
/**
|
|
996
|
-
* Contains response data for the listByServer operation.
|
|
997
|
-
*/
|
|
998
|
-
export declare type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult & {
|
|
999
|
-
/**
|
|
1000
|
-
* The underlying HTTP response.
|
|
1001
|
-
*/
|
|
1002
|
-
_response: msRest.HttpResponse & {
|
|
1003
|
-
/**
|
|
1004
|
-
* The response body as text (string format)
|
|
1005
|
-
*/
|
|
1006
|
-
bodyAsText: string;
|
|
1007
|
-
/**
|
|
1008
|
-
* The response body as parsed JSON or XML
|
|
1009
|
-
*/
|
|
1010
|
-
parsedBody: VirtualNetworkRuleListResult;
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
/**
|
|
1014
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1015
|
-
*/
|
|
1016
|
-
export declare type VirtualNetworkRulesBeginCreateOrUpdateResponse = VirtualNetworkRule & {
|
|
1017
|
-
/**
|
|
1018
|
-
* The underlying HTTP response.
|
|
1019
|
-
*/
|
|
1020
|
-
_response: msRest.HttpResponse & {
|
|
1021
|
-
/**
|
|
1022
|
-
* The response body as text (string format)
|
|
1023
|
-
*/
|
|
1024
|
-
bodyAsText: string;
|
|
1025
|
-
/**
|
|
1026
|
-
* The response body as parsed JSON or XML
|
|
1027
|
-
*/
|
|
1028
|
-
parsedBody: VirtualNetworkRule;
|
|
1029
|
-
};
|
|
1030
|
-
};
|
|
1031
|
-
/**
|
|
1032
|
-
* Contains response data for the listByServerNext operation.
|
|
1033
|
-
*/
|
|
1034
|
-
export declare type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult & {
|
|
1035
|
-
/**
|
|
1036
|
-
* The underlying HTTP response.
|
|
1037
|
-
*/
|
|
1038
|
-
_response: msRest.HttpResponse & {
|
|
1039
|
-
/**
|
|
1040
|
-
* The response body as text (string format)
|
|
1041
|
-
*/
|
|
1042
|
-
bodyAsText: string;
|
|
1043
|
-
/**
|
|
1044
|
-
* The response body as parsed JSON or XML
|
|
1045
|
-
*/
|
|
1046
|
-
parsedBody: VirtualNetworkRuleListResult;
|
|
1047
|
-
};
|
|
1048
|
-
};
|
|
1049
|
-
/**
|
|
1050
|
-
* Contains response data for the createOrUpdate operation.
|
|
1051
|
-
*/
|
|
1052
|
-
export declare type DatabasesCreateOrUpdateResponse = Database & {
|
|
1053
|
-
/**
|
|
1054
|
-
* The underlying HTTP response.
|
|
1055
|
-
*/
|
|
1056
|
-
_response: msRest.HttpResponse & {
|
|
1057
|
-
/**
|
|
1058
|
-
* The response body as text (string format)
|
|
1059
|
-
*/
|
|
1060
|
-
bodyAsText: string;
|
|
1061
|
-
/**
|
|
1062
|
-
* The response body as parsed JSON or XML
|
|
1063
|
-
*/
|
|
1064
|
-
parsedBody: Database;
|
|
1065
|
-
};
|
|
1066
|
-
};
|
|
1067
|
-
/**
|
|
1068
|
-
* Contains response data for the get operation.
|
|
1069
|
-
*/
|
|
1070
|
-
export declare type DatabasesGetResponse = Database & {
|
|
1071
|
-
/**
|
|
1072
|
-
* The underlying HTTP response.
|
|
1073
|
-
*/
|
|
1074
|
-
_response: msRest.HttpResponse & {
|
|
1075
|
-
/**
|
|
1076
|
-
* The response body as text (string format)
|
|
1077
|
-
*/
|
|
1078
|
-
bodyAsText: string;
|
|
1079
|
-
/**
|
|
1080
|
-
* The response body as parsed JSON or XML
|
|
1081
|
-
*/
|
|
1082
|
-
parsedBody: Database;
|
|
1083
|
-
};
|
|
1084
|
-
};
|
|
1085
|
-
/**
|
|
1086
|
-
* Contains response data for the listByServer operation.
|
|
1087
|
-
*/
|
|
1088
|
-
export declare type DatabasesListByServerResponse = DatabaseListResult & {
|
|
1089
|
-
/**
|
|
1090
|
-
* The underlying HTTP response.
|
|
1091
|
-
*/
|
|
1092
|
-
_response: msRest.HttpResponse & {
|
|
1093
|
-
/**
|
|
1094
|
-
* The response body as text (string format)
|
|
1095
|
-
*/
|
|
1096
|
-
bodyAsText: string;
|
|
1097
|
-
/**
|
|
1098
|
-
* The response body as parsed JSON or XML
|
|
1099
|
-
*/
|
|
1100
|
-
parsedBody: DatabaseListResult;
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
/**
|
|
1104
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1105
|
-
*/
|
|
1106
|
-
export declare type DatabasesBeginCreateOrUpdateResponse = Database & {
|
|
1107
|
-
/**
|
|
1108
|
-
* The underlying HTTP response.
|
|
1109
|
-
*/
|
|
1110
|
-
_response: msRest.HttpResponse & {
|
|
1111
|
-
/**
|
|
1112
|
-
* The response body as text (string format)
|
|
1113
|
-
*/
|
|
1114
|
-
bodyAsText: string;
|
|
1115
|
-
/**
|
|
1116
|
-
* The response body as parsed JSON or XML
|
|
1117
|
-
*/
|
|
1118
|
-
parsedBody: Database;
|
|
1119
|
-
};
|
|
1120
|
-
};
|
|
1121
|
-
/**
|
|
1122
|
-
* Contains response data for the createOrUpdate operation.
|
|
1123
|
-
*/
|
|
1124
|
-
export declare type ConfigurationsCreateOrUpdateResponse = Configuration & {
|
|
1125
|
-
/**
|
|
1126
|
-
* The underlying HTTP response.
|
|
1127
|
-
*/
|
|
1128
|
-
_response: msRest.HttpResponse & {
|
|
1129
|
-
/**
|
|
1130
|
-
* The response body as text (string format)
|
|
1131
|
-
*/
|
|
1132
|
-
bodyAsText: string;
|
|
1133
|
-
/**
|
|
1134
|
-
* The response body as parsed JSON or XML
|
|
1135
|
-
*/
|
|
1136
|
-
parsedBody: Configuration;
|
|
1137
|
-
};
|
|
1138
|
-
};
|
|
1139
|
-
/**
|
|
1140
|
-
* Contains response data for the get operation.
|
|
1141
|
-
*/
|
|
1142
|
-
export declare type ConfigurationsGetResponse = Configuration & {
|
|
1143
|
-
/**
|
|
1144
|
-
* The underlying HTTP response.
|
|
1145
|
-
*/
|
|
1146
|
-
_response: msRest.HttpResponse & {
|
|
1147
|
-
/**
|
|
1148
|
-
* The response body as text (string format)
|
|
1149
|
-
*/
|
|
1150
|
-
bodyAsText: string;
|
|
1151
|
-
/**
|
|
1152
|
-
* The response body as parsed JSON or XML
|
|
1153
|
-
*/
|
|
1154
|
-
parsedBody: Configuration;
|
|
1155
|
-
};
|
|
1156
|
-
};
|
|
1157
|
-
/**
|
|
1158
|
-
* Contains response data for the listByServer operation.
|
|
1159
|
-
*/
|
|
1160
|
-
export declare type ConfigurationsListByServerResponse = ConfigurationListResult & {
|
|
1161
|
-
/**
|
|
1162
|
-
* The underlying HTTP response.
|
|
1163
|
-
*/
|
|
1164
|
-
_response: msRest.HttpResponse & {
|
|
1165
|
-
/**
|
|
1166
|
-
* The response body as text (string format)
|
|
1167
|
-
*/
|
|
1168
|
-
bodyAsText: string;
|
|
1169
|
-
/**
|
|
1170
|
-
* The response body as parsed JSON or XML
|
|
1171
|
-
*/
|
|
1172
|
-
parsedBody: ConfigurationListResult;
|
|
1173
|
-
};
|
|
1174
|
-
};
|
|
1175
|
-
/**
|
|
1176
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1177
|
-
*/
|
|
1178
|
-
export declare type ConfigurationsBeginCreateOrUpdateResponse = Configuration & {
|
|
1179
|
-
/**
|
|
1180
|
-
* The underlying HTTP response.
|
|
1181
|
-
*/
|
|
1182
|
-
_response: msRest.HttpResponse & {
|
|
1183
|
-
/**
|
|
1184
|
-
* The response body as text (string format)
|
|
1185
|
-
*/
|
|
1186
|
-
bodyAsText: string;
|
|
1187
|
-
/**
|
|
1188
|
-
* The response body as parsed JSON or XML
|
|
1189
|
-
*/
|
|
1190
|
-
parsedBody: Configuration;
|
|
1191
|
-
};
|
|
1192
|
-
};
|
|
1193
|
-
/**
|
|
1194
|
-
* Contains response data for the listByServer operation.
|
|
1195
|
-
*/
|
|
1196
|
-
export declare type LogFilesListByServerResponse = LogFileListResult & {
|
|
1197
|
-
/**
|
|
1198
|
-
* The underlying HTTP response.
|
|
1199
|
-
*/
|
|
1200
|
-
_response: msRest.HttpResponse & {
|
|
1201
|
-
/**
|
|
1202
|
-
* The response body as text (string format)
|
|
1203
|
-
*/
|
|
1204
|
-
bodyAsText: string;
|
|
1205
|
-
/**
|
|
1206
|
-
* The response body as parsed JSON or XML
|
|
1207
|
-
*/
|
|
1208
|
-
parsedBody: LogFileListResult;
|
|
1209
|
-
};
|
|
1210
|
-
};
|
|
1211
|
-
/**
|
|
1212
|
-
* Contains response data for the list operation.
|
|
1213
|
-
*/
|
|
1214
|
-
export declare type LocationBasedPerformanceTierListResponse = PerformanceTierListResult & {
|
|
1215
|
-
/**
|
|
1216
|
-
* The underlying HTTP response.
|
|
1217
|
-
*/
|
|
1218
|
-
_response: msRest.HttpResponse & {
|
|
1219
|
-
/**
|
|
1220
|
-
* The response body as text (string format)
|
|
1221
|
-
*/
|
|
1222
|
-
bodyAsText: string;
|
|
1223
|
-
/**
|
|
1224
|
-
* The response body as parsed JSON or XML
|
|
1225
|
-
*/
|
|
1226
|
-
parsedBody: PerformanceTierListResult;
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
/**
|
|
1230
|
-
* Contains response data for the execute operation.
|
|
1231
|
-
*/
|
|
1232
|
-
export declare type CheckNameAvailabilityExecuteResponse = NameAvailability & {
|
|
1233
|
-
/**
|
|
1234
|
-
* The underlying HTTP response.
|
|
1235
|
-
*/
|
|
1236
|
-
_response: msRest.HttpResponse & {
|
|
1237
|
-
/**
|
|
1238
|
-
* The response body as text (string format)
|
|
1239
|
-
*/
|
|
1240
|
-
bodyAsText: string;
|
|
1241
|
-
/**
|
|
1242
|
-
* The response body as parsed JSON or XML
|
|
1243
|
-
*/
|
|
1244
|
-
parsedBody: NameAvailability;
|
|
1245
|
-
};
|
|
1246
|
-
};
|
|
1247
|
-
/**
|
|
1248
|
-
* Contains response data for the get operation.
|
|
1249
|
-
*/
|
|
1250
|
-
export declare type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy & {
|
|
1251
|
-
/**
|
|
1252
|
-
* The underlying HTTP response.
|
|
1253
|
-
*/
|
|
1254
|
-
_response: msRest.HttpResponse & {
|
|
1255
|
-
/**
|
|
1256
|
-
* The response body as text (string format)
|
|
1257
|
-
*/
|
|
1258
|
-
bodyAsText: string;
|
|
1259
|
-
/**
|
|
1260
|
-
* The response body as parsed JSON or XML
|
|
1261
|
-
*/
|
|
1262
|
-
parsedBody: ServerSecurityAlertPolicy;
|
|
1263
|
-
};
|
|
1264
|
-
};
|
|
1265
|
-
/**
|
|
1266
|
-
* Contains response data for the createOrUpdate operation.
|
|
1267
|
-
*/
|
|
1268
|
-
export declare type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy & {
|
|
1269
|
-
/**
|
|
1270
|
-
* The underlying HTTP response.
|
|
1271
|
-
*/
|
|
1272
|
-
_response: msRest.HttpResponse & {
|
|
1273
|
-
/**
|
|
1274
|
-
* The response body as text (string format)
|
|
1275
|
-
*/
|
|
1276
|
-
bodyAsText: string;
|
|
1277
|
-
/**
|
|
1278
|
-
* The response body as parsed JSON or XML
|
|
1279
|
-
*/
|
|
1280
|
-
parsedBody: ServerSecurityAlertPolicy;
|
|
1281
|
-
};
|
|
1282
|
-
};
|
|
1283
|
-
/**
|
|
1284
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1285
|
-
*/
|
|
1286
|
-
export declare type ServerSecurityAlertPoliciesBeginCreateOrUpdateResponse = ServerSecurityAlertPolicy & {
|
|
1287
|
-
/**
|
|
1288
|
-
* The underlying HTTP response.
|
|
1289
|
-
*/
|
|
1290
|
-
_response: msRest.HttpResponse & {
|
|
1291
|
-
/**
|
|
1292
|
-
* The response body as text (string format)
|
|
1293
|
-
*/
|
|
1294
|
-
bodyAsText: string;
|
|
1295
|
-
/**
|
|
1296
|
-
* The response body as parsed JSON or XML
|
|
1297
|
-
*/
|
|
1298
|
-
parsedBody: ServerSecurityAlertPolicy;
|
|
1299
|
-
};
|
|
1300
|
-
};
|
|
1301
|
-
/**
|
|
1302
|
-
* Contains response data for the list operation.
|
|
1303
|
-
*/
|
|
1304
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
1305
|
-
/**
|
|
1306
|
-
* The underlying HTTP response.
|
|
1307
|
-
*/
|
|
1308
|
-
_response: msRest.HttpResponse & {
|
|
1309
|
-
/**
|
|
1310
|
-
* The response body as text (string format)
|
|
1311
|
-
*/
|
|
1312
|
-
bodyAsText: string;
|
|
1313
|
-
/**
|
|
1314
|
-
* The response body as parsed JSON or XML
|
|
1315
|
-
*/
|
|
1316
|
-
parsedBody: OperationListResult;
|
|
1317
|
-
};
|
|
1318
|
-
};
|
|
1319
|
-
//# sourceMappingURL=index.d.ts.map
|