@azure/arm-mysql 4.0.0 → 5.0.0-alpha.20211221.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{src/models/locationBasedPerformanceTierMappers.ts → dist-esm/src/index.js} +5 -10
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1641 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +131 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +79 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1245 -1342
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +180 -101
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/mySQLManagementClient.d.ts +67 -0
- package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mySQLManagementClient.js +178 -0
- package/dist-esm/src/mySQLManagementClient.js.map +1 -0
- package/dist-esm/src/operations/advisors.d.ts +46 -0
- package/dist-esm/src/operations/advisors.d.ts.map +1 -0
- package/dist-esm/src/operations/advisors.js +160 -0
- package/dist-esm/src/operations/advisors.js.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +57 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +219 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +73 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +293 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +73 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +293 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operations/logFiles.d.ts +30 -0
- package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operations/logFiles.js +99 -0
- package/dist-esm/src/operations/logFiles.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +169 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queryTexts.d.ts +49 -0
- package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operations/queryTexts.js +172 -0
- package/dist-esm/src/operations/queryTexts.js.map +1 -0
- package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
- package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operations/recommendedActions.js +173 -0
- package/dist-esm/src/operations/recommendedActions.js.map +1 -0
- package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
- package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operations/recoverableServers.js +53 -0
- package/dist-esm/src/operations/recoverableServers.js.map +1 -0
- package/dist-esm/src/operations/replicas.d.ts +30 -0
- package/dist-esm/src/operations/replicas.d.ts.map +1 -0
- package/dist-esm/src/operations/replicas.js +99 -0
- package/dist-esm/src/operations/replicas.js.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.js +287 -0
- package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/serverKeys.d.ts +81 -0
- package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/serverKeys.js +331 -0
- package/dist-esm/src/operations/serverKeys.js.map +1 -0
- package/dist-esm/src/operations/serverParameters.d.ts +30 -0
- package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operations/serverParameters.js +110 -0
- package/dist-esm/src/operations/serverParameters.js.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +156 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +722 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.js +174 -0
- package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
- package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
- package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/waitStatistics.js +174 -0
- package/dist-esm/src/operations/waitStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
- package/{src/models/locationBasedRecommendedActionSessionsOperationStatusMappers.ts → dist-esm/src/operationsInterfaces/advisors.js} +2 -6
- package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/{src/models/checkNameAvailabilityMappers.ts → dist-esm/src/operationsInterfaces/checkNameAvailability.js} +2 -9
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -10
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +33 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/{esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js → dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js} +2 -2
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/servers.js} +2 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-mysql.api.md +1572 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1475 -2772
- package/src/models/mappers.ts +1244 -1336
- package/src/models/parameters.ts +245 -101
- package/src/mySQLManagementClient.ts +274 -153
- package/src/operations/advisors.ts +157 -133
- package/src/operations/checkNameAvailability.ts +35 -57
- package/src/operations/configurations.ts +230 -137
- package/src/operations/databases.ts +318 -177
- package/src/operations/firewallRules.ts +318 -177
- package/src/operations/index.ts +1 -2
- package/src/operations/locationBasedPerformanceTier.ts +76 -44
- package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +38 -54
- package/src/operations/locationBasedRecommendedActionSessionsResult.ts +122 -88
- package/src/operations/logFiles.ts +96 -47
- package/src/operations/operations.ts +27 -41
- package/src/operations/privateEndpointConnections.ts +464 -244
- package/src/operations/privateLinkResources.ts +157 -124
- package/src/operations/queryTexts.ts +169 -133
- package/src/operations/recommendedActions.ts +168 -132
- package/src/operations/recoverableServers.ts +37 -51
- package/src/operations/replicas.ts +96 -47
- package/src/operations/serverAdministrators.ts +294 -166
- package/src/operations/serverBasedPerformanceTier.ts +85 -47
- package/src/operations/serverKeys.ts +335 -203
- package/src/operations/serverParameters.ts +117 -53
- package/src/operations/serverSecurityAlertPolicies.ts +276 -174
- package/src/operations/servers.ts +775 -384
- package/src/operations/topQueryStatistics.ts +173 -135
- package/src/operations/virtualNetworkRules.ts +351 -219
- package/src/operations/waitStatistics.ts +173 -135
- package/src/operationsInterfaces/advisors.ts +44 -0
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/configurations.ts +82 -0
- package/src/operationsInterfaces/databases.ts +109 -0
- package/src/operationsInterfaces/firewallRules.ts +109 -0
- package/src/operationsInterfaces/index.ts +33 -0
- package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
- package/src/operationsInterfaces/logFiles.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/queryTexts.ts +46 -0
- package/src/operationsInterfaces/recommendedActions.ts +48 -0
- package/src/operationsInterfaces/recoverableServers.ts +27 -0
- package/src/operationsInterfaces/replicas.ts +26 -0
- package/src/operationsInterfaces/serverAdministrators.ts +101 -0
- package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
- package/src/operationsInterfaces/serverKeys.ts +109 -0
- package/src/operationsInterfaces/serverParameters.ts +49 -0
- package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
- package/src/operationsInterfaces/servers.ts +233 -0
- package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
- package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
- package/src/operationsInterfaces/waitStatistics.ts +47 -0
- package/tsconfig.json +3 -3
- package/types/arm-mysql.d.ts +2729 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-mysql.js +0 -7399
- package/dist/arm-mysql.js.map +0 -1
- package/dist/arm-mysql.min.js +0 -1
- package/dist/arm-mysql.min.js.map +0 -1
- package/esm/models/advisorsMappers.d.ts +0 -2
- package/esm/models/advisorsMappers.d.ts.map +0 -1
- package/esm/models/advisorsMappers.js +0 -9
- package/esm/models/advisorsMappers.js.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
- package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.js +0 -9
- package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js +0 -9
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2973
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
- package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts +0 -2
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts +0 -2
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js +0 -9
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js.map +0 -1
- package/esm/models/logFilesMappers.d.ts +0 -2
- package/esm/models/logFilesMappers.d.ts.map +0 -1
- package/esm/models/logFilesMappers.js +0 -9
- package/esm/models/logFilesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -80
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queryTextsMappers.d.ts +0 -2
- package/esm/models/queryTextsMappers.d.ts.map +0 -1
- package/esm/models/queryTextsMappers.js +0 -9
- package/esm/models/queryTextsMappers.js.map +0 -1
- package/esm/models/recommendedActionsMappers.d.ts +0 -2
- package/esm/models/recommendedActionsMappers.d.ts.map +0 -1
- package/esm/models/recommendedActionsMappers.js +0 -9
- package/esm/models/recommendedActionsMappers.js.map +0 -1
- package/esm/models/recoverableServersMappers.d.ts +0 -2
- package/esm/models/recoverableServersMappers.d.ts.map +0 -1
- package/esm/models/recoverableServersMappers.js +0 -9
- package/esm/models/recoverableServersMappers.js.map +0 -1
- package/esm/models/replicasMappers.d.ts +0 -2
- package/esm/models/replicasMappers.d.ts.map +0 -1
- package/esm/models/replicasMappers.js +0 -9
- package/esm/models/replicasMappers.js.map +0 -1
- package/esm/models/serverAdministratorsMappers.d.ts +0 -2
- package/esm/models/serverAdministratorsMappers.d.ts.map +0 -1
- package/esm/models/serverAdministratorsMappers.js +0 -9
- package/esm/models/serverAdministratorsMappers.js.map +0 -1
- package/esm/models/serverBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/serverBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/serverBasedPerformanceTierMappers.js +0 -9
- package/esm/models/serverBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/serverKeysMappers.d.ts +0 -2
- package/esm/models/serverKeysMappers.d.ts.map +0 -1
- package/esm/models/serverKeysMappers.js +0 -9
- package/esm/models/serverKeysMappers.js.map +0 -1
- package/esm/models/serverParametersMappers.d.ts +0 -2
- package/esm/models/serverParametersMappers.d.ts.map +0 -1
- package/esm/models/serverParametersMappers.js +0 -9
- package/esm/models/serverParametersMappers.js.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
- package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
- package/esm/models/serversMappers.d.ts +0 -2
- package/esm/models/serversMappers.d.ts.map +0 -1
- package/esm/models/serversMappers.js +0 -9
- package/esm/models/serversMappers.js.map +0 -1
- package/esm/models/topQueryStatisticsMappers.d.ts +0 -2
- package/esm/models/topQueryStatisticsMappers.d.ts.map +0 -1
- package/esm/models/topQueryStatisticsMappers.js +0 -9
- package/esm/models/topQueryStatisticsMappers.js.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
- package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.js +0 -9
- package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
- package/esm/models/waitStatisticsMappers.d.ts +0 -2
- package/esm/models/waitStatisticsMappers.d.ts.map +0 -1
- package/esm/models/waitStatisticsMappers.js +0 -9
- package/esm/models/waitStatisticsMappers.js.map +0 -1
- package/esm/mySQLManagementClient.d.ts +0 -90
- package/esm/mySQLManagementClient.d.ts.map +0 -1
- package/esm/mySQLManagementClient.js +0 -151
- package/esm/mySQLManagementClient.js.map +0 -1
- package/esm/mySQLManagementClientContext.d.ts +0 -21
- package/esm/mySQLManagementClientContext.d.ts.map +0 -1
- package/esm/mySQLManagementClientContext.js +0 -59
- package/esm/mySQLManagementClientContext.js.map +0 -1
- package/esm/operations/advisors.d.ts +0 -76
- package/esm/operations/advisors.d.ts.map +0 -1
- package/esm/operations/advisors.js +0 -119
- package/esm/operations/advisors.js.map +0 -1
- package/esm/operations/checkNameAvailability.d.ts +0 -34
- package/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/esm/operations/checkNameAvailability.js +0 -59
- package/esm/operations/checkNameAvailability.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -79
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -152
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -97
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -208
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -97
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -208
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
- package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.js +0 -55
- package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +0 -34
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js +0 -57
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts +0 -52
- package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsResult.js +0 -92
- package/esm/operations/locationBasedRecommendedActionSessionsResult.js.map +0 -1
- package/esm/operations/logFiles.d.ts +0 -34
- package/esm/operations/logFiles.d.ts.map +0 -1
- package/esm/operations/logFiles.js +0 -57
- package/esm/operations/logFiles.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -137
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -296
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queryTexts.d.ts +0 -82
- package/esm/operations/queryTexts.d.ts.map +0 -1
- package/esm/operations/queryTexts.js +0 -123
- package/esm/operations/queryTexts.js.map +0 -1
- package/esm/operations/recommendedActions.d.ts +0 -82
- package/esm/operations/recommendedActions.d.ts.map +0 -1
- package/esm/operations/recommendedActions.js +0 -125
- package/esm/operations/recommendedActions.js.map +0 -1
- package/esm/operations/recoverableServers.d.ts +0 -34
- package/esm/operations/recoverableServers.d.ts.map +0 -1
- package/esm/operations/recoverableServers.js +0 -57
- package/esm/operations/recoverableServers.js.map +0 -1
- package/esm/operations/replicas.d.ts +0 -34
- package/esm/operations/replicas.d.ts.map +0 -1
- package/esm/operations/replicas.js +0 -57
- package/esm/operations/replicas.js.map +0 -1
- package/esm/operations/serverAdministrators.d.ts +0 -92
- package/esm/operations/serverAdministrators.d.ts.map +0 -1
- package/esm/operations/serverAdministrators.js +0 -199
- package/esm/operations/serverAdministrators.js.map +0 -1
- package/esm/operations/serverBasedPerformanceTier.d.ts +0 -34
- package/esm/operations/serverBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/serverBasedPerformanceTier.js +0 -57
- package/esm/operations/serverBasedPerformanceTier.js.map +0 -1
- package/esm/operations/serverKeys.d.ts +0 -115
- package/esm/operations/serverKeys.d.ts.map +0 -1
- package/esm/operations/serverKeys.js +0 -236
- package/esm/operations/serverKeys.js.map +0 -1
- package/esm/operations/serverParameters.d.ts +0 -32
- package/esm/operations/serverParameters.d.ts.map +0 -1
- package/esm/operations/serverParameters.js +0 -84
- package/esm/operations/serverParameters.js.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -92
- package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.js +0 -177
- package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
- package/esm/operations/servers.d.ts +0 -190
- package/esm/operations/servers.d.ts.map +0 -1
- package/esm/operations/servers.js +0 -483
- package/esm/operations/servers.js.map +0 -1
- package/esm/operations/topQueryStatistics.d.ts +0 -79
- package/esm/operations/topQueryStatistics.d.ts.map +0 -1
- package/esm/operations/topQueryStatistics.js +0 -125
- package/esm/operations/topQueryStatistics.js.map +0 -1
- package/esm/operations/virtualNetworkRules.d.ts +0 -115
- package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
- package/esm/operations/virtualNetworkRules.js +0 -237
- package/esm/operations/virtualNetworkRules.js.map +0 -1
- package/esm/operations/waitStatistics.d.ts +0 -79
- package/esm/operations/waitStatistics.d.ts.map +0 -1
- package/esm/operations/waitStatistics.js +0 -125
- package/esm/operations/waitStatistics.js.map +0 -1
- package/src/models/advisorsMappers.ts +0 -44
- package/src/models/configurationsMappers.ts +0 -46
- package/src/models/databasesMappers.ts +0 -46
- package/src/models/firewallRulesMappers.ts +0 -46
- package/src/models/locationBasedRecommendedActionSessionsResultMappers.ts +0 -44
- package/src/models/logFilesMappers.ts +0 -46
- package/src/models/privateEndpointConnectionsMappers.ts +0 -47
- package/src/models/privateLinkResourcesMappers.ts +0 -46
- package/src/models/queryTextsMappers.ts +0 -46
- package/src/models/recommendedActionsMappers.ts +0 -44
- package/src/models/recoverableServersMappers.ts +0 -45
- package/src/models/replicasMappers.ts +0 -46
- package/src/models/serverAdministratorsMappers.ts +0 -46
- package/src/models/serverBasedPerformanceTierMappers.ts +0 -17
- package/src/models/serverKeysMappers.ts +0 -46
- package/src/models/serverParametersMappers.ts +0 -46
- package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -44
- package/src/models/serversMappers.ts +0 -54
- package/src/models/topQueryStatisticsMappers.ts +0 -47
- package/src/models/virtualNetworkRulesMappers.ts +0 -44
- package/src/models/waitStatisticsMappers.ts +0 -47
- package/src/mySQLManagementClientContext.ts +0 -65
package/src/models/mappers.ts
CHANGED
|
@@ -6,141 +6,116 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const PrivateEndpointProperty: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "PrivateEndpointProperty",
|
|
11
|
+
export const ServerForCreate: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "ServerForCreate",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
serializedName: "
|
|
16
|
+
identity: {
|
|
17
|
+
serializedName: "identity",
|
|
23
18
|
type: {
|
|
24
|
-
name: "
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "ResourceIdentity"
|
|
25
21
|
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export const ServerPrivateLinkServiceConnectionStateProperty: msRest.CompositeMapper = {
|
|
32
|
-
serializedName: "ServerPrivateLinkServiceConnectionStateProperty",
|
|
33
|
-
type: {
|
|
34
|
-
name: "Composite",
|
|
35
|
-
className: "ServerPrivateLinkServiceConnectionStateProperty",
|
|
36
|
-
modelProperties: {
|
|
37
|
-
status: {
|
|
38
|
-
required: true,
|
|
39
|
-
serializedName: "status",
|
|
22
|
+
},
|
|
23
|
+
sku: {
|
|
24
|
+
serializedName: "sku",
|
|
40
25
|
type: {
|
|
41
|
-
name: "
|
|
26
|
+
name: "Composite",
|
|
27
|
+
className: "Sku"
|
|
42
28
|
}
|
|
43
29
|
},
|
|
44
|
-
|
|
30
|
+
properties: {
|
|
31
|
+
serializedName: "properties",
|
|
32
|
+
type: {
|
|
33
|
+
name: "Composite",
|
|
34
|
+
className: "ServerPropertiesForCreate"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
location: {
|
|
38
|
+
serializedName: "location",
|
|
45
39
|
required: true,
|
|
46
|
-
serializedName: "description",
|
|
47
40
|
type: {
|
|
48
41
|
name: "String"
|
|
49
42
|
}
|
|
50
43
|
},
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
serializedName: "actionsRequired",
|
|
44
|
+
tags: {
|
|
45
|
+
serializedName: "tags",
|
|
54
46
|
type: {
|
|
55
|
-
name: "
|
|
47
|
+
name: "Dictionary",
|
|
48
|
+
value: { type: { name: "String" } }
|
|
56
49
|
}
|
|
57
50
|
}
|
|
58
51
|
}
|
|
59
52
|
}
|
|
60
53
|
};
|
|
61
54
|
|
|
62
|
-
export const
|
|
63
|
-
serializedName: "ServerPrivateEndpointConnectionProperties",
|
|
55
|
+
export const ResourceIdentity: coreClient.CompositeMapper = {
|
|
64
56
|
type: {
|
|
65
57
|
name: "Composite",
|
|
66
|
-
className: "
|
|
58
|
+
className: "ResourceIdentity",
|
|
67
59
|
modelProperties: {
|
|
68
|
-
|
|
69
|
-
serializedName: "
|
|
60
|
+
principalId: {
|
|
61
|
+
serializedName: "principalId",
|
|
62
|
+
readOnly: true,
|
|
70
63
|
type: {
|
|
71
|
-
name: "
|
|
72
|
-
className: "PrivateEndpointProperty"
|
|
64
|
+
name: "Uuid"
|
|
73
65
|
}
|
|
74
66
|
},
|
|
75
|
-
|
|
76
|
-
serializedName: "
|
|
67
|
+
type: {
|
|
68
|
+
serializedName: "type",
|
|
77
69
|
type: {
|
|
78
|
-
name: "
|
|
79
|
-
className: "ServerPrivateLinkServiceConnectionStateProperty"
|
|
70
|
+
name: "String"
|
|
80
71
|
}
|
|
81
72
|
},
|
|
82
|
-
|
|
73
|
+
tenantId: {
|
|
74
|
+
serializedName: "tenantId",
|
|
83
75
|
readOnly: true,
|
|
84
|
-
serializedName: "provisioningState",
|
|
85
76
|
type: {
|
|
86
|
-
name: "
|
|
77
|
+
name: "Uuid"
|
|
87
78
|
}
|
|
88
79
|
}
|
|
89
80
|
}
|
|
90
81
|
}
|
|
91
82
|
};
|
|
92
83
|
|
|
93
|
-
export const
|
|
94
|
-
serializedName: "ServerPrivateEndpointConnection",
|
|
84
|
+
export const Sku: coreClient.CompositeMapper = {
|
|
95
85
|
type: {
|
|
96
86
|
name: "Composite",
|
|
97
|
-
className: "
|
|
87
|
+
className: "Sku",
|
|
98
88
|
modelProperties: {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
89
|
+
name: {
|
|
90
|
+
serializedName: "name",
|
|
91
|
+
required: true,
|
|
102
92
|
type: {
|
|
103
93
|
name: "String"
|
|
104
94
|
}
|
|
105
95
|
},
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
serializedName: "properties",
|
|
96
|
+
tier: {
|
|
97
|
+
serializedName: "tier",
|
|
109
98
|
type: {
|
|
110
|
-
name: "
|
|
111
|
-
className: "ServerPrivateEndpointConnectionProperties"
|
|
99
|
+
name: "String"
|
|
112
100
|
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
serializedName: "StorageProfile",
|
|
120
|
-
type: {
|
|
121
|
-
name: "Composite",
|
|
122
|
-
className: "StorageProfile",
|
|
123
|
-
modelProperties: {
|
|
124
|
-
backupRetentionDays: {
|
|
125
|
-
serializedName: "backupRetentionDays",
|
|
101
|
+
},
|
|
102
|
+
capacity: {
|
|
103
|
+
constraints: {
|
|
104
|
+
InclusiveMinimum: 0
|
|
105
|
+
},
|
|
106
|
+
serializedName: "capacity",
|
|
126
107
|
type: {
|
|
127
108
|
name: "Number"
|
|
128
109
|
}
|
|
129
110
|
},
|
|
130
|
-
|
|
131
|
-
serializedName: "
|
|
111
|
+
size: {
|
|
112
|
+
serializedName: "size",
|
|
132
113
|
type: {
|
|
133
114
|
name: "String"
|
|
134
115
|
}
|
|
135
116
|
},
|
|
136
|
-
|
|
137
|
-
serializedName: "
|
|
138
|
-
type: {
|
|
139
|
-
name: "Number"
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
storageAutogrow: {
|
|
143
|
-
serializedName: "storageAutogrow",
|
|
117
|
+
family: {
|
|
118
|
+
serializedName: "family",
|
|
144
119
|
type: {
|
|
145
120
|
name: "String"
|
|
146
121
|
}
|
|
@@ -149,16 +124,15 @@ export const StorageProfile: msRest.CompositeMapper = {
|
|
|
149
124
|
}
|
|
150
125
|
};
|
|
151
126
|
|
|
152
|
-
export const ServerPropertiesForCreate:
|
|
153
|
-
serializedName: "ServerPropertiesForCreate",
|
|
127
|
+
export const ServerPropertiesForCreate: coreClient.CompositeMapper = {
|
|
154
128
|
type: {
|
|
155
129
|
name: "Composite",
|
|
130
|
+
className: "ServerPropertiesForCreate",
|
|
131
|
+
uberParent: "ServerPropertiesForCreate",
|
|
156
132
|
polymorphicDiscriminator: {
|
|
157
133
|
serializedName: "createMode",
|
|
158
134
|
clientName: "createMode"
|
|
159
135
|
},
|
|
160
|
-
uberParent: "ServerPropertiesForCreate",
|
|
161
|
-
className: "ServerPropertiesForCreate",
|
|
162
136
|
modelProperties: {
|
|
163
137
|
version: {
|
|
164
138
|
serializedName: "version",
|
|
@@ -170,10 +144,7 @@ export const ServerPropertiesForCreate: msRest.CompositeMapper = {
|
|
|
170
144
|
serializedName: "sslEnforcement",
|
|
171
145
|
type: {
|
|
172
146
|
name: "Enum",
|
|
173
|
-
allowedValues: [
|
|
174
|
-
"Enabled",
|
|
175
|
-
"Disabled"
|
|
176
|
-
]
|
|
147
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
177
148
|
}
|
|
178
149
|
},
|
|
179
150
|
minimalTlsVersion: {
|
|
@@ -202,8 +173,8 @@ export const ServerPropertiesForCreate: msRest.CompositeMapper = {
|
|
|
202
173
|
}
|
|
203
174
|
},
|
|
204
175
|
createMode: {
|
|
205
|
-
required: true,
|
|
206
176
|
serializedName: "createMode",
|
|
177
|
+
required: true,
|
|
207
178
|
type: {
|
|
208
179
|
name: "String"
|
|
209
180
|
}
|
|
@@ -212,25 +183,31 @@ export const ServerPropertiesForCreate: msRest.CompositeMapper = {
|
|
|
212
183
|
}
|
|
213
184
|
};
|
|
214
185
|
|
|
215
|
-
export const
|
|
216
|
-
serializedName: "Default",
|
|
186
|
+
export const StorageProfile: coreClient.CompositeMapper = {
|
|
217
187
|
type: {
|
|
218
188
|
name: "Composite",
|
|
219
|
-
|
|
220
|
-
uberParent: "ServerPropertiesForCreate",
|
|
221
|
-
className: "ServerPropertiesForDefaultCreate",
|
|
189
|
+
className: "StorageProfile",
|
|
222
190
|
modelProperties: {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
191
|
+
backupRetentionDays: {
|
|
192
|
+
serializedName: "backupRetentionDays",
|
|
193
|
+
type: {
|
|
194
|
+
name: "Number"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
geoRedundantBackup: {
|
|
198
|
+
serializedName: "geoRedundantBackup",
|
|
227
199
|
type: {
|
|
228
200
|
name: "String"
|
|
229
201
|
}
|
|
230
202
|
},
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
203
|
+
storageMB: {
|
|
204
|
+
serializedName: "storageMB",
|
|
205
|
+
type: {
|
|
206
|
+
name: "Number"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
storageAutogrow: {
|
|
210
|
+
serializedName: "storageAutogrow",
|
|
234
211
|
type: {
|
|
235
212
|
name: "String"
|
|
236
213
|
}
|
|
@@ -239,45 +216,51 @@ export const ServerPropertiesForDefaultCreate: msRest.CompositeMapper = {
|
|
|
239
216
|
}
|
|
240
217
|
};
|
|
241
218
|
|
|
242
|
-
export const
|
|
243
|
-
serializedName: "PointInTimeRestore",
|
|
219
|
+
export const ServerPrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
244
220
|
type: {
|
|
245
221
|
name: "Composite",
|
|
246
|
-
|
|
247
|
-
uberParent: "ServerPropertiesForCreate",
|
|
248
|
-
className: "ServerPropertiesForRestore",
|
|
222
|
+
className: "ServerPrivateEndpointConnection",
|
|
249
223
|
modelProperties: {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
serializedName: "sourceServerId",
|
|
224
|
+
id: {
|
|
225
|
+
serializedName: "id",
|
|
226
|
+
readOnly: true,
|
|
254
227
|
type: {
|
|
255
228
|
name: "String"
|
|
256
229
|
}
|
|
257
230
|
},
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
serializedName: "restorePointInTime",
|
|
231
|
+
properties: {
|
|
232
|
+
serializedName: "properties",
|
|
261
233
|
type: {
|
|
262
|
-
name: "
|
|
234
|
+
name: "Composite",
|
|
235
|
+
className: "ServerPrivateEndpointConnectionProperties"
|
|
263
236
|
}
|
|
264
237
|
}
|
|
265
238
|
}
|
|
266
239
|
}
|
|
267
240
|
};
|
|
268
241
|
|
|
269
|
-
export const
|
|
270
|
-
serializedName: "GeoRestore",
|
|
242
|
+
export const ServerPrivateEndpointConnectionProperties: coreClient.CompositeMapper = {
|
|
271
243
|
type: {
|
|
272
244
|
name: "Composite",
|
|
273
|
-
|
|
274
|
-
uberParent: "ServerPropertiesForCreate",
|
|
275
|
-
className: "ServerPropertiesForGeoRestore",
|
|
245
|
+
className: "ServerPrivateEndpointConnectionProperties",
|
|
276
246
|
modelProperties: {
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
247
|
+
privateEndpoint: {
|
|
248
|
+
serializedName: "privateEndpoint",
|
|
249
|
+
type: {
|
|
250
|
+
name: "Composite",
|
|
251
|
+
className: "PrivateEndpointProperty"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
privateLinkServiceConnectionState: {
|
|
255
|
+
serializedName: "privateLinkServiceConnectionState",
|
|
256
|
+
type: {
|
|
257
|
+
name: "Composite",
|
|
258
|
+
className: "ServerPrivateLinkServiceConnectionStateProperty"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
provisioningState: {
|
|
262
|
+
serializedName: "provisioningState",
|
|
263
|
+
readOnly: true,
|
|
281
264
|
type: {
|
|
282
265
|
name: "String"
|
|
283
266
|
}
|
|
@@ -286,18 +269,13 @@ export const ServerPropertiesForGeoRestore: msRest.CompositeMapper = {
|
|
|
286
269
|
}
|
|
287
270
|
};
|
|
288
271
|
|
|
289
|
-
export const
|
|
290
|
-
serializedName: "Replica",
|
|
272
|
+
export const PrivateEndpointProperty: coreClient.CompositeMapper = {
|
|
291
273
|
type: {
|
|
292
274
|
name: "Composite",
|
|
293
|
-
|
|
294
|
-
uberParent: "ServerPropertiesForCreate",
|
|
295
|
-
className: "ServerPropertiesForReplica",
|
|
275
|
+
className: "PrivateEndpointProperty",
|
|
296
276
|
modelProperties: {
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
required: true,
|
|
300
|
-
serializedName: "sourceServerId",
|
|
277
|
+
id: {
|
|
278
|
+
serializedName: "id",
|
|
301
279
|
type: {
|
|
302
280
|
name: "String"
|
|
303
281
|
}
|
|
@@ -306,42 +284,28 @@ export const ServerPropertiesForReplica: msRest.CompositeMapper = {
|
|
|
306
284
|
}
|
|
307
285
|
};
|
|
308
286
|
|
|
309
|
-
export const
|
|
310
|
-
serializedName: "Sku",
|
|
287
|
+
export const ServerPrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper = {
|
|
311
288
|
type: {
|
|
312
289
|
name: "Composite",
|
|
313
|
-
className: "
|
|
290
|
+
className: "ServerPrivateLinkServiceConnectionStateProperty",
|
|
314
291
|
modelProperties: {
|
|
315
|
-
|
|
292
|
+
status: {
|
|
293
|
+
serializedName: "status",
|
|
316
294
|
required: true,
|
|
317
|
-
serializedName: "name",
|
|
318
|
-
type: {
|
|
319
|
-
name: "String"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
tier: {
|
|
323
|
-
serializedName: "tier",
|
|
324
295
|
type: {
|
|
325
296
|
name: "String"
|
|
326
297
|
}
|
|
327
298
|
},
|
|
328
|
-
|
|
329
|
-
serializedName: "
|
|
330
|
-
|
|
331
|
-
InclusiveMinimum: 0
|
|
332
|
-
},
|
|
333
|
-
type: {
|
|
334
|
-
name: "Number"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
size: {
|
|
338
|
-
serializedName: "size",
|
|
299
|
+
description: {
|
|
300
|
+
serializedName: "description",
|
|
301
|
+
required: true,
|
|
339
302
|
type: {
|
|
340
303
|
name: "String"
|
|
341
304
|
}
|
|
342
305
|
},
|
|
343
|
-
|
|
344
|
-
serializedName: "
|
|
306
|
+
actionsRequired: {
|
|
307
|
+
serializedName: "actionsRequired",
|
|
308
|
+
readOnly: true,
|
|
345
309
|
type: {
|
|
346
310
|
name: "String"
|
|
347
311
|
}
|
|
@@ -350,219 +314,100 @@ export const Sku: msRest.CompositeMapper = {
|
|
|
350
314
|
}
|
|
351
315
|
};
|
|
352
316
|
|
|
353
|
-
export const
|
|
354
|
-
serializedName: "ResourceIdentity",
|
|
317
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
355
318
|
type: {
|
|
356
319
|
name: "Composite",
|
|
357
|
-
className: "
|
|
320
|
+
className: "Resource",
|
|
358
321
|
modelProperties: {
|
|
359
|
-
|
|
322
|
+
id: {
|
|
323
|
+
serializedName: "id",
|
|
360
324
|
readOnly: true,
|
|
361
|
-
serializedName: "principalId",
|
|
362
325
|
type: {
|
|
363
|
-
name: "
|
|
326
|
+
name: "String"
|
|
364
327
|
}
|
|
365
328
|
},
|
|
366
|
-
|
|
367
|
-
serializedName: "
|
|
329
|
+
name: {
|
|
330
|
+
serializedName: "name",
|
|
331
|
+
readOnly: true,
|
|
368
332
|
type: {
|
|
369
333
|
name: "String"
|
|
370
334
|
}
|
|
371
335
|
},
|
|
372
|
-
|
|
336
|
+
type: {
|
|
337
|
+
serializedName: "type",
|
|
373
338
|
readOnly: true,
|
|
374
|
-
serializedName: "tenantId",
|
|
375
339
|
type: {
|
|
376
|
-
name: "
|
|
340
|
+
name: "String"
|
|
377
341
|
}
|
|
378
342
|
}
|
|
379
343
|
}
|
|
380
344
|
}
|
|
381
345
|
};
|
|
382
346
|
|
|
383
|
-
export const
|
|
384
|
-
serializedName: "Resource",
|
|
347
|
+
export const CloudError: coreClient.CompositeMapper = {
|
|
385
348
|
type: {
|
|
386
349
|
name: "Composite",
|
|
387
|
-
className: "
|
|
350
|
+
className: "CloudError",
|
|
388
351
|
modelProperties: {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
serializedName: "id",
|
|
392
|
-
type: {
|
|
393
|
-
name: "String"
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
name: {
|
|
397
|
-
readOnly: true,
|
|
398
|
-
serializedName: "name",
|
|
399
|
-
type: {
|
|
400
|
-
name: "String"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
type: {
|
|
404
|
-
readOnly: true,
|
|
405
|
-
serializedName: "type",
|
|
406
|
-
type: {
|
|
407
|
-
name: "String"
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
};
|
|
413
|
-
|
|
414
|
-
export const TrackedResource: msRest.CompositeMapper = {
|
|
415
|
-
serializedName: "TrackedResource",
|
|
416
|
-
type: {
|
|
417
|
-
name: "Composite",
|
|
418
|
-
className: "TrackedResource",
|
|
419
|
-
modelProperties: {
|
|
420
|
-
...Resource.type.modelProperties,
|
|
421
|
-
tags: {
|
|
422
|
-
serializedName: "tags",
|
|
423
|
-
type: {
|
|
424
|
-
name: "Dictionary",
|
|
425
|
-
value: {
|
|
426
|
-
type: {
|
|
427
|
-
name: "String"
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
},
|
|
432
|
-
location: {
|
|
433
|
-
required: true,
|
|
434
|
-
serializedName: "location",
|
|
352
|
+
error: {
|
|
353
|
+
serializedName: "error",
|
|
435
354
|
type: {
|
|
436
|
-
name: "
|
|
355
|
+
name: "Composite",
|
|
356
|
+
className: "ErrorResponse"
|
|
437
357
|
}
|
|
438
358
|
}
|
|
439
359
|
}
|
|
440
360
|
}
|
|
441
361
|
};
|
|
442
362
|
|
|
443
|
-
export const
|
|
444
|
-
serializedName: "Server",
|
|
363
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
445
364
|
type: {
|
|
446
365
|
name: "Composite",
|
|
447
|
-
className: "
|
|
366
|
+
className: "ErrorResponse",
|
|
448
367
|
modelProperties: {
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
serializedName: "identity",
|
|
452
|
-
type: {
|
|
453
|
-
name: "Composite",
|
|
454
|
-
className: "ResourceIdentity"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
sku: {
|
|
458
|
-
serializedName: "sku",
|
|
459
|
-
type: {
|
|
460
|
-
name: "Composite",
|
|
461
|
-
className: "Sku"
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
administratorLogin: {
|
|
465
|
-
serializedName: "properties.administratorLogin",
|
|
466
|
-
type: {
|
|
467
|
-
name: "String"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
version: {
|
|
471
|
-
serializedName: "properties.version",
|
|
472
|
-
type: {
|
|
473
|
-
name: "String"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
sslEnforcement: {
|
|
477
|
-
serializedName: "properties.sslEnforcement",
|
|
478
|
-
type: {
|
|
479
|
-
name: "Enum",
|
|
480
|
-
allowedValues: [
|
|
481
|
-
"Enabled",
|
|
482
|
-
"Disabled"
|
|
483
|
-
]
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
minimalTlsVersion: {
|
|
487
|
-
serializedName: "properties.minimalTlsVersion",
|
|
488
|
-
type: {
|
|
489
|
-
name: "String"
|
|
490
|
-
}
|
|
491
|
-
},
|
|
492
|
-
byokEnforcement: {
|
|
368
|
+
code: {
|
|
369
|
+
serializedName: "code",
|
|
493
370
|
readOnly: true,
|
|
494
|
-
serializedName: "properties.byokEnforcement",
|
|
495
|
-
type: {
|
|
496
|
-
name: "String"
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
|
-
infrastructureEncryption: {
|
|
500
|
-
serializedName: "properties.infrastructureEncryption",
|
|
501
|
-
type: {
|
|
502
|
-
name: "String"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
userVisibleState: {
|
|
506
|
-
serializedName: "properties.userVisibleState",
|
|
507
|
-
type: {
|
|
508
|
-
name: "String"
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
fullyQualifiedDomainName: {
|
|
512
|
-
serializedName: "properties.fullyQualifiedDomainName",
|
|
513
371
|
type: {
|
|
514
372
|
name: "String"
|
|
515
373
|
}
|
|
516
374
|
},
|
|
517
|
-
|
|
518
|
-
serializedName: "
|
|
519
|
-
|
|
520
|
-
name: "DateTime"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
storageProfile: {
|
|
524
|
-
serializedName: "properties.storageProfile",
|
|
525
|
-
type: {
|
|
526
|
-
name: "Composite",
|
|
527
|
-
className: "StorageProfile"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
replicationRole: {
|
|
531
|
-
serializedName: "properties.replicationRole",
|
|
375
|
+
message: {
|
|
376
|
+
serializedName: "message",
|
|
377
|
+
readOnly: true,
|
|
532
378
|
type: {
|
|
533
379
|
name: "String"
|
|
534
380
|
}
|
|
535
381
|
},
|
|
536
|
-
|
|
537
|
-
serializedName: "
|
|
382
|
+
target: {
|
|
383
|
+
serializedName: "target",
|
|
384
|
+
readOnly: true,
|
|
538
385
|
type: {
|
|
539
386
|
name: "String"
|
|
540
387
|
}
|
|
541
388
|
},
|
|
542
|
-
|
|
543
|
-
serializedName: "
|
|
544
|
-
|
|
545
|
-
InclusiveMinimum: 0
|
|
546
|
-
},
|
|
547
|
-
type: {
|
|
548
|
-
name: "Number"
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
publicNetworkAccess: {
|
|
552
|
-
serializedName: "properties.publicNetworkAccess",
|
|
389
|
+
details: {
|
|
390
|
+
serializedName: "details",
|
|
391
|
+
readOnly: true,
|
|
553
392
|
type: {
|
|
554
|
-
name: "
|
|
393
|
+
name: "Sequence",
|
|
394
|
+
element: {
|
|
395
|
+
type: {
|
|
396
|
+
name: "Composite",
|
|
397
|
+
className: "ErrorResponse"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
555
400
|
}
|
|
556
401
|
},
|
|
557
|
-
|
|
402
|
+
additionalInfo: {
|
|
403
|
+
serializedName: "additionalInfo",
|
|
558
404
|
readOnly: true,
|
|
559
|
-
serializedName: "properties.privateEndpointConnections",
|
|
560
405
|
type: {
|
|
561
406
|
name: "Sequence",
|
|
562
407
|
element: {
|
|
563
408
|
type: {
|
|
564
409
|
name: "Composite",
|
|
565
|
-
className: "
|
|
410
|
+
className: "ErrorAdditionalInfo"
|
|
566
411
|
}
|
|
567
412
|
}
|
|
568
413
|
}
|
|
@@ -571,58 +416,31 @@ export const Server: msRest.CompositeMapper = {
|
|
|
571
416
|
}
|
|
572
417
|
};
|
|
573
418
|
|
|
574
|
-
export const
|
|
575
|
-
serializedName: "ServerForCreate",
|
|
419
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
576
420
|
type: {
|
|
577
421
|
name: "Composite",
|
|
578
|
-
className: "
|
|
422
|
+
className: "ErrorAdditionalInfo",
|
|
579
423
|
modelProperties: {
|
|
580
|
-
|
|
581
|
-
serializedName: "
|
|
582
|
-
|
|
583
|
-
name: "Composite",
|
|
584
|
-
className: "ResourceIdentity"
|
|
585
|
-
}
|
|
586
|
-
},
|
|
587
|
-
sku: {
|
|
588
|
-
serializedName: "sku",
|
|
589
|
-
type: {
|
|
590
|
-
name: "Composite",
|
|
591
|
-
className: "Sku"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
properties: {
|
|
595
|
-
required: true,
|
|
596
|
-
serializedName: "properties",
|
|
597
|
-
type: {
|
|
598
|
-
name: "Composite",
|
|
599
|
-
className: "ServerPropertiesForCreate"
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
location: {
|
|
603
|
-
required: true,
|
|
604
|
-
serializedName: "location",
|
|
424
|
+
type: {
|
|
425
|
+
serializedName: "type",
|
|
426
|
+
readOnly: true,
|
|
605
427
|
type: {
|
|
606
428
|
name: "String"
|
|
607
429
|
}
|
|
608
430
|
},
|
|
609
|
-
|
|
610
|
-
serializedName: "
|
|
431
|
+
info: {
|
|
432
|
+
serializedName: "info",
|
|
433
|
+
readOnly: true,
|
|
611
434
|
type: {
|
|
612
435
|
name: "Dictionary",
|
|
613
|
-
value: {
|
|
614
|
-
type: {
|
|
615
|
-
name: "String"
|
|
616
|
-
}
|
|
617
|
-
}
|
|
436
|
+
value: { type: { name: "any" } }
|
|
618
437
|
}
|
|
619
438
|
}
|
|
620
439
|
}
|
|
621
440
|
}
|
|
622
441
|
};
|
|
623
442
|
|
|
624
|
-
export const ServerUpdateParameters:
|
|
625
|
-
serializedName: "ServerUpdateParameters",
|
|
443
|
+
export const ServerUpdateParameters: coreClient.CompositeMapper = {
|
|
626
444
|
type: {
|
|
627
445
|
name: "Composite",
|
|
628
446
|
className: "ServerUpdateParameters",
|
|
@@ -641,6 +459,13 @@ export const ServerUpdateParameters: msRest.CompositeMapper = {
|
|
|
641
459
|
className: "Sku"
|
|
642
460
|
}
|
|
643
461
|
},
|
|
462
|
+
tags: {
|
|
463
|
+
serializedName: "tags",
|
|
464
|
+
type: {
|
|
465
|
+
name: "Dictionary",
|
|
466
|
+
value: { type: { name: "String" } }
|
|
467
|
+
}
|
|
468
|
+
},
|
|
644
469
|
storageProfile: {
|
|
645
470
|
serializedName: "properties.storageProfile",
|
|
646
471
|
type: {
|
|
@@ -664,10 +489,7 @@ export const ServerUpdateParameters: msRest.CompositeMapper = {
|
|
|
664
489
|
serializedName: "properties.sslEnforcement",
|
|
665
490
|
type: {
|
|
666
491
|
name: "Enum",
|
|
667
|
-
allowedValues: [
|
|
668
|
-
"Enabled",
|
|
669
|
-
"Disabled"
|
|
670
|
-
]
|
|
492
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
671
493
|
}
|
|
672
494
|
},
|
|
673
495
|
minimalTlsVersion: {
|
|
@@ -687,14 +509,24 @@ export const ServerUpdateParameters: msRest.CompositeMapper = {
|
|
|
687
509
|
type: {
|
|
688
510
|
name: "String"
|
|
689
511
|
}
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
export const ServerListResult: coreClient.CompositeMapper = {
|
|
518
|
+
type: {
|
|
519
|
+
name: "Composite",
|
|
520
|
+
className: "ServerListResult",
|
|
521
|
+
modelProperties: {
|
|
522
|
+
value: {
|
|
523
|
+
serializedName: "value",
|
|
693
524
|
type: {
|
|
694
|
-
name: "
|
|
695
|
-
|
|
525
|
+
name: "Sequence",
|
|
526
|
+
element: {
|
|
696
527
|
type: {
|
|
697
|
-
name: "
|
|
528
|
+
name: "Composite",
|
|
529
|
+
className: "Server"
|
|
698
530
|
}
|
|
699
531
|
}
|
|
700
532
|
}
|
|
@@ -703,71 +535,48 @@ export const ServerUpdateParameters: msRest.CompositeMapper = {
|
|
|
703
535
|
}
|
|
704
536
|
};
|
|
705
537
|
|
|
706
|
-
export const
|
|
707
|
-
serializedName: "ProxyResource",
|
|
538
|
+
export const FirewallRuleListResult: coreClient.CompositeMapper = {
|
|
708
539
|
type: {
|
|
709
540
|
name: "Composite",
|
|
710
|
-
className: "
|
|
541
|
+
className: "FirewallRuleListResult",
|
|
711
542
|
modelProperties: {
|
|
712
|
-
|
|
543
|
+
value: {
|
|
544
|
+
serializedName: "value",
|
|
545
|
+
type: {
|
|
546
|
+
name: "Sequence",
|
|
547
|
+
element: {
|
|
548
|
+
type: {
|
|
549
|
+
name: "Composite",
|
|
550
|
+
className: "FirewallRule"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
}
|
|
713
555
|
}
|
|
714
556
|
}
|
|
715
557
|
};
|
|
716
558
|
|
|
717
|
-
export const
|
|
718
|
-
serializedName: "FirewallRule",
|
|
559
|
+
export const VirtualNetworkRuleListResult: coreClient.CompositeMapper = {
|
|
719
560
|
type: {
|
|
720
561
|
name: "Composite",
|
|
721
|
-
className: "
|
|
562
|
+
className: "VirtualNetworkRuleListResult",
|
|
722
563
|
modelProperties: {
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
serializedName: "properties.startIpAddress",
|
|
727
|
-
constraints: {
|
|
728
|
-
Pattern: /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/
|
|
729
|
-
},
|
|
564
|
+
value: {
|
|
565
|
+
serializedName: "value",
|
|
566
|
+
readOnly: true,
|
|
730
567
|
type: {
|
|
731
|
-
name: "
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
Pattern: /^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/
|
|
739
|
-
},
|
|
740
|
-
type: {
|
|
741
|
-
name: "String"
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
};
|
|
747
|
-
|
|
748
|
-
export const VirtualNetworkRule: msRest.CompositeMapper = {
|
|
749
|
-
serializedName: "VirtualNetworkRule",
|
|
750
|
-
type: {
|
|
751
|
-
name: "Composite",
|
|
752
|
-
className: "VirtualNetworkRule",
|
|
753
|
-
modelProperties: {
|
|
754
|
-
...ProxyResource.type.modelProperties,
|
|
755
|
-
virtualNetworkSubnetId: {
|
|
756
|
-
required: true,
|
|
757
|
-
serializedName: "properties.virtualNetworkSubnetId",
|
|
758
|
-
type: {
|
|
759
|
-
name: "String"
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
ignoreMissingVnetServiceEndpoint: {
|
|
763
|
-
serializedName: "properties.ignoreMissingVnetServiceEndpoint",
|
|
764
|
-
type: {
|
|
765
|
-
name: "Boolean"
|
|
568
|
+
name: "Sequence",
|
|
569
|
+
element: {
|
|
570
|
+
type: {
|
|
571
|
+
name: "Composite",
|
|
572
|
+
className: "VirtualNetworkRule"
|
|
573
|
+
}
|
|
574
|
+
}
|
|
766
575
|
}
|
|
767
576
|
},
|
|
768
|
-
|
|
577
|
+
nextLink: {
|
|
578
|
+
serializedName: "nextLink",
|
|
769
579
|
readOnly: true,
|
|
770
|
-
serializedName: "properties.state",
|
|
771
580
|
type: {
|
|
772
581
|
name: "String"
|
|
773
582
|
}
|
|
@@ -776,154 +585,82 @@ export const VirtualNetworkRule: msRest.CompositeMapper = {
|
|
|
776
585
|
}
|
|
777
586
|
};
|
|
778
587
|
|
|
779
|
-
export const
|
|
780
|
-
serializedName: "Database",
|
|
588
|
+
export const DatabaseListResult: coreClient.CompositeMapper = {
|
|
781
589
|
type: {
|
|
782
590
|
name: "Composite",
|
|
783
|
-
className: "
|
|
591
|
+
className: "DatabaseListResult",
|
|
784
592
|
modelProperties: {
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
serializedName: "properties.charset",
|
|
788
|
-
type: {
|
|
789
|
-
name: "String"
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
collation: {
|
|
793
|
-
serializedName: "properties.collation",
|
|
593
|
+
value: {
|
|
594
|
+
serializedName: "value",
|
|
794
595
|
type: {
|
|
795
|
-
name: "
|
|
596
|
+
name: "Sequence",
|
|
597
|
+
element: {
|
|
598
|
+
type: {
|
|
599
|
+
name: "Composite",
|
|
600
|
+
className: "Database"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
796
603
|
}
|
|
797
604
|
}
|
|
798
605
|
}
|
|
799
606
|
}
|
|
800
607
|
};
|
|
801
608
|
|
|
802
|
-
export const
|
|
803
|
-
serializedName: "Configuration",
|
|
609
|
+
export const ConfigurationListResult: coreClient.CompositeMapper = {
|
|
804
610
|
type: {
|
|
805
611
|
name: "Composite",
|
|
806
|
-
className: "
|
|
612
|
+
className: "ConfigurationListResult",
|
|
807
613
|
modelProperties: {
|
|
808
|
-
...ProxyResource.type.modelProperties,
|
|
809
614
|
value: {
|
|
810
|
-
serializedName: "
|
|
811
|
-
type: {
|
|
812
|
-
name: "String"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
description: {
|
|
816
|
-
readOnly: true,
|
|
817
|
-
serializedName: "properties.description",
|
|
818
|
-
type: {
|
|
819
|
-
name: "String"
|
|
820
|
-
}
|
|
821
|
-
},
|
|
822
|
-
defaultValue: {
|
|
823
|
-
readOnly: true,
|
|
824
|
-
serializedName: "properties.defaultValue",
|
|
825
|
-
type: {
|
|
826
|
-
name: "String"
|
|
827
|
-
}
|
|
828
|
-
},
|
|
829
|
-
dataType: {
|
|
830
|
-
readOnly: true,
|
|
831
|
-
serializedName: "properties.dataType",
|
|
832
|
-
type: {
|
|
833
|
-
name: "String"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
allowedValues: {
|
|
837
|
-
readOnly: true,
|
|
838
|
-
serializedName: "properties.allowedValues",
|
|
839
|
-
type: {
|
|
840
|
-
name: "String"
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
source: {
|
|
844
|
-
serializedName: "properties.source",
|
|
615
|
+
serializedName: "value",
|
|
845
616
|
type: {
|
|
846
|
-
name: "
|
|
617
|
+
name: "Sequence",
|
|
618
|
+
element: {
|
|
619
|
+
type: {
|
|
620
|
+
name: "Composite",
|
|
621
|
+
className: "Configuration"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
847
624
|
}
|
|
848
625
|
}
|
|
849
626
|
}
|
|
850
627
|
}
|
|
851
628
|
};
|
|
852
629
|
|
|
853
|
-
export const
|
|
854
|
-
serializedName: "OperationDisplay",
|
|
630
|
+
export const LogFileListResult: coreClient.CompositeMapper = {
|
|
855
631
|
type: {
|
|
856
632
|
name: "Composite",
|
|
857
|
-
className: "
|
|
633
|
+
className: "LogFileListResult",
|
|
858
634
|
modelProperties: {
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
serializedName: "provider",
|
|
862
|
-
type: {
|
|
863
|
-
name: "String"
|
|
864
|
-
}
|
|
865
|
-
},
|
|
866
|
-
resource: {
|
|
867
|
-
readOnly: true,
|
|
868
|
-
serializedName: "resource",
|
|
869
|
-
type: {
|
|
870
|
-
name: "String"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
operation: {
|
|
874
|
-
readOnly: true,
|
|
875
|
-
serializedName: "operation",
|
|
876
|
-
type: {
|
|
877
|
-
name: "String"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
description: {
|
|
881
|
-
readOnly: true,
|
|
882
|
-
serializedName: "description",
|
|
635
|
+
value: {
|
|
636
|
+
serializedName: "value",
|
|
883
637
|
type: {
|
|
884
|
-
name: "
|
|
638
|
+
name: "Sequence",
|
|
639
|
+
element: {
|
|
640
|
+
type: {
|
|
641
|
+
name: "Composite",
|
|
642
|
+
className: "LogFile"
|
|
643
|
+
}
|
|
644
|
+
}
|
|
885
645
|
}
|
|
886
646
|
}
|
|
887
647
|
}
|
|
888
648
|
}
|
|
889
649
|
};
|
|
890
650
|
|
|
891
|
-
export const
|
|
892
|
-
serializedName: "Operation",
|
|
651
|
+
export const ServerAdministratorResourceListResult: coreClient.CompositeMapper = {
|
|
893
652
|
type: {
|
|
894
653
|
name: "Composite",
|
|
895
|
-
className: "
|
|
654
|
+
className: "ServerAdministratorResourceListResult",
|
|
896
655
|
modelProperties: {
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
serializedName: "name",
|
|
900
|
-
type: {
|
|
901
|
-
name: "String"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
display: {
|
|
905
|
-
readOnly: true,
|
|
906
|
-
serializedName: "display",
|
|
907
|
-
type: {
|
|
908
|
-
name: "Composite",
|
|
909
|
-
className: "OperationDisplay"
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
origin: {
|
|
913
|
-
readOnly: true,
|
|
914
|
-
serializedName: "origin",
|
|
915
|
-
type: {
|
|
916
|
-
name: "String"
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
properties: {
|
|
920
|
-
readOnly: true,
|
|
921
|
-
serializedName: "properties",
|
|
656
|
+
value: {
|
|
657
|
+
serializedName: "value",
|
|
922
658
|
type: {
|
|
923
|
-
name: "
|
|
924
|
-
|
|
659
|
+
name: "Sequence",
|
|
660
|
+
element: {
|
|
925
661
|
type: {
|
|
926
|
-
name: "
|
|
662
|
+
name: "Composite",
|
|
663
|
+
className: "ServerAdministratorResource"
|
|
927
664
|
}
|
|
928
665
|
}
|
|
929
666
|
}
|
|
@@ -932,11 +669,10 @@ export const Operation: msRest.CompositeMapper = {
|
|
|
932
669
|
}
|
|
933
670
|
};
|
|
934
671
|
|
|
935
|
-
export const
|
|
936
|
-
serializedName: "OperationListResult",
|
|
672
|
+
export const PerformanceTierListResult: coreClient.CompositeMapper = {
|
|
937
673
|
type: {
|
|
938
674
|
name: "Composite",
|
|
939
|
-
className: "
|
|
675
|
+
className: "PerformanceTierListResult",
|
|
940
676
|
modelProperties: {
|
|
941
677
|
value: {
|
|
942
678
|
serializedName: "value",
|
|
@@ -945,7 +681,7 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
945
681
|
element: {
|
|
946
682
|
type: {
|
|
947
683
|
name: "Composite",
|
|
948
|
-
className: "
|
|
684
|
+
className: "PerformanceTierProperties"
|
|
949
685
|
}
|
|
950
686
|
}
|
|
951
687
|
}
|
|
@@ -954,51 +690,70 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
954
690
|
}
|
|
955
691
|
};
|
|
956
692
|
|
|
957
|
-
export const
|
|
958
|
-
serializedName: "LogFile",
|
|
693
|
+
export const PerformanceTierProperties: coreClient.CompositeMapper = {
|
|
959
694
|
type: {
|
|
960
695
|
name: "Composite",
|
|
961
|
-
className: "
|
|
696
|
+
className: "PerformanceTierProperties",
|
|
962
697
|
modelProperties: {
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
698
|
+
id: {
|
|
699
|
+
serializedName: "id",
|
|
700
|
+
type: {
|
|
701
|
+
name: "String"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
maxBackupRetentionDays: {
|
|
705
|
+
serializedName: "maxBackupRetentionDays",
|
|
966
706
|
type: {
|
|
967
707
|
name: "Number"
|
|
968
708
|
}
|
|
969
709
|
},
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
serializedName: "properties.createdTime",
|
|
710
|
+
minBackupRetentionDays: {
|
|
711
|
+
serializedName: "minBackupRetentionDays",
|
|
973
712
|
type: {
|
|
974
|
-
name: "
|
|
713
|
+
name: "Number"
|
|
975
714
|
}
|
|
976
715
|
},
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
serializedName: "properties.lastModifiedTime",
|
|
716
|
+
maxStorageMB: {
|
|
717
|
+
serializedName: "maxStorageMB",
|
|
980
718
|
type: {
|
|
981
|
-
name: "
|
|
719
|
+
name: "Number"
|
|
982
720
|
}
|
|
983
721
|
},
|
|
984
|
-
|
|
985
|
-
serializedName: "
|
|
722
|
+
minLargeStorageMB: {
|
|
723
|
+
serializedName: "minLargeStorageMB",
|
|
986
724
|
type: {
|
|
987
|
-
name: "
|
|
725
|
+
name: "Number"
|
|
988
726
|
}
|
|
989
727
|
},
|
|
990
|
-
|
|
991
|
-
serializedName: "
|
|
728
|
+
maxLargeStorageMB: {
|
|
729
|
+
serializedName: "maxLargeStorageMB",
|
|
992
730
|
type: {
|
|
993
|
-
name: "
|
|
731
|
+
name: "Number"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
minStorageMB: {
|
|
735
|
+
serializedName: "minStorageMB",
|
|
736
|
+
type: {
|
|
737
|
+
name: "Number"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
serviceLevelObjectives: {
|
|
741
|
+
serializedName: "serviceLevelObjectives",
|
|
742
|
+
type: {
|
|
743
|
+
name: "Sequence",
|
|
744
|
+
element: {
|
|
745
|
+
type: {
|
|
746
|
+
name: "Composite",
|
|
747
|
+
className: "PerformanceTierServiceLevelObjectives"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
994
750
|
}
|
|
995
751
|
}
|
|
996
752
|
}
|
|
997
753
|
}
|
|
998
754
|
};
|
|
999
755
|
|
|
1000
|
-
export const PerformanceTierServiceLevelObjectives:
|
|
1001
|
-
serializedName: "PerformanceTierServiceLevelObjectives",
|
|
756
|
+
export const PerformanceTierServiceLevelObjectives: coreClient.CompositeMapper = {
|
|
1002
757
|
type: {
|
|
1003
758
|
name: "Composite",
|
|
1004
759
|
className: "PerformanceTierServiceLevelObjectives",
|
|
@@ -1055,95 +810,29 @@ export const PerformanceTierServiceLevelObjectives: msRest.CompositeMapper = {
|
|
|
1055
810
|
}
|
|
1056
811
|
};
|
|
1057
812
|
|
|
1058
|
-
export const
|
|
1059
|
-
serializedName: "PerformanceTierProperties",
|
|
813
|
+
export const NameAvailabilityRequest: coreClient.CompositeMapper = {
|
|
1060
814
|
type: {
|
|
1061
815
|
name: "Composite",
|
|
1062
|
-
className: "
|
|
816
|
+
className: "NameAvailabilityRequest",
|
|
1063
817
|
modelProperties: {
|
|
1064
|
-
|
|
1065
|
-
serializedName: "
|
|
818
|
+
name: {
|
|
819
|
+
serializedName: "name",
|
|
820
|
+
required: true,
|
|
1066
821
|
type: {
|
|
1067
822
|
name: "String"
|
|
1068
823
|
}
|
|
1069
824
|
},
|
|
1070
|
-
|
|
1071
|
-
serializedName: "
|
|
1072
|
-
type: {
|
|
1073
|
-
name: "Number"
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
minBackupRetentionDays: {
|
|
1077
|
-
serializedName: "minBackupRetentionDays",
|
|
825
|
+
type: {
|
|
826
|
+
serializedName: "type",
|
|
1078
827
|
type: {
|
|
1079
|
-
name: "
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
maxStorageMB: {
|
|
1083
|
-
serializedName: "maxStorageMB",
|
|
1084
|
-
type: {
|
|
1085
|
-
name: "Number"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
minLargeStorageMB: {
|
|
1089
|
-
serializedName: "minLargeStorageMB",
|
|
1090
|
-
type: {
|
|
1091
|
-
name: "Number"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
maxLargeStorageMB: {
|
|
1095
|
-
serializedName: "maxLargeStorageMB",
|
|
1096
|
-
type: {
|
|
1097
|
-
name: "Number"
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
minStorageMB: {
|
|
1101
|
-
serializedName: "minStorageMB",
|
|
1102
|
-
type: {
|
|
1103
|
-
name: "Number"
|
|
1104
|
-
}
|
|
1105
|
-
},
|
|
1106
|
-
serviceLevelObjectives: {
|
|
1107
|
-
serializedName: "serviceLevelObjectives",
|
|
1108
|
-
type: {
|
|
1109
|
-
name: "Sequence",
|
|
1110
|
-
element: {
|
|
1111
|
-
type: {
|
|
1112
|
-
name: "Composite",
|
|
1113
|
-
className: "PerformanceTierServiceLevelObjectives"
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
};
|
|
1121
|
-
|
|
1122
|
-
export const NameAvailabilityRequest: msRest.CompositeMapper = {
|
|
1123
|
-
serializedName: "NameAvailabilityRequest",
|
|
1124
|
-
type: {
|
|
1125
|
-
name: "Composite",
|
|
1126
|
-
className: "NameAvailabilityRequest",
|
|
1127
|
-
modelProperties: {
|
|
1128
|
-
name: {
|
|
1129
|
-
required: true,
|
|
1130
|
-
serializedName: "name",
|
|
1131
|
-
type: {
|
|
1132
|
-
name: "String"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
type: {
|
|
1136
|
-
serializedName: "type",
|
|
1137
|
-
type: {
|
|
1138
|
-
name: "String"
|
|
828
|
+
name: "String"
|
|
1139
829
|
}
|
|
1140
830
|
}
|
|
1141
831
|
}
|
|
1142
832
|
}
|
|
1143
833
|
};
|
|
1144
834
|
|
|
1145
|
-
export const NameAvailability:
|
|
1146
|
-
serializedName: "NameAvailability",
|
|
835
|
+
export const NameAvailability: coreClient.CompositeMapper = {
|
|
1147
836
|
type: {
|
|
1148
837
|
name: "Composite",
|
|
1149
838
|
className: "NameAvailability",
|
|
@@ -1170,173 +859,205 @@ export const NameAvailability: msRest.CompositeMapper = {
|
|
|
1170
859
|
}
|
|
1171
860
|
};
|
|
1172
861
|
|
|
1173
|
-
export const
|
|
1174
|
-
serializedName: "ErrorAdditionalInfo",
|
|
862
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
1175
863
|
type: {
|
|
1176
864
|
name: "Composite",
|
|
1177
|
-
className: "
|
|
865
|
+
className: "OperationListResult",
|
|
1178
866
|
modelProperties: {
|
|
1179
|
-
|
|
867
|
+
value: {
|
|
868
|
+
serializedName: "value",
|
|
869
|
+
type: {
|
|
870
|
+
name: "Sequence",
|
|
871
|
+
element: {
|
|
872
|
+
type: {
|
|
873
|
+
name: "Composite",
|
|
874
|
+
className: "Operation"
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
};
|
|
882
|
+
|
|
883
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
884
|
+
type: {
|
|
885
|
+
name: "Composite",
|
|
886
|
+
className: "Operation",
|
|
887
|
+
modelProperties: {
|
|
888
|
+
name: {
|
|
889
|
+
serializedName: "name",
|
|
1180
890
|
readOnly: true,
|
|
1181
|
-
serializedName: "type",
|
|
1182
891
|
type: {
|
|
1183
892
|
name: "String"
|
|
1184
893
|
}
|
|
1185
894
|
},
|
|
1186
|
-
|
|
895
|
+
display: {
|
|
896
|
+
serializedName: "display",
|
|
897
|
+
type: {
|
|
898
|
+
name: "Composite",
|
|
899
|
+
className: "OperationDisplay"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
origin: {
|
|
903
|
+
serializedName: "origin",
|
|
904
|
+
readOnly: true,
|
|
905
|
+
type: {
|
|
906
|
+
name: "String"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
properties: {
|
|
910
|
+
serializedName: "properties",
|
|
1187
911
|
readOnly: true,
|
|
1188
|
-
serializedName: "info",
|
|
1189
912
|
type: {
|
|
1190
|
-
name: "
|
|
913
|
+
name: "Dictionary",
|
|
914
|
+
value: {
|
|
915
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
916
|
+
}
|
|
1191
917
|
}
|
|
1192
918
|
}
|
|
1193
919
|
}
|
|
1194
920
|
}
|
|
1195
921
|
};
|
|
1196
922
|
|
|
1197
|
-
export const
|
|
1198
|
-
serializedName: "ErrorResponse",
|
|
923
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
1199
924
|
type: {
|
|
1200
925
|
name: "Composite",
|
|
1201
|
-
className: "
|
|
926
|
+
className: "OperationDisplay",
|
|
1202
927
|
modelProperties: {
|
|
1203
|
-
|
|
928
|
+
provider: {
|
|
929
|
+
serializedName: "provider",
|
|
1204
930
|
readOnly: true,
|
|
1205
|
-
serializedName: "code",
|
|
1206
931
|
type: {
|
|
1207
932
|
name: "String"
|
|
1208
933
|
}
|
|
1209
934
|
},
|
|
1210
|
-
|
|
935
|
+
resource: {
|
|
936
|
+
serializedName: "resource",
|
|
1211
937
|
readOnly: true,
|
|
1212
|
-
serializedName: "message",
|
|
1213
938
|
type: {
|
|
1214
939
|
name: "String"
|
|
1215
940
|
}
|
|
1216
941
|
},
|
|
1217
|
-
|
|
942
|
+
operation: {
|
|
943
|
+
serializedName: "operation",
|
|
1218
944
|
readOnly: true,
|
|
1219
|
-
serializedName: "target",
|
|
1220
945
|
type: {
|
|
1221
946
|
name: "String"
|
|
1222
947
|
}
|
|
1223
948
|
},
|
|
1224
|
-
|
|
949
|
+
description: {
|
|
950
|
+
serializedName: "description",
|
|
951
|
+
readOnly: true,
|
|
952
|
+
type: {
|
|
953
|
+
name: "String"
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
export const ServerSecurityAlertPolicyListResult: coreClient.CompositeMapper = {
|
|
961
|
+
type: {
|
|
962
|
+
name: "Composite",
|
|
963
|
+
className: "ServerSecurityAlertPolicyListResult",
|
|
964
|
+
modelProperties: {
|
|
965
|
+
value: {
|
|
966
|
+
serializedName: "value",
|
|
1225
967
|
readOnly: true,
|
|
1226
|
-
serializedName: "details",
|
|
1227
968
|
type: {
|
|
1228
969
|
name: "Sequence",
|
|
1229
970
|
element: {
|
|
1230
971
|
type: {
|
|
1231
972
|
name: "Composite",
|
|
1232
|
-
className: "
|
|
973
|
+
className: "ServerSecurityAlertPolicy"
|
|
1233
974
|
}
|
|
1234
975
|
}
|
|
1235
976
|
}
|
|
1236
977
|
},
|
|
1237
|
-
|
|
978
|
+
nextLink: {
|
|
979
|
+
serializedName: "nextLink",
|
|
1238
980
|
readOnly: true,
|
|
1239
|
-
serializedName: "additionalInfo",
|
|
1240
981
|
type: {
|
|
1241
|
-
name: "
|
|
1242
|
-
element: {
|
|
1243
|
-
type: {
|
|
1244
|
-
name: "Composite",
|
|
1245
|
-
className: "ErrorAdditionalInfo"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
982
|
+
name: "String"
|
|
1248
983
|
}
|
|
1249
984
|
}
|
|
1250
985
|
}
|
|
1251
986
|
}
|
|
1252
987
|
};
|
|
1253
988
|
|
|
1254
|
-
export const
|
|
1255
|
-
serializedName: "ServerAdministratorResource",
|
|
989
|
+
export const QueryTextsResultList: coreClient.CompositeMapper = {
|
|
1256
990
|
type: {
|
|
1257
991
|
name: "Composite",
|
|
1258
|
-
className: "
|
|
992
|
+
className: "QueryTextsResultList",
|
|
1259
993
|
modelProperties: {
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
isConstant: true,
|
|
1264
|
-
serializedName: "properties.administratorType",
|
|
1265
|
-
defaultValue: 'ActiveDirectory',
|
|
994
|
+
value: {
|
|
995
|
+
serializedName: "value",
|
|
996
|
+
readOnly: true,
|
|
1266
997
|
type: {
|
|
1267
|
-
name: "
|
|
998
|
+
name: "Sequence",
|
|
999
|
+
element: {
|
|
1000
|
+
type: {
|
|
1001
|
+
name: "Composite",
|
|
1002
|
+
className: "QueryText"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1268
1005
|
}
|
|
1269
1006
|
},
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1007
|
+
nextLink: {
|
|
1008
|
+
serializedName: "nextLink",
|
|
1009
|
+
readOnly: true,
|
|
1273
1010
|
type: {
|
|
1274
1011
|
name: "String"
|
|
1275
1012
|
}
|
|
1276
|
-
},
|
|
1277
|
-
sid: {
|
|
1278
|
-
required: true,
|
|
1279
|
-
serializedName: "properties.sid",
|
|
1280
|
-
type: {
|
|
1281
|
-
name: "Uuid"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
tenantId: {
|
|
1285
|
-
required: true,
|
|
1286
|
-
serializedName: "properties.tenantId",
|
|
1287
|
-
type: {
|
|
1288
|
-
name: "Uuid"
|
|
1289
|
-
}
|
|
1290
1013
|
}
|
|
1291
1014
|
}
|
|
1292
1015
|
}
|
|
1293
1016
|
};
|
|
1294
1017
|
|
|
1295
|
-
export const
|
|
1296
|
-
serializedName: "RecoverableServerResource",
|
|
1018
|
+
export const TopQueryStatisticsInput: coreClient.CompositeMapper = {
|
|
1297
1019
|
type: {
|
|
1298
1020
|
name: "Composite",
|
|
1299
|
-
className: "
|
|
1021
|
+
className: "TopQueryStatisticsInput",
|
|
1300
1022
|
modelProperties: {
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
serializedName: "properties.lastAvailableBackupDateTime",
|
|
1023
|
+
numberOfTopQueries: {
|
|
1024
|
+
serializedName: "properties.numberOfTopQueries",
|
|
1025
|
+
required: true,
|
|
1305
1026
|
type: {
|
|
1306
|
-
name: "
|
|
1027
|
+
name: "Number"
|
|
1307
1028
|
}
|
|
1308
1029
|
},
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1030
|
+
aggregationFunction: {
|
|
1031
|
+
serializedName: "properties.aggregationFunction",
|
|
1032
|
+
required: true,
|
|
1312
1033
|
type: {
|
|
1313
1034
|
name: "String"
|
|
1314
1035
|
}
|
|
1315
1036
|
},
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1037
|
+
observedMetric: {
|
|
1038
|
+
serializedName: "properties.observedMetric",
|
|
1039
|
+
required: true,
|
|
1319
1040
|
type: {
|
|
1320
1041
|
name: "String"
|
|
1321
1042
|
}
|
|
1322
1043
|
},
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1044
|
+
observationStartTime: {
|
|
1045
|
+
serializedName: "properties.observationStartTime",
|
|
1046
|
+
required: true,
|
|
1326
1047
|
type: {
|
|
1327
|
-
name: "
|
|
1048
|
+
name: "DateTime"
|
|
1328
1049
|
}
|
|
1329
1050
|
},
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1051
|
+
observationEndTime: {
|
|
1052
|
+
serializedName: "properties.observationEndTime",
|
|
1053
|
+
required: true,
|
|
1333
1054
|
type: {
|
|
1334
|
-
name: "
|
|
1055
|
+
name: "DateTime"
|
|
1335
1056
|
}
|
|
1336
1057
|
},
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1058
|
+
aggregationWindow: {
|
|
1059
|
+
serializedName: "properties.aggregationWindow",
|
|
1060
|
+
required: true,
|
|
1340
1061
|
type: {
|
|
1341
1062
|
name: "String"
|
|
1342
1063
|
}
|
|
@@ -1345,16 +1066,27 @@ export const RecoverableServerResource: msRest.CompositeMapper = {
|
|
|
1345
1066
|
}
|
|
1346
1067
|
};
|
|
1347
1068
|
|
|
1348
|
-
export const
|
|
1349
|
-
serializedName: "AzureEntityResource",
|
|
1069
|
+
export const TopQueryStatisticsResultList: coreClient.CompositeMapper = {
|
|
1350
1070
|
type: {
|
|
1351
1071
|
name: "Composite",
|
|
1352
|
-
className: "
|
|
1072
|
+
className: "TopQueryStatisticsResultList",
|
|
1353
1073
|
modelProperties: {
|
|
1354
|
-
|
|
1355
|
-
|
|
1074
|
+
value: {
|
|
1075
|
+
serializedName: "value",
|
|
1076
|
+
readOnly: true,
|
|
1077
|
+
type: {
|
|
1078
|
+
name: "Sequence",
|
|
1079
|
+
element: {
|
|
1080
|
+
type: {
|
|
1081
|
+
name: "Composite",
|
|
1082
|
+
className: "QueryStatistic"
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
nextLink: {
|
|
1088
|
+
serializedName: "nextLink",
|
|
1356
1089
|
readOnly: true,
|
|
1357
|
-
serializedName: "etag",
|
|
1358
1090
|
type: {
|
|
1359
1091
|
name: "String"
|
|
1360
1092
|
}
|
|
@@ -1363,89 +1095,78 @@ export const AzureEntityResource: msRest.CompositeMapper = {
|
|
|
1363
1095
|
}
|
|
1364
1096
|
};
|
|
1365
1097
|
|
|
1366
|
-
export const
|
|
1367
|
-
serializedName: "ServerSecurityAlertPolicy",
|
|
1098
|
+
export const WaitStatisticsInput: coreClient.CompositeMapper = {
|
|
1368
1099
|
type: {
|
|
1369
1100
|
name: "Composite",
|
|
1370
|
-
className: "
|
|
1101
|
+
className: "WaitStatisticsInput",
|
|
1371
1102
|
modelProperties: {
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
required: true,
|
|
1375
|
-
serializedName: "properties.state",
|
|
1103
|
+
observationStartTime: {
|
|
1104
|
+
serializedName: "properties.observationStartTime",
|
|
1105
|
+
required: true,
|
|
1376
1106
|
type: {
|
|
1377
|
-
name: "
|
|
1378
|
-
allowedValues: [
|
|
1379
|
-
"Enabled",
|
|
1380
|
-
"Disabled"
|
|
1381
|
-
]
|
|
1107
|
+
name: "DateTime"
|
|
1382
1108
|
}
|
|
1383
1109
|
},
|
|
1384
|
-
|
|
1385
|
-
serializedName: "properties.
|
|
1110
|
+
observationEndTime: {
|
|
1111
|
+
serializedName: "properties.observationEndTime",
|
|
1112
|
+
required: true,
|
|
1386
1113
|
type: {
|
|
1387
|
-
name: "
|
|
1388
|
-
element: {
|
|
1389
|
-
type: {
|
|
1390
|
-
name: "String"
|
|
1391
|
-
}
|
|
1392
|
-
}
|
|
1114
|
+
name: "DateTime"
|
|
1393
1115
|
}
|
|
1394
1116
|
},
|
|
1395
|
-
|
|
1396
|
-
serializedName: "properties.
|
|
1117
|
+
aggregationWindow: {
|
|
1118
|
+
serializedName: "properties.aggregationWindow",
|
|
1119
|
+
required: true,
|
|
1120
|
+
type: {
|
|
1121
|
+
name: "String"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
};
|
|
1127
|
+
|
|
1128
|
+
export const WaitStatisticsResultList: coreClient.CompositeMapper = {
|
|
1129
|
+
type: {
|
|
1130
|
+
name: "Composite",
|
|
1131
|
+
className: "WaitStatisticsResultList",
|
|
1132
|
+
modelProperties: {
|
|
1133
|
+
value: {
|
|
1134
|
+
serializedName: "value",
|
|
1135
|
+
readOnly: true,
|
|
1397
1136
|
type: {
|
|
1398
1137
|
name: "Sequence",
|
|
1399
1138
|
element: {
|
|
1400
1139
|
type: {
|
|
1401
|
-
name: "
|
|
1140
|
+
name: "Composite",
|
|
1141
|
+
className: "WaitStatistic"
|
|
1402
1142
|
}
|
|
1403
1143
|
}
|
|
1404
1144
|
}
|
|
1405
1145
|
},
|
|
1406
|
-
|
|
1407
|
-
serializedName: "
|
|
1408
|
-
|
|
1409
|
-
name: "Boolean"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
storageEndpoint: {
|
|
1413
|
-
serializedName: "properties.storageEndpoint",
|
|
1414
|
-
type: {
|
|
1415
|
-
name: "String"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
storageAccountAccessKey: {
|
|
1419
|
-
serializedName: "properties.storageAccountAccessKey",
|
|
1146
|
+
nextLink: {
|
|
1147
|
+
serializedName: "nextLink",
|
|
1148
|
+
readOnly: true,
|
|
1420
1149
|
type: {
|
|
1421
1150
|
name: "String"
|
|
1422
1151
|
}
|
|
1423
|
-
},
|
|
1424
|
-
retentionDays: {
|
|
1425
|
-
serializedName: "properties.retentionDays",
|
|
1426
|
-
type: {
|
|
1427
|
-
name: "Number"
|
|
1428
|
-
}
|
|
1429
1152
|
}
|
|
1430
1153
|
}
|
|
1431
1154
|
}
|
|
1432
1155
|
};
|
|
1433
1156
|
|
|
1434
|
-
export const
|
|
1435
|
-
serializedName: "QueryText",
|
|
1157
|
+
export const QueryPerformanceInsightResetDataResult: coreClient.CompositeMapper = {
|
|
1436
1158
|
type: {
|
|
1437
1159
|
name: "Composite",
|
|
1438
|
-
className: "
|
|
1160
|
+
className: "QueryPerformanceInsightResetDataResult",
|
|
1439
1161
|
modelProperties: {
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
serializedName: "properties.queryId",
|
|
1162
|
+
status: {
|
|
1163
|
+
serializedName: "status",
|
|
1443
1164
|
type: {
|
|
1444
1165
|
name: "String"
|
|
1445
1166
|
}
|
|
1446
1167
|
},
|
|
1447
|
-
|
|
1448
|
-
serializedName: "
|
|
1168
|
+
message: {
|
|
1169
|
+
serializedName: "message",
|
|
1449
1170
|
type: {
|
|
1450
1171
|
name: "String"
|
|
1451
1172
|
}
|
|
@@ -1454,50 +1175,27 @@ export const QueryText: msRest.CompositeMapper = {
|
|
|
1454
1175
|
}
|
|
1455
1176
|
};
|
|
1456
1177
|
|
|
1457
|
-
export const
|
|
1458
|
-
serializedName: "TopQueryStatisticsInput",
|
|
1178
|
+
export const AdvisorsResultList: coreClient.CompositeMapper = {
|
|
1459
1179
|
type: {
|
|
1460
1180
|
name: "Composite",
|
|
1461
|
-
className: "
|
|
1181
|
+
className: "AdvisorsResultList",
|
|
1462
1182
|
modelProperties: {
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
type: {
|
|
1467
|
-
name: "Number"
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
aggregationFunction: {
|
|
1471
|
-
required: true,
|
|
1472
|
-
serializedName: "properties.aggregationFunction",
|
|
1473
|
-
type: {
|
|
1474
|
-
name: "String"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
observedMetric: {
|
|
1478
|
-
required: true,
|
|
1479
|
-
serializedName: "properties.observedMetric",
|
|
1480
|
-
type: {
|
|
1481
|
-
name: "String"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
observationStartTime: {
|
|
1485
|
-
required: true,
|
|
1486
|
-
serializedName: "properties.observationStartTime",
|
|
1487
|
-
type: {
|
|
1488
|
-
name: "DateTime"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
observationEndTime: {
|
|
1492
|
-
required: true,
|
|
1493
|
-
serializedName: "properties.observationEndTime",
|
|
1183
|
+
value: {
|
|
1184
|
+
serializedName: "value",
|
|
1185
|
+
readOnly: true,
|
|
1494
1186
|
type: {
|
|
1495
|
-
name: "
|
|
1187
|
+
name: "Sequence",
|
|
1188
|
+
element: {
|
|
1189
|
+
type: {
|
|
1190
|
+
name: "Composite",
|
|
1191
|
+
className: "Advisor"
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1496
1194
|
}
|
|
1497
1195
|
},
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1196
|
+
nextLink: {
|
|
1197
|
+
serializedName: "nextLink",
|
|
1198
|
+
readOnly: true,
|
|
1501
1199
|
type: {
|
|
1502
1200
|
name: "String"
|
|
1503
1201
|
}
|
|
@@ -1506,74 +1204,54 @@ export const TopQueryStatisticsInput: msRest.CompositeMapper = {
|
|
|
1506
1204
|
}
|
|
1507
1205
|
};
|
|
1508
1206
|
|
|
1509
|
-
export const
|
|
1510
|
-
serializedName: "QueryStatistic",
|
|
1207
|
+
export const RecommendationActionsResultList: coreClient.CompositeMapper = {
|
|
1511
1208
|
type: {
|
|
1512
1209
|
name: "Composite",
|
|
1513
|
-
className: "
|
|
1210
|
+
className: "RecommendationActionsResultList",
|
|
1514
1211
|
modelProperties: {
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
type: {
|
|
1519
|
-
name: "String"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
startTime: {
|
|
1523
|
-
serializedName: "properties.startTime",
|
|
1524
|
-
type: {
|
|
1525
|
-
name: "DateTime"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
endTime: {
|
|
1529
|
-
serializedName: "properties.endTime",
|
|
1530
|
-
type: {
|
|
1531
|
-
name: "DateTime"
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
aggregationFunction: {
|
|
1535
|
-
serializedName: "properties.aggregationFunction",
|
|
1536
|
-
type: {
|
|
1537
|
-
name: "String"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
databaseNames: {
|
|
1541
|
-
serializedName: "properties.databaseNames",
|
|
1212
|
+
value: {
|
|
1213
|
+
serializedName: "value",
|
|
1214
|
+
readOnly: true,
|
|
1542
1215
|
type: {
|
|
1543
1216
|
name: "Sequence",
|
|
1544
1217
|
element: {
|
|
1545
1218
|
type: {
|
|
1546
|
-
name: "
|
|
1219
|
+
name: "Composite",
|
|
1220
|
+
className: "RecommendationAction"
|
|
1547
1221
|
}
|
|
1548
1222
|
}
|
|
1549
1223
|
}
|
|
1550
1224
|
},
|
|
1551
|
-
|
|
1552
|
-
serializedName: "
|
|
1553
|
-
|
|
1554
|
-
name: "Number"
|
|
1555
|
-
}
|
|
1556
|
-
},
|
|
1557
|
-
metricName: {
|
|
1558
|
-
serializedName: "properties.metricName",
|
|
1225
|
+
nextLink: {
|
|
1226
|
+
serializedName: "nextLink",
|
|
1227
|
+
readOnly: true,
|
|
1559
1228
|
type: {
|
|
1560
1229
|
name: "String"
|
|
1561
1230
|
}
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
};
|
|
1235
|
+
|
|
1236
|
+
export const RecommendedActionSessionsOperationStatus: coreClient.CompositeMapper = {
|
|
1237
|
+
type: {
|
|
1238
|
+
name: "Composite",
|
|
1239
|
+
className: "RecommendedActionSessionsOperationStatus",
|
|
1240
|
+
modelProperties: {
|
|
1241
|
+
name: {
|
|
1242
|
+
serializedName: "name",
|
|
1565
1243
|
type: {
|
|
1566
1244
|
name: "String"
|
|
1567
1245
|
}
|
|
1568
1246
|
},
|
|
1569
|
-
|
|
1570
|
-
serializedName: "
|
|
1247
|
+
startTime: {
|
|
1248
|
+
serializedName: "startTime",
|
|
1571
1249
|
type: {
|
|
1572
|
-
name: "
|
|
1250
|
+
name: "DateTime"
|
|
1573
1251
|
}
|
|
1574
1252
|
},
|
|
1575
|
-
|
|
1576
|
-
serializedName: "
|
|
1253
|
+
status: {
|
|
1254
|
+
serializedName: "status",
|
|
1577
1255
|
type: {
|
|
1578
1256
|
name: "String"
|
|
1579
1257
|
}
|
|
@@ -1582,29 +1260,28 @@ export const QueryStatistic: msRest.CompositeMapper = {
|
|
|
1582
1260
|
}
|
|
1583
1261
|
};
|
|
1584
1262
|
|
|
1585
|
-
export const
|
|
1586
|
-
serializedName: "WaitStatisticsInput",
|
|
1263
|
+
export const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper = {
|
|
1587
1264
|
type: {
|
|
1588
1265
|
name: "Composite",
|
|
1589
|
-
className: "
|
|
1266
|
+
className: "PrivateLinkServiceConnectionStateProperty",
|
|
1590
1267
|
modelProperties: {
|
|
1591
|
-
|
|
1268
|
+
status: {
|
|
1269
|
+
serializedName: "status",
|
|
1592
1270
|
required: true,
|
|
1593
|
-
serializedName: "properties.observationStartTime",
|
|
1594
1271
|
type: {
|
|
1595
|
-
name: "
|
|
1272
|
+
name: "String"
|
|
1596
1273
|
}
|
|
1597
1274
|
},
|
|
1598
|
-
|
|
1275
|
+
description: {
|
|
1276
|
+
serializedName: "description",
|
|
1599
1277
|
required: true,
|
|
1600
|
-
serializedName: "properties.observationEndTime",
|
|
1601
1278
|
type: {
|
|
1602
|
-
name: "
|
|
1279
|
+
name: "String"
|
|
1603
1280
|
}
|
|
1604
1281
|
},
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1282
|
+
actionsRequired: {
|
|
1283
|
+
serializedName: "actionsRequired",
|
|
1284
|
+
readOnly: true,
|
|
1608
1285
|
type: {
|
|
1609
1286
|
name: "String"
|
|
1610
1287
|
}
|
|
@@ -1613,85 +1290,129 @@ export const WaitStatisticsInput: msRest.CompositeMapper = {
|
|
|
1613
1290
|
}
|
|
1614
1291
|
};
|
|
1615
1292
|
|
|
1616
|
-
export const
|
|
1617
|
-
serializedName: "WaitStatistic",
|
|
1293
|
+
export const TagsObject: coreClient.CompositeMapper = {
|
|
1618
1294
|
type: {
|
|
1619
1295
|
name: "Composite",
|
|
1620
|
-
className: "
|
|
1296
|
+
className: "TagsObject",
|
|
1621
1297
|
modelProperties: {
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
serializedName: "properties.startTime",
|
|
1298
|
+
tags: {
|
|
1299
|
+
serializedName: "tags",
|
|
1625
1300
|
type: {
|
|
1626
|
-
name: "
|
|
1301
|
+
name: "Dictionary",
|
|
1302
|
+
value: { type: { name: "String" } }
|
|
1627
1303
|
}
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
};
|
|
1308
|
+
|
|
1309
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
1310
|
+
type: {
|
|
1311
|
+
name: "Composite",
|
|
1312
|
+
className: "PrivateEndpointConnectionListResult",
|
|
1313
|
+
modelProperties: {
|
|
1314
|
+
value: {
|
|
1315
|
+
serializedName: "value",
|
|
1316
|
+
readOnly: true,
|
|
1631
1317
|
type: {
|
|
1632
|
-
name: "
|
|
1318
|
+
name: "Sequence",
|
|
1319
|
+
element: {
|
|
1320
|
+
type: {
|
|
1321
|
+
name: "Composite",
|
|
1322
|
+
className: "PrivateEndpointConnection"
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1633
1325
|
}
|
|
1634
1326
|
},
|
|
1635
|
-
|
|
1636
|
-
serializedName: "
|
|
1327
|
+
nextLink: {
|
|
1328
|
+
serializedName: "nextLink",
|
|
1329
|
+
readOnly: true,
|
|
1637
1330
|
type: {
|
|
1638
1331
|
name: "String"
|
|
1639
1332
|
}
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
};
|
|
1337
|
+
|
|
1338
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
1339
|
+
type: {
|
|
1340
|
+
name: "Composite",
|
|
1341
|
+
className: "PrivateLinkResourceListResult",
|
|
1342
|
+
modelProperties: {
|
|
1343
|
+
value: {
|
|
1344
|
+
serializedName: "value",
|
|
1345
|
+
readOnly: true,
|
|
1649
1346
|
type: {
|
|
1650
|
-
name: "
|
|
1347
|
+
name: "Sequence",
|
|
1348
|
+
element: {
|
|
1349
|
+
type: {
|
|
1350
|
+
name: "Composite",
|
|
1351
|
+
className: "PrivateLinkResource"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1651
1354
|
}
|
|
1652
1355
|
},
|
|
1653
|
-
|
|
1654
|
-
serializedName: "
|
|
1356
|
+
nextLink: {
|
|
1357
|
+
serializedName: "nextLink",
|
|
1358
|
+
readOnly: true,
|
|
1655
1359
|
type: {
|
|
1656
1360
|
name: "String"
|
|
1657
1361
|
}
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
};
|
|
1366
|
+
|
|
1367
|
+
export const PrivateLinkResourceProperties: coreClient.CompositeMapper = {
|
|
1368
|
+
type: {
|
|
1369
|
+
name: "Composite",
|
|
1370
|
+
className: "PrivateLinkResourceProperties",
|
|
1371
|
+
modelProperties: {
|
|
1372
|
+
groupId: {
|
|
1373
|
+
serializedName: "groupId",
|
|
1374
|
+
readOnly: true,
|
|
1667
1375
|
type: {
|
|
1668
|
-
name: "
|
|
1376
|
+
name: "String"
|
|
1669
1377
|
}
|
|
1670
1378
|
},
|
|
1671
|
-
|
|
1672
|
-
serializedName: "
|
|
1379
|
+
requiredMembers: {
|
|
1380
|
+
serializedName: "requiredMembers",
|
|
1381
|
+
readOnly: true,
|
|
1673
1382
|
type: {
|
|
1674
|
-
name: "
|
|
1383
|
+
name: "Sequence",
|
|
1384
|
+
element: {
|
|
1385
|
+
type: {
|
|
1386
|
+
name: "String"
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1675
1389
|
}
|
|
1676
1390
|
}
|
|
1677
1391
|
}
|
|
1678
1392
|
}
|
|
1679
1393
|
};
|
|
1680
1394
|
|
|
1681
|
-
export const
|
|
1682
|
-
serializedName: "QueryPerformanceInsightResetDataResult",
|
|
1395
|
+
export const ServerKeyListResult: coreClient.CompositeMapper = {
|
|
1683
1396
|
type: {
|
|
1684
1397
|
name: "Composite",
|
|
1685
|
-
className: "
|
|
1398
|
+
className: "ServerKeyListResult",
|
|
1686
1399
|
modelProperties: {
|
|
1687
|
-
|
|
1688
|
-
serializedName: "
|
|
1400
|
+
value: {
|
|
1401
|
+
serializedName: "value",
|
|
1402
|
+
readOnly: true,
|
|
1689
1403
|
type: {
|
|
1690
|
-
name: "
|
|
1404
|
+
name: "Sequence",
|
|
1405
|
+
element: {
|
|
1406
|
+
type: {
|
|
1407
|
+
name: "Composite",
|
|
1408
|
+
className: "ServerKey"
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1691
1411
|
}
|
|
1692
1412
|
},
|
|
1693
|
-
|
|
1694
|
-
serializedName: "
|
|
1413
|
+
nextLink: {
|
|
1414
|
+
serializedName: "nextLink",
|
|
1415
|
+
readOnly: true,
|
|
1695
1416
|
type: {
|
|
1696
1417
|
name: "String"
|
|
1697
1418
|
}
|
|
@@ -1700,107 +1421,57 @@ export const QueryPerformanceInsightResetDataResult: msRest.CompositeMapper = {
|
|
|
1700
1421
|
}
|
|
1701
1422
|
};
|
|
1702
1423
|
|
|
1703
|
-
export const
|
|
1704
|
-
serializedName: "Advisor",
|
|
1424
|
+
export const CloudErrorAutoGenerated: coreClient.CompositeMapper = {
|
|
1705
1425
|
type: {
|
|
1706
1426
|
name: "Composite",
|
|
1707
|
-
className: "
|
|
1427
|
+
className: "CloudErrorAutoGenerated",
|
|
1708
1428
|
modelProperties: {
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
serializedName: "properties",
|
|
1429
|
+
error: {
|
|
1430
|
+
serializedName: "error",
|
|
1712
1431
|
type: {
|
|
1713
|
-
name: "
|
|
1432
|
+
name: "Composite",
|
|
1433
|
+
className: "ErrorResponse"
|
|
1714
1434
|
}
|
|
1715
1435
|
}
|
|
1716
1436
|
}
|
|
1717
1437
|
}
|
|
1718
1438
|
};
|
|
1719
1439
|
|
|
1720
|
-
export const
|
|
1721
|
-
serializedName: "RecommendationAction",
|
|
1440
|
+
export const ServerUpgradeParameters: coreClient.CompositeMapper = {
|
|
1722
1441
|
type: {
|
|
1723
1442
|
name: "Composite",
|
|
1724
|
-
className: "
|
|
1443
|
+
className: "ServerUpgradeParameters",
|
|
1725
1444
|
modelProperties: {
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
serializedName: "properties.advisorName",
|
|
1729
|
-
type: {
|
|
1730
|
-
name: "String"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
sessionId: {
|
|
1734
|
-
serializedName: "properties.sessionId",
|
|
1735
|
-
type: {
|
|
1736
|
-
name: "String"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
|
-
actionId: {
|
|
1740
|
-
serializedName: "properties.actionId",
|
|
1741
|
-
type: {
|
|
1742
|
-
name: "Number"
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
createdTime: {
|
|
1746
|
-
serializedName: "properties.createdTime",
|
|
1747
|
-
type: {
|
|
1748
|
-
name: "DateTime"
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
expirationTime: {
|
|
1752
|
-
serializedName: "properties.expirationTime",
|
|
1753
|
-
type: {
|
|
1754
|
-
name: "DateTime"
|
|
1755
|
-
}
|
|
1756
|
-
},
|
|
1757
|
-
reason: {
|
|
1758
|
-
serializedName: "properties.reason",
|
|
1759
|
-
type: {
|
|
1760
|
-
name: "String"
|
|
1761
|
-
}
|
|
1762
|
-
},
|
|
1763
|
-
recommendationType: {
|
|
1764
|
-
serializedName: "properties.recommendationType",
|
|
1445
|
+
targetServerVersion: {
|
|
1446
|
+
serializedName: "properties.targetServerVersion",
|
|
1765
1447
|
type: {
|
|
1766
1448
|
name: "String"
|
|
1767
1449
|
}
|
|
1768
|
-
},
|
|
1769
|
-
details: {
|
|
1770
|
-
serializedName: "properties.details",
|
|
1771
|
-
type: {
|
|
1772
|
-
name: "Dictionary",
|
|
1773
|
-
value: {
|
|
1774
|
-
type: {
|
|
1775
|
-
name: "String"
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
1450
|
}
|
|
1780
1451
|
}
|
|
1781
1452
|
}
|
|
1782
1453
|
};
|
|
1783
1454
|
|
|
1784
|
-
export const
|
|
1785
|
-
serializedName: "
|
|
1455
|
+
export const ServerPropertiesForDefaultCreate: coreClient.CompositeMapper = {
|
|
1456
|
+
serializedName: "Default",
|
|
1786
1457
|
type: {
|
|
1787
1458
|
name: "Composite",
|
|
1788
|
-
className: "
|
|
1459
|
+
className: "ServerPropertiesForDefaultCreate",
|
|
1460
|
+
uberParent: "ServerPropertiesForCreate",
|
|
1461
|
+
polymorphicDiscriminator:
|
|
1462
|
+
ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1789
1463
|
modelProperties: {
|
|
1790
|
-
|
|
1791
|
-
|
|
1464
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1465
|
+
administratorLogin: {
|
|
1466
|
+
serializedName: "administratorLogin",
|
|
1467
|
+
required: true,
|
|
1792
1468
|
type: {
|
|
1793
1469
|
name: "String"
|
|
1794
1470
|
}
|
|
1795
1471
|
},
|
|
1796
|
-
|
|
1797
|
-
serializedName: "
|
|
1798
|
-
|
|
1799
|
-
name: "DateTime"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
status: {
|
|
1803
|
-
serializedName: "status",
|
|
1472
|
+
administratorLoginPassword: {
|
|
1473
|
+
serializedName: "administratorLoginPassword",
|
|
1474
|
+
required: true,
|
|
1804
1475
|
type: {
|
|
1805
1476
|
name: "String"
|
|
1806
1477
|
}
|
|
@@ -1809,61 +1480,47 @@ export const RecommendedActionSessionsOperationStatus: msRest.CompositeMapper =
|
|
|
1809
1480
|
}
|
|
1810
1481
|
};
|
|
1811
1482
|
|
|
1812
|
-
export const
|
|
1813
|
-
serializedName: "
|
|
1483
|
+
export const ServerPropertiesForRestore: coreClient.CompositeMapper = {
|
|
1484
|
+
serializedName: "PointInTimeRestore",
|
|
1814
1485
|
type: {
|
|
1815
1486
|
name: "Composite",
|
|
1816
|
-
className: "
|
|
1487
|
+
className: "ServerPropertiesForRestore",
|
|
1488
|
+
uberParent: "ServerPropertiesForCreate",
|
|
1489
|
+
polymorphicDiscriminator:
|
|
1490
|
+
ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1817
1491
|
modelProperties: {
|
|
1818
|
-
|
|
1492
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1493
|
+
sourceServerId: {
|
|
1494
|
+
serializedName: "sourceServerId",
|
|
1819
1495
|
required: true,
|
|
1820
|
-
serializedName: "status",
|
|
1821
1496
|
type: {
|
|
1822
1497
|
name: "String"
|
|
1823
1498
|
}
|
|
1824
1499
|
},
|
|
1825
|
-
|
|
1500
|
+
restorePointInTime: {
|
|
1501
|
+
serializedName: "restorePointInTime",
|
|
1826
1502
|
required: true,
|
|
1827
|
-
serializedName: "description",
|
|
1828
|
-
type: {
|
|
1829
|
-
name: "String"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
actionsRequired: {
|
|
1833
|
-
readOnly: true,
|
|
1834
|
-
serializedName: "actionsRequired",
|
|
1835
1503
|
type: {
|
|
1836
|
-
name: "
|
|
1504
|
+
name: "DateTime"
|
|
1837
1505
|
}
|
|
1838
1506
|
}
|
|
1839
1507
|
}
|
|
1840
1508
|
}
|
|
1841
1509
|
};
|
|
1842
1510
|
|
|
1843
|
-
export const
|
|
1844
|
-
serializedName: "
|
|
1511
|
+
export const ServerPropertiesForGeoRestore: coreClient.CompositeMapper = {
|
|
1512
|
+
serializedName: "GeoRestore",
|
|
1845
1513
|
type: {
|
|
1846
1514
|
name: "Composite",
|
|
1847
|
-
className: "
|
|
1515
|
+
className: "ServerPropertiesForGeoRestore",
|
|
1516
|
+
uberParent: "ServerPropertiesForCreate",
|
|
1517
|
+
polymorphicDiscriminator:
|
|
1518
|
+
ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1848
1519
|
modelProperties: {
|
|
1849
|
-
...
|
|
1850
|
-
|
|
1851
|
-
serializedName: "
|
|
1852
|
-
|
|
1853
|
-
name: "Composite",
|
|
1854
|
-
className: "PrivateEndpointProperty"
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
|
-
privateLinkServiceConnectionState: {
|
|
1858
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1859
|
-
type: {
|
|
1860
|
-
name: "Composite",
|
|
1861
|
-
className: "PrivateLinkServiceConnectionStateProperty"
|
|
1862
|
-
}
|
|
1863
|
-
},
|
|
1864
|
-
provisioningState: {
|
|
1865
|
-
readOnly: true,
|
|
1866
|
-
serializedName: "properties.provisioningState",
|
|
1520
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1521
|
+
sourceServerId: {
|
|
1522
|
+
serializedName: "sourceServerId",
|
|
1523
|
+
required: true,
|
|
1867
1524
|
type: {
|
|
1868
1525
|
name: "String"
|
|
1869
1526
|
}
|
|
@@ -1872,123 +1529,214 @@ export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
|
1872
1529
|
}
|
|
1873
1530
|
};
|
|
1874
1531
|
|
|
1875
|
-
export const
|
|
1876
|
-
serializedName: "
|
|
1532
|
+
export const ServerPropertiesForReplica: coreClient.CompositeMapper = {
|
|
1533
|
+
serializedName: "Replica",
|
|
1877
1534
|
type: {
|
|
1878
1535
|
name: "Composite",
|
|
1879
|
-
className: "
|
|
1536
|
+
className: "ServerPropertiesForReplica",
|
|
1537
|
+
uberParent: "ServerPropertiesForCreate",
|
|
1538
|
+
polymorphicDiscriminator:
|
|
1539
|
+
ServerPropertiesForCreate.type.polymorphicDiscriminator,
|
|
1880
1540
|
modelProperties: {
|
|
1881
|
-
|
|
1882
|
-
|
|
1541
|
+
...ServerPropertiesForCreate.type.modelProperties,
|
|
1542
|
+
sourceServerId: {
|
|
1543
|
+
serializedName: "sourceServerId",
|
|
1544
|
+
required: true,
|
|
1883
1545
|
type: {
|
|
1884
|
-
name: "
|
|
1885
|
-
value: {
|
|
1886
|
-
type: {
|
|
1887
|
-
name: "String"
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1546
|
+
name: "String"
|
|
1890
1547
|
}
|
|
1891
1548
|
}
|
|
1892
1549
|
}
|
|
1893
1550
|
}
|
|
1894
1551
|
};
|
|
1895
1552
|
|
|
1896
|
-
export const
|
|
1897
|
-
serializedName: "PrivateLinkResourceProperties",
|
|
1553
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
1898
1554
|
type: {
|
|
1899
1555
|
name: "Composite",
|
|
1900
|
-
className: "
|
|
1556
|
+
className: "TrackedResource",
|
|
1901
1557
|
modelProperties: {
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
serializedName: "
|
|
1558
|
+
...Resource.type.modelProperties,
|
|
1559
|
+
tags: {
|
|
1560
|
+
serializedName: "tags",
|
|
1905
1561
|
type: {
|
|
1906
|
-
name: "
|
|
1562
|
+
name: "Dictionary",
|
|
1563
|
+
value: { type: { name: "String" } }
|
|
1907
1564
|
}
|
|
1908
1565
|
},
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1566
|
+
location: {
|
|
1567
|
+
serializedName: "location",
|
|
1568
|
+
required: true,
|
|
1912
1569
|
type: {
|
|
1913
|
-
name: "
|
|
1914
|
-
element: {
|
|
1915
|
-
type: {
|
|
1916
|
-
name: "String"
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1570
|
+
name: "String"
|
|
1919
1571
|
}
|
|
1920
1572
|
}
|
|
1921
1573
|
}
|
|
1922
1574
|
}
|
|
1923
1575
|
};
|
|
1924
1576
|
|
|
1925
|
-
export const
|
|
1926
|
-
serializedName: "PrivateLinkResource",
|
|
1577
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
1927
1578
|
type: {
|
|
1928
1579
|
name: "Composite",
|
|
1929
|
-
className: "
|
|
1580
|
+
className: "ProxyResource",
|
|
1930
1581
|
modelProperties: {
|
|
1931
|
-
...
|
|
1932
|
-
properties: {
|
|
1933
|
-
readOnly: true,
|
|
1934
|
-
serializedName: "properties",
|
|
1935
|
-
type: {
|
|
1936
|
-
name: "Composite",
|
|
1937
|
-
className: "PrivateLinkResourceProperties"
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1582
|
+
...Resource.type.modelProperties
|
|
1940
1583
|
}
|
|
1941
1584
|
}
|
|
1942
1585
|
};
|
|
1943
1586
|
|
|
1944
|
-
export const
|
|
1945
|
-
serializedName: "ServerKey",
|
|
1587
|
+
export const Server: coreClient.CompositeMapper = {
|
|
1946
1588
|
type: {
|
|
1947
1589
|
name: "Composite",
|
|
1948
|
-
className: "
|
|
1590
|
+
className: "Server",
|
|
1949
1591
|
modelProperties: {
|
|
1950
|
-
...
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1592
|
+
...TrackedResource.type.modelProperties,
|
|
1593
|
+
identity: {
|
|
1594
|
+
serializedName: "identity",
|
|
1595
|
+
type: {
|
|
1596
|
+
name: "Composite",
|
|
1597
|
+
className: "ResourceIdentity"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
sku: {
|
|
1601
|
+
serializedName: "sku",
|
|
1602
|
+
type: {
|
|
1603
|
+
name: "Composite",
|
|
1604
|
+
className: "Sku"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
administratorLogin: {
|
|
1608
|
+
serializedName: "properties.administratorLogin",
|
|
1954
1609
|
type: {
|
|
1955
1610
|
name: "String"
|
|
1956
1611
|
}
|
|
1957
1612
|
},
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
isConstant: true,
|
|
1961
|
-
serializedName: "properties.serverKeyType",
|
|
1962
|
-
defaultValue: 'AzureKeyVault',
|
|
1613
|
+
version: {
|
|
1614
|
+
serializedName: "properties.version",
|
|
1963
1615
|
type: {
|
|
1964
1616
|
name: "String"
|
|
1965
1617
|
}
|
|
1966
1618
|
},
|
|
1967
|
-
|
|
1968
|
-
serializedName: "properties.
|
|
1619
|
+
sslEnforcement: {
|
|
1620
|
+
serializedName: "properties.sslEnforcement",
|
|
1621
|
+
type: {
|
|
1622
|
+
name: "Enum",
|
|
1623
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
minimalTlsVersion: {
|
|
1627
|
+
serializedName: "properties.minimalTlsVersion",
|
|
1969
1628
|
type: {
|
|
1970
1629
|
name: "String"
|
|
1971
1630
|
}
|
|
1972
1631
|
},
|
|
1973
|
-
|
|
1632
|
+
byokEnforcement: {
|
|
1633
|
+
serializedName: "properties.byokEnforcement",
|
|
1974
1634
|
readOnly: true,
|
|
1975
|
-
|
|
1635
|
+
type: {
|
|
1636
|
+
name: "String"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
infrastructureEncryption: {
|
|
1640
|
+
serializedName: "properties.infrastructureEncryption",
|
|
1641
|
+
type: {
|
|
1642
|
+
name: "String"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
userVisibleState: {
|
|
1646
|
+
serializedName: "properties.userVisibleState",
|
|
1647
|
+
type: {
|
|
1648
|
+
name: "String"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
fullyQualifiedDomainName: {
|
|
1652
|
+
serializedName: "properties.fullyQualifiedDomainName",
|
|
1653
|
+
type: {
|
|
1654
|
+
name: "String"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
earliestRestoreDate: {
|
|
1658
|
+
serializedName: "properties.earliestRestoreDate",
|
|
1976
1659
|
type: {
|
|
1977
1660
|
name: "DateTime"
|
|
1978
1661
|
}
|
|
1662
|
+
},
|
|
1663
|
+
storageProfile: {
|
|
1664
|
+
serializedName: "properties.storageProfile",
|
|
1665
|
+
type: {
|
|
1666
|
+
name: "Composite",
|
|
1667
|
+
className: "StorageProfile"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
replicationRole: {
|
|
1671
|
+
serializedName: "properties.replicationRole",
|
|
1672
|
+
type: {
|
|
1673
|
+
name: "String"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
masterServerId: {
|
|
1677
|
+
serializedName: "properties.masterServerId",
|
|
1678
|
+
type: {
|
|
1679
|
+
name: "String"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
replicaCapacity: {
|
|
1683
|
+
constraints: {
|
|
1684
|
+
InclusiveMinimum: 0
|
|
1685
|
+
},
|
|
1686
|
+
serializedName: "properties.replicaCapacity",
|
|
1687
|
+
type: {
|
|
1688
|
+
name: "Number"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
publicNetworkAccess: {
|
|
1692
|
+
serializedName: "properties.publicNetworkAccess",
|
|
1693
|
+
type: {
|
|
1694
|
+
name: "String"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
privateEndpointConnections: {
|
|
1698
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1699
|
+
readOnly: true,
|
|
1700
|
+
type: {
|
|
1701
|
+
name: "Sequence",
|
|
1702
|
+
element: {
|
|
1703
|
+
type: {
|
|
1704
|
+
name: "Composite",
|
|
1705
|
+
className: "ServerPrivateEndpointConnection"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1979
1709
|
}
|
|
1980
1710
|
}
|
|
1981
1711
|
}
|
|
1982
1712
|
};
|
|
1983
1713
|
|
|
1984
|
-
export const
|
|
1985
|
-
serializedName: "ServerUpgradeParameters",
|
|
1714
|
+
export const FirewallRule: coreClient.CompositeMapper = {
|
|
1986
1715
|
type: {
|
|
1987
1716
|
name: "Composite",
|
|
1988
|
-
className: "
|
|
1717
|
+
className: "FirewallRule",
|
|
1989
1718
|
modelProperties: {
|
|
1990
|
-
|
|
1991
|
-
|
|
1719
|
+
...ProxyResource.type.modelProperties,
|
|
1720
|
+
startIpAddress: {
|
|
1721
|
+
constraints: {
|
|
1722
|
+
Pattern: new RegExp(
|
|
1723
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1724
|
+
)
|
|
1725
|
+
},
|
|
1726
|
+
serializedName: "properties.startIpAddress",
|
|
1727
|
+
required: true,
|
|
1728
|
+
type: {
|
|
1729
|
+
name: "String"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
endIpAddress: {
|
|
1733
|
+
constraints: {
|
|
1734
|
+
Pattern: new RegExp(
|
|
1735
|
+
"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
|
|
1736
|
+
)
|
|
1737
|
+
},
|
|
1738
|
+
serializedName: "properties.endIpAddress",
|
|
1739
|
+
required: true,
|
|
1992
1740
|
type: {
|
|
1993
1741
|
name: "String"
|
|
1994
1742
|
}
|
|
@@ -1997,72 +1745,99 @@ export const ServerUpgradeParameters: msRest.CompositeMapper = {
|
|
|
1997
1745
|
}
|
|
1998
1746
|
};
|
|
1999
1747
|
|
|
2000
|
-
export const
|
|
2001
|
-
serializedName: "ServerListResult",
|
|
1748
|
+
export const VirtualNetworkRule: coreClient.CompositeMapper = {
|
|
2002
1749
|
type: {
|
|
2003
1750
|
name: "Composite",
|
|
2004
|
-
className: "
|
|
1751
|
+
className: "VirtualNetworkRule",
|
|
2005
1752
|
modelProperties: {
|
|
2006
|
-
|
|
2007
|
-
|
|
1753
|
+
...ProxyResource.type.modelProperties,
|
|
1754
|
+
virtualNetworkSubnetId: {
|
|
1755
|
+
serializedName: "properties.virtualNetworkSubnetId",
|
|
2008
1756
|
type: {
|
|
2009
|
-
name: "
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
1757
|
+
name: "String"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
ignoreMissingVnetServiceEndpoint: {
|
|
1761
|
+
serializedName: "properties.ignoreMissingVnetServiceEndpoint",
|
|
1762
|
+
type: {
|
|
1763
|
+
name: "Boolean"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
state: {
|
|
1767
|
+
serializedName: "properties.state",
|
|
1768
|
+
readOnly: true,
|
|
1769
|
+
type: {
|
|
1770
|
+
name: "String"
|
|
2016
1771
|
}
|
|
2017
1772
|
}
|
|
2018
1773
|
}
|
|
2019
1774
|
}
|
|
2020
1775
|
};
|
|
2021
1776
|
|
|
2022
|
-
export const
|
|
2023
|
-
serializedName: "FirewallRuleListResult",
|
|
1777
|
+
export const Database: coreClient.CompositeMapper = {
|
|
2024
1778
|
type: {
|
|
2025
1779
|
name: "Composite",
|
|
2026
|
-
className: "
|
|
1780
|
+
className: "Database",
|
|
2027
1781
|
modelProperties: {
|
|
2028
|
-
|
|
2029
|
-
|
|
1782
|
+
...ProxyResource.type.modelProperties,
|
|
1783
|
+
charset: {
|
|
1784
|
+
serializedName: "properties.charset",
|
|
2030
1785
|
type: {
|
|
2031
|
-
name: "
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
1786
|
+
name: "String"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
collation: {
|
|
1790
|
+
serializedName: "properties.collation",
|
|
1791
|
+
type: {
|
|
1792
|
+
name: "String"
|
|
2038
1793
|
}
|
|
2039
1794
|
}
|
|
2040
1795
|
}
|
|
2041
1796
|
}
|
|
2042
1797
|
};
|
|
2043
1798
|
|
|
2044
|
-
export const
|
|
2045
|
-
serializedName: "VirtualNetworkRuleListResult",
|
|
1799
|
+
export const Configuration: coreClient.CompositeMapper = {
|
|
2046
1800
|
type: {
|
|
2047
1801
|
name: "Composite",
|
|
2048
|
-
className: "
|
|
1802
|
+
className: "Configuration",
|
|
2049
1803
|
modelProperties: {
|
|
1804
|
+
...ProxyResource.type.modelProperties,
|
|
2050
1805
|
value: {
|
|
1806
|
+
serializedName: "properties.value",
|
|
1807
|
+
type: {
|
|
1808
|
+
name: "String"
|
|
1809
|
+
}
|
|
1810
|
+
},
|
|
1811
|
+
description: {
|
|
1812
|
+
serializedName: "properties.description",
|
|
2051
1813
|
readOnly: true,
|
|
2052
|
-
serializedName: "",
|
|
2053
1814
|
type: {
|
|
2054
|
-
name: "
|
|
2055
|
-
element: {
|
|
2056
|
-
type: {
|
|
2057
|
-
name: "Composite",
|
|
2058
|
-
className: "VirtualNetworkRule"
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
1815
|
+
name: "String"
|
|
2061
1816
|
}
|
|
2062
1817
|
},
|
|
2063
|
-
|
|
1818
|
+
defaultValue: {
|
|
1819
|
+
serializedName: "properties.defaultValue",
|
|
2064
1820
|
readOnly: true,
|
|
2065
|
-
|
|
1821
|
+
type: {
|
|
1822
|
+
name: "String"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
dataType: {
|
|
1826
|
+
serializedName: "properties.dataType",
|
|
1827
|
+
readOnly: true,
|
|
1828
|
+
type: {
|
|
1829
|
+
name: "String"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
allowedValues: {
|
|
1833
|
+
serializedName: "properties.allowedValues",
|
|
1834
|
+
readOnly: true,
|
|
1835
|
+
type: {
|
|
1836
|
+
name: "String"
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
source: {
|
|
1840
|
+
serializedName: "properties.source",
|
|
2066
1841
|
type: {
|
|
2067
1842
|
name: "String"
|
|
2068
1843
|
}
|
|
@@ -2071,138 +1846,288 @@ export const VirtualNetworkRuleListResult: msRest.CompositeMapper = {
|
|
|
2071
1846
|
}
|
|
2072
1847
|
};
|
|
2073
1848
|
|
|
2074
|
-
export const
|
|
2075
|
-
serializedName: "DatabaseListResult",
|
|
1849
|
+
export const LogFile: coreClient.CompositeMapper = {
|
|
2076
1850
|
type: {
|
|
2077
1851
|
name: "Composite",
|
|
2078
|
-
className: "
|
|
1852
|
+
className: "LogFile",
|
|
2079
1853
|
modelProperties: {
|
|
2080
|
-
|
|
2081
|
-
|
|
1854
|
+
...ProxyResource.type.modelProperties,
|
|
1855
|
+
sizeInKB: {
|
|
1856
|
+
serializedName: "properties.sizeInKB",
|
|
2082
1857
|
type: {
|
|
2083
|
-
name: "
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
1858
|
+
name: "Number"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
createdTime: {
|
|
1862
|
+
serializedName: "properties.createdTime",
|
|
1863
|
+
readOnly: true,
|
|
1864
|
+
type: {
|
|
1865
|
+
name: "DateTime"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
lastModifiedTime: {
|
|
1869
|
+
serializedName: "properties.lastModifiedTime",
|
|
1870
|
+
readOnly: true,
|
|
1871
|
+
type: {
|
|
1872
|
+
name: "DateTime"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
typePropertiesType: {
|
|
1876
|
+
serializedName: "properties.type",
|
|
1877
|
+
type: {
|
|
1878
|
+
name: "String"
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
url: {
|
|
1882
|
+
serializedName: "properties.url",
|
|
1883
|
+
type: {
|
|
1884
|
+
name: "String"
|
|
2090
1885
|
}
|
|
2091
1886
|
}
|
|
2092
1887
|
}
|
|
2093
1888
|
}
|
|
2094
1889
|
};
|
|
2095
1890
|
|
|
2096
|
-
export const
|
|
2097
|
-
serializedName: "ConfigurationListResult",
|
|
1891
|
+
export const ServerAdministratorResource: coreClient.CompositeMapper = {
|
|
2098
1892
|
type: {
|
|
2099
1893
|
name: "Composite",
|
|
2100
|
-
className: "
|
|
1894
|
+
className: "ServerAdministratorResource",
|
|
2101
1895
|
modelProperties: {
|
|
2102
|
-
|
|
2103
|
-
|
|
1896
|
+
...ProxyResource.type.modelProperties,
|
|
1897
|
+
administratorType: {
|
|
1898
|
+
defaultValue: "ActiveDirectory",
|
|
1899
|
+
isConstant: true,
|
|
1900
|
+
serializedName: "properties.administratorType",
|
|
2104
1901
|
type: {
|
|
2105
|
-
name: "
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
1902
|
+
name: "String"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
login: {
|
|
1906
|
+
serializedName: "properties.login",
|
|
1907
|
+
type: {
|
|
1908
|
+
name: "String"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
sid: {
|
|
1912
|
+
serializedName: "properties.sid",
|
|
1913
|
+
type: {
|
|
1914
|
+
name: "Uuid"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
tenantId: {
|
|
1918
|
+
serializedName: "properties.tenantId",
|
|
1919
|
+
type: {
|
|
1920
|
+
name: "Uuid"
|
|
2112
1921
|
}
|
|
2113
1922
|
}
|
|
2114
1923
|
}
|
|
2115
1924
|
}
|
|
2116
1925
|
};
|
|
2117
1926
|
|
|
2118
|
-
export const
|
|
2119
|
-
serializedName: "LogFileListResult",
|
|
1927
|
+
export const RecoverableServerResource: coreClient.CompositeMapper = {
|
|
2120
1928
|
type: {
|
|
2121
1929
|
name: "Composite",
|
|
2122
|
-
className: "
|
|
1930
|
+
className: "RecoverableServerResource",
|
|
2123
1931
|
modelProperties: {
|
|
2124
|
-
|
|
2125
|
-
|
|
1932
|
+
...ProxyResource.type.modelProperties,
|
|
1933
|
+
lastAvailableBackupDateTime: {
|
|
1934
|
+
serializedName: "properties.lastAvailableBackupDateTime",
|
|
1935
|
+
readOnly: true,
|
|
2126
1936
|
type: {
|
|
2127
|
-
name: "
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
1937
|
+
name: "String"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
serviceLevelObjective: {
|
|
1941
|
+
serializedName: "properties.serviceLevelObjective",
|
|
1942
|
+
readOnly: true,
|
|
1943
|
+
type: {
|
|
1944
|
+
name: "String"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
edition: {
|
|
1948
|
+
serializedName: "properties.edition",
|
|
1949
|
+
readOnly: true,
|
|
1950
|
+
type: {
|
|
1951
|
+
name: "String"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
vCore: {
|
|
1955
|
+
serializedName: "properties.vCore",
|
|
1956
|
+
readOnly: true,
|
|
1957
|
+
type: {
|
|
1958
|
+
name: "Number"
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
hardwareGeneration: {
|
|
1962
|
+
serializedName: "properties.hardwareGeneration",
|
|
1963
|
+
readOnly: true,
|
|
1964
|
+
type: {
|
|
1965
|
+
name: "String"
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
version: {
|
|
1969
|
+
serializedName: "properties.version",
|
|
1970
|
+
readOnly: true,
|
|
1971
|
+
type: {
|
|
1972
|
+
name: "String"
|
|
2134
1973
|
}
|
|
2135
1974
|
}
|
|
2136
1975
|
}
|
|
2137
1976
|
}
|
|
2138
1977
|
};
|
|
2139
1978
|
|
|
2140
|
-
export const
|
|
2141
|
-
serializedName: "ServerAdministratorResourceListResult",
|
|
1979
|
+
export const ServerSecurityAlertPolicy: coreClient.CompositeMapper = {
|
|
2142
1980
|
type: {
|
|
2143
1981
|
name: "Composite",
|
|
2144
|
-
className: "
|
|
1982
|
+
className: "ServerSecurityAlertPolicy",
|
|
2145
1983
|
modelProperties: {
|
|
2146
|
-
|
|
2147
|
-
|
|
1984
|
+
...ProxyResource.type.modelProperties,
|
|
1985
|
+
state: {
|
|
1986
|
+
serializedName: "properties.state",
|
|
1987
|
+
type: {
|
|
1988
|
+
name: "Enum",
|
|
1989
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
disabledAlerts: {
|
|
1993
|
+
serializedName: "properties.disabledAlerts",
|
|
2148
1994
|
type: {
|
|
2149
1995
|
name: "Sequence",
|
|
2150
1996
|
element: {
|
|
2151
1997
|
type: {
|
|
2152
|
-
name: "
|
|
2153
|
-
|
|
1998
|
+
name: "String"
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
emailAddresses: {
|
|
2004
|
+
serializedName: "properties.emailAddresses",
|
|
2005
|
+
type: {
|
|
2006
|
+
name: "Sequence",
|
|
2007
|
+
element: {
|
|
2008
|
+
type: {
|
|
2009
|
+
name: "String"
|
|
2154
2010
|
}
|
|
2155
2011
|
}
|
|
2156
2012
|
}
|
|
2013
|
+
},
|
|
2014
|
+
emailAccountAdmins: {
|
|
2015
|
+
serializedName: "properties.emailAccountAdmins",
|
|
2016
|
+
type: {
|
|
2017
|
+
name: "Boolean"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
storageEndpoint: {
|
|
2021
|
+
serializedName: "properties.storageEndpoint",
|
|
2022
|
+
type: {
|
|
2023
|
+
name: "String"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
storageAccountAccessKey: {
|
|
2027
|
+
serializedName: "properties.storageAccountAccessKey",
|
|
2028
|
+
type: {
|
|
2029
|
+
name: "String"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
retentionDays: {
|
|
2033
|
+
serializedName: "properties.retentionDays",
|
|
2034
|
+
type: {
|
|
2035
|
+
name: "Number"
|
|
2036
|
+
}
|
|
2157
2037
|
}
|
|
2158
2038
|
}
|
|
2159
2039
|
}
|
|
2160
2040
|
};
|
|
2161
2041
|
|
|
2162
|
-
export const
|
|
2163
|
-
serializedName: "PerformanceTierListResult",
|
|
2042
|
+
export const QueryText: coreClient.CompositeMapper = {
|
|
2164
2043
|
type: {
|
|
2165
2044
|
name: "Composite",
|
|
2166
|
-
className: "
|
|
2045
|
+
className: "QueryText",
|
|
2167
2046
|
modelProperties: {
|
|
2168
|
-
|
|
2169
|
-
|
|
2047
|
+
...ProxyResource.type.modelProperties,
|
|
2048
|
+
queryId: {
|
|
2049
|
+
serializedName: "properties.queryId",
|
|
2170
2050
|
type: {
|
|
2171
|
-
name: "
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2051
|
+
name: "String"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
queryText: {
|
|
2055
|
+
serializedName: "properties.queryText",
|
|
2056
|
+
type: {
|
|
2057
|
+
name: "String"
|
|
2178
2058
|
}
|
|
2179
2059
|
}
|
|
2180
2060
|
}
|
|
2181
2061
|
}
|
|
2182
2062
|
};
|
|
2183
2063
|
|
|
2184
|
-
export const
|
|
2185
|
-
serializedName: "ServerSecurityAlertPolicyListResult",
|
|
2064
|
+
export const QueryStatistic: coreClient.CompositeMapper = {
|
|
2186
2065
|
type: {
|
|
2187
2066
|
name: "Composite",
|
|
2188
|
-
className: "
|
|
2067
|
+
className: "QueryStatistic",
|
|
2189
2068
|
modelProperties: {
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
serializedName: "",
|
|
2069
|
+
...ProxyResource.type.modelProperties,
|
|
2070
|
+
queryId: {
|
|
2071
|
+
serializedName: "properties.queryId",
|
|
2072
|
+
type: {
|
|
2073
|
+
name: "String"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
startTime: {
|
|
2077
|
+
serializedName: "properties.startTime",
|
|
2078
|
+
type: {
|
|
2079
|
+
name: "DateTime"
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
endTime: {
|
|
2083
|
+
serializedName: "properties.endTime",
|
|
2084
|
+
type: {
|
|
2085
|
+
name: "DateTime"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
aggregationFunction: {
|
|
2089
|
+
serializedName: "properties.aggregationFunction",
|
|
2090
|
+
type: {
|
|
2091
|
+
name: "String"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
databaseNames: {
|
|
2095
|
+
serializedName: "properties.databaseNames",
|
|
2193
2096
|
type: {
|
|
2194
2097
|
name: "Sequence",
|
|
2195
2098
|
element: {
|
|
2196
2099
|
type: {
|
|
2197
|
-
name: "
|
|
2198
|
-
className: "ServerSecurityAlertPolicy"
|
|
2100
|
+
name: "String"
|
|
2199
2101
|
}
|
|
2200
2102
|
}
|
|
2201
2103
|
}
|
|
2202
2104
|
},
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2105
|
+
queryExecutionCount: {
|
|
2106
|
+
serializedName: "properties.queryExecutionCount",
|
|
2107
|
+
type: {
|
|
2108
|
+
name: "Number"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2111
|
+
metricName: {
|
|
2112
|
+
serializedName: "properties.metricName",
|
|
2113
|
+
type: {
|
|
2114
|
+
name: "String"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
metricDisplayName: {
|
|
2118
|
+
serializedName: "properties.metricDisplayName",
|
|
2119
|
+
type: {
|
|
2120
|
+
name: "String"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
metricValue: {
|
|
2124
|
+
serializedName: "properties.metricValue",
|
|
2125
|
+
type: {
|
|
2126
|
+
name: "Number"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
metricValueUnit: {
|
|
2130
|
+
serializedName: "properties.metricValueUnit",
|
|
2206
2131
|
type: {
|
|
2207
2132
|
name: "String"
|
|
2208
2133
|
}
|
|
@@ -2211,178 +2136,169 @@ export const ServerSecurityAlertPolicyListResult: msRest.CompositeMapper = {
|
|
|
2211
2136
|
}
|
|
2212
2137
|
};
|
|
2213
2138
|
|
|
2214
|
-
export const
|
|
2215
|
-
serializedName: "QueryTextsResultList",
|
|
2139
|
+
export const WaitStatistic: coreClient.CompositeMapper = {
|
|
2216
2140
|
type: {
|
|
2217
2141
|
name: "Composite",
|
|
2218
|
-
className: "
|
|
2142
|
+
className: "WaitStatistic",
|
|
2219
2143
|
modelProperties: {
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
serializedName: "",
|
|
2144
|
+
...ProxyResource.type.modelProperties,
|
|
2145
|
+
startTime: {
|
|
2146
|
+
serializedName: "properties.startTime",
|
|
2223
2147
|
type: {
|
|
2224
|
-
name: "
|
|
2225
|
-
element: {
|
|
2226
|
-
type: {
|
|
2227
|
-
name: "Composite",
|
|
2228
|
-
className: "QueryText"
|
|
2229
|
-
}
|
|
2230
|
-
}
|
|
2148
|
+
name: "DateTime"
|
|
2231
2149
|
}
|
|
2232
2150
|
},
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2151
|
+
endTime: {
|
|
2152
|
+
serializedName: "properties.endTime",
|
|
2153
|
+
type: {
|
|
2154
|
+
name: "DateTime"
|
|
2155
|
+
}
|
|
2156
|
+
},
|
|
2157
|
+
eventName: {
|
|
2158
|
+
serializedName: "properties.eventName",
|
|
2236
2159
|
type: {
|
|
2237
2160
|
name: "String"
|
|
2238
2161
|
}
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
};
|
|
2243
|
-
|
|
2244
|
-
export const TopQueryStatisticsResultList: msRest.CompositeMapper = {
|
|
2245
|
-
serializedName: "TopQueryStatisticsResultList",
|
|
2246
|
-
type: {
|
|
2247
|
-
name: "Composite",
|
|
2248
|
-
className: "TopQueryStatisticsResultList",
|
|
2249
|
-
modelProperties: {
|
|
2250
|
-
value: {
|
|
2251
|
-
readOnly: true,
|
|
2252
|
-
serializedName: "",
|
|
2162
|
+
},
|
|
2163
|
+
eventTypeName: {
|
|
2164
|
+
serializedName: "properties.eventTypeName",
|
|
2253
2165
|
type: {
|
|
2254
|
-
name: "
|
|
2255
|
-
element: {
|
|
2256
|
-
type: {
|
|
2257
|
-
name: "Composite",
|
|
2258
|
-
className: "QueryStatistic"
|
|
2259
|
-
}
|
|
2260
|
-
}
|
|
2166
|
+
name: "String"
|
|
2261
2167
|
}
|
|
2262
2168
|
},
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2169
|
+
queryId: {
|
|
2170
|
+
serializedName: "properties.queryId",
|
|
2171
|
+
type: {
|
|
2172
|
+
name: "Number"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
databaseName: {
|
|
2176
|
+
serializedName: "properties.databaseName",
|
|
2266
2177
|
type: {
|
|
2267
2178
|
name: "String"
|
|
2268
2179
|
}
|
|
2180
|
+
},
|
|
2181
|
+
userId: {
|
|
2182
|
+
serializedName: "properties.userId",
|
|
2183
|
+
type: {
|
|
2184
|
+
name: "Number"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
count: {
|
|
2188
|
+
serializedName: "properties.count",
|
|
2189
|
+
type: {
|
|
2190
|
+
name: "Number"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
totalTimeInMs: {
|
|
2194
|
+
serializedName: "properties.totalTimeInMs",
|
|
2195
|
+
type: {
|
|
2196
|
+
name: "Number"
|
|
2197
|
+
}
|
|
2269
2198
|
}
|
|
2270
2199
|
}
|
|
2271
2200
|
}
|
|
2272
2201
|
};
|
|
2273
2202
|
|
|
2274
|
-
export const
|
|
2275
|
-
serializedName: "WaitStatisticsResultList",
|
|
2203
|
+
export const Advisor: coreClient.CompositeMapper = {
|
|
2276
2204
|
type: {
|
|
2277
2205
|
name: "Composite",
|
|
2278
|
-
className: "
|
|
2206
|
+
className: "Advisor",
|
|
2279
2207
|
modelProperties: {
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
serializedName: "",
|
|
2283
|
-
type: {
|
|
2284
|
-
name: "Sequence",
|
|
2285
|
-
element: {
|
|
2286
|
-
type: {
|
|
2287
|
-
name: "Composite",
|
|
2288
|
-
className: "WaitStatistic"
|
|
2289
|
-
}
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
nextLink: {
|
|
2294
|
-
readOnly: true,
|
|
2295
|
-
serializedName: "nextLink",
|
|
2208
|
+
...ProxyResource.type.modelProperties,
|
|
2209
|
+
properties: {
|
|
2210
|
+
serializedName: "properties",
|
|
2296
2211
|
type: {
|
|
2297
|
-
name: "
|
|
2212
|
+
name: "Dictionary",
|
|
2213
|
+
value: { type: { name: "any" } }
|
|
2298
2214
|
}
|
|
2299
2215
|
}
|
|
2300
2216
|
}
|
|
2301
2217
|
}
|
|
2302
2218
|
};
|
|
2303
2219
|
|
|
2304
|
-
export const
|
|
2305
|
-
serializedName: "AdvisorsResultList",
|
|
2220
|
+
export const RecommendationAction: coreClient.CompositeMapper = {
|
|
2306
2221
|
type: {
|
|
2307
2222
|
name: "Composite",
|
|
2308
|
-
className: "
|
|
2223
|
+
className: "RecommendationAction",
|
|
2309
2224
|
modelProperties: {
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
serializedName: "",
|
|
2225
|
+
...ProxyResource.type.modelProperties,
|
|
2226
|
+
advisorName: {
|
|
2227
|
+
serializedName: "properties.advisorName",
|
|
2313
2228
|
type: {
|
|
2314
|
-
name: "
|
|
2315
|
-
element: {
|
|
2316
|
-
type: {
|
|
2317
|
-
name: "Composite",
|
|
2318
|
-
className: "Advisor"
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2229
|
+
name: "String"
|
|
2321
2230
|
}
|
|
2322
2231
|
},
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
serializedName: "nextLink",
|
|
2232
|
+
sessionId: {
|
|
2233
|
+
serializedName: "properties.sessionId",
|
|
2326
2234
|
type: {
|
|
2327
2235
|
name: "String"
|
|
2328
2236
|
}
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
};
|
|
2333
|
-
|
|
2334
|
-
export const RecommendationActionsResultList: msRest.CompositeMapper = {
|
|
2335
|
-
serializedName: "RecommendationActionsResultList",
|
|
2336
|
-
type: {
|
|
2337
|
-
name: "Composite",
|
|
2338
|
-
className: "RecommendationActionsResultList",
|
|
2339
|
-
modelProperties: {
|
|
2340
|
-
value: {
|
|
2341
|
-
readOnly: true,
|
|
2342
|
-
serializedName: "",
|
|
2237
|
+
},
|
|
2238
|
+
actionId: {
|
|
2239
|
+
serializedName: "properties.actionId",
|
|
2343
2240
|
type: {
|
|
2344
|
-
name: "
|
|
2345
|
-
element: {
|
|
2346
|
-
type: {
|
|
2347
|
-
name: "Composite",
|
|
2348
|
-
className: "RecommendationAction"
|
|
2349
|
-
}
|
|
2350
|
-
}
|
|
2241
|
+
name: "Number"
|
|
2351
2242
|
}
|
|
2352
2243
|
},
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2244
|
+
createdTime: {
|
|
2245
|
+
serializedName: "properties.createdTime",
|
|
2246
|
+
type: {
|
|
2247
|
+
name: "DateTime"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
expirationTime: {
|
|
2251
|
+
serializedName: "properties.expirationTime",
|
|
2252
|
+
type: {
|
|
2253
|
+
name: "DateTime"
|
|
2254
|
+
}
|
|
2255
|
+
},
|
|
2256
|
+
reason: {
|
|
2257
|
+
serializedName: "properties.reason",
|
|
2258
|
+
type: {
|
|
2259
|
+
name: "String"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
recommendationType: {
|
|
2263
|
+
serializedName: "properties.recommendationType",
|
|
2356
2264
|
type: {
|
|
2357
2265
|
name: "String"
|
|
2358
2266
|
}
|
|
2267
|
+
},
|
|
2268
|
+
details: {
|
|
2269
|
+
serializedName: "properties.details",
|
|
2270
|
+
type: {
|
|
2271
|
+
name: "Dictionary",
|
|
2272
|
+
value: { type: { name: "String" } }
|
|
2273
|
+
}
|
|
2359
2274
|
}
|
|
2360
2275
|
}
|
|
2361
2276
|
}
|
|
2362
2277
|
};
|
|
2363
2278
|
|
|
2364
|
-
export const
|
|
2365
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
2279
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
2366
2280
|
type: {
|
|
2367
2281
|
name: "Composite",
|
|
2368
|
-
className: "
|
|
2282
|
+
className: "PrivateEndpointConnection",
|
|
2369
2283
|
modelProperties: {
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
serializedName: "",
|
|
2284
|
+
...ProxyResource.type.modelProperties,
|
|
2285
|
+
privateEndpoint: {
|
|
2286
|
+
serializedName: "properties.privateEndpoint",
|
|
2373
2287
|
type: {
|
|
2374
|
-
name: "
|
|
2375
|
-
|
|
2376
|
-
type: {
|
|
2377
|
-
name: "Composite",
|
|
2378
|
-
className: "PrivateEndpointConnection"
|
|
2379
|
-
}
|
|
2380
|
-
}
|
|
2288
|
+
name: "Composite",
|
|
2289
|
+
className: "PrivateEndpointProperty"
|
|
2381
2290
|
}
|
|
2382
2291
|
},
|
|
2383
|
-
|
|
2292
|
+
privateLinkServiceConnectionState: {
|
|
2293
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2294
|
+
type: {
|
|
2295
|
+
name: "Composite",
|
|
2296
|
+
className: "PrivateLinkServiceConnectionStateProperty"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
provisioningState: {
|
|
2300
|
+
serializedName: "properties.provisioningState",
|
|
2384
2301
|
readOnly: true,
|
|
2385
|
-
serializedName: "nextLink",
|
|
2386
2302
|
type: {
|
|
2387
2303
|
name: "String"
|
|
2388
2304
|
}
|
|
@@ -2391,71 +2307,63 @@ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
|
|
|
2391
2307
|
}
|
|
2392
2308
|
};
|
|
2393
2309
|
|
|
2394
|
-
export const
|
|
2395
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
2310
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
2396
2311
|
type: {
|
|
2397
2312
|
name: "Composite",
|
|
2398
|
-
className: "
|
|
2313
|
+
className: "PrivateLinkResource",
|
|
2399
2314
|
modelProperties: {
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
serializedName: "",
|
|
2403
|
-
type: {
|
|
2404
|
-
name: "Sequence",
|
|
2405
|
-
element: {
|
|
2406
|
-
type: {
|
|
2407
|
-
name: "Composite",
|
|
2408
|
-
className: "PrivateLinkResource"
|
|
2409
|
-
}
|
|
2410
|
-
}
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
nextLink: {
|
|
2414
|
-
readOnly: true,
|
|
2415
|
-
serializedName: "nextLink",
|
|
2315
|
+
...ProxyResource.type.modelProperties,
|
|
2316
|
+
properties: {
|
|
2317
|
+
serializedName: "properties",
|
|
2416
2318
|
type: {
|
|
2417
|
-
name: "
|
|
2319
|
+
name: "Composite",
|
|
2320
|
+
className: "PrivateLinkResourceProperties"
|
|
2418
2321
|
}
|
|
2419
2322
|
}
|
|
2420
2323
|
}
|
|
2421
2324
|
}
|
|
2422
2325
|
};
|
|
2423
2326
|
|
|
2424
|
-
export const
|
|
2425
|
-
serializedName: "ServerKeyListResult",
|
|
2327
|
+
export const ServerKey: coreClient.CompositeMapper = {
|
|
2426
2328
|
type: {
|
|
2427
2329
|
name: "Composite",
|
|
2428
|
-
className: "
|
|
2330
|
+
className: "ServerKey",
|
|
2429
2331
|
modelProperties: {
|
|
2430
|
-
|
|
2332
|
+
...ProxyResource.type.modelProperties,
|
|
2333
|
+
kind: {
|
|
2334
|
+
serializedName: "kind",
|
|
2431
2335
|
readOnly: true,
|
|
2432
|
-
serializedName: "",
|
|
2433
2336
|
type: {
|
|
2434
|
-
name: "
|
|
2435
|
-
element: {
|
|
2436
|
-
type: {
|
|
2437
|
-
name: "Composite",
|
|
2438
|
-
className: "ServerKey"
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2337
|
+
name: "String"
|
|
2441
2338
|
}
|
|
2442
2339
|
},
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2340
|
+
serverKeyType: {
|
|
2341
|
+
serializedName: "properties.serverKeyType",
|
|
2342
|
+
type: {
|
|
2343
|
+
name: "String"
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
uri: {
|
|
2347
|
+
serializedName: "properties.uri",
|
|
2446
2348
|
type: {
|
|
2447
2349
|
name: "String"
|
|
2448
2350
|
}
|
|
2351
|
+
},
|
|
2352
|
+
creationDate: {
|
|
2353
|
+
serializedName: "properties.creationDate",
|
|
2354
|
+
readOnly: true,
|
|
2355
|
+
type: {
|
|
2356
|
+
name: "DateTime"
|
|
2357
|
+
}
|
|
2449
2358
|
}
|
|
2450
2359
|
}
|
|
2451
2360
|
}
|
|
2452
2361
|
};
|
|
2453
2362
|
|
|
2454
|
-
export
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2363
|
+
export let discriminators = {
|
|
2364
|
+
ServerPropertiesForCreate: ServerPropertiesForCreate,
|
|
2365
|
+
"ServerPropertiesForCreate.Default": ServerPropertiesForDefaultCreate,
|
|
2366
|
+
"ServerPropertiesForCreate.PointInTimeRestore": ServerPropertiesForRestore,
|
|
2367
|
+
"ServerPropertiesForCreate.GeoRestore": ServerPropertiesForGeoRestore,
|
|
2368
|
+
"ServerPropertiesForCreate.Replica": ServerPropertiesForReplica
|
|
2461
2369
|
};
|