@azure/arm-cosmosdb 16.2.0 → 16.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2743) hide show
  1. package/CHANGELOG.md +365 -0
  2. package/README.md +3 -3
  3. package/dist/browser/cosmosDBManagementClient.d.ts +64 -0
  4. package/dist/browser/cosmosDBManagementClient.d.ts.map +1 -0
  5. package/dist/browser/cosmosDBManagementClient.js +142 -0
  6. package/dist/browser/cosmosDBManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +13 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +7659 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +700 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +459 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +11858 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +100 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +767 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/cassandraClusters.d.ts +219 -0
  25. package/dist/browser/operations/cassandraClusters.d.ts.map +1 -0
  26. package/dist/browser/operations/cassandraClusters.js +1028 -0
  27. package/dist/browser/operations/cassandraClusters.js.map +1 -0
  28. package/dist/browser/operations/cassandraDataCenters.d.ts +93 -0
  29. package/dist/browser/operations/cassandraDataCenters.d.ts.map +1 -0
  30. package/dist/browser/operations/cassandraDataCenters.js +393 -0
  31. package/dist/browser/operations/cassandraDataCenters.js.map +1 -0
  32. package/dist/browser/operations/cassandraResources.d.ts +405 -0
  33. package/dist/browser/operations/cassandraResources.d.ts.map +1 -0
  34. package/dist/browser/operations/cassandraResources.js +1789 -0
  35. package/dist/browser/operations/cassandraResources.js.map +1 -0
  36. package/dist/browser/operations/chaosFault.d.ts +65 -0
  37. package/dist/browser/operations/chaosFault.d.ts.map +1 -0
  38. package/dist/browser/operations/chaosFault.js +279 -0
  39. package/dist/browser/operations/chaosFault.js.map +1 -0
  40. package/dist/browser/operations/collection.d.ts +80 -0
  41. package/dist/browser/operations/collection.d.ts.map +1 -0
  42. package/dist/browser/operations/collection.js +287 -0
  43. package/dist/browser/operations/collection.js.map +1 -0
  44. package/dist/browser/operations/collectionPartition.d.ts +60 -0
  45. package/dist/browser/operations/collectionPartition.d.ts.map +1 -0
  46. package/dist/browser/operations/collectionPartition.js +204 -0
  47. package/dist/browser/operations/collectionPartition.js.map +1 -0
  48. package/dist/browser/operations/collectionPartitionRegion.d.ts +44 -0
  49. package/dist/browser/operations/collectionPartitionRegion.d.ts.map +1 -0
  50. package/dist/browser/operations/collectionPartitionRegion.js +127 -0
  51. package/dist/browser/operations/collectionPartitionRegion.js.map +1 -0
  52. package/dist/browser/operations/collectionRegion.d.ts +44 -0
  53. package/dist/browser/operations/collectionRegion.d.ts.map +1 -0
  54. package/dist/browser/operations/collectionRegion.js +127 -0
  55. package/dist/browser/operations/collectionRegion.js.map +1 -0
  56. package/dist/browser/operations/dataTransferJobs.d.ts +87 -0
  57. package/dist/browser/operations/dataTransferJobs.d.ts.map +1 -0
  58. package/dist/browser/operations/dataTransferJobs.js +345 -0
  59. package/dist/browser/operations/dataTransferJobs.js.map +1 -0
  60. package/dist/browser/operations/database.d.ts +74 -0
  61. package/dist/browser/operations/database.d.ts.map +1 -0
  62. package/dist/browser/operations/database.js +271 -0
  63. package/dist/browser/operations/database.js.map +1 -0
  64. package/dist/browser/operations/databaseAccountRegion.d.ts +38 -0
  65. package/dist/browser/operations/databaseAccountRegion.d.ts.map +1 -0
  66. package/dist/browser/operations/databaseAccountRegion.js +111 -0
  67. package/dist/browser/operations/databaseAccountRegion.js.map +1 -0
  68. package/dist/browser/operations/databaseAccounts.d.ts +255 -0
  69. package/dist/browser/operations/databaseAccounts.d.ts.map +1 -0
  70. package/dist/browser/operations/databaseAccounts.js +1122 -0
  71. package/dist/browser/operations/databaseAccounts.js.map +1 -0
  72. package/dist/browser/operations/graphResources.d.ts +73 -0
  73. package/dist/browser/operations/graphResources.d.ts.map +1 -0
  74. package/dist/browser/operations/graphResources.js +291 -0
  75. package/dist/browser/operations/graphResources.js.map +1 -0
  76. package/dist/browser/operations/gremlinResources.d.ts +290 -0
  77. package/dist/browser/operations/gremlinResources.d.ts.map +1 -0
  78. package/dist/browser/operations/gremlinResources.js +1307 -0
  79. package/dist/browser/operations/gremlinResources.js.map +1 -0
  80. package/dist/browser/operations/index.d.ts +46 -0
  81. package/dist/browser/operations/index.d.ts.map +1 -0
  82. package/dist/browser/operations/index.js +53 -0
  83. package/dist/browser/operations/index.js.map +1 -0
  84. package/dist/browser/operations/locations.d.ts +32 -0
  85. package/dist/browser/operations/locations.d.ts.map +1 -0
  86. package/dist/browser/operations/locations.js +124 -0
  87. package/dist/browser/operations/locations.js.map +1 -0
  88. package/dist/browser/operations/mongoDBResources.d.ts +534 -0
  89. package/dist/browser/operations/mongoDBResources.d.ts.map +1 -0
  90. package/dist/browser/operations/mongoDBResources.js +2470 -0
  91. package/dist/browser/operations/mongoDBResources.js.map +1 -0
  92. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  93. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  94. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +282 -0
  95. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  96. package/dist/browser/operations/notebookWorkspaces.d.ts +115 -0
  97. package/dist/browser/operations/notebookWorkspaces.d.ts.map +1 -0
  98. package/dist/browser/operations/notebookWorkspaces.js +495 -0
  99. package/dist/browser/operations/notebookWorkspaces.js.map +1 -0
  100. package/dist/browser/operations/operations.d.ts +32 -0
  101. package/dist/browser/operations/operations.d.ts.map +1 -0
  102. package/dist/browser/operations/operations.js +127 -0
  103. package/dist/browser/operations/operations.js.map +1 -0
  104. package/dist/browser/operations/partitionKeyRangeId.d.ts +42 -0
  105. package/dist/browser/operations/partitionKeyRangeId.d.ts.map +1 -0
  106. package/dist/browser/operations/partitionKeyRangeId.js +125 -0
  107. package/dist/browser/operations/partitionKeyRangeId.js.map +1 -0
  108. package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts +46 -0
  109. package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts.map +1 -0
  110. package/dist/browser/operations/partitionKeyRangeIdRegion.js +131 -0
  111. package/dist/browser/operations/partitionKeyRangeIdRegion.js.map +1 -0
  112. package/dist/browser/operations/percentile.d.ts +38 -0
  113. package/dist/browser/operations/percentile.d.ts.map +1 -0
  114. package/dist/browser/operations/percentile.js +110 -0
  115. package/dist/browser/operations/percentile.js.map +1 -0
  116. package/dist/browser/operations/percentileSourceTarget.d.ts +46 -0
  117. package/dist/browser/operations/percentileSourceTarget.d.ts.map +1 -0
  118. package/dist/browser/operations/percentileSourceTarget.js +127 -0
  119. package/dist/browser/operations/percentileSourceTarget.js.map +1 -0
  120. package/dist/browser/operations/percentileTarget.d.ts +42 -0
  121. package/dist/browser/operations/percentileTarget.d.ts.map +1 -0
  122. package/dist/browser/operations/percentileTarget.js +115 -0
  123. package/dist/browser/operations/percentileTarget.js.map +1 -0
  124. package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
  125. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  126. package/dist/browser/operations/privateEndpointConnections.js +313 -0
  127. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  128. package/dist/browser/operations/privateLinkResources.d.ts +38 -0
  129. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  130. package/dist/browser/operations/privateLinkResources.js +131 -0
  131. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  132. package/dist/browser/operations/restorableDatabaseAccounts.d.ts +54 -0
  133. package/dist/browser/operations/restorableDatabaseAccounts.d.ts.map +1 -0
  134. package/dist/browser/operations/restorableDatabaseAccounts.js +210 -0
  135. package/dist/browser/operations/restorableDatabaseAccounts.js.map +1 -0
  136. package/dist/browser/operations/restorableGremlinDatabases.d.ts +36 -0
  137. package/dist/browser/operations/restorableGremlinDatabases.d.ts.map +1 -0
  138. package/dist/browser/operations/restorableGremlinDatabases.js +111 -0
  139. package/dist/browser/operations/restorableGremlinDatabases.js.map +1 -0
  140. package/dist/browser/operations/restorableGremlinGraphs.d.ts +34 -0
  141. package/dist/browser/operations/restorableGremlinGraphs.d.ts.map +1 -0
  142. package/dist/browser/operations/restorableGremlinGraphs.js +114 -0
  143. package/dist/browser/operations/restorableGremlinGraphs.js.map +1 -0
  144. package/dist/browser/operations/restorableGremlinResources.d.ts +36 -0
  145. package/dist/browser/operations/restorableGremlinResources.d.ts.map +1 -0
  146. package/dist/browser/operations/restorableGremlinResources.js +115 -0
  147. package/dist/browser/operations/restorableGremlinResources.js.map +1 -0
  148. package/dist/browser/operations/restorableMongodbCollections.d.ts +34 -0
  149. package/dist/browser/operations/restorableMongodbCollections.d.ts.map +1 -0
  150. package/dist/browser/operations/restorableMongodbCollections.js +114 -0
  151. package/dist/browser/operations/restorableMongodbCollections.js.map +1 -0
  152. package/dist/browser/operations/restorableMongodbDatabases.d.ts +36 -0
  153. package/dist/browser/operations/restorableMongodbDatabases.d.ts.map +1 -0
  154. package/dist/browser/operations/restorableMongodbDatabases.js +111 -0
  155. package/dist/browser/operations/restorableMongodbDatabases.js.map +1 -0
  156. package/dist/browser/operations/restorableMongodbResources.d.ts +34 -0
  157. package/dist/browser/operations/restorableMongodbResources.d.ts.map +1 -0
  158. package/dist/browser/operations/restorableMongodbResources.js +113 -0
  159. package/dist/browser/operations/restorableMongodbResources.js.map +1 -0
  160. package/dist/browser/operations/restorableSqlContainers.d.ts +34 -0
  161. package/dist/browser/operations/restorableSqlContainers.d.ts.map +1 -0
  162. package/dist/browser/operations/restorableSqlContainers.js +114 -0
  163. package/dist/browser/operations/restorableSqlContainers.js.map +1 -0
  164. package/dist/browser/operations/restorableSqlDatabases.d.ts +36 -0
  165. package/dist/browser/operations/restorableSqlDatabases.d.ts.map +1 -0
  166. package/dist/browser/operations/restorableSqlDatabases.js +111 -0
  167. package/dist/browser/operations/restorableSqlDatabases.js.map +1 -0
  168. package/dist/browser/operations/restorableSqlResources.d.ts +34 -0
  169. package/dist/browser/operations/restorableSqlResources.d.ts.map +1 -0
  170. package/dist/browser/operations/restorableSqlResources.js +113 -0
  171. package/dist/browser/operations/restorableSqlResources.js.map +1 -0
  172. package/dist/browser/operations/restorableTableResources.d.ts +34 -0
  173. package/dist/browser/operations/restorableTableResources.d.ts.map +1 -0
  174. package/dist/browser/operations/restorableTableResources.js +113 -0
  175. package/dist/browser/operations/restorableTableResources.js.map +1 -0
  176. package/dist/browser/operations/restorableTables.d.ts +34 -0
  177. package/dist/browser/operations/restorableTables.d.ts.map +1 -0
  178. package/dist/browser/operations/restorableTables.js +113 -0
  179. package/dist/browser/operations/restorableTables.js.map +1 -0
  180. package/dist/browser/operations/service.d.ts +73 -0
  181. package/dist/browser/operations/service.d.ts.map +1 -0
  182. package/dist/browser/operations/service.js +309 -0
  183. package/dist/browser/operations/service.js.map +1 -0
  184. package/dist/browser/operations/sqlResources.d.ts +799 -0
  185. package/dist/browser/operations/sqlResources.d.ts.map +1 -0
  186. package/dist/browser/operations/sqlResources.js +3629 -0
  187. package/dist/browser/operations/sqlResources.js.map +1 -0
  188. package/dist/browser/operations/tableResources.d.ts +272 -0
  189. package/dist/browser/operations/tableResources.d.ts.map +1 -0
  190. package/dist/browser/operations/tableResources.js +1252 -0
  191. package/dist/browser/operations/tableResources.js.map +1 -0
  192. package/dist/browser/operations/throughputPool.d.ts +67 -0
  193. package/dist/browser/operations/throughputPool.d.ts.map +1 -0
  194. package/dist/browser/operations/throughputPool.js +308 -0
  195. package/dist/browser/operations/throughputPool.js.map +1 -0
  196. package/dist/browser/operations/throughputPoolAccount.d.ts +58 -0
  197. package/dist/browser/operations/throughputPoolAccount.d.ts.map +1 -0
  198. package/dist/browser/operations/throughputPoolAccount.js +248 -0
  199. package/dist/browser/operations/throughputPoolAccount.js.map +1 -0
  200. package/dist/browser/operations/throughputPoolAccounts.d.ts +38 -0
  201. package/dist/browser/operations/throughputPoolAccounts.d.ts.map +1 -0
  202. package/dist/browser/operations/throughputPoolAccounts.js +150 -0
  203. package/dist/browser/operations/throughputPoolAccounts.js.map +1 -0
  204. package/dist/browser/operations/throughputPools.d.ts +53 -0
  205. package/dist/browser/operations/throughputPools.d.ts.map +1 -0
  206. package/dist/browser/operations/throughputPools.js +256 -0
  207. package/dist/browser/operations/throughputPools.js.map +1 -0
  208. package/dist/browser/operationsInterfaces/cassandraClusters.d.ts +178 -0
  209. package/dist/browser/operationsInterfaces/cassandraClusters.d.ts.map +1 -0
  210. package/dist/browser/operationsInterfaces/cassandraClusters.js.map +1 -0
  211. package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts +76 -0
  212. package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -0
  213. package/dist/browser/operationsInterfaces/cassandraDataCenters.js.map +1 -0
  214. package/dist/browser/operationsInterfaces/cassandraResources.d.ts +368 -0
  215. package/dist/browser/operationsInterfaces/cassandraResources.d.ts.map +1 -0
  216. package/dist/browser/operationsInterfaces/cassandraResources.js.map +1 -0
  217. package/dist/browser/operationsInterfaces/chaosFault.d.ts +40 -0
  218. package/dist/browser/operationsInterfaces/chaosFault.d.ts.map +1 -0
  219. package/dist/browser/operationsInterfaces/chaosFault.js +9 -0
  220. package/dist/browser/operationsInterfaces/chaosFault.js.map +1 -0
  221. package/dist/browser/operationsInterfaces/collection.d.ts +36 -0
  222. package/dist/browser/operationsInterfaces/collection.d.ts.map +1 -0
  223. package/dist/browser/operationsInterfaces/collection.js.map +1 -0
  224. package/dist/browser/operationsInterfaces/collectionPartition.d.ts +27 -0
  225. package/dist/browser/operationsInterfaces/collectionPartition.d.ts.map +1 -0
  226. package/dist/browser/operationsInterfaces/collectionPartition.js.map +1 -0
  227. package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts +20 -0
  228. package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -0
  229. package/dist/browser/operationsInterfaces/collectionPartitionRegion.js.map +1 -0
  230. package/dist/browser/operationsInterfaces/collectionRegion.d.ts +20 -0
  231. package/dist/browser/operationsInterfaces/collectionRegion.d.ts.map +1 -0
  232. package/dist/browser/operationsInterfaces/collectionRegion.js.map +1 -0
  233. package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts +62 -0
  234. package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts.map +1 -0
  235. package/dist/browser/operationsInterfaces/dataTransferJobs.js +9 -0
  236. package/dist/browser/operationsInterfaces/dataTransferJobs.js.map +1 -0
  237. package/dist/browser/operationsInterfaces/database.d.ts +33 -0
  238. package/dist/browser/operationsInterfaces/database.d.ts.map +1 -0
  239. package/dist/browser/operationsInterfaces/database.js.map +1 -0
  240. package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts +17 -0
  241. package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -0
  242. package/dist/browser/operationsInterfaces/databaseAccountRegion.js.map +1 -0
  243. package/dist/browser/operationsInterfaces/databaseAccounts.d.ts +202 -0
  244. package/dist/browser/operationsInterfaces/databaseAccounts.d.ts.map +1 -0
  245. package/dist/browser/operationsInterfaces/databaseAccounts.js.map +1 -0
  246. package/dist/browser/operationsInterfaces/graphResources.d.ts +56 -0
  247. package/dist/browser/operationsInterfaces/graphResources.d.ts.map +1 -0
  248. package/dist/browser/operationsInterfaces/graphResources.js +9 -0
  249. package/dist/browser/operationsInterfaces/graphResources.js.map +1 -0
  250. package/dist/browser/operationsInterfaces/gremlinResources.d.ts +263 -0
  251. package/dist/browser/operationsInterfaces/gremlinResources.d.ts.map +1 -0
  252. package/dist/browser/operationsInterfaces/gremlinResources.js.map +1 -0
  253. package/dist/browser/operationsInterfaces/index.d.ts +46 -0
  254. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  255. package/dist/browser/operationsInterfaces/index.js +53 -0
  256. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  257. package/dist/browser/operationsInterfaces/locations.d.ts +17 -0
  258. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  259. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  260. package/dist/browser/operationsInterfaces/mongoDBResources.d.ts +489 -0
  261. package/dist/browser/operationsInterfaces/mongoDBResources.d.ts.map +1 -0
  262. package/dist/browser/operationsInterfaces/mongoDBResources.js.map +1 -0
  263. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  264. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  265. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  266. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  267. package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts +98 -0
  268. package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -0
  269. package/dist/browser/operationsInterfaces/notebookWorkspaces.js.map +1 -0
  270. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  271. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  272. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  273. package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts +19 -0
  274. package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -0
  275. package/dist/browser/operationsInterfaces/partitionKeyRangeId.js.map +1 -0
  276. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +21 -0
  277. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -0
  278. package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -0
  279. package/dist/browser/operationsInterfaces/percentile.d.ts +17 -0
  280. package/dist/browser/operationsInterfaces/percentile.d.ts.map +1 -0
  281. package/dist/browser/operationsInterfaces/percentile.js.map +1 -0
  282. package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts +21 -0
  283. package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -0
  284. package/dist/browser/operationsInterfaces/percentileSourceTarget.js.map +1 -0
  285. package/dist/browser/operationsInterfaces/percentileTarget.d.ts +19 -0
  286. package/dist/browser/operationsInterfaces/percentileTarget.d.ts.map +1 -0
  287. package/dist/browser/operationsInterfaces/percentileTarget.js.map +1 -0
  288. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  289. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  290. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  291. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
  292. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  293. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  294. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts +28 -0
  295. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -0
  296. package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -0
  297. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts +16 -0
  298. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -0
  299. package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js.map +1 -0
  300. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts +15 -0
  301. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -0
  302. package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js.map +1 -0
  303. package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts +16 -0
  304. package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -0
  305. package/dist/browser/operationsInterfaces/restorableGremlinResources.js.map +1 -0
  306. package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts +15 -0
  307. package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -0
  308. package/dist/browser/operationsInterfaces/restorableMongodbCollections.js.map +1 -0
  309. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts +16 -0
  310. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -0
  311. package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js.map +1 -0
  312. package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts +15 -0
  313. package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -0
  314. package/dist/browser/operationsInterfaces/restorableMongodbResources.js.map +1 -0
  315. package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts +15 -0
  316. package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -0
  317. package/dist/browser/operationsInterfaces/restorableSqlContainers.js.map +1 -0
  318. package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts +16 -0
  319. package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -0
  320. package/dist/browser/operationsInterfaces/restorableSqlDatabases.js.map +1 -0
  321. package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts +15 -0
  322. package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts.map +1 -0
  323. package/dist/browser/operationsInterfaces/restorableSqlResources.js.map +1 -0
  324. package/dist/browser/operationsInterfaces/restorableTableResources.d.ts +15 -0
  325. package/dist/browser/operationsInterfaces/restorableTableResources.d.ts.map +1 -0
  326. package/dist/browser/operationsInterfaces/restorableTableResources.js.map +1 -0
  327. package/dist/browser/operationsInterfaces/restorableTables.d.ts +15 -0
  328. package/dist/browser/operationsInterfaces/restorableTables.d.ts.map +1 -0
  329. package/dist/browser/operationsInterfaces/restorableTables.js.map +1 -0
  330. package/dist/browser/operationsInterfaces/service.d.ts +56 -0
  331. package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
  332. package/dist/browser/operationsInterfaces/service.js.map +1 -0
  333. package/dist/browser/operationsInterfaces/sqlResources.d.ts +711 -0
  334. package/dist/browser/operationsInterfaces/sqlResources.d.ts.map +1 -0
  335. package/dist/browser/operationsInterfaces/sqlResources.js.map +1 -0
  336. package/dist/browser/operationsInterfaces/tableResources.d.ts +237 -0
  337. package/dist/browser/operationsInterfaces/tableResources.d.ts.map +1 -0
  338. package/dist/browser/operationsInterfaces/tableResources.js.map +1 -0
  339. package/dist/browser/operationsInterfaces/throughputPool.d.ts +59 -0
  340. package/dist/browser/operationsInterfaces/throughputPool.d.ts.map +1 -0
  341. package/dist/browser/operationsInterfaces/throughputPool.js +9 -0
  342. package/dist/browser/operationsInterfaces/throughputPool.js.map +1 -0
  343. package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts +50 -0
  344. package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts.map +1 -0
  345. package/dist/browser/operationsInterfaces/throughputPoolAccount.js +9 -0
  346. package/dist/browser/operationsInterfaces/throughputPoolAccount.js.map +1 -0
  347. package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts +13 -0
  348. package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts.map +1 -0
  349. package/dist/browser/operationsInterfaces/throughputPoolAccounts.js +9 -0
  350. package/dist/browser/operationsInterfaces/throughputPoolAccounts.js.map +1 -0
  351. package/dist/browser/operationsInterfaces/throughputPools.d.ts +17 -0
  352. package/dist/browser/operationsInterfaces/throughputPools.d.ts.map +1 -0
  353. package/dist/browser/operationsInterfaces/throughputPools.js +9 -0
  354. package/dist/browser/operationsInterfaces/throughputPools.js.map +1 -0
  355. package/dist/browser/package.json +3 -0
  356. package/dist/browser/pagingHelper.js.map +1 -0
  357. package/dist/commonjs/cosmosDBManagementClient.d.ts +64 -0
  358. package/dist/commonjs/cosmosDBManagementClient.d.ts.map +1 -0
  359. package/dist/commonjs/cosmosDBManagementClient.js +147 -0
  360. package/dist/commonjs/cosmosDBManagementClient.js.map +1 -0
  361. package/dist/commonjs/index.d.ts +5 -0
  362. package/dist/commonjs/index.d.ts.map +1 -0
  363. package/dist/commonjs/index.js +19 -0
  364. package/dist/commonjs/index.js.map +1 -0
  365. package/dist/commonjs/lroImpl.d.ts +11 -0
  366. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  367. package/dist/commonjs/lroImpl.js +24 -0
  368. package/dist/commonjs/lroImpl.js.map +1 -0
  369. package/dist/commonjs/models/index.d.ts +7659 -0
  370. package/dist/commonjs/models/index.d.ts.map +1 -0
  371. package/dist/commonjs/models/index.js +704 -0
  372. package/dist/commonjs/models/index.js.map +1 -0
  373. package/dist/commonjs/models/mappers.d.ts +459 -0
  374. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  375. package/dist/commonjs/models/mappers.js +11869 -0
  376. package/dist/commonjs/models/mappers.js.map +1 -0
  377. package/dist/commonjs/models/parameters.d.ts +100 -0
  378. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  379. package/dist/commonjs/models/parameters.js +771 -0
  380. package/dist/commonjs/models/parameters.js.map +1 -0
  381. package/dist/commonjs/operations/cassandraClusters.d.ts +219 -0
  382. package/dist/commonjs/operations/cassandraClusters.d.ts.map +1 -0
  383. package/dist/commonjs/operations/cassandraClusters.js +1032 -0
  384. package/dist/commonjs/operations/cassandraClusters.js.map +1 -0
  385. package/dist/commonjs/operations/cassandraDataCenters.d.ts +93 -0
  386. package/dist/commonjs/operations/cassandraDataCenters.d.ts.map +1 -0
  387. package/dist/commonjs/operations/cassandraDataCenters.js +397 -0
  388. package/dist/commonjs/operations/cassandraDataCenters.js.map +1 -0
  389. package/dist/commonjs/operations/cassandraResources.d.ts +405 -0
  390. package/dist/commonjs/operations/cassandraResources.d.ts.map +1 -0
  391. package/dist/commonjs/operations/cassandraResources.js +1793 -0
  392. package/dist/commonjs/operations/cassandraResources.js.map +1 -0
  393. package/dist/commonjs/operations/chaosFault.d.ts +65 -0
  394. package/dist/commonjs/operations/chaosFault.d.ts.map +1 -0
  395. package/dist/commonjs/operations/chaosFault.js +283 -0
  396. package/dist/commonjs/operations/chaosFault.js.map +1 -0
  397. package/dist/commonjs/operations/collection.d.ts +80 -0
  398. package/dist/commonjs/operations/collection.d.ts.map +1 -0
  399. package/dist/commonjs/operations/collection.js +291 -0
  400. package/dist/commonjs/operations/collection.js.map +1 -0
  401. package/dist/commonjs/operations/collectionPartition.d.ts +60 -0
  402. package/dist/commonjs/operations/collectionPartition.d.ts.map +1 -0
  403. package/dist/commonjs/operations/collectionPartition.js +208 -0
  404. package/dist/commonjs/operations/collectionPartition.js.map +1 -0
  405. package/dist/commonjs/operations/collectionPartitionRegion.d.ts +44 -0
  406. package/dist/commonjs/operations/collectionPartitionRegion.d.ts.map +1 -0
  407. package/dist/commonjs/operations/collectionPartitionRegion.js +131 -0
  408. package/dist/commonjs/operations/collectionPartitionRegion.js.map +1 -0
  409. package/dist/commonjs/operations/collectionRegion.d.ts +44 -0
  410. package/dist/commonjs/operations/collectionRegion.d.ts.map +1 -0
  411. package/dist/commonjs/operations/collectionRegion.js +131 -0
  412. package/dist/commonjs/operations/collectionRegion.js.map +1 -0
  413. package/dist/commonjs/operations/dataTransferJobs.d.ts +87 -0
  414. package/dist/commonjs/operations/dataTransferJobs.d.ts.map +1 -0
  415. package/dist/commonjs/operations/dataTransferJobs.js +349 -0
  416. package/dist/commonjs/operations/dataTransferJobs.js.map +1 -0
  417. package/dist/commonjs/operations/database.d.ts +74 -0
  418. package/dist/commonjs/operations/database.d.ts.map +1 -0
  419. package/dist/commonjs/operations/database.js +275 -0
  420. package/dist/commonjs/operations/database.js.map +1 -0
  421. package/dist/commonjs/operations/databaseAccountRegion.d.ts +38 -0
  422. package/dist/commonjs/operations/databaseAccountRegion.d.ts.map +1 -0
  423. package/dist/commonjs/operations/databaseAccountRegion.js +115 -0
  424. package/dist/commonjs/operations/databaseAccountRegion.js.map +1 -0
  425. package/dist/commonjs/operations/databaseAccounts.d.ts +255 -0
  426. package/dist/commonjs/operations/databaseAccounts.d.ts.map +1 -0
  427. package/dist/commonjs/operations/databaseAccounts.js +1126 -0
  428. package/dist/commonjs/operations/databaseAccounts.js.map +1 -0
  429. package/dist/commonjs/operations/graphResources.d.ts +73 -0
  430. package/dist/commonjs/operations/graphResources.d.ts.map +1 -0
  431. package/dist/commonjs/operations/graphResources.js +295 -0
  432. package/dist/commonjs/operations/graphResources.js.map +1 -0
  433. package/dist/commonjs/operations/gremlinResources.d.ts +290 -0
  434. package/dist/commonjs/operations/gremlinResources.d.ts.map +1 -0
  435. package/dist/commonjs/operations/gremlinResources.js +1311 -0
  436. package/dist/commonjs/operations/gremlinResources.js.map +1 -0
  437. package/dist/commonjs/operations/index.d.ts +46 -0
  438. package/dist/commonjs/operations/index.d.ts.map +1 -0
  439. package/dist/commonjs/operations/index.js +56 -0
  440. package/dist/commonjs/operations/index.js.map +1 -0
  441. package/dist/commonjs/operations/locations.d.ts +32 -0
  442. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  443. package/dist/commonjs/operations/locations.js +128 -0
  444. package/dist/commonjs/operations/locations.js.map +1 -0
  445. package/dist/commonjs/operations/mongoDBResources.d.ts +534 -0
  446. package/dist/commonjs/operations/mongoDBResources.d.ts.map +1 -0
  447. package/dist/commonjs/operations/mongoDBResources.js +2474 -0
  448. package/dist/commonjs/operations/mongoDBResources.js.map +1 -0
  449. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  450. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  451. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +286 -0
  452. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  453. package/dist/commonjs/operations/notebookWorkspaces.d.ts +115 -0
  454. package/dist/commonjs/operations/notebookWorkspaces.d.ts.map +1 -0
  455. package/dist/commonjs/operations/notebookWorkspaces.js +499 -0
  456. package/dist/commonjs/operations/notebookWorkspaces.js.map +1 -0
  457. package/dist/commonjs/operations/operations.d.ts +32 -0
  458. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  459. package/dist/commonjs/operations/operations.js +131 -0
  460. package/dist/commonjs/operations/operations.js.map +1 -0
  461. package/dist/commonjs/operations/partitionKeyRangeId.d.ts +42 -0
  462. package/dist/commonjs/operations/partitionKeyRangeId.d.ts.map +1 -0
  463. package/dist/commonjs/operations/partitionKeyRangeId.js +129 -0
  464. package/dist/commonjs/operations/partitionKeyRangeId.js.map +1 -0
  465. package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts +46 -0
  466. package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts.map +1 -0
  467. package/dist/commonjs/operations/partitionKeyRangeIdRegion.js +135 -0
  468. package/dist/commonjs/operations/partitionKeyRangeIdRegion.js.map +1 -0
  469. package/dist/commonjs/operations/percentile.d.ts +38 -0
  470. package/dist/commonjs/operations/percentile.d.ts.map +1 -0
  471. package/dist/commonjs/operations/percentile.js +114 -0
  472. package/dist/commonjs/operations/percentile.js.map +1 -0
  473. package/dist/commonjs/operations/percentileSourceTarget.d.ts +46 -0
  474. package/dist/commonjs/operations/percentileSourceTarget.d.ts.map +1 -0
  475. package/dist/commonjs/operations/percentileSourceTarget.js +131 -0
  476. package/dist/commonjs/operations/percentileSourceTarget.js.map +1 -0
  477. package/dist/commonjs/operations/percentileTarget.d.ts +42 -0
  478. package/dist/commonjs/operations/percentileTarget.d.ts.map +1 -0
  479. package/dist/commonjs/operations/percentileTarget.js +119 -0
  480. package/dist/commonjs/operations/percentileTarget.js.map +1 -0
  481. package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
  482. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  483. package/dist/commonjs/operations/privateEndpointConnections.js +317 -0
  484. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  485. package/dist/commonjs/operations/privateLinkResources.d.ts +38 -0
  486. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  487. package/dist/commonjs/operations/privateLinkResources.js +135 -0
  488. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  489. package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts +54 -0
  490. package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts.map +1 -0
  491. package/dist/commonjs/operations/restorableDatabaseAccounts.js +214 -0
  492. package/dist/commonjs/operations/restorableDatabaseAccounts.js.map +1 -0
  493. package/dist/commonjs/operations/restorableGremlinDatabases.d.ts +36 -0
  494. package/dist/commonjs/operations/restorableGremlinDatabases.d.ts.map +1 -0
  495. package/dist/commonjs/operations/restorableGremlinDatabases.js +115 -0
  496. package/dist/commonjs/operations/restorableGremlinDatabases.js.map +1 -0
  497. package/dist/commonjs/operations/restorableGremlinGraphs.d.ts +34 -0
  498. package/dist/commonjs/operations/restorableGremlinGraphs.d.ts.map +1 -0
  499. package/dist/commonjs/operations/restorableGremlinGraphs.js +118 -0
  500. package/dist/commonjs/operations/restorableGremlinGraphs.js.map +1 -0
  501. package/dist/commonjs/operations/restorableGremlinResources.d.ts +36 -0
  502. package/dist/commonjs/operations/restorableGremlinResources.d.ts.map +1 -0
  503. package/dist/commonjs/operations/restorableGremlinResources.js +119 -0
  504. package/dist/commonjs/operations/restorableGremlinResources.js.map +1 -0
  505. package/dist/commonjs/operations/restorableMongodbCollections.d.ts +34 -0
  506. package/dist/commonjs/operations/restorableMongodbCollections.d.ts.map +1 -0
  507. package/dist/commonjs/operations/restorableMongodbCollections.js +118 -0
  508. package/dist/commonjs/operations/restorableMongodbCollections.js.map +1 -0
  509. package/dist/commonjs/operations/restorableMongodbDatabases.d.ts +36 -0
  510. package/dist/commonjs/operations/restorableMongodbDatabases.d.ts.map +1 -0
  511. package/dist/commonjs/operations/restorableMongodbDatabases.js +115 -0
  512. package/dist/commonjs/operations/restorableMongodbDatabases.js.map +1 -0
  513. package/dist/commonjs/operations/restorableMongodbResources.d.ts +34 -0
  514. package/dist/commonjs/operations/restorableMongodbResources.d.ts.map +1 -0
  515. package/dist/commonjs/operations/restorableMongodbResources.js +117 -0
  516. package/dist/commonjs/operations/restorableMongodbResources.js.map +1 -0
  517. package/dist/commonjs/operations/restorableSqlContainers.d.ts +34 -0
  518. package/dist/commonjs/operations/restorableSqlContainers.d.ts.map +1 -0
  519. package/dist/commonjs/operations/restorableSqlContainers.js +118 -0
  520. package/dist/commonjs/operations/restorableSqlContainers.js.map +1 -0
  521. package/dist/commonjs/operations/restorableSqlDatabases.d.ts +36 -0
  522. package/dist/commonjs/operations/restorableSqlDatabases.d.ts.map +1 -0
  523. package/dist/commonjs/operations/restorableSqlDatabases.js +115 -0
  524. package/dist/commonjs/operations/restorableSqlDatabases.js.map +1 -0
  525. package/dist/commonjs/operations/restorableSqlResources.d.ts +34 -0
  526. package/dist/commonjs/operations/restorableSqlResources.d.ts.map +1 -0
  527. package/dist/commonjs/operations/restorableSqlResources.js +117 -0
  528. package/dist/commonjs/operations/restorableSqlResources.js.map +1 -0
  529. package/dist/commonjs/operations/restorableTableResources.d.ts +34 -0
  530. package/dist/commonjs/operations/restorableTableResources.d.ts.map +1 -0
  531. package/dist/commonjs/operations/restorableTableResources.js +117 -0
  532. package/dist/commonjs/operations/restorableTableResources.js.map +1 -0
  533. package/dist/commonjs/operations/restorableTables.d.ts +34 -0
  534. package/dist/commonjs/operations/restorableTables.d.ts.map +1 -0
  535. package/dist/commonjs/operations/restorableTables.js +117 -0
  536. package/dist/commonjs/operations/restorableTables.js.map +1 -0
  537. package/dist/commonjs/operations/service.d.ts +73 -0
  538. package/dist/commonjs/operations/service.d.ts.map +1 -0
  539. package/dist/commonjs/operations/service.js +313 -0
  540. package/dist/commonjs/operations/service.js.map +1 -0
  541. package/dist/commonjs/operations/sqlResources.d.ts +799 -0
  542. package/dist/commonjs/operations/sqlResources.d.ts.map +1 -0
  543. package/dist/commonjs/operations/sqlResources.js +3633 -0
  544. package/dist/commonjs/operations/sqlResources.js.map +1 -0
  545. package/dist/commonjs/operations/tableResources.d.ts +272 -0
  546. package/dist/commonjs/operations/tableResources.d.ts.map +1 -0
  547. package/dist/commonjs/operations/tableResources.js +1256 -0
  548. package/dist/commonjs/operations/tableResources.js.map +1 -0
  549. package/dist/commonjs/operations/throughputPool.d.ts +67 -0
  550. package/dist/commonjs/operations/throughputPool.d.ts.map +1 -0
  551. package/dist/commonjs/operations/throughputPool.js +313 -0
  552. package/dist/commonjs/operations/throughputPool.js.map +1 -0
  553. package/dist/commonjs/operations/throughputPoolAccount.d.ts +58 -0
  554. package/dist/commonjs/operations/throughputPoolAccount.d.ts.map +1 -0
  555. package/dist/commonjs/operations/throughputPoolAccount.js +253 -0
  556. package/dist/commonjs/operations/throughputPoolAccount.js.map +1 -0
  557. package/dist/commonjs/operations/throughputPoolAccounts.d.ts +38 -0
  558. package/dist/commonjs/operations/throughputPoolAccounts.d.ts.map +1 -0
  559. package/dist/commonjs/operations/throughputPoolAccounts.js +154 -0
  560. package/dist/commonjs/operations/throughputPoolAccounts.js.map +1 -0
  561. package/dist/commonjs/operations/throughputPools.d.ts +53 -0
  562. package/dist/commonjs/operations/throughputPools.d.ts.map +1 -0
  563. package/dist/commonjs/operations/throughputPools.js +260 -0
  564. package/dist/commonjs/operations/throughputPools.js.map +1 -0
  565. package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts +178 -0
  566. package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts.map +1 -0
  567. package/dist/commonjs/operationsInterfaces/cassandraClusters.js +10 -0
  568. package/dist/commonjs/operationsInterfaces/cassandraClusters.js.map +1 -0
  569. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts +76 -0
  570. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -0
  571. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js +10 -0
  572. package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js.map +1 -0
  573. package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts +368 -0
  574. package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts.map +1 -0
  575. package/dist/commonjs/operationsInterfaces/cassandraResources.js +10 -0
  576. package/dist/commonjs/operationsInterfaces/cassandraResources.js.map +1 -0
  577. package/dist/commonjs/operationsInterfaces/chaosFault.d.ts +40 -0
  578. package/dist/commonjs/operationsInterfaces/chaosFault.d.ts.map +1 -0
  579. package/dist/commonjs/operationsInterfaces/chaosFault.js +10 -0
  580. package/dist/commonjs/operationsInterfaces/chaosFault.js.map +1 -0
  581. package/dist/commonjs/operationsInterfaces/collection.d.ts +36 -0
  582. package/dist/commonjs/operationsInterfaces/collection.d.ts.map +1 -0
  583. package/dist/commonjs/operationsInterfaces/collection.js +10 -0
  584. package/dist/commonjs/operationsInterfaces/collection.js.map +1 -0
  585. package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts +27 -0
  586. package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts.map +1 -0
  587. package/dist/commonjs/operationsInterfaces/collectionPartition.js +10 -0
  588. package/dist/commonjs/operationsInterfaces/collectionPartition.js.map +1 -0
  589. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts +20 -0
  590. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -0
  591. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js +10 -0
  592. package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js.map +1 -0
  593. package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts +20 -0
  594. package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts.map +1 -0
  595. package/dist/commonjs/operationsInterfaces/collectionRegion.js +10 -0
  596. package/dist/commonjs/operationsInterfaces/collectionRegion.js.map +1 -0
  597. package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts +62 -0
  598. package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts.map +1 -0
  599. package/dist/commonjs/operationsInterfaces/dataTransferJobs.js +10 -0
  600. package/dist/commonjs/operationsInterfaces/dataTransferJobs.js.map +1 -0
  601. package/dist/commonjs/operationsInterfaces/database.d.ts +33 -0
  602. package/dist/commonjs/operationsInterfaces/database.d.ts.map +1 -0
  603. package/dist/commonjs/operationsInterfaces/database.js +10 -0
  604. package/dist/commonjs/operationsInterfaces/database.js.map +1 -0
  605. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts +17 -0
  606. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -0
  607. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js +10 -0
  608. package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js.map +1 -0
  609. package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts +202 -0
  610. package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts.map +1 -0
  611. package/dist/commonjs/operationsInterfaces/databaseAccounts.js +10 -0
  612. package/dist/commonjs/operationsInterfaces/databaseAccounts.js.map +1 -0
  613. package/dist/commonjs/operationsInterfaces/graphResources.d.ts +56 -0
  614. package/dist/commonjs/operationsInterfaces/graphResources.d.ts.map +1 -0
  615. package/dist/commonjs/operationsInterfaces/graphResources.js +10 -0
  616. package/dist/commonjs/operationsInterfaces/graphResources.js.map +1 -0
  617. package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts +263 -0
  618. package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts.map +1 -0
  619. package/dist/commonjs/operationsInterfaces/gremlinResources.js +10 -0
  620. package/dist/commonjs/operationsInterfaces/gremlinResources.js.map +1 -0
  621. package/dist/commonjs/operationsInterfaces/index.d.ts +46 -0
  622. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  623. package/dist/commonjs/operationsInterfaces/index.js +56 -0
  624. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  625. package/dist/commonjs/operationsInterfaces/locations.d.ts +17 -0
  626. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  627. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  628. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  629. package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts +489 -0
  630. package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts.map +1 -0
  631. package/dist/commonjs/operationsInterfaces/mongoDBResources.js +10 -0
  632. package/dist/commonjs/operationsInterfaces/mongoDBResources.js.map +1 -0
  633. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  634. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  635. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  636. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  637. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts +98 -0
  638. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -0
  639. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js +10 -0
  640. package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js.map +1 -0
  641. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  642. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  643. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  644. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  645. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts +19 -0
  646. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -0
  647. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js +10 -0
  648. package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js.map +1 -0
  649. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +21 -0
  650. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -0
  651. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js +10 -0
  652. package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -0
  653. package/dist/commonjs/operationsInterfaces/percentile.d.ts +17 -0
  654. package/dist/commonjs/operationsInterfaces/percentile.d.ts.map +1 -0
  655. package/dist/commonjs/operationsInterfaces/percentile.js +10 -0
  656. package/dist/commonjs/operationsInterfaces/percentile.js.map +1 -0
  657. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts +21 -0
  658. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -0
  659. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js +10 -0
  660. package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js.map +1 -0
  661. package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts +19 -0
  662. package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts.map +1 -0
  663. package/dist/commonjs/operationsInterfaces/percentileTarget.js +10 -0
  664. package/dist/commonjs/operationsInterfaces/percentileTarget.js.map +1 -0
  665. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  666. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  667. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  668. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  669. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  670. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  671. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  672. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  673. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts +28 -0
  674. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -0
  675. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js +10 -0
  676. package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -0
  677. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts +16 -0
  678. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -0
  679. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js +10 -0
  680. package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js.map +1 -0
  681. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts +15 -0
  682. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -0
  683. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js +10 -0
  684. package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js.map +1 -0
  685. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts +16 -0
  686. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -0
  687. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js +10 -0
  688. package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js.map +1 -0
  689. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts +15 -0
  690. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -0
  691. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js +10 -0
  692. package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js.map +1 -0
  693. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts +16 -0
  694. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -0
  695. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js +10 -0
  696. package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js.map +1 -0
  697. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts +15 -0
  698. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -0
  699. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js +10 -0
  700. package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js.map +1 -0
  701. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts +15 -0
  702. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -0
  703. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js +10 -0
  704. package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js.map +1 -0
  705. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts +16 -0
  706. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -0
  707. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js +10 -0
  708. package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js.map +1 -0
  709. package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts +15 -0
  710. package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts.map +1 -0
  711. package/dist/commonjs/operationsInterfaces/restorableSqlResources.js +10 -0
  712. package/dist/commonjs/operationsInterfaces/restorableSqlResources.js.map +1 -0
  713. package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts +15 -0
  714. package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts.map +1 -0
  715. package/dist/commonjs/operationsInterfaces/restorableTableResources.js +10 -0
  716. package/dist/commonjs/operationsInterfaces/restorableTableResources.js.map +1 -0
  717. package/dist/commonjs/operationsInterfaces/restorableTables.d.ts +15 -0
  718. package/dist/commonjs/operationsInterfaces/restorableTables.d.ts.map +1 -0
  719. package/dist/commonjs/operationsInterfaces/restorableTables.js +10 -0
  720. package/dist/commonjs/operationsInterfaces/restorableTables.js.map +1 -0
  721. package/dist/commonjs/operationsInterfaces/service.d.ts +56 -0
  722. package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
  723. package/dist/commonjs/operationsInterfaces/service.js +10 -0
  724. package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
  725. package/dist/commonjs/operationsInterfaces/sqlResources.d.ts +711 -0
  726. package/dist/commonjs/operationsInterfaces/sqlResources.d.ts.map +1 -0
  727. package/dist/commonjs/operationsInterfaces/sqlResources.js +10 -0
  728. package/dist/commonjs/operationsInterfaces/sqlResources.js.map +1 -0
  729. package/dist/commonjs/operationsInterfaces/tableResources.d.ts +237 -0
  730. package/dist/commonjs/operationsInterfaces/tableResources.d.ts.map +1 -0
  731. package/dist/commonjs/operationsInterfaces/tableResources.js +10 -0
  732. package/dist/commonjs/operationsInterfaces/tableResources.js.map +1 -0
  733. package/dist/commonjs/operationsInterfaces/throughputPool.d.ts +59 -0
  734. package/dist/commonjs/operationsInterfaces/throughputPool.d.ts.map +1 -0
  735. package/dist/commonjs/operationsInterfaces/throughputPool.js +10 -0
  736. package/dist/commonjs/operationsInterfaces/throughputPool.js.map +1 -0
  737. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts +50 -0
  738. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts.map +1 -0
  739. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js +10 -0
  740. package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js.map +1 -0
  741. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts +13 -0
  742. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts.map +1 -0
  743. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js +10 -0
  744. package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js.map +1 -0
  745. package/dist/commonjs/operationsInterfaces/throughputPools.d.ts +17 -0
  746. package/dist/commonjs/operationsInterfaces/throughputPools.d.ts.map +1 -0
  747. package/dist/commonjs/operationsInterfaces/throughputPools.js +10 -0
  748. package/dist/commonjs/operationsInterfaces/throughputPools.js.map +1 -0
  749. package/dist/commonjs/package.json +3 -0
  750. package/dist/commonjs/pagingHelper.d.ts +13 -0
  751. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  752. package/dist/commonjs/pagingHelper.js +36 -0
  753. package/dist/commonjs/pagingHelper.js.map +1 -0
  754. package/dist/esm/cosmosDBManagementClient.d.ts +64 -0
  755. package/dist/esm/cosmosDBManagementClient.d.ts.map +1 -0
  756. package/dist/esm/cosmosDBManagementClient.js +142 -0
  757. package/dist/esm/cosmosDBManagementClient.js.map +1 -0
  758. package/dist/esm/index.d.ts +5 -0
  759. package/dist/esm/index.d.ts.map +1 -0
  760. package/dist/esm/index.js +13 -0
  761. package/dist/esm/index.js.map +1 -0
  762. package/dist/esm/lroImpl.d.ts +11 -0
  763. package/dist/esm/lroImpl.d.ts.map +1 -0
  764. package/dist/esm/lroImpl.js +21 -0
  765. package/dist/esm/lroImpl.js.map +1 -0
  766. package/dist/esm/models/index.d.ts +7659 -0
  767. package/dist/esm/models/index.d.ts.map +1 -0
  768. package/dist/esm/models/index.js +700 -0
  769. package/dist/esm/models/index.js.map +1 -0
  770. package/dist/esm/models/mappers.d.ts +459 -0
  771. package/dist/esm/models/mappers.d.ts.map +1 -0
  772. package/dist/esm/models/mappers.js +11858 -0
  773. package/dist/esm/models/mappers.js.map +1 -0
  774. package/dist/esm/models/parameters.d.ts +100 -0
  775. package/dist/esm/models/parameters.d.ts.map +1 -0
  776. package/dist/esm/models/parameters.js +767 -0
  777. package/dist/esm/models/parameters.js.map +1 -0
  778. package/dist/esm/operations/cassandraClusters.d.ts +219 -0
  779. package/dist/esm/operations/cassandraClusters.d.ts.map +1 -0
  780. package/dist/esm/operations/cassandraClusters.js +1028 -0
  781. package/dist/esm/operations/cassandraClusters.js.map +1 -0
  782. package/dist/esm/operations/cassandraDataCenters.d.ts +93 -0
  783. package/dist/esm/operations/cassandraDataCenters.d.ts.map +1 -0
  784. package/dist/esm/operations/cassandraDataCenters.js +393 -0
  785. package/dist/esm/operations/cassandraDataCenters.js.map +1 -0
  786. package/dist/esm/operations/cassandraResources.d.ts +405 -0
  787. package/dist/esm/operations/cassandraResources.d.ts.map +1 -0
  788. package/dist/esm/operations/cassandraResources.js +1789 -0
  789. package/dist/esm/operations/cassandraResources.js.map +1 -0
  790. package/dist/esm/operations/chaosFault.d.ts +65 -0
  791. package/dist/esm/operations/chaosFault.d.ts.map +1 -0
  792. package/dist/esm/operations/chaosFault.js +279 -0
  793. package/dist/esm/operations/chaosFault.js.map +1 -0
  794. package/dist/esm/operations/collection.d.ts +80 -0
  795. package/dist/esm/operations/collection.d.ts.map +1 -0
  796. package/dist/esm/operations/collection.js +287 -0
  797. package/dist/esm/operations/collection.js.map +1 -0
  798. package/dist/esm/operations/collectionPartition.d.ts +60 -0
  799. package/dist/esm/operations/collectionPartition.d.ts.map +1 -0
  800. package/dist/esm/operations/collectionPartition.js +204 -0
  801. package/dist/esm/operations/collectionPartition.js.map +1 -0
  802. package/dist/esm/operations/collectionPartitionRegion.d.ts +44 -0
  803. package/dist/esm/operations/collectionPartitionRegion.d.ts.map +1 -0
  804. package/dist/esm/operations/collectionPartitionRegion.js +127 -0
  805. package/dist/esm/operations/collectionPartitionRegion.js.map +1 -0
  806. package/dist/esm/operations/collectionRegion.d.ts +44 -0
  807. package/dist/esm/operations/collectionRegion.d.ts.map +1 -0
  808. package/dist/esm/operations/collectionRegion.js +127 -0
  809. package/dist/esm/operations/collectionRegion.js.map +1 -0
  810. package/dist/esm/operations/dataTransferJobs.d.ts +87 -0
  811. package/dist/esm/operations/dataTransferJobs.d.ts.map +1 -0
  812. package/dist/esm/operations/dataTransferJobs.js +345 -0
  813. package/dist/esm/operations/dataTransferJobs.js.map +1 -0
  814. package/dist/esm/operations/database.d.ts +74 -0
  815. package/dist/esm/operations/database.d.ts.map +1 -0
  816. package/dist/esm/operations/database.js +271 -0
  817. package/dist/esm/operations/database.js.map +1 -0
  818. package/dist/esm/operations/databaseAccountRegion.d.ts +38 -0
  819. package/dist/esm/operations/databaseAccountRegion.d.ts.map +1 -0
  820. package/dist/esm/operations/databaseAccountRegion.js +111 -0
  821. package/dist/esm/operations/databaseAccountRegion.js.map +1 -0
  822. package/dist/esm/operations/databaseAccounts.d.ts +255 -0
  823. package/dist/esm/operations/databaseAccounts.d.ts.map +1 -0
  824. package/dist/esm/operations/databaseAccounts.js +1122 -0
  825. package/dist/esm/operations/databaseAccounts.js.map +1 -0
  826. package/dist/esm/operations/graphResources.d.ts +73 -0
  827. package/dist/esm/operations/graphResources.d.ts.map +1 -0
  828. package/dist/esm/operations/graphResources.js +291 -0
  829. package/dist/esm/operations/graphResources.js.map +1 -0
  830. package/dist/esm/operations/gremlinResources.d.ts +290 -0
  831. package/dist/esm/operations/gremlinResources.d.ts.map +1 -0
  832. package/dist/esm/operations/gremlinResources.js +1307 -0
  833. package/dist/esm/operations/gremlinResources.js.map +1 -0
  834. package/dist/esm/operations/index.d.ts +46 -0
  835. package/dist/esm/operations/index.d.ts.map +1 -0
  836. package/dist/esm/operations/index.js +53 -0
  837. package/dist/esm/operations/index.js.map +1 -0
  838. package/dist/esm/operations/locations.d.ts +32 -0
  839. package/dist/esm/operations/locations.d.ts.map +1 -0
  840. package/dist/esm/operations/locations.js +124 -0
  841. package/dist/esm/operations/locations.js.map +1 -0
  842. package/dist/esm/operations/mongoDBResources.d.ts +534 -0
  843. package/dist/esm/operations/mongoDBResources.d.ts.map +1 -0
  844. package/dist/esm/operations/mongoDBResources.js +2470 -0
  845. package/dist/esm/operations/mongoDBResources.js.map +1 -0
  846. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  847. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  848. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +282 -0
  849. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  850. package/dist/esm/operations/notebookWorkspaces.d.ts +115 -0
  851. package/dist/esm/operations/notebookWorkspaces.d.ts.map +1 -0
  852. package/dist/esm/operations/notebookWorkspaces.js +495 -0
  853. package/dist/esm/operations/notebookWorkspaces.js.map +1 -0
  854. package/dist/esm/operations/operations.d.ts +32 -0
  855. package/dist/esm/operations/operations.d.ts.map +1 -0
  856. package/dist/esm/operations/operations.js +127 -0
  857. package/dist/esm/operations/operations.js.map +1 -0
  858. package/dist/esm/operations/partitionKeyRangeId.d.ts +42 -0
  859. package/dist/esm/operations/partitionKeyRangeId.d.ts.map +1 -0
  860. package/dist/esm/operations/partitionKeyRangeId.js +125 -0
  861. package/dist/esm/operations/partitionKeyRangeId.js.map +1 -0
  862. package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts +46 -0
  863. package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts.map +1 -0
  864. package/dist/esm/operations/partitionKeyRangeIdRegion.js +131 -0
  865. package/dist/esm/operations/partitionKeyRangeIdRegion.js.map +1 -0
  866. package/dist/esm/operations/percentile.d.ts +38 -0
  867. package/dist/esm/operations/percentile.d.ts.map +1 -0
  868. package/dist/esm/operations/percentile.js +110 -0
  869. package/dist/esm/operations/percentile.js.map +1 -0
  870. package/dist/esm/operations/percentileSourceTarget.d.ts +46 -0
  871. package/dist/esm/operations/percentileSourceTarget.d.ts.map +1 -0
  872. package/dist/esm/operations/percentileSourceTarget.js +127 -0
  873. package/dist/esm/operations/percentileSourceTarget.js.map +1 -0
  874. package/dist/esm/operations/percentileTarget.d.ts +42 -0
  875. package/dist/esm/operations/percentileTarget.d.ts.map +1 -0
  876. package/dist/esm/operations/percentileTarget.js +115 -0
  877. package/dist/esm/operations/percentileTarget.js.map +1 -0
  878. package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
  879. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  880. package/dist/esm/operations/privateEndpointConnections.js +313 -0
  881. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  882. package/dist/esm/operations/privateLinkResources.d.ts +38 -0
  883. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  884. package/dist/esm/operations/privateLinkResources.js +131 -0
  885. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  886. package/dist/esm/operations/restorableDatabaseAccounts.d.ts +54 -0
  887. package/dist/esm/operations/restorableDatabaseAccounts.d.ts.map +1 -0
  888. package/dist/esm/operations/restorableDatabaseAccounts.js +210 -0
  889. package/dist/esm/operations/restorableDatabaseAccounts.js.map +1 -0
  890. package/dist/esm/operations/restorableGremlinDatabases.d.ts +36 -0
  891. package/dist/esm/operations/restorableGremlinDatabases.d.ts.map +1 -0
  892. package/dist/esm/operations/restorableGremlinDatabases.js +111 -0
  893. package/dist/esm/operations/restorableGremlinDatabases.js.map +1 -0
  894. package/dist/esm/operations/restorableGremlinGraphs.d.ts +34 -0
  895. package/dist/esm/operations/restorableGremlinGraphs.d.ts.map +1 -0
  896. package/dist/esm/operations/restorableGremlinGraphs.js +114 -0
  897. package/dist/esm/operations/restorableGremlinGraphs.js.map +1 -0
  898. package/dist/esm/operations/restorableGremlinResources.d.ts +36 -0
  899. package/dist/esm/operations/restorableGremlinResources.d.ts.map +1 -0
  900. package/dist/esm/operations/restorableGremlinResources.js +115 -0
  901. package/dist/esm/operations/restorableGremlinResources.js.map +1 -0
  902. package/dist/esm/operations/restorableMongodbCollections.d.ts +34 -0
  903. package/dist/esm/operations/restorableMongodbCollections.d.ts.map +1 -0
  904. package/dist/esm/operations/restorableMongodbCollections.js +114 -0
  905. package/dist/esm/operations/restorableMongodbCollections.js.map +1 -0
  906. package/dist/esm/operations/restorableMongodbDatabases.d.ts +36 -0
  907. package/dist/esm/operations/restorableMongodbDatabases.d.ts.map +1 -0
  908. package/dist/esm/operations/restorableMongodbDatabases.js +111 -0
  909. package/dist/esm/operations/restorableMongodbDatabases.js.map +1 -0
  910. package/dist/esm/operations/restorableMongodbResources.d.ts +34 -0
  911. package/dist/esm/operations/restorableMongodbResources.d.ts.map +1 -0
  912. package/dist/esm/operations/restorableMongodbResources.js +113 -0
  913. package/dist/esm/operations/restorableMongodbResources.js.map +1 -0
  914. package/dist/esm/operations/restorableSqlContainers.d.ts +34 -0
  915. package/dist/esm/operations/restorableSqlContainers.d.ts.map +1 -0
  916. package/dist/esm/operations/restorableSqlContainers.js +114 -0
  917. package/dist/esm/operations/restorableSqlContainers.js.map +1 -0
  918. package/dist/esm/operations/restorableSqlDatabases.d.ts +36 -0
  919. package/dist/esm/operations/restorableSqlDatabases.d.ts.map +1 -0
  920. package/dist/esm/operations/restorableSqlDatabases.js +111 -0
  921. package/dist/esm/operations/restorableSqlDatabases.js.map +1 -0
  922. package/dist/esm/operations/restorableSqlResources.d.ts +34 -0
  923. package/dist/esm/operations/restorableSqlResources.d.ts.map +1 -0
  924. package/dist/esm/operations/restorableSqlResources.js +113 -0
  925. package/dist/esm/operations/restorableSqlResources.js.map +1 -0
  926. package/dist/esm/operations/restorableTableResources.d.ts +34 -0
  927. package/dist/esm/operations/restorableTableResources.d.ts.map +1 -0
  928. package/dist/esm/operations/restorableTableResources.js +113 -0
  929. package/dist/esm/operations/restorableTableResources.js.map +1 -0
  930. package/dist/esm/operations/restorableTables.d.ts +34 -0
  931. package/dist/esm/operations/restorableTables.d.ts.map +1 -0
  932. package/dist/esm/operations/restorableTables.js +113 -0
  933. package/dist/esm/operations/restorableTables.js.map +1 -0
  934. package/dist/esm/operations/service.d.ts +73 -0
  935. package/dist/esm/operations/service.d.ts.map +1 -0
  936. package/dist/esm/operations/service.js +309 -0
  937. package/dist/esm/operations/service.js.map +1 -0
  938. package/dist/esm/operations/sqlResources.d.ts +799 -0
  939. package/dist/esm/operations/sqlResources.d.ts.map +1 -0
  940. package/dist/esm/operations/sqlResources.js +3629 -0
  941. package/dist/esm/operations/sqlResources.js.map +1 -0
  942. package/dist/esm/operations/tableResources.d.ts +272 -0
  943. package/dist/esm/operations/tableResources.d.ts.map +1 -0
  944. package/dist/esm/operations/tableResources.js +1252 -0
  945. package/dist/esm/operations/tableResources.js.map +1 -0
  946. package/dist/esm/operations/throughputPool.d.ts +67 -0
  947. package/dist/esm/operations/throughputPool.d.ts.map +1 -0
  948. package/dist/esm/operations/throughputPool.js +308 -0
  949. package/dist/esm/operations/throughputPool.js.map +1 -0
  950. package/dist/esm/operations/throughputPoolAccount.d.ts +58 -0
  951. package/dist/esm/operations/throughputPoolAccount.d.ts.map +1 -0
  952. package/dist/esm/operations/throughputPoolAccount.js +248 -0
  953. package/dist/esm/operations/throughputPoolAccount.js.map +1 -0
  954. package/dist/esm/operations/throughputPoolAccounts.d.ts +38 -0
  955. package/dist/esm/operations/throughputPoolAccounts.d.ts.map +1 -0
  956. package/dist/esm/operations/throughputPoolAccounts.js +150 -0
  957. package/dist/esm/operations/throughputPoolAccounts.js.map +1 -0
  958. package/dist/esm/operations/throughputPools.d.ts +53 -0
  959. package/dist/esm/operations/throughputPools.d.ts.map +1 -0
  960. package/dist/esm/operations/throughputPools.js +256 -0
  961. package/dist/esm/operations/throughputPools.js.map +1 -0
  962. package/dist/esm/operationsInterfaces/cassandraClusters.d.ts +178 -0
  963. package/dist/esm/operationsInterfaces/cassandraClusters.d.ts.map +1 -0
  964. package/dist/esm/operationsInterfaces/cassandraClusters.js +9 -0
  965. package/dist/esm/operationsInterfaces/cassandraClusters.js.map +1 -0
  966. package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts +76 -0
  967. package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -0
  968. package/dist/esm/operationsInterfaces/cassandraDataCenters.js +9 -0
  969. package/dist/esm/operationsInterfaces/cassandraDataCenters.js.map +1 -0
  970. package/dist/esm/operationsInterfaces/cassandraResources.d.ts +368 -0
  971. package/dist/esm/operationsInterfaces/cassandraResources.d.ts.map +1 -0
  972. package/dist/esm/operationsInterfaces/cassandraResources.js +9 -0
  973. package/dist/esm/operationsInterfaces/cassandraResources.js.map +1 -0
  974. package/dist/esm/operationsInterfaces/chaosFault.d.ts +40 -0
  975. package/dist/esm/operationsInterfaces/chaosFault.d.ts.map +1 -0
  976. package/dist/esm/operationsInterfaces/chaosFault.js +9 -0
  977. package/dist/esm/operationsInterfaces/chaosFault.js.map +1 -0
  978. package/dist/esm/operationsInterfaces/collection.d.ts +36 -0
  979. package/dist/esm/operationsInterfaces/collection.d.ts.map +1 -0
  980. package/dist/esm/operationsInterfaces/collection.js +9 -0
  981. package/dist/esm/operationsInterfaces/collection.js.map +1 -0
  982. package/dist/esm/operationsInterfaces/collectionPartition.d.ts +27 -0
  983. package/dist/esm/operationsInterfaces/collectionPartition.d.ts.map +1 -0
  984. package/dist/esm/operationsInterfaces/collectionPartition.js +9 -0
  985. package/dist/esm/operationsInterfaces/collectionPartition.js.map +1 -0
  986. package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts +20 -0
  987. package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -0
  988. package/dist/esm/operationsInterfaces/collectionPartitionRegion.js +9 -0
  989. package/dist/esm/operationsInterfaces/collectionPartitionRegion.js.map +1 -0
  990. package/dist/esm/operationsInterfaces/collectionRegion.d.ts +20 -0
  991. package/dist/esm/operationsInterfaces/collectionRegion.d.ts.map +1 -0
  992. package/dist/esm/operationsInterfaces/collectionRegion.js +9 -0
  993. package/dist/esm/operationsInterfaces/collectionRegion.js.map +1 -0
  994. package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts +62 -0
  995. package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts.map +1 -0
  996. package/dist/esm/operationsInterfaces/dataTransferJobs.js +9 -0
  997. package/dist/esm/operationsInterfaces/dataTransferJobs.js.map +1 -0
  998. package/dist/esm/operationsInterfaces/database.d.ts +33 -0
  999. package/dist/esm/operationsInterfaces/database.d.ts.map +1 -0
  1000. package/dist/esm/operationsInterfaces/database.js +9 -0
  1001. package/dist/esm/operationsInterfaces/database.js.map +1 -0
  1002. package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts +17 -0
  1003. package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -0
  1004. package/dist/esm/operationsInterfaces/databaseAccountRegion.js +9 -0
  1005. package/dist/esm/operationsInterfaces/databaseAccountRegion.js.map +1 -0
  1006. package/dist/esm/operationsInterfaces/databaseAccounts.d.ts +202 -0
  1007. package/dist/esm/operationsInterfaces/databaseAccounts.d.ts.map +1 -0
  1008. package/dist/esm/operationsInterfaces/databaseAccounts.js +9 -0
  1009. package/dist/esm/operationsInterfaces/databaseAccounts.js.map +1 -0
  1010. package/dist/esm/operationsInterfaces/graphResources.d.ts +56 -0
  1011. package/dist/esm/operationsInterfaces/graphResources.d.ts.map +1 -0
  1012. package/dist/esm/operationsInterfaces/graphResources.js +9 -0
  1013. package/dist/esm/operationsInterfaces/graphResources.js.map +1 -0
  1014. package/dist/esm/operationsInterfaces/gremlinResources.d.ts +263 -0
  1015. package/dist/esm/operationsInterfaces/gremlinResources.d.ts.map +1 -0
  1016. package/dist/esm/operationsInterfaces/gremlinResources.js +9 -0
  1017. package/dist/esm/operationsInterfaces/gremlinResources.js.map +1 -0
  1018. package/dist/esm/operationsInterfaces/index.d.ts +46 -0
  1019. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  1020. package/dist/esm/operationsInterfaces/index.js +53 -0
  1021. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  1022. package/dist/esm/operationsInterfaces/locations.d.ts +17 -0
  1023. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  1024. package/dist/esm/operationsInterfaces/locations.js +9 -0
  1025. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  1026. package/dist/esm/operationsInterfaces/mongoDBResources.d.ts +489 -0
  1027. package/dist/esm/operationsInterfaces/mongoDBResources.d.ts.map +1 -0
  1028. package/dist/esm/operationsInterfaces/mongoDBResources.js +9 -0
  1029. package/dist/esm/operationsInterfaces/mongoDBResources.js.map +1 -0
  1030. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  1031. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  1032. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  1033. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  1034. package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts +98 -0
  1035. package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -0
  1036. package/dist/esm/operationsInterfaces/notebookWorkspaces.js +9 -0
  1037. package/dist/esm/operationsInterfaces/notebookWorkspaces.js.map +1 -0
  1038. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  1039. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  1040. package/dist/esm/operationsInterfaces/operations.js +9 -0
  1041. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  1042. package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts +19 -0
  1043. package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -0
  1044. package/dist/esm/operationsInterfaces/partitionKeyRangeId.js +9 -0
  1045. package/dist/esm/operationsInterfaces/partitionKeyRangeId.js.map +1 -0
  1046. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +21 -0
  1047. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -0
  1048. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js +9 -0
  1049. package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -0
  1050. package/dist/esm/operationsInterfaces/percentile.d.ts +17 -0
  1051. package/dist/esm/operationsInterfaces/percentile.d.ts.map +1 -0
  1052. package/dist/esm/operationsInterfaces/percentile.js +9 -0
  1053. package/dist/esm/operationsInterfaces/percentile.js.map +1 -0
  1054. package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts +21 -0
  1055. package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -0
  1056. package/dist/esm/operationsInterfaces/percentileSourceTarget.js +9 -0
  1057. package/dist/esm/operationsInterfaces/percentileSourceTarget.js.map +1 -0
  1058. package/dist/esm/operationsInterfaces/percentileTarget.d.ts +19 -0
  1059. package/dist/esm/operationsInterfaces/percentileTarget.d.ts.map +1 -0
  1060. package/dist/esm/operationsInterfaces/percentileTarget.js +9 -0
  1061. package/dist/esm/operationsInterfaces/percentileTarget.js.map +1 -0
  1062. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  1063. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  1064. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  1065. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  1066. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  1067. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  1068. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  1069. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  1070. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts +28 -0
  1071. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -0
  1072. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js +9 -0
  1073. package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -0
  1074. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts +16 -0
  1075. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -0
  1076. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js +9 -0
  1077. package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js.map +1 -0
  1078. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts +15 -0
  1079. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -0
  1080. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js +9 -0
  1081. package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js.map +1 -0
  1082. package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts +16 -0
  1083. package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -0
  1084. package/dist/esm/operationsInterfaces/restorableGremlinResources.js +9 -0
  1085. package/dist/esm/operationsInterfaces/restorableGremlinResources.js.map +1 -0
  1086. package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts +15 -0
  1087. package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -0
  1088. package/dist/esm/operationsInterfaces/restorableMongodbCollections.js +9 -0
  1089. package/dist/esm/operationsInterfaces/restorableMongodbCollections.js.map +1 -0
  1090. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts +16 -0
  1091. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -0
  1092. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js +9 -0
  1093. package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js.map +1 -0
  1094. package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts +15 -0
  1095. package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -0
  1096. package/dist/esm/operationsInterfaces/restorableMongodbResources.js +9 -0
  1097. package/dist/esm/operationsInterfaces/restorableMongodbResources.js.map +1 -0
  1098. package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts +15 -0
  1099. package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -0
  1100. package/dist/esm/operationsInterfaces/restorableSqlContainers.js +9 -0
  1101. package/dist/esm/operationsInterfaces/restorableSqlContainers.js.map +1 -0
  1102. package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts +16 -0
  1103. package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -0
  1104. package/dist/esm/operationsInterfaces/restorableSqlDatabases.js +9 -0
  1105. package/dist/esm/operationsInterfaces/restorableSqlDatabases.js.map +1 -0
  1106. package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts +15 -0
  1107. package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts.map +1 -0
  1108. package/dist/esm/operationsInterfaces/restorableSqlResources.js +9 -0
  1109. package/dist/esm/operationsInterfaces/restorableSqlResources.js.map +1 -0
  1110. package/dist/esm/operationsInterfaces/restorableTableResources.d.ts +15 -0
  1111. package/dist/esm/operationsInterfaces/restorableTableResources.d.ts.map +1 -0
  1112. package/dist/esm/operationsInterfaces/restorableTableResources.js +9 -0
  1113. package/dist/esm/operationsInterfaces/restorableTableResources.js.map +1 -0
  1114. package/dist/esm/operationsInterfaces/restorableTables.d.ts +15 -0
  1115. package/dist/esm/operationsInterfaces/restorableTables.d.ts.map +1 -0
  1116. package/dist/esm/operationsInterfaces/restorableTables.js +9 -0
  1117. package/dist/esm/operationsInterfaces/restorableTables.js.map +1 -0
  1118. package/dist/esm/operationsInterfaces/service.d.ts +56 -0
  1119. package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
  1120. package/dist/esm/operationsInterfaces/service.js +9 -0
  1121. package/dist/esm/operationsInterfaces/service.js.map +1 -0
  1122. package/dist/esm/operationsInterfaces/sqlResources.d.ts +711 -0
  1123. package/dist/esm/operationsInterfaces/sqlResources.d.ts.map +1 -0
  1124. package/dist/esm/operationsInterfaces/sqlResources.js +9 -0
  1125. package/dist/esm/operationsInterfaces/sqlResources.js.map +1 -0
  1126. package/dist/esm/operationsInterfaces/tableResources.d.ts +237 -0
  1127. package/dist/esm/operationsInterfaces/tableResources.d.ts.map +1 -0
  1128. package/dist/esm/operationsInterfaces/tableResources.js +9 -0
  1129. package/dist/esm/operationsInterfaces/tableResources.js.map +1 -0
  1130. package/dist/esm/operationsInterfaces/throughputPool.d.ts +59 -0
  1131. package/dist/esm/operationsInterfaces/throughputPool.d.ts.map +1 -0
  1132. package/dist/esm/operationsInterfaces/throughputPool.js +9 -0
  1133. package/dist/esm/operationsInterfaces/throughputPool.js.map +1 -0
  1134. package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts +50 -0
  1135. package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts.map +1 -0
  1136. package/dist/esm/operationsInterfaces/throughputPoolAccount.js +9 -0
  1137. package/dist/esm/operationsInterfaces/throughputPoolAccount.js.map +1 -0
  1138. package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts +13 -0
  1139. package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts.map +1 -0
  1140. package/dist/esm/operationsInterfaces/throughputPoolAccounts.js +9 -0
  1141. package/dist/esm/operationsInterfaces/throughputPoolAccounts.js.map +1 -0
  1142. package/dist/esm/operationsInterfaces/throughputPools.d.ts +17 -0
  1143. package/dist/esm/operationsInterfaces/throughputPools.d.ts.map +1 -0
  1144. package/dist/esm/operationsInterfaces/throughputPools.js +9 -0
  1145. package/dist/esm/operationsInterfaces/throughputPools.js.map +1 -0
  1146. package/dist/esm/package.json +3 -0
  1147. package/dist/esm/pagingHelper.d.ts +13 -0
  1148. package/dist/esm/pagingHelper.d.ts.map +1 -0
  1149. package/dist/esm/pagingHelper.js +32 -0
  1150. package/dist/esm/pagingHelper.js.map +1 -0
  1151. package/dist/react-native/cosmosDBManagementClient.d.ts +64 -0
  1152. package/dist/react-native/cosmosDBManagementClient.d.ts.map +1 -0
  1153. package/dist/react-native/cosmosDBManagementClient.js +142 -0
  1154. package/dist/react-native/cosmosDBManagementClient.js.map +1 -0
  1155. package/dist/react-native/index.d.ts +5 -0
  1156. package/dist/react-native/index.d.ts.map +1 -0
  1157. package/dist/react-native/index.js +13 -0
  1158. package/dist/react-native/index.js.map +1 -0
  1159. package/dist/react-native/lroImpl.d.ts +11 -0
  1160. package/dist/react-native/lroImpl.d.ts.map +1 -0
  1161. package/dist/react-native/lroImpl.js +21 -0
  1162. package/dist/react-native/lroImpl.js.map +1 -0
  1163. package/dist/react-native/models/index.d.ts +7659 -0
  1164. package/dist/react-native/models/index.d.ts.map +1 -0
  1165. package/dist/react-native/models/index.js +700 -0
  1166. package/dist/react-native/models/index.js.map +1 -0
  1167. package/dist/react-native/models/mappers.d.ts +459 -0
  1168. package/dist/react-native/models/mappers.d.ts.map +1 -0
  1169. package/dist/react-native/models/mappers.js +11858 -0
  1170. package/dist/react-native/models/mappers.js.map +1 -0
  1171. package/dist/react-native/models/parameters.d.ts +100 -0
  1172. package/dist/react-native/models/parameters.d.ts.map +1 -0
  1173. package/dist/react-native/models/parameters.js +767 -0
  1174. package/dist/react-native/models/parameters.js.map +1 -0
  1175. package/dist/react-native/operations/cassandraClusters.d.ts +219 -0
  1176. package/dist/react-native/operations/cassandraClusters.d.ts.map +1 -0
  1177. package/dist/react-native/operations/cassandraClusters.js +1028 -0
  1178. package/dist/react-native/operations/cassandraClusters.js.map +1 -0
  1179. package/dist/react-native/operations/cassandraDataCenters.d.ts +93 -0
  1180. package/dist/react-native/operations/cassandraDataCenters.d.ts.map +1 -0
  1181. package/dist/react-native/operations/cassandraDataCenters.js +393 -0
  1182. package/dist/react-native/operations/cassandraDataCenters.js.map +1 -0
  1183. package/dist/react-native/operations/cassandraResources.d.ts +405 -0
  1184. package/dist/react-native/operations/cassandraResources.d.ts.map +1 -0
  1185. package/dist/react-native/operations/cassandraResources.js +1789 -0
  1186. package/dist/react-native/operations/cassandraResources.js.map +1 -0
  1187. package/dist/react-native/operations/chaosFault.d.ts +65 -0
  1188. package/dist/react-native/operations/chaosFault.d.ts.map +1 -0
  1189. package/dist/react-native/operations/chaosFault.js +279 -0
  1190. package/dist/react-native/operations/chaosFault.js.map +1 -0
  1191. package/dist/react-native/operations/collection.d.ts +80 -0
  1192. package/dist/react-native/operations/collection.d.ts.map +1 -0
  1193. package/dist/react-native/operations/collection.js +287 -0
  1194. package/dist/react-native/operations/collection.js.map +1 -0
  1195. package/dist/react-native/operations/collectionPartition.d.ts +60 -0
  1196. package/dist/react-native/operations/collectionPartition.d.ts.map +1 -0
  1197. package/dist/react-native/operations/collectionPartition.js +204 -0
  1198. package/dist/react-native/operations/collectionPartition.js.map +1 -0
  1199. package/dist/react-native/operations/collectionPartitionRegion.d.ts +44 -0
  1200. package/dist/react-native/operations/collectionPartitionRegion.d.ts.map +1 -0
  1201. package/dist/react-native/operations/collectionPartitionRegion.js +127 -0
  1202. package/dist/react-native/operations/collectionPartitionRegion.js.map +1 -0
  1203. package/dist/react-native/operations/collectionRegion.d.ts +44 -0
  1204. package/dist/react-native/operations/collectionRegion.d.ts.map +1 -0
  1205. package/dist/react-native/operations/collectionRegion.js +127 -0
  1206. package/dist/react-native/operations/collectionRegion.js.map +1 -0
  1207. package/dist/react-native/operations/dataTransferJobs.d.ts +87 -0
  1208. package/dist/react-native/operations/dataTransferJobs.d.ts.map +1 -0
  1209. package/dist/react-native/operations/dataTransferJobs.js +345 -0
  1210. package/dist/react-native/operations/dataTransferJobs.js.map +1 -0
  1211. package/dist/react-native/operations/database.d.ts +74 -0
  1212. package/dist/react-native/operations/database.d.ts.map +1 -0
  1213. package/dist/react-native/operations/database.js +271 -0
  1214. package/dist/react-native/operations/database.js.map +1 -0
  1215. package/dist/react-native/operations/databaseAccountRegion.d.ts +38 -0
  1216. package/dist/react-native/operations/databaseAccountRegion.d.ts.map +1 -0
  1217. package/dist/react-native/operations/databaseAccountRegion.js +111 -0
  1218. package/dist/react-native/operations/databaseAccountRegion.js.map +1 -0
  1219. package/dist/react-native/operations/databaseAccounts.d.ts +255 -0
  1220. package/dist/react-native/operations/databaseAccounts.d.ts.map +1 -0
  1221. package/dist/react-native/operations/databaseAccounts.js +1122 -0
  1222. package/dist/react-native/operations/databaseAccounts.js.map +1 -0
  1223. package/dist/react-native/operations/graphResources.d.ts +73 -0
  1224. package/dist/react-native/operations/graphResources.d.ts.map +1 -0
  1225. package/dist/react-native/operations/graphResources.js +291 -0
  1226. package/dist/react-native/operations/graphResources.js.map +1 -0
  1227. package/dist/react-native/operations/gremlinResources.d.ts +290 -0
  1228. package/dist/react-native/operations/gremlinResources.d.ts.map +1 -0
  1229. package/dist/react-native/operations/gremlinResources.js +1307 -0
  1230. package/dist/react-native/operations/gremlinResources.js.map +1 -0
  1231. package/dist/react-native/operations/index.d.ts +46 -0
  1232. package/dist/react-native/operations/index.d.ts.map +1 -0
  1233. package/dist/react-native/operations/index.js +53 -0
  1234. package/dist/react-native/operations/index.js.map +1 -0
  1235. package/dist/react-native/operations/locations.d.ts +32 -0
  1236. package/dist/react-native/operations/locations.d.ts.map +1 -0
  1237. package/dist/react-native/operations/locations.js +124 -0
  1238. package/dist/react-native/operations/locations.js.map +1 -0
  1239. package/dist/react-native/operations/mongoDBResources.d.ts +534 -0
  1240. package/dist/react-native/operations/mongoDBResources.d.ts.map +1 -0
  1241. package/dist/react-native/operations/mongoDBResources.js +2470 -0
  1242. package/dist/react-native/operations/mongoDBResources.js.map +1 -0
  1243. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  1244. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  1245. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +282 -0
  1246. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  1247. package/dist/react-native/operations/notebookWorkspaces.d.ts +115 -0
  1248. package/dist/react-native/operations/notebookWorkspaces.d.ts.map +1 -0
  1249. package/dist/react-native/operations/notebookWorkspaces.js +495 -0
  1250. package/dist/react-native/operations/notebookWorkspaces.js.map +1 -0
  1251. package/dist/react-native/operations/operations.d.ts +32 -0
  1252. package/dist/react-native/operations/operations.d.ts.map +1 -0
  1253. package/dist/react-native/operations/operations.js +127 -0
  1254. package/dist/react-native/operations/operations.js.map +1 -0
  1255. package/dist/react-native/operations/partitionKeyRangeId.d.ts +42 -0
  1256. package/dist/react-native/operations/partitionKeyRangeId.d.ts.map +1 -0
  1257. package/dist/react-native/operations/partitionKeyRangeId.js +125 -0
  1258. package/dist/react-native/operations/partitionKeyRangeId.js.map +1 -0
  1259. package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts +46 -0
  1260. package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts.map +1 -0
  1261. package/dist/react-native/operations/partitionKeyRangeIdRegion.js +131 -0
  1262. package/dist/react-native/operations/partitionKeyRangeIdRegion.js.map +1 -0
  1263. package/dist/react-native/operations/percentile.d.ts +38 -0
  1264. package/dist/react-native/operations/percentile.d.ts.map +1 -0
  1265. package/dist/react-native/operations/percentile.js +110 -0
  1266. package/dist/react-native/operations/percentile.js.map +1 -0
  1267. package/dist/react-native/operations/percentileSourceTarget.d.ts +46 -0
  1268. package/dist/react-native/operations/percentileSourceTarget.d.ts.map +1 -0
  1269. package/dist/react-native/operations/percentileSourceTarget.js +127 -0
  1270. package/dist/react-native/operations/percentileSourceTarget.js.map +1 -0
  1271. package/dist/react-native/operations/percentileTarget.d.ts +42 -0
  1272. package/dist/react-native/operations/percentileTarget.d.ts.map +1 -0
  1273. package/dist/react-native/operations/percentileTarget.js +115 -0
  1274. package/dist/react-native/operations/percentileTarget.js.map +1 -0
  1275. package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
  1276. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  1277. package/dist/react-native/operations/privateEndpointConnections.js +313 -0
  1278. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  1279. package/dist/react-native/operations/privateLinkResources.d.ts +38 -0
  1280. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  1281. package/dist/react-native/operations/privateLinkResources.js +131 -0
  1282. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  1283. package/dist/react-native/operations/restorableDatabaseAccounts.d.ts +54 -0
  1284. package/dist/react-native/operations/restorableDatabaseAccounts.d.ts.map +1 -0
  1285. package/dist/react-native/operations/restorableDatabaseAccounts.js +210 -0
  1286. package/dist/react-native/operations/restorableDatabaseAccounts.js.map +1 -0
  1287. package/dist/react-native/operations/restorableGremlinDatabases.d.ts +36 -0
  1288. package/dist/react-native/operations/restorableGremlinDatabases.d.ts.map +1 -0
  1289. package/dist/react-native/operations/restorableGremlinDatabases.js +111 -0
  1290. package/dist/react-native/operations/restorableGremlinDatabases.js.map +1 -0
  1291. package/dist/react-native/operations/restorableGremlinGraphs.d.ts +34 -0
  1292. package/dist/react-native/operations/restorableGremlinGraphs.d.ts.map +1 -0
  1293. package/dist/react-native/operations/restorableGremlinGraphs.js +114 -0
  1294. package/dist/react-native/operations/restorableGremlinGraphs.js.map +1 -0
  1295. package/dist/react-native/operations/restorableGremlinResources.d.ts +36 -0
  1296. package/dist/react-native/operations/restorableGremlinResources.d.ts.map +1 -0
  1297. package/dist/react-native/operations/restorableGremlinResources.js +115 -0
  1298. package/dist/react-native/operations/restorableGremlinResources.js.map +1 -0
  1299. package/dist/react-native/operations/restorableMongodbCollections.d.ts +34 -0
  1300. package/dist/react-native/operations/restorableMongodbCollections.d.ts.map +1 -0
  1301. package/dist/react-native/operations/restorableMongodbCollections.js +114 -0
  1302. package/dist/react-native/operations/restorableMongodbCollections.js.map +1 -0
  1303. package/dist/react-native/operations/restorableMongodbDatabases.d.ts +36 -0
  1304. package/dist/react-native/operations/restorableMongodbDatabases.d.ts.map +1 -0
  1305. package/dist/react-native/operations/restorableMongodbDatabases.js +111 -0
  1306. package/dist/react-native/operations/restorableMongodbDatabases.js.map +1 -0
  1307. package/dist/react-native/operations/restorableMongodbResources.d.ts +34 -0
  1308. package/dist/react-native/operations/restorableMongodbResources.d.ts.map +1 -0
  1309. package/dist/react-native/operations/restorableMongodbResources.js +113 -0
  1310. package/dist/react-native/operations/restorableMongodbResources.js.map +1 -0
  1311. package/dist/react-native/operations/restorableSqlContainers.d.ts +34 -0
  1312. package/dist/react-native/operations/restorableSqlContainers.d.ts.map +1 -0
  1313. package/dist/react-native/operations/restorableSqlContainers.js +114 -0
  1314. package/dist/react-native/operations/restorableSqlContainers.js.map +1 -0
  1315. package/dist/react-native/operations/restorableSqlDatabases.d.ts +36 -0
  1316. package/dist/react-native/operations/restorableSqlDatabases.d.ts.map +1 -0
  1317. package/dist/react-native/operations/restorableSqlDatabases.js +111 -0
  1318. package/dist/react-native/operations/restorableSqlDatabases.js.map +1 -0
  1319. package/dist/react-native/operations/restorableSqlResources.d.ts +34 -0
  1320. package/dist/react-native/operations/restorableSqlResources.d.ts.map +1 -0
  1321. package/dist/react-native/operations/restorableSqlResources.js +113 -0
  1322. package/dist/react-native/operations/restorableSqlResources.js.map +1 -0
  1323. package/dist/react-native/operations/restorableTableResources.d.ts +34 -0
  1324. package/dist/react-native/operations/restorableTableResources.d.ts.map +1 -0
  1325. package/dist/react-native/operations/restorableTableResources.js +113 -0
  1326. package/dist/react-native/operations/restorableTableResources.js.map +1 -0
  1327. package/dist/react-native/operations/restorableTables.d.ts +34 -0
  1328. package/dist/react-native/operations/restorableTables.d.ts.map +1 -0
  1329. package/dist/react-native/operations/restorableTables.js +113 -0
  1330. package/dist/react-native/operations/restorableTables.js.map +1 -0
  1331. package/dist/react-native/operations/service.d.ts +73 -0
  1332. package/dist/react-native/operations/service.d.ts.map +1 -0
  1333. package/dist/react-native/operations/service.js +309 -0
  1334. package/dist/react-native/operations/service.js.map +1 -0
  1335. package/dist/react-native/operations/sqlResources.d.ts +799 -0
  1336. package/dist/react-native/operations/sqlResources.d.ts.map +1 -0
  1337. package/dist/react-native/operations/sqlResources.js +3629 -0
  1338. package/dist/react-native/operations/sqlResources.js.map +1 -0
  1339. package/dist/react-native/operations/tableResources.d.ts +272 -0
  1340. package/dist/react-native/operations/tableResources.d.ts.map +1 -0
  1341. package/dist/react-native/operations/tableResources.js +1252 -0
  1342. package/dist/react-native/operations/tableResources.js.map +1 -0
  1343. package/dist/react-native/operations/throughputPool.d.ts +67 -0
  1344. package/dist/react-native/operations/throughputPool.d.ts.map +1 -0
  1345. package/dist/react-native/operations/throughputPool.js +308 -0
  1346. package/dist/react-native/operations/throughputPool.js.map +1 -0
  1347. package/dist/react-native/operations/throughputPoolAccount.d.ts +58 -0
  1348. package/dist/react-native/operations/throughputPoolAccount.d.ts.map +1 -0
  1349. package/dist/react-native/operations/throughputPoolAccount.js +248 -0
  1350. package/dist/react-native/operations/throughputPoolAccount.js.map +1 -0
  1351. package/dist/react-native/operations/throughputPoolAccounts.d.ts +38 -0
  1352. package/dist/react-native/operations/throughputPoolAccounts.d.ts.map +1 -0
  1353. package/dist/react-native/operations/throughputPoolAccounts.js +150 -0
  1354. package/dist/react-native/operations/throughputPoolAccounts.js.map +1 -0
  1355. package/dist/react-native/operations/throughputPools.d.ts +53 -0
  1356. package/dist/react-native/operations/throughputPools.d.ts.map +1 -0
  1357. package/dist/react-native/operations/throughputPools.js +256 -0
  1358. package/dist/react-native/operations/throughputPools.js.map +1 -0
  1359. package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts +178 -0
  1360. package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts.map +1 -0
  1361. package/dist/react-native/operationsInterfaces/cassandraClusters.js +9 -0
  1362. package/dist/react-native/operationsInterfaces/cassandraClusters.js.map +1 -0
  1363. package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts +76 -0
  1364. package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -0
  1365. package/dist/react-native/operationsInterfaces/cassandraDataCenters.js +9 -0
  1366. package/dist/react-native/operationsInterfaces/cassandraDataCenters.js.map +1 -0
  1367. package/dist/react-native/operationsInterfaces/cassandraResources.d.ts +368 -0
  1368. package/dist/react-native/operationsInterfaces/cassandraResources.d.ts.map +1 -0
  1369. package/dist/react-native/operationsInterfaces/cassandraResources.js +9 -0
  1370. package/dist/react-native/operationsInterfaces/cassandraResources.js.map +1 -0
  1371. package/dist/react-native/operationsInterfaces/chaosFault.d.ts +40 -0
  1372. package/dist/react-native/operationsInterfaces/chaosFault.d.ts.map +1 -0
  1373. package/dist/react-native/operationsInterfaces/chaosFault.js +9 -0
  1374. package/dist/react-native/operationsInterfaces/chaosFault.js.map +1 -0
  1375. package/dist/react-native/operationsInterfaces/collection.d.ts +36 -0
  1376. package/dist/react-native/operationsInterfaces/collection.d.ts.map +1 -0
  1377. package/dist/react-native/operationsInterfaces/collection.js +9 -0
  1378. package/dist/react-native/operationsInterfaces/collection.js.map +1 -0
  1379. package/dist/react-native/operationsInterfaces/collectionPartition.d.ts +27 -0
  1380. package/dist/react-native/operationsInterfaces/collectionPartition.d.ts.map +1 -0
  1381. package/dist/react-native/operationsInterfaces/collectionPartition.js +9 -0
  1382. package/dist/react-native/operationsInterfaces/collectionPartition.js.map +1 -0
  1383. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts +20 -0
  1384. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -0
  1385. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js +9 -0
  1386. package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js.map +1 -0
  1387. package/dist/react-native/operationsInterfaces/collectionRegion.d.ts +20 -0
  1388. package/dist/react-native/operationsInterfaces/collectionRegion.d.ts.map +1 -0
  1389. package/dist/react-native/operationsInterfaces/collectionRegion.js +9 -0
  1390. package/dist/react-native/operationsInterfaces/collectionRegion.js.map +1 -0
  1391. package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts +62 -0
  1392. package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts.map +1 -0
  1393. package/dist/react-native/operationsInterfaces/dataTransferJobs.js +9 -0
  1394. package/dist/react-native/operationsInterfaces/dataTransferJobs.js.map +1 -0
  1395. package/dist/react-native/operationsInterfaces/database.d.ts +33 -0
  1396. package/dist/react-native/operationsInterfaces/database.d.ts.map +1 -0
  1397. package/dist/react-native/operationsInterfaces/database.js +9 -0
  1398. package/dist/react-native/operationsInterfaces/database.js.map +1 -0
  1399. package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts +17 -0
  1400. package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -0
  1401. package/dist/react-native/operationsInterfaces/databaseAccountRegion.js +9 -0
  1402. package/dist/react-native/operationsInterfaces/databaseAccountRegion.js.map +1 -0
  1403. package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts +202 -0
  1404. package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts.map +1 -0
  1405. package/dist/react-native/operationsInterfaces/databaseAccounts.js +9 -0
  1406. package/dist/react-native/operationsInterfaces/databaseAccounts.js.map +1 -0
  1407. package/dist/react-native/operationsInterfaces/graphResources.d.ts +56 -0
  1408. package/dist/react-native/operationsInterfaces/graphResources.d.ts.map +1 -0
  1409. package/dist/react-native/operationsInterfaces/graphResources.js +9 -0
  1410. package/dist/react-native/operationsInterfaces/graphResources.js.map +1 -0
  1411. package/dist/react-native/operationsInterfaces/gremlinResources.d.ts +263 -0
  1412. package/dist/react-native/operationsInterfaces/gremlinResources.d.ts.map +1 -0
  1413. package/dist/react-native/operationsInterfaces/gremlinResources.js +9 -0
  1414. package/dist/react-native/operationsInterfaces/gremlinResources.js.map +1 -0
  1415. package/dist/react-native/operationsInterfaces/index.d.ts +46 -0
  1416. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  1417. package/dist/react-native/operationsInterfaces/index.js +53 -0
  1418. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  1419. package/dist/react-native/operationsInterfaces/locations.d.ts +17 -0
  1420. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  1421. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  1422. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  1423. package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts +489 -0
  1424. package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts.map +1 -0
  1425. package/dist/react-native/operationsInterfaces/mongoDBResources.js +9 -0
  1426. package/dist/react-native/operationsInterfaces/mongoDBResources.js.map +1 -0
  1427. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  1428. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  1429. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  1430. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  1431. package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts +98 -0
  1432. package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -0
  1433. package/dist/react-native/operationsInterfaces/notebookWorkspaces.js +9 -0
  1434. package/dist/react-native/operationsInterfaces/notebookWorkspaces.js.map +1 -0
  1435. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  1436. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  1437. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  1438. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  1439. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts +19 -0
  1440. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -0
  1441. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js +9 -0
  1442. package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js.map +1 -0
  1443. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +21 -0
  1444. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -0
  1445. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js +9 -0
  1446. package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -0
  1447. package/dist/react-native/operationsInterfaces/percentile.d.ts +17 -0
  1448. package/dist/react-native/operationsInterfaces/percentile.d.ts.map +1 -0
  1449. package/dist/react-native/operationsInterfaces/percentile.js +9 -0
  1450. package/dist/react-native/operationsInterfaces/percentile.js.map +1 -0
  1451. package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts +21 -0
  1452. package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -0
  1453. package/dist/react-native/operationsInterfaces/percentileSourceTarget.js +9 -0
  1454. package/dist/react-native/operationsInterfaces/percentileSourceTarget.js.map +1 -0
  1455. package/dist/react-native/operationsInterfaces/percentileTarget.d.ts +19 -0
  1456. package/dist/react-native/operationsInterfaces/percentileTarget.d.ts.map +1 -0
  1457. package/dist/react-native/operationsInterfaces/percentileTarget.js +9 -0
  1458. package/dist/react-native/operationsInterfaces/percentileTarget.js.map +1 -0
  1459. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  1460. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  1461. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  1462. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  1463. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  1464. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  1465. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  1466. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  1467. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts +28 -0
  1468. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -0
  1469. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js +9 -0
  1470. package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -0
  1471. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts +16 -0
  1472. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -0
  1473. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js +9 -0
  1474. package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js.map +1 -0
  1475. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts +15 -0
  1476. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -0
  1477. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js +9 -0
  1478. package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js.map +1 -0
  1479. package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts +16 -0
  1480. package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -0
  1481. package/dist/react-native/operationsInterfaces/restorableGremlinResources.js +9 -0
  1482. package/dist/react-native/operationsInterfaces/restorableGremlinResources.js.map +1 -0
  1483. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts +15 -0
  1484. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -0
  1485. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js +9 -0
  1486. package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js.map +1 -0
  1487. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts +16 -0
  1488. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -0
  1489. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js +9 -0
  1490. package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js.map +1 -0
  1491. package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts +15 -0
  1492. package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -0
  1493. package/dist/react-native/operationsInterfaces/restorableMongodbResources.js +9 -0
  1494. package/dist/react-native/operationsInterfaces/restorableMongodbResources.js.map +1 -0
  1495. package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts +15 -0
  1496. package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -0
  1497. package/dist/react-native/operationsInterfaces/restorableSqlContainers.js +9 -0
  1498. package/dist/react-native/operationsInterfaces/restorableSqlContainers.js.map +1 -0
  1499. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts +16 -0
  1500. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -0
  1501. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js +9 -0
  1502. package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js.map +1 -0
  1503. package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts +15 -0
  1504. package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts.map +1 -0
  1505. package/dist/react-native/operationsInterfaces/restorableSqlResources.js +9 -0
  1506. package/dist/react-native/operationsInterfaces/restorableSqlResources.js.map +1 -0
  1507. package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts +15 -0
  1508. package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts.map +1 -0
  1509. package/dist/react-native/operationsInterfaces/restorableTableResources.js +9 -0
  1510. package/dist/react-native/operationsInterfaces/restorableTableResources.js.map +1 -0
  1511. package/dist/react-native/operationsInterfaces/restorableTables.d.ts +15 -0
  1512. package/dist/react-native/operationsInterfaces/restorableTables.d.ts.map +1 -0
  1513. package/dist/react-native/operationsInterfaces/restorableTables.js +9 -0
  1514. package/dist/react-native/operationsInterfaces/restorableTables.js.map +1 -0
  1515. package/dist/react-native/operationsInterfaces/service.d.ts +56 -0
  1516. package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
  1517. package/dist/react-native/operationsInterfaces/service.js +9 -0
  1518. package/dist/react-native/operationsInterfaces/service.js.map +1 -0
  1519. package/dist/react-native/operationsInterfaces/sqlResources.d.ts +711 -0
  1520. package/dist/react-native/operationsInterfaces/sqlResources.d.ts.map +1 -0
  1521. package/dist/react-native/operationsInterfaces/sqlResources.js +9 -0
  1522. package/dist/react-native/operationsInterfaces/sqlResources.js.map +1 -0
  1523. package/dist/react-native/operationsInterfaces/tableResources.d.ts +237 -0
  1524. package/dist/react-native/operationsInterfaces/tableResources.d.ts.map +1 -0
  1525. package/dist/react-native/operationsInterfaces/tableResources.js +9 -0
  1526. package/dist/react-native/operationsInterfaces/tableResources.js.map +1 -0
  1527. package/dist/react-native/operationsInterfaces/throughputPool.d.ts +59 -0
  1528. package/dist/react-native/operationsInterfaces/throughputPool.d.ts.map +1 -0
  1529. package/dist/react-native/operationsInterfaces/throughputPool.js +9 -0
  1530. package/dist/react-native/operationsInterfaces/throughputPool.js.map +1 -0
  1531. package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts +50 -0
  1532. package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts.map +1 -0
  1533. package/dist/react-native/operationsInterfaces/throughputPoolAccount.js +9 -0
  1534. package/dist/react-native/operationsInterfaces/throughputPoolAccount.js.map +1 -0
  1535. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts +13 -0
  1536. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts.map +1 -0
  1537. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js +9 -0
  1538. package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js.map +1 -0
  1539. package/dist/react-native/operationsInterfaces/throughputPools.d.ts +17 -0
  1540. package/dist/react-native/operationsInterfaces/throughputPools.d.ts.map +1 -0
  1541. package/dist/react-native/operationsInterfaces/throughputPools.js +9 -0
  1542. package/dist/react-native/operationsInterfaces/throughputPools.js.map +1 -0
  1543. package/dist/react-native/package.json +3 -0
  1544. package/dist/react-native/pagingHelper.d.ts +13 -0
  1545. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  1546. package/dist/react-native/pagingHelper.js +32 -0
  1547. package/dist/react-native/pagingHelper.js.map +1 -0
  1548. package/package.json +75 -45
  1549. package/review/arm-cosmosdb.api.md +1544 -33
  1550. package/dist/index.js +0 -26184
  1551. package/dist/index.js.map +0 -1
  1552. package/dist/index.min.js +0 -1
  1553. package/dist/index.min.js.map +0 -1
  1554. package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.d.ts +0 -2
  1555. package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.d.ts.map +0 -1
  1556. package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.js +0 -66
  1557. package/dist-esm/samples-dev/cassandraClustersCreateUpdateSample.js.map +0 -1
  1558. package/dist-esm/samples-dev/cassandraClustersDeallocateSample.d.ts +0 -2
  1559. package/dist-esm/samples-dev/cassandraClustersDeallocateSample.d.ts.map +0 -1
  1560. package/dist-esm/samples-dev/cassandraClustersDeallocateSample.js +0 -39
  1561. package/dist-esm/samples-dev/cassandraClustersDeallocateSample.js.map +0 -1
  1562. package/dist-esm/samples-dev/cassandraClustersDeleteSample.d.ts +0 -2
  1563. package/dist-esm/samples-dev/cassandraClustersDeleteSample.d.ts.map +0 -1
  1564. package/dist-esm/samples-dev/cassandraClustersDeleteSample.js +0 -39
  1565. package/dist-esm/samples-dev/cassandraClustersDeleteSample.js.map +0 -1
  1566. package/dist-esm/samples-dev/cassandraClustersGetSample.d.ts +0 -2
  1567. package/dist-esm/samples-dev/cassandraClustersGetSample.d.ts.map +0 -1
  1568. package/dist-esm/samples-dev/cassandraClustersGetSample.js +0 -39
  1569. package/dist-esm/samples-dev/cassandraClustersGetSample.js.map +0 -1
  1570. package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.d.ts +0 -2
  1571. package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.d.ts.map +0 -1
  1572. package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.js +0 -43
  1573. package/dist-esm/samples-dev/cassandraClustersInvokeCommandSample.js.map +0 -1
  1574. package/dist-esm/samples-dev/cassandraClustersListByResourceGroupSample.d.ts +0 -2
  1575. package/dist-esm/samples-dev/cassandraClustersListByResourceGroupSample.d.ts.map +0 -1
  1576. package/dist-esm/samples-dev/cassandraClustersListByResourceGroupSample.js +0 -54
  1577. package/dist-esm/samples-dev/cassandraClustersListByResourceGroupSample.js.map +0 -1
  1578. package/dist-esm/samples-dev/cassandraClustersListBySubscriptionSample.d.ts +0 -2
  1579. package/dist-esm/samples-dev/cassandraClustersListBySubscriptionSample.d.ts.map +0 -1
  1580. package/dist-esm/samples-dev/cassandraClustersListBySubscriptionSample.js +0 -53
  1581. package/dist-esm/samples-dev/cassandraClustersListBySubscriptionSample.js.map +0 -1
  1582. package/dist-esm/samples-dev/cassandraClustersStartSample.d.ts +0 -2
  1583. package/dist-esm/samples-dev/cassandraClustersStartSample.d.ts.map +0 -1
  1584. package/dist-esm/samples-dev/cassandraClustersStartSample.js +0 -39
  1585. package/dist-esm/samples-dev/cassandraClustersStartSample.js.map +0 -1
  1586. package/dist-esm/samples-dev/cassandraClustersStatusSample.d.ts +0 -2
  1587. package/dist-esm/samples-dev/cassandraClustersStatusSample.d.ts.map +0 -1
  1588. package/dist-esm/samples-dev/cassandraClustersStatusSample.js +0 -39
  1589. package/dist-esm/samples-dev/cassandraClustersStatusSample.js.map +0 -1
  1590. package/dist-esm/samples-dev/cassandraClustersUpdateSample.d.ts +0 -2
  1591. package/dist-esm/samples-dev/cassandraClustersUpdateSample.d.ts.map +0 -1
  1592. package/dist-esm/samples-dev/cassandraClustersUpdateSample.js +0 -56
  1593. package/dist-esm/samples-dev/cassandraClustersUpdateSample.js.map +0 -1
  1594. package/dist-esm/samples-dev/cassandraDataCentersCreateUpdateSample.d.ts +0 -2
  1595. package/dist-esm/samples-dev/cassandraDataCentersCreateUpdateSample.d.ts.map +0 -1
  1596. package/dist-esm/samples-dev/cassandraDataCentersCreateUpdateSample.js +0 -48
  1597. package/dist-esm/samples-dev/cassandraDataCentersCreateUpdateSample.js.map +0 -1
  1598. package/dist-esm/samples-dev/cassandraDataCentersDeleteSample.d.ts +0 -2
  1599. package/dist-esm/samples-dev/cassandraDataCentersDeleteSample.d.ts.map +0 -1
  1600. package/dist-esm/samples-dev/cassandraDataCentersDeleteSample.js +0 -40
  1601. package/dist-esm/samples-dev/cassandraDataCentersDeleteSample.js.map +0 -1
  1602. package/dist-esm/samples-dev/cassandraDataCentersGetSample.d.ts +0 -2
  1603. package/dist-esm/samples-dev/cassandraDataCentersGetSample.d.ts.map +0 -1
  1604. package/dist-esm/samples-dev/cassandraDataCentersGetSample.js +0 -40
  1605. package/dist-esm/samples-dev/cassandraDataCentersGetSample.js.map +0 -1
  1606. package/dist-esm/samples-dev/cassandraDataCentersListSample.d.ts +0 -2
  1607. package/dist-esm/samples-dev/cassandraDataCentersListSample.d.ts.map +0 -1
  1608. package/dist-esm/samples-dev/cassandraDataCentersListSample.js +0 -55
  1609. package/dist-esm/samples-dev/cassandraDataCentersListSample.js.map +0 -1
  1610. package/dist-esm/samples-dev/cassandraDataCentersUpdateSample.d.ts +0 -2
  1611. package/dist-esm/samples-dev/cassandraDataCentersUpdateSample.d.ts.map +0 -1
  1612. package/dist-esm/samples-dev/cassandraDataCentersUpdateSample.js +0 -48
  1613. package/dist-esm/samples-dev/cassandraDataCentersUpdateSample.js.map +0 -1
  1614. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraKeyspaceSample.d.ts +0 -2
  1615. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraKeyspaceSample.d.ts.map +0 -1
  1616. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraKeyspaceSample.js +0 -45
  1617. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraKeyspaceSample.js.map +0 -1
  1618. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.d.ts +0 -2
  1619. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.d.ts.map +0 -1
  1620. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.js +0 -54
  1621. package/dist-esm/samples-dev/cassandraResourcesCreateUpdateCassandraTableSample.js.map +0 -1
  1622. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraKeyspaceSample.d.ts +0 -2
  1623. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraKeyspaceSample.d.ts.map +0 -1
  1624. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraKeyspaceSample.js +0 -39
  1625. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraKeyspaceSample.js.map +0 -1
  1626. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraTableSample.d.ts +0 -2
  1627. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraTableSample.d.ts.map +0 -1
  1628. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraTableSample.js +0 -40
  1629. package/dist-esm/samples-dev/cassandraResourcesDeleteCassandraTableSample.js.map +0 -1
  1630. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceSample.d.ts +0 -2
  1631. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceSample.d.ts.map +0 -1
  1632. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceSample.js +0 -39
  1633. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceSample.js.map +0 -1
  1634. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceThroughputSample.d.ts +0 -2
  1635. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceThroughputSample.d.ts.map +0 -1
  1636. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceThroughputSample.js +0 -39
  1637. package/dist-esm/samples-dev/cassandraResourcesGetCassandraKeyspaceThroughputSample.js.map +0 -1
  1638. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableSample.d.ts +0 -2
  1639. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableSample.d.ts.map +0 -1
  1640. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableSample.js +0 -40
  1641. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableSample.js.map +0 -1
  1642. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableThroughputSample.d.ts +0 -2
  1643. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableThroughputSample.d.ts.map +0 -1
  1644. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableThroughputSample.js +0 -40
  1645. package/dist-esm/samples-dev/cassandraResourcesGetCassandraTableThroughputSample.js.map +0 -1
  1646. package/dist-esm/samples-dev/cassandraResourcesListCassandraKeyspacesSample.d.ts +0 -2
  1647. package/dist-esm/samples-dev/cassandraResourcesListCassandraKeyspacesSample.d.ts.map +0 -1
  1648. package/dist-esm/samples-dev/cassandraResourcesListCassandraKeyspacesSample.js +0 -54
  1649. package/dist-esm/samples-dev/cassandraResourcesListCassandraKeyspacesSample.js.map +0 -1
  1650. package/dist-esm/samples-dev/cassandraResourcesListCassandraTablesSample.d.ts +0 -2
  1651. package/dist-esm/samples-dev/cassandraResourcesListCassandraTablesSample.d.ts.map +0 -1
  1652. package/dist-esm/samples-dev/cassandraResourcesListCassandraTablesSample.js +0 -55
  1653. package/dist-esm/samples-dev/cassandraResourcesListCassandraTablesSample.js.map +0 -1
  1654. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToAutoscaleSample.d.ts +0 -2
  1655. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToAutoscaleSample.d.ts.map +0 -1
  1656. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToAutoscaleSample.js +0 -39
  1657. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToAutoscaleSample.js.map +0 -1
  1658. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToManualThroughputSample.d.ts +0 -2
  1659. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToManualThroughputSample.d.ts.map +0 -1
  1660. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToManualThroughputSample.js +0 -39
  1661. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraKeyspaceToManualThroughputSample.js.map +0 -1
  1662. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToAutoscaleSample.d.ts +0 -2
  1663. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToAutoscaleSample.d.ts.map +0 -1
  1664. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToAutoscaleSample.js +0 -40
  1665. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToAutoscaleSample.js.map +0 -1
  1666. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToManualThroughputSample.d.ts +0 -2
  1667. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToManualThroughputSample.d.ts.map +0 -1
  1668. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToManualThroughputSample.js +0 -40
  1669. package/dist-esm/samples-dev/cassandraResourcesMigrateCassandraTableToManualThroughputSample.js.map +0 -1
  1670. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraKeyspaceThroughputSample.d.ts +0 -2
  1671. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraKeyspaceThroughputSample.d.ts.map +0 -1
  1672. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraKeyspaceThroughputSample.js +0 -44
  1673. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraKeyspaceThroughputSample.js.map +0 -1
  1674. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraTableThroughputSample.d.ts +0 -2
  1675. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraTableThroughputSample.d.ts.map +0 -1
  1676. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraTableThroughputSample.js +0 -45
  1677. package/dist-esm/samples-dev/cassandraResourcesUpdateCassandraTableThroughputSample.js.map +0 -1
  1678. package/dist-esm/samples-dev/collectionListMetricDefinitionsSample.d.ts +0 -2
  1679. package/dist-esm/samples-dev/collectionListMetricDefinitionsSample.d.ts.map +0 -1
  1680. package/dist-esm/samples-dev/collectionListMetricDefinitionsSample.js +0 -56
  1681. package/dist-esm/samples-dev/collectionListMetricDefinitionsSample.js.map +0 -1
  1682. package/dist-esm/samples-dev/collectionListMetricsSample.d.ts +0 -2
  1683. package/dist-esm/samples-dev/collectionListMetricsSample.d.ts.map +0 -1
  1684. package/dist-esm/samples-dev/collectionListMetricsSample.js +0 -57
  1685. package/dist-esm/samples-dev/collectionListMetricsSample.js.map +0 -1
  1686. package/dist-esm/samples-dev/collectionListUsagesSample.d.ts +0 -2
  1687. package/dist-esm/samples-dev/collectionListUsagesSample.d.ts.map +0 -1
  1688. package/dist-esm/samples-dev/collectionListUsagesSample.js +0 -58
  1689. package/dist-esm/samples-dev/collectionListUsagesSample.js.map +0 -1
  1690. package/dist-esm/samples-dev/collectionPartitionListMetricsSample.d.ts +0 -2
  1691. package/dist-esm/samples-dev/collectionPartitionListMetricsSample.d.ts.map +0 -1
  1692. package/dist-esm/samples-dev/collectionPartitionListMetricsSample.js +0 -57
  1693. package/dist-esm/samples-dev/collectionPartitionListMetricsSample.js.map +0 -1
  1694. package/dist-esm/samples-dev/collectionPartitionListUsagesSample.d.ts +0 -2
  1695. package/dist-esm/samples-dev/collectionPartitionListUsagesSample.d.ts.map +0 -1
  1696. package/dist-esm/samples-dev/collectionPartitionListUsagesSample.js +0 -58
  1697. package/dist-esm/samples-dev/collectionPartitionListUsagesSample.js.map +0 -1
  1698. package/dist-esm/samples-dev/collectionPartitionRegionListMetricsSample.d.ts +0 -2
  1699. package/dist-esm/samples-dev/collectionPartitionRegionListMetricsSample.d.ts.map +0 -1
  1700. package/dist-esm/samples-dev/collectionPartitionRegionListMetricsSample.js +0 -58
  1701. package/dist-esm/samples-dev/collectionPartitionRegionListMetricsSample.js.map +0 -1
  1702. package/dist-esm/samples-dev/collectionRegionListMetricsSample.d.ts +0 -2
  1703. package/dist-esm/samples-dev/collectionRegionListMetricsSample.d.ts.map +0 -1
  1704. package/dist-esm/samples-dev/collectionRegionListMetricsSample.js +0 -58
  1705. package/dist-esm/samples-dev/collectionRegionListMetricsSample.js.map +0 -1
  1706. package/dist-esm/samples-dev/databaseAccountRegionListMetricsSample.d.ts +0 -2
  1707. package/dist-esm/samples-dev/databaseAccountRegionListMetricsSample.d.ts.map +0 -1
  1708. package/dist-esm/samples-dev/databaseAccountRegionListMetricsSample.js +0 -56
  1709. package/dist-esm/samples-dev/databaseAccountRegionListMetricsSample.js.map +0 -1
  1710. package/dist-esm/samples-dev/databaseAccountsCheckNameExistsSample.d.ts +0 -2
  1711. package/dist-esm/samples-dev/databaseAccountsCheckNameExistsSample.d.ts.map +0 -1
  1712. package/dist-esm/samples-dev/databaseAccountsCheckNameExistsSample.js +0 -38
  1713. package/dist-esm/samples-dev/databaseAccountsCheckNameExistsSample.js.map +0 -1
  1714. package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.d.ts +0 -2
  1715. package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.d.ts.map +0 -1
  1716. package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.js +0 -191
  1717. package/dist-esm/samples-dev/databaseAccountsCreateOrUpdateSample.js.map +0 -1
  1718. package/dist-esm/samples-dev/databaseAccountsDeleteSample.d.ts +0 -2
  1719. package/dist-esm/samples-dev/databaseAccountsDeleteSample.d.ts.map +0 -1
  1720. package/dist-esm/samples-dev/databaseAccountsDeleteSample.js +0 -38
  1721. package/dist-esm/samples-dev/databaseAccountsDeleteSample.js.map +0 -1
  1722. package/dist-esm/samples-dev/databaseAccountsFailoverPriorityChangeSample.d.ts +0 -2
  1723. package/dist-esm/samples-dev/databaseAccountsFailoverPriorityChangeSample.d.ts.map +0 -1
  1724. package/dist-esm/samples-dev/databaseAccountsFailoverPriorityChangeSample.js +0 -44
  1725. package/dist-esm/samples-dev/databaseAccountsFailoverPriorityChangeSample.js.map +0 -1
  1726. package/dist-esm/samples-dev/databaseAccountsGetReadOnlyKeysSample.d.ts +0 -2
  1727. package/dist-esm/samples-dev/databaseAccountsGetReadOnlyKeysSample.d.ts.map +0 -1
  1728. package/dist-esm/samples-dev/databaseAccountsGetReadOnlyKeysSample.js +0 -38
  1729. package/dist-esm/samples-dev/databaseAccountsGetReadOnlyKeysSample.js.map +0 -1
  1730. package/dist-esm/samples-dev/databaseAccountsGetSample.d.ts +0 -2
  1731. package/dist-esm/samples-dev/databaseAccountsGetSample.d.ts.map +0 -1
  1732. package/dist-esm/samples-dev/databaseAccountsGetSample.js +0 -38
  1733. package/dist-esm/samples-dev/databaseAccountsGetSample.js.map +0 -1
  1734. package/dist-esm/samples-dev/databaseAccountsListByResourceGroupSample.d.ts +0 -2
  1735. package/dist-esm/samples-dev/databaseAccountsListByResourceGroupSample.d.ts.map +0 -1
  1736. package/dist-esm/samples-dev/databaseAccountsListByResourceGroupSample.js +0 -53
  1737. package/dist-esm/samples-dev/databaseAccountsListByResourceGroupSample.js.map +0 -1
  1738. package/dist-esm/samples-dev/databaseAccountsListConnectionStringsSample.d.ts +0 -2
  1739. package/dist-esm/samples-dev/databaseAccountsListConnectionStringsSample.d.ts.map +0 -1
  1740. package/dist-esm/samples-dev/databaseAccountsListConnectionStringsSample.js +0 -56
  1741. package/dist-esm/samples-dev/databaseAccountsListConnectionStringsSample.js.map +0 -1
  1742. package/dist-esm/samples-dev/databaseAccountsListKeysSample.d.ts +0 -2
  1743. package/dist-esm/samples-dev/databaseAccountsListKeysSample.d.ts.map +0 -1
  1744. package/dist-esm/samples-dev/databaseAccountsListKeysSample.js +0 -38
  1745. package/dist-esm/samples-dev/databaseAccountsListKeysSample.js.map +0 -1
  1746. package/dist-esm/samples-dev/databaseAccountsListMetricDefinitionsSample.d.ts +0 -2
  1747. package/dist-esm/samples-dev/databaseAccountsListMetricDefinitionsSample.d.ts.map +0 -1
  1748. package/dist-esm/samples-dev/databaseAccountsListMetricDefinitionsSample.js +0 -54
  1749. package/dist-esm/samples-dev/databaseAccountsListMetricDefinitionsSample.js.map +0 -1
  1750. package/dist-esm/samples-dev/databaseAccountsListMetricsSample.d.ts +0 -2
  1751. package/dist-esm/samples-dev/databaseAccountsListMetricsSample.d.ts.map +0 -1
  1752. package/dist-esm/samples-dev/databaseAccountsListMetricsSample.js +0 -55
  1753. package/dist-esm/samples-dev/databaseAccountsListMetricsSample.js.map +0 -1
  1754. package/dist-esm/samples-dev/databaseAccountsListReadOnlyKeysSample.d.ts +0 -2
  1755. package/dist-esm/samples-dev/databaseAccountsListReadOnlyKeysSample.d.ts.map +0 -1
  1756. package/dist-esm/samples-dev/databaseAccountsListReadOnlyKeysSample.js +0 -38
  1757. package/dist-esm/samples-dev/databaseAccountsListReadOnlyKeysSample.js.map +0 -1
  1758. package/dist-esm/samples-dev/databaseAccountsListSample.d.ts +0 -2
  1759. package/dist-esm/samples-dev/databaseAccountsListSample.d.ts.map +0 -1
  1760. package/dist-esm/samples-dev/databaseAccountsListSample.js +0 -52
  1761. package/dist-esm/samples-dev/databaseAccountsListSample.js.map +0 -1
  1762. package/dist-esm/samples-dev/databaseAccountsListUsagesSample.d.ts +0 -2
  1763. package/dist-esm/samples-dev/databaseAccountsListUsagesSample.d.ts.map +0 -1
  1764. package/dist-esm/samples-dev/databaseAccountsListUsagesSample.js +0 -56
  1765. package/dist-esm/samples-dev/databaseAccountsListUsagesSample.js.map +0 -1
  1766. package/dist-esm/samples-dev/databaseAccountsOfflineRegionSample.d.ts +0 -2
  1767. package/dist-esm/samples-dev/databaseAccountsOfflineRegionSample.d.ts.map +0 -1
  1768. package/dist-esm/samples-dev/databaseAccountsOfflineRegionSample.js +0 -41
  1769. package/dist-esm/samples-dev/databaseAccountsOfflineRegionSample.js.map +0 -1
  1770. package/dist-esm/samples-dev/databaseAccountsOnlineRegionSample.d.ts +0 -2
  1771. package/dist-esm/samples-dev/databaseAccountsOnlineRegionSample.d.ts.map +0 -1
  1772. package/dist-esm/samples-dev/databaseAccountsOnlineRegionSample.js +0 -41
  1773. package/dist-esm/samples-dev/databaseAccountsOnlineRegionSample.js.map +0 -1
  1774. package/dist-esm/samples-dev/databaseAccountsRegenerateKeySample.d.ts +0 -2
  1775. package/dist-esm/samples-dev/databaseAccountsRegenerateKeySample.d.ts.map +0 -1
  1776. package/dist-esm/samples-dev/databaseAccountsRegenerateKeySample.js +0 -41
  1777. package/dist-esm/samples-dev/databaseAccountsRegenerateKeySample.js.map +0 -1
  1778. package/dist-esm/samples-dev/databaseAccountsUpdateSample.d.ts +0 -2
  1779. package/dist-esm/samples-dev/databaseAccountsUpdateSample.d.ts.map +0 -1
  1780. package/dist-esm/samples-dev/databaseAccountsUpdateSample.js +0 -85
  1781. package/dist-esm/samples-dev/databaseAccountsUpdateSample.js.map +0 -1
  1782. package/dist-esm/samples-dev/databaseListMetricDefinitionsSample.d.ts +0 -2
  1783. package/dist-esm/samples-dev/databaseListMetricDefinitionsSample.d.ts.map +0 -1
  1784. package/dist-esm/samples-dev/databaseListMetricDefinitionsSample.js +0 -55
  1785. package/dist-esm/samples-dev/databaseListMetricDefinitionsSample.js.map +0 -1
  1786. package/dist-esm/samples-dev/databaseListMetricsSample.d.ts +0 -2
  1787. package/dist-esm/samples-dev/databaseListMetricsSample.d.ts.map +0 -1
  1788. package/dist-esm/samples-dev/databaseListMetricsSample.js +0 -56
  1789. package/dist-esm/samples-dev/databaseListMetricsSample.js.map +0 -1
  1790. package/dist-esm/samples-dev/databaseListUsagesSample.d.ts +0 -2
  1791. package/dist-esm/samples-dev/databaseListUsagesSample.d.ts.map +0 -1
  1792. package/dist-esm/samples-dev/databaseListUsagesSample.js +0 -57
  1793. package/dist-esm/samples-dev/databaseListUsagesSample.js.map +0 -1
  1794. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinDatabaseSample.d.ts +0 -2
  1795. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinDatabaseSample.d.ts.map +0 -1
  1796. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinDatabaseSample.js +0 -45
  1797. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinDatabaseSample.js.map +0 -1
  1798. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinGraphSample.d.ts +0 -2
  1799. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinGraphSample.d.ts.map +0 -1
  1800. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinGraphSample.js +0 -69
  1801. package/dist-esm/samples-dev/gremlinResourcesCreateUpdateGremlinGraphSample.js.map +0 -1
  1802. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinDatabaseSample.d.ts +0 -2
  1803. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinDatabaseSample.d.ts.map +0 -1
  1804. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinDatabaseSample.js +0 -39
  1805. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinDatabaseSample.js.map +0 -1
  1806. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinGraphSample.d.ts +0 -2
  1807. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinGraphSample.d.ts.map +0 -1
  1808. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinGraphSample.js +0 -40
  1809. package/dist-esm/samples-dev/gremlinResourcesDeleteGremlinGraphSample.js.map +0 -1
  1810. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseSample.d.ts +0 -2
  1811. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseSample.d.ts.map +0 -1
  1812. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseSample.js +0 -39
  1813. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseSample.js.map +0 -1
  1814. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseThroughputSample.d.ts +0 -2
  1815. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseThroughputSample.d.ts.map +0 -1
  1816. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseThroughputSample.js +0 -39
  1817. package/dist-esm/samples-dev/gremlinResourcesGetGremlinDatabaseThroughputSample.js.map +0 -1
  1818. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphSample.d.ts +0 -2
  1819. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphSample.d.ts.map +0 -1
  1820. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphSample.js +0 -40
  1821. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphSample.js.map +0 -1
  1822. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphThroughputSample.d.ts +0 -2
  1823. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphThroughputSample.d.ts.map +0 -1
  1824. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphThroughputSample.js +0 -40
  1825. package/dist-esm/samples-dev/gremlinResourcesGetGremlinGraphThroughputSample.js.map +0 -1
  1826. package/dist-esm/samples-dev/gremlinResourcesListGremlinDatabasesSample.d.ts +0 -2
  1827. package/dist-esm/samples-dev/gremlinResourcesListGremlinDatabasesSample.d.ts.map +0 -1
  1828. package/dist-esm/samples-dev/gremlinResourcesListGremlinDatabasesSample.js +0 -54
  1829. package/dist-esm/samples-dev/gremlinResourcesListGremlinDatabasesSample.js.map +0 -1
  1830. package/dist-esm/samples-dev/gremlinResourcesListGremlinGraphsSample.d.ts +0 -2
  1831. package/dist-esm/samples-dev/gremlinResourcesListGremlinGraphsSample.d.ts.map +0 -1
  1832. package/dist-esm/samples-dev/gremlinResourcesListGremlinGraphsSample.js +0 -55
  1833. package/dist-esm/samples-dev/gremlinResourcesListGremlinGraphsSample.js.map +0 -1
  1834. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToAutoscaleSample.d.ts +0 -2
  1835. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToAutoscaleSample.d.ts.map +0 -1
  1836. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToAutoscaleSample.js +0 -39
  1837. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToAutoscaleSample.js.map +0 -1
  1838. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToManualThroughputSample.d.ts +0 -2
  1839. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToManualThroughputSample.d.ts.map +0 -1
  1840. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToManualThroughputSample.js +0 -39
  1841. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinDatabaseToManualThroughputSample.js.map +0 -1
  1842. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToAutoscaleSample.d.ts +0 -2
  1843. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToAutoscaleSample.d.ts.map +0 -1
  1844. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToAutoscaleSample.js +0 -40
  1845. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToAutoscaleSample.js.map +0 -1
  1846. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToManualThroughputSample.d.ts +0 -2
  1847. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToManualThroughputSample.d.ts.map +0 -1
  1848. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToManualThroughputSample.js +0 -40
  1849. package/dist-esm/samples-dev/gremlinResourcesMigrateGremlinGraphToManualThroughputSample.js.map +0 -1
  1850. package/dist-esm/samples-dev/gremlinResourcesRetrieveContinuousBackupInformationSample.d.ts +0 -2
  1851. package/dist-esm/samples-dev/gremlinResourcesRetrieveContinuousBackupInformationSample.d.ts.map +0 -1
  1852. package/dist-esm/samples-dev/gremlinResourcesRetrieveContinuousBackupInformationSample.js +0 -43
  1853. package/dist-esm/samples-dev/gremlinResourcesRetrieveContinuousBackupInformationSample.js.map +0 -1
  1854. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinDatabaseThroughputSample.d.ts +0 -2
  1855. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinDatabaseThroughputSample.d.ts.map +0 -1
  1856. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinDatabaseThroughputSample.js +0 -44
  1857. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinDatabaseThroughputSample.js.map +0 -1
  1858. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinGraphThroughputSample.d.ts +0 -2
  1859. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinGraphThroughputSample.d.ts.map +0 -1
  1860. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinGraphThroughputSample.js +0 -45
  1861. package/dist-esm/samples-dev/gremlinResourcesUpdateGremlinGraphThroughputSample.js.map +0 -1
  1862. package/dist-esm/samples-dev/locationsGetSample.d.ts +0 -2
  1863. package/dist-esm/samples-dev/locationsGetSample.d.ts.map +0 -1
  1864. package/dist-esm/samples-dev/locationsGetSample.js +0 -38
  1865. package/dist-esm/samples-dev/locationsGetSample.js.map +0 -1
  1866. package/dist-esm/samples-dev/locationsListSample.d.ts +0 -2
  1867. package/dist-esm/samples-dev/locationsListSample.d.ts.map +0 -1
  1868. package/dist-esm/samples-dev/locationsListSample.js +0 -53
  1869. package/dist-esm/samples-dev/locationsListSample.js.map +0 -1
  1870. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.d.ts +0 -2
  1871. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.d.ts.map +0 -1
  1872. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.js +0 -56
  1873. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbcollectionSample.js.map +0 -1
  1874. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.d.ts +0 -2
  1875. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.d.ts.map +0 -1
  1876. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.js +0 -45
  1877. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoDbdatabaseSample.js.map +0 -1
  1878. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoRoleDefinitionSample.d.ts +0 -2
  1879. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoRoleDefinitionSample.d.ts.map +0 -1
  1880. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoRoleDefinitionSample.js +0 -50
  1881. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoRoleDefinitionSample.js.map +0 -1
  1882. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoUserDefinitionSample.d.ts +0 -2
  1883. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoUserDefinitionSample.d.ts.map +0 -1
  1884. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoUserDefinitionSample.js +0 -47
  1885. package/dist-esm/samples-dev/mongoDbResourcesCreateUpdateMongoUserDefinitionSample.js.map +0 -1
  1886. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbcollectionSample.d.ts +0 -2
  1887. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbcollectionSample.d.ts.map +0 -1
  1888. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbcollectionSample.js +0 -40
  1889. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbcollectionSample.js.map +0 -1
  1890. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbdatabaseSample.d.ts +0 -2
  1891. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbdatabaseSample.d.ts.map +0 -1
  1892. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbdatabaseSample.js +0 -39
  1893. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoDbdatabaseSample.js.map +0 -1
  1894. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoRoleDefinitionSample.d.ts +0 -2
  1895. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoRoleDefinitionSample.d.ts.map +0 -1
  1896. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoRoleDefinitionSample.js +0 -39
  1897. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoRoleDefinitionSample.js.map +0 -1
  1898. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoUserDefinitionSample.d.ts +0 -2
  1899. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoUserDefinitionSample.d.ts.map +0 -1
  1900. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoUserDefinitionSample.js +0 -39
  1901. package/dist-esm/samples-dev/mongoDbResourcesDeleteMongoUserDefinitionSample.js.map +0 -1
  1902. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionSample.d.ts +0 -2
  1903. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionSample.d.ts.map +0 -1
  1904. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionSample.js +0 -40
  1905. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionSample.js.map +0 -1
  1906. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionThroughputSample.d.ts +0 -2
  1907. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionThroughputSample.d.ts.map +0 -1
  1908. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionThroughputSample.js +0 -40
  1909. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbcollectionThroughputSample.js.map +0 -1
  1910. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseSample.d.ts +0 -2
  1911. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseSample.d.ts.map +0 -1
  1912. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseSample.js +0 -39
  1913. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseSample.js.map +0 -1
  1914. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseThroughputSample.d.ts +0 -2
  1915. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseThroughputSample.d.ts.map +0 -1
  1916. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseThroughputSample.js +0 -39
  1917. package/dist-esm/samples-dev/mongoDbResourcesGetMongoDbdatabaseThroughputSample.js.map +0 -1
  1918. package/dist-esm/samples-dev/mongoDbResourcesGetMongoRoleDefinitionSample.d.ts +0 -2
  1919. package/dist-esm/samples-dev/mongoDbResourcesGetMongoRoleDefinitionSample.d.ts.map +0 -1
  1920. package/dist-esm/samples-dev/mongoDbResourcesGetMongoRoleDefinitionSample.js +0 -39
  1921. package/dist-esm/samples-dev/mongoDbResourcesGetMongoRoleDefinitionSample.js.map +0 -1
  1922. package/dist-esm/samples-dev/mongoDbResourcesGetMongoUserDefinitionSample.d.ts +0 -2
  1923. package/dist-esm/samples-dev/mongoDbResourcesGetMongoUserDefinitionSample.d.ts.map +0 -1
  1924. package/dist-esm/samples-dev/mongoDbResourcesGetMongoUserDefinitionSample.js +0 -39
  1925. package/dist-esm/samples-dev/mongoDbResourcesGetMongoUserDefinitionSample.js.map +0 -1
  1926. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionsSample.d.ts +0 -2
  1927. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionsSample.d.ts.map +0 -1
  1928. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionsSample.js +0 -55
  1929. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbcollectionsSample.js.map +0 -1
  1930. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbdatabasesSample.d.ts +0 -2
  1931. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbdatabasesSample.d.ts.map +0 -1
  1932. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbdatabasesSample.js +0 -54
  1933. package/dist-esm/samples-dev/mongoDbResourcesListMongoDbdatabasesSample.js.map +0 -1
  1934. package/dist-esm/samples-dev/mongoDbResourcesListMongoRoleDefinitionsSample.d.ts +0 -2
  1935. package/dist-esm/samples-dev/mongoDbResourcesListMongoRoleDefinitionsSample.d.ts.map +0 -1
  1936. package/dist-esm/samples-dev/mongoDbResourcesListMongoRoleDefinitionsSample.js +0 -54
  1937. package/dist-esm/samples-dev/mongoDbResourcesListMongoRoleDefinitionsSample.js.map +0 -1
  1938. package/dist-esm/samples-dev/mongoDbResourcesListMongoUserDefinitionsSample.d.ts +0 -2
  1939. package/dist-esm/samples-dev/mongoDbResourcesListMongoUserDefinitionsSample.d.ts.map +0 -1
  1940. package/dist-esm/samples-dev/mongoDbResourcesListMongoUserDefinitionsSample.js +0 -54
  1941. package/dist-esm/samples-dev/mongoDbResourcesListMongoUserDefinitionsSample.js.map +0 -1
  1942. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToAutoscaleSample.d.ts +0 -2
  1943. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToAutoscaleSample.d.ts.map +0 -1
  1944. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToAutoscaleSample.js +0 -40
  1945. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToAutoscaleSample.js.map +0 -1
  1946. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToManualThroughputSample.d.ts +0 -2
  1947. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToManualThroughputSample.d.ts.map +0 -1
  1948. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToManualThroughputSample.js +0 -40
  1949. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbcollectionToManualThroughputSample.js.map +0 -1
  1950. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToAutoscaleSample.d.ts +0 -2
  1951. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToAutoscaleSample.d.ts.map +0 -1
  1952. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToAutoscaleSample.js +0 -39
  1953. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToAutoscaleSample.js.map +0 -1
  1954. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToManualThroughputSample.d.ts +0 -2
  1955. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToManualThroughputSample.d.ts.map +0 -1
  1956. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToManualThroughputSample.js +0 -39
  1957. package/dist-esm/samples-dev/mongoDbResourcesMigrateMongoDbdatabaseToManualThroughputSample.js.map +0 -1
  1958. package/dist-esm/samples-dev/mongoDbResourcesRetrieveContinuousBackupInformationSample.d.ts +0 -2
  1959. package/dist-esm/samples-dev/mongoDbResourcesRetrieveContinuousBackupInformationSample.d.ts.map +0 -1
  1960. package/dist-esm/samples-dev/mongoDbResourcesRetrieveContinuousBackupInformationSample.js +0 -43
  1961. package/dist-esm/samples-dev/mongoDbResourcesRetrieveContinuousBackupInformationSample.js.map +0 -1
  1962. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbcollectionThroughputSample.d.ts +0 -2
  1963. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbcollectionThroughputSample.d.ts.map +0 -1
  1964. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbcollectionThroughputSample.js +0 -45
  1965. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbcollectionThroughputSample.js.map +0 -1
  1966. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbdatabaseThroughputSample.d.ts +0 -2
  1967. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbdatabaseThroughputSample.d.ts.map +0 -1
  1968. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbdatabaseThroughputSample.js +0 -44
  1969. package/dist-esm/samples-dev/mongoDbResourcesUpdateMongoDbdatabaseThroughputSample.js.map +0 -1
  1970. package/dist-esm/samples-dev/notebookWorkspacesCreateOrUpdateSample.d.ts +0 -2
  1971. package/dist-esm/samples-dev/notebookWorkspacesCreateOrUpdateSample.d.ts.map +0 -1
  1972. package/dist-esm/samples-dev/notebookWorkspacesCreateOrUpdateSample.js +0 -40
  1973. package/dist-esm/samples-dev/notebookWorkspacesCreateOrUpdateSample.js.map +0 -1
  1974. package/dist-esm/samples-dev/notebookWorkspacesDeleteSample.d.ts +0 -2
  1975. package/dist-esm/samples-dev/notebookWorkspacesDeleteSample.d.ts.map +0 -1
  1976. package/dist-esm/samples-dev/notebookWorkspacesDeleteSample.js +0 -39
  1977. package/dist-esm/samples-dev/notebookWorkspacesDeleteSample.js.map +0 -1
  1978. package/dist-esm/samples-dev/notebookWorkspacesGetSample.d.ts +0 -2
  1979. package/dist-esm/samples-dev/notebookWorkspacesGetSample.d.ts.map +0 -1
  1980. package/dist-esm/samples-dev/notebookWorkspacesGetSample.js +0 -39
  1981. package/dist-esm/samples-dev/notebookWorkspacesGetSample.js.map +0 -1
  1982. package/dist-esm/samples-dev/notebookWorkspacesListByDatabaseAccountSample.d.ts +0 -2
  1983. package/dist-esm/samples-dev/notebookWorkspacesListByDatabaseAccountSample.d.ts.map +0 -1
  1984. package/dist-esm/samples-dev/notebookWorkspacesListByDatabaseAccountSample.js +0 -54
  1985. package/dist-esm/samples-dev/notebookWorkspacesListByDatabaseAccountSample.js.map +0 -1
  1986. package/dist-esm/samples-dev/notebookWorkspacesListConnectionInfoSample.d.ts +0 -2
  1987. package/dist-esm/samples-dev/notebookWorkspacesListConnectionInfoSample.d.ts.map +0 -1
  1988. package/dist-esm/samples-dev/notebookWorkspacesListConnectionInfoSample.js +0 -39
  1989. package/dist-esm/samples-dev/notebookWorkspacesListConnectionInfoSample.js.map +0 -1
  1990. package/dist-esm/samples-dev/notebookWorkspacesRegenerateAuthTokenSample.d.ts +0 -2
  1991. package/dist-esm/samples-dev/notebookWorkspacesRegenerateAuthTokenSample.d.ts.map +0 -1
  1992. package/dist-esm/samples-dev/notebookWorkspacesRegenerateAuthTokenSample.js +0 -39
  1993. package/dist-esm/samples-dev/notebookWorkspacesRegenerateAuthTokenSample.js.map +0 -1
  1994. package/dist-esm/samples-dev/notebookWorkspacesStartSample.d.ts +0 -2
  1995. package/dist-esm/samples-dev/notebookWorkspacesStartSample.d.ts.map +0 -1
  1996. package/dist-esm/samples-dev/notebookWorkspacesStartSample.js +0 -39
  1997. package/dist-esm/samples-dev/notebookWorkspacesStartSample.js.map +0 -1
  1998. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1999. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  2000. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  2001. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  2002. package/dist-esm/samples-dev/partitionKeyRangeIdListMetricsSample.d.ts +0 -2
  2003. package/dist-esm/samples-dev/partitionKeyRangeIdListMetricsSample.d.ts.map +0 -1
  2004. package/dist-esm/samples-dev/partitionKeyRangeIdListMetricsSample.js +0 -58
  2005. package/dist-esm/samples-dev/partitionKeyRangeIdListMetricsSample.js.map +0 -1
  2006. package/dist-esm/samples-dev/partitionKeyRangeIdRegionListMetricsSample.d.ts +0 -2
  2007. package/dist-esm/samples-dev/partitionKeyRangeIdRegionListMetricsSample.d.ts.map +0 -1
  2008. package/dist-esm/samples-dev/partitionKeyRangeIdRegionListMetricsSample.js +0 -59
  2009. package/dist-esm/samples-dev/partitionKeyRangeIdRegionListMetricsSample.js.map +0 -1
  2010. package/dist-esm/samples-dev/percentileListMetricsSample.d.ts +0 -2
  2011. package/dist-esm/samples-dev/percentileListMetricsSample.d.ts.map +0 -1
  2012. package/dist-esm/samples-dev/percentileListMetricsSample.js +0 -55
  2013. package/dist-esm/samples-dev/percentileListMetricsSample.js.map +0 -1
  2014. package/dist-esm/samples-dev/percentileSourceTargetListMetricsSample.d.ts +0 -2
  2015. package/dist-esm/samples-dev/percentileSourceTargetListMetricsSample.d.ts.map +0 -1
  2016. package/dist-esm/samples-dev/percentileSourceTargetListMetricsSample.js +0 -57
  2017. package/dist-esm/samples-dev/percentileSourceTargetListMetricsSample.js.map +0 -1
  2018. package/dist-esm/samples-dev/percentileTargetListMetricsSample.d.ts +0 -2
  2019. package/dist-esm/samples-dev/percentileTargetListMetricsSample.d.ts.map +0 -1
  2020. package/dist-esm/samples-dev/percentileTargetListMetricsSample.js +0 -56
  2021. package/dist-esm/samples-dev/percentileTargetListMetricsSample.js.map +0 -1
  2022. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  2023. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  2024. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  2025. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  2026. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  2027. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  2028. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  2029. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  2030. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  2031. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  2032. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  2033. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  2034. package/dist-esm/samples-dev/privateEndpointConnectionsListByDatabaseAccountSample.d.ts +0 -2
  2035. package/dist-esm/samples-dev/privateEndpointConnectionsListByDatabaseAccountSample.d.ts.map +0 -1
  2036. package/dist-esm/samples-dev/privateEndpointConnectionsListByDatabaseAccountSample.js +0 -55
  2037. package/dist-esm/samples-dev/privateEndpointConnectionsListByDatabaseAccountSample.js.map +0 -1
  2038. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  2039. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  2040. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
  2041. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  2042. package/dist-esm/samples-dev/privateLinkResourcesListByDatabaseAccountSample.d.ts +0 -2
  2043. package/dist-esm/samples-dev/privateLinkResourcesListByDatabaseAccountSample.d.ts.map +0 -1
  2044. package/dist-esm/samples-dev/privateLinkResourcesListByDatabaseAccountSample.js +0 -55
  2045. package/dist-esm/samples-dev/privateLinkResourcesListByDatabaseAccountSample.js.map +0 -1
  2046. package/dist-esm/samples-dev/restorableDatabaseAccountsGetByLocationSample.d.ts +0 -2
  2047. package/dist-esm/samples-dev/restorableDatabaseAccountsGetByLocationSample.d.ts.map +0 -1
  2048. package/dist-esm/samples-dev/restorableDatabaseAccountsGetByLocationSample.js +0 -38
  2049. package/dist-esm/samples-dev/restorableDatabaseAccountsGetByLocationSample.js.map +0 -1
  2050. package/dist-esm/samples-dev/restorableDatabaseAccountsListByLocationSample.d.ts +0 -2
  2051. package/dist-esm/samples-dev/restorableDatabaseAccountsListByLocationSample.d.ts.map +0 -1
  2052. package/dist-esm/samples-dev/restorableDatabaseAccountsListByLocationSample.js +0 -53
  2053. package/dist-esm/samples-dev/restorableDatabaseAccountsListByLocationSample.js.map +0 -1
  2054. package/dist-esm/samples-dev/restorableDatabaseAccountsListSample.d.ts +0 -2
  2055. package/dist-esm/samples-dev/restorableDatabaseAccountsListSample.d.ts.map +0 -1
  2056. package/dist-esm/samples-dev/restorableDatabaseAccountsListSample.js +0 -52
  2057. package/dist-esm/samples-dev/restorableDatabaseAccountsListSample.js.map +0 -1
  2058. package/dist-esm/samples-dev/restorableGremlinDatabasesListSample.d.ts +0 -2
  2059. package/dist-esm/samples-dev/restorableGremlinDatabasesListSample.d.ts.map +0 -1
  2060. package/dist-esm/samples-dev/restorableGremlinDatabasesListSample.js +0 -55
  2061. package/dist-esm/samples-dev/restorableGremlinDatabasesListSample.js.map +0 -1
  2062. package/dist-esm/samples-dev/restorableGremlinGraphsListSample.d.ts +0 -2
  2063. package/dist-esm/samples-dev/restorableGremlinGraphsListSample.d.ts.map +0 -1
  2064. package/dist-esm/samples-dev/restorableGremlinGraphsListSample.js +0 -58
  2065. package/dist-esm/samples-dev/restorableGremlinGraphsListSample.js.map +0 -1
  2066. package/dist-esm/samples-dev/restorableGremlinResourcesListSample.d.ts +0 -2
  2067. package/dist-esm/samples-dev/restorableGremlinResourcesListSample.d.ts.map +0 -1
  2068. package/dist-esm/samples-dev/restorableGremlinResourcesListSample.js +0 -61
  2069. package/dist-esm/samples-dev/restorableGremlinResourcesListSample.js.map +0 -1
  2070. package/dist-esm/samples-dev/restorableMongodbCollectionsListSample.d.ts +0 -2
  2071. package/dist-esm/samples-dev/restorableMongodbCollectionsListSample.d.ts.map +0 -1
  2072. package/dist-esm/samples-dev/restorableMongodbCollectionsListSample.js +0 -58
  2073. package/dist-esm/samples-dev/restorableMongodbCollectionsListSample.js.map +0 -1
  2074. package/dist-esm/samples-dev/restorableMongodbDatabasesListSample.d.ts +0 -2
  2075. package/dist-esm/samples-dev/restorableMongodbDatabasesListSample.d.ts.map +0 -1
  2076. package/dist-esm/samples-dev/restorableMongodbDatabasesListSample.js +0 -55
  2077. package/dist-esm/samples-dev/restorableMongodbDatabasesListSample.js.map +0 -1
  2078. package/dist-esm/samples-dev/restorableMongodbResourcesListSample.d.ts +0 -2
  2079. package/dist-esm/samples-dev/restorableMongodbResourcesListSample.d.ts.map +0 -1
  2080. package/dist-esm/samples-dev/restorableMongodbResourcesListSample.js +0 -61
  2081. package/dist-esm/samples-dev/restorableMongodbResourcesListSample.js.map +0 -1
  2082. package/dist-esm/samples-dev/restorableSqlContainersListSample.d.ts +0 -2
  2083. package/dist-esm/samples-dev/restorableSqlContainersListSample.d.ts.map +0 -1
  2084. package/dist-esm/samples-dev/restorableSqlContainersListSample.js +0 -58
  2085. package/dist-esm/samples-dev/restorableSqlContainersListSample.js.map +0 -1
  2086. package/dist-esm/samples-dev/restorableSqlDatabasesListSample.d.ts +0 -2
  2087. package/dist-esm/samples-dev/restorableSqlDatabasesListSample.d.ts.map +0 -1
  2088. package/dist-esm/samples-dev/restorableSqlDatabasesListSample.js +0 -55
  2089. package/dist-esm/samples-dev/restorableSqlDatabasesListSample.js.map +0 -1
  2090. package/dist-esm/samples-dev/restorableSqlResourcesListSample.d.ts +0 -2
  2091. package/dist-esm/samples-dev/restorableSqlResourcesListSample.d.ts.map +0 -1
  2092. package/dist-esm/samples-dev/restorableSqlResourcesListSample.js +0 -61
  2093. package/dist-esm/samples-dev/restorableSqlResourcesListSample.js.map +0 -1
  2094. package/dist-esm/samples-dev/restorableTableResourcesListSample.d.ts +0 -2
  2095. package/dist-esm/samples-dev/restorableTableResourcesListSample.d.ts.map +0 -1
  2096. package/dist-esm/samples-dev/restorableTableResourcesListSample.js +0 -61
  2097. package/dist-esm/samples-dev/restorableTableResourcesListSample.js.map +0 -1
  2098. package/dist-esm/samples-dev/restorableTablesListSample.d.ts +0 -2
  2099. package/dist-esm/samples-dev/restorableTablesListSample.d.ts.map +0 -1
  2100. package/dist-esm/samples-dev/restorableTablesListSample.js +0 -54
  2101. package/dist-esm/samples-dev/restorableTablesListSample.js.map +0 -1
  2102. package/dist-esm/samples-dev/serviceCreateSample.d.ts +0 -2
  2103. package/dist-esm/samples-dev/serviceCreateSample.d.ts.map +0 -1
  2104. package/dist-esm/samples-dev/serviceCreateSample.js +0 -125
  2105. package/dist-esm/samples-dev/serviceCreateSample.js.map +0 -1
  2106. package/dist-esm/samples-dev/serviceDeleteSample.d.ts +0 -2
  2107. package/dist-esm/samples-dev/serviceDeleteSample.d.ts.map +0 -1
  2108. package/dist-esm/samples-dev/serviceDeleteSample.js +0 -96
  2109. package/dist-esm/samples-dev/serviceDeleteSample.js.map +0 -1
  2110. package/dist-esm/samples-dev/serviceGetSample.d.ts +0 -2
  2111. package/dist-esm/samples-dev/serviceGetSample.d.ts.map +0 -1
  2112. package/dist-esm/samples-dev/serviceGetSample.js +0 -96
  2113. package/dist-esm/samples-dev/serviceGetSample.js.map +0 -1
  2114. package/dist-esm/samples-dev/serviceListSample.d.ts +0 -2
  2115. package/dist-esm/samples-dev/serviceListSample.d.ts.map +0 -1
  2116. package/dist-esm/samples-dev/serviceListSample.js +0 -54
  2117. package/dist-esm/samples-dev/serviceListSample.js.map +0 -1
  2118. package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.d.ts +0 -2
  2119. package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.d.ts.map +0 -1
  2120. package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.js +0 -53
  2121. package/dist-esm/samples-dev/sqlResourcesCreateUpdateClientEncryptionKeySample.js.map +0 -1
  2122. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.d.ts +0 -2
  2123. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.d.ts.map +0 -1
  2124. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.js +0 -110
  2125. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlContainerSample.js.map +0 -1
  2126. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.d.ts +0 -2
  2127. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.d.ts.map +0 -1
  2128. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.js +0 -45
  2129. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlDatabaseSample.js.map +0 -1
  2130. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleAssignmentSample.d.ts +0 -2
  2131. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleAssignmentSample.d.ts.map +0 -1
  2132. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleAssignmentSample.js +0 -44
  2133. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleAssignmentSample.js.map +0 -1
  2134. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleDefinitionSample.d.ts +0 -2
  2135. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleDefinitionSample.d.ts.map +0 -1
  2136. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleDefinitionSample.js +0 -56
  2137. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlRoleDefinitionSample.js.map +0 -1
  2138. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlStoredProcedureSample.d.ts +0 -2
  2139. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlStoredProcedureSample.d.ts.map +0 -1
  2140. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlStoredProcedureSample.js +0 -42
  2141. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlStoredProcedureSample.js.map +0 -1
  2142. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlTriggerSample.d.ts +0 -2
  2143. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlTriggerSample.d.ts.map +0 -1
  2144. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlTriggerSample.js +0 -50
  2145. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlTriggerSample.js.map +0 -1
  2146. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlUserDefinedFunctionSample.d.ts +0 -2
  2147. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlUserDefinedFunctionSample.d.ts.map +0 -1
  2148. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlUserDefinedFunctionSample.js +0 -42
  2149. package/dist-esm/samples-dev/sqlResourcesCreateUpdateSqlUserDefinedFunctionSample.js.map +0 -1
  2150. package/dist-esm/samples-dev/sqlResourcesDeleteSqlContainerSample.d.ts +0 -2
  2151. package/dist-esm/samples-dev/sqlResourcesDeleteSqlContainerSample.d.ts.map +0 -1
  2152. package/dist-esm/samples-dev/sqlResourcesDeleteSqlContainerSample.js +0 -40
  2153. package/dist-esm/samples-dev/sqlResourcesDeleteSqlContainerSample.js.map +0 -1
  2154. package/dist-esm/samples-dev/sqlResourcesDeleteSqlDatabaseSample.d.ts +0 -2
  2155. package/dist-esm/samples-dev/sqlResourcesDeleteSqlDatabaseSample.d.ts.map +0 -1
  2156. package/dist-esm/samples-dev/sqlResourcesDeleteSqlDatabaseSample.js +0 -39
  2157. package/dist-esm/samples-dev/sqlResourcesDeleteSqlDatabaseSample.js.map +0 -1
  2158. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleAssignmentSample.d.ts +0 -2
  2159. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleAssignmentSample.d.ts.map +0 -1
  2160. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleAssignmentSample.js +0 -39
  2161. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleAssignmentSample.js.map +0 -1
  2162. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleDefinitionSample.d.ts +0 -2
  2163. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleDefinitionSample.d.ts.map +0 -1
  2164. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleDefinitionSample.js +0 -39
  2165. package/dist-esm/samples-dev/sqlResourcesDeleteSqlRoleDefinitionSample.js.map +0 -1
  2166. package/dist-esm/samples-dev/sqlResourcesDeleteSqlStoredProcedureSample.d.ts +0 -2
  2167. package/dist-esm/samples-dev/sqlResourcesDeleteSqlStoredProcedureSample.d.ts.map +0 -1
  2168. package/dist-esm/samples-dev/sqlResourcesDeleteSqlStoredProcedureSample.js +0 -41
  2169. package/dist-esm/samples-dev/sqlResourcesDeleteSqlStoredProcedureSample.js.map +0 -1
  2170. package/dist-esm/samples-dev/sqlResourcesDeleteSqlTriggerSample.d.ts +0 -2
  2171. package/dist-esm/samples-dev/sqlResourcesDeleteSqlTriggerSample.d.ts.map +0 -1
  2172. package/dist-esm/samples-dev/sqlResourcesDeleteSqlTriggerSample.js +0 -41
  2173. package/dist-esm/samples-dev/sqlResourcesDeleteSqlTriggerSample.js.map +0 -1
  2174. package/dist-esm/samples-dev/sqlResourcesDeleteSqlUserDefinedFunctionSample.d.ts +0 -2
  2175. package/dist-esm/samples-dev/sqlResourcesDeleteSqlUserDefinedFunctionSample.d.ts.map +0 -1
  2176. package/dist-esm/samples-dev/sqlResourcesDeleteSqlUserDefinedFunctionSample.js +0 -41
  2177. package/dist-esm/samples-dev/sqlResourcesDeleteSqlUserDefinedFunctionSample.js.map +0 -1
  2178. package/dist-esm/samples-dev/sqlResourcesGetClientEncryptionKeySample.d.ts +0 -2
  2179. package/dist-esm/samples-dev/sqlResourcesGetClientEncryptionKeySample.d.ts.map +0 -1
  2180. package/dist-esm/samples-dev/sqlResourcesGetClientEncryptionKeySample.js +0 -40
  2181. package/dist-esm/samples-dev/sqlResourcesGetClientEncryptionKeySample.js.map +0 -1
  2182. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerSample.d.ts +0 -2
  2183. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerSample.d.ts.map +0 -1
  2184. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerSample.js +0 -40
  2185. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerSample.js.map +0 -1
  2186. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerThroughputSample.d.ts +0 -2
  2187. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerThroughputSample.d.ts.map +0 -1
  2188. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerThroughputSample.js +0 -40
  2189. package/dist-esm/samples-dev/sqlResourcesGetSqlContainerThroughputSample.js.map +0 -1
  2190. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseSample.d.ts +0 -2
  2191. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseSample.d.ts.map +0 -1
  2192. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseSample.js +0 -39
  2193. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseSample.js.map +0 -1
  2194. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseThroughputSample.d.ts +0 -2
  2195. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseThroughputSample.d.ts.map +0 -1
  2196. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseThroughputSample.js +0 -39
  2197. package/dist-esm/samples-dev/sqlResourcesGetSqlDatabaseThroughputSample.js.map +0 -1
  2198. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleAssignmentSample.d.ts +0 -2
  2199. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleAssignmentSample.d.ts.map +0 -1
  2200. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleAssignmentSample.js +0 -39
  2201. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleAssignmentSample.js.map +0 -1
  2202. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleDefinitionSample.d.ts +0 -2
  2203. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleDefinitionSample.d.ts.map +0 -1
  2204. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleDefinitionSample.js +0 -39
  2205. package/dist-esm/samples-dev/sqlResourcesGetSqlRoleDefinitionSample.js.map +0 -1
  2206. package/dist-esm/samples-dev/sqlResourcesGetSqlStoredProcedureSample.d.ts +0 -2
  2207. package/dist-esm/samples-dev/sqlResourcesGetSqlStoredProcedureSample.d.ts.map +0 -1
  2208. package/dist-esm/samples-dev/sqlResourcesGetSqlStoredProcedureSample.js +0 -41
  2209. package/dist-esm/samples-dev/sqlResourcesGetSqlStoredProcedureSample.js.map +0 -1
  2210. package/dist-esm/samples-dev/sqlResourcesGetSqlTriggerSample.d.ts +0 -2
  2211. package/dist-esm/samples-dev/sqlResourcesGetSqlTriggerSample.d.ts.map +0 -1
  2212. package/dist-esm/samples-dev/sqlResourcesGetSqlTriggerSample.js +0 -41
  2213. package/dist-esm/samples-dev/sqlResourcesGetSqlTriggerSample.js.map +0 -1
  2214. package/dist-esm/samples-dev/sqlResourcesGetSqlUserDefinedFunctionSample.d.ts +0 -2
  2215. package/dist-esm/samples-dev/sqlResourcesGetSqlUserDefinedFunctionSample.d.ts.map +0 -1
  2216. package/dist-esm/samples-dev/sqlResourcesGetSqlUserDefinedFunctionSample.js +0 -41
  2217. package/dist-esm/samples-dev/sqlResourcesGetSqlUserDefinedFunctionSample.js.map +0 -1
  2218. package/dist-esm/samples-dev/sqlResourcesListClientEncryptionKeysSample.d.ts +0 -2
  2219. package/dist-esm/samples-dev/sqlResourcesListClientEncryptionKeysSample.d.ts.map +0 -1
  2220. package/dist-esm/samples-dev/sqlResourcesListClientEncryptionKeysSample.js +0 -55
  2221. package/dist-esm/samples-dev/sqlResourcesListClientEncryptionKeysSample.js.map +0 -1
  2222. package/dist-esm/samples-dev/sqlResourcesListSqlContainersSample.d.ts +0 -2
  2223. package/dist-esm/samples-dev/sqlResourcesListSqlContainersSample.d.ts.map +0 -1
  2224. package/dist-esm/samples-dev/sqlResourcesListSqlContainersSample.js +0 -55
  2225. package/dist-esm/samples-dev/sqlResourcesListSqlContainersSample.js.map +0 -1
  2226. package/dist-esm/samples-dev/sqlResourcesListSqlDatabasesSample.d.ts +0 -2
  2227. package/dist-esm/samples-dev/sqlResourcesListSqlDatabasesSample.d.ts.map +0 -1
  2228. package/dist-esm/samples-dev/sqlResourcesListSqlDatabasesSample.js +0 -54
  2229. package/dist-esm/samples-dev/sqlResourcesListSqlDatabasesSample.js.map +0 -1
  2230. package/dist-esm/samples-dev/sqlResourcesListSqlRoleAssignmentsSample.d.ts +0 -2
  2231. package/dist-esm/samples-dev/sqlResourcesListSqlRoleAssignmentsSample.d.ts.map +0 -1
  2232. package/dist-esm/samples-dev/sqlResourcesListSqlRoleAssignmentsSample.js +0 -54
  2233. package/dist-esm/samples-dev/sqlResourcesListSqlRoleAssignmentsSample.js.map +0 -1
  2234. package/dist-esm/samples-dev/sqlResourcesListSqlRoleDefinitionsSample.d.ts +0 -2
  2235. package/dist-esm/samples-dev/sqlResourcesListSqlRoleDefinitionsSample.d.ts.map +0 -1
  2236. package/dist-esm/samples-dev/sqlResourcesListSqlRoleDefinitionsSample.js +0 -54
  2237. package/dist-esm/samples-dev/sqlResourcesListSqlRoleDefinitionsSample.js.map +0 -1
  2238. package/dist-esm/samples-dev/sqlResourcesListSqlStoredProceduresSample.d.ts +0 -2
  2239. package/dist-esm/samples-dev/sqlResourcesListSqlStoredProceduresSample.d.ts.map +0 -1
  2240. package/dist-esm/samples-dev/sqlResourcesListSqlStoredProceduresSample.js +0 -56
  2241. package/dist-esm/samples-dev/sqlResourcesListSqlStoredProceduresSample.js.map +0 -1
  2242. package/dist-esm/samples-dev/sqlResourcesListSqlTriggersSample.d.ts +0 -2
  2243. package/dist-esm/samples-dev/sqlResourcesListSqlTriggersSample.d.ts.map +0 -1
  2244. package/dist-esm/samples-dev/sqlResourcesListSqlTriggersSample.js +0 -56
  2245. package/dist-esm/samples-dev/sqlResourcesListSqlTriggersSample.js.map +0 -1
  2246. package/dist-esm/samples-dev/sqlResourcesListSqlUserDefinedFunctionsSample.d.ts +0 -2
  2247. package/dist-esm/samples-dev/sqlResourcesListSqlUserDefinedFunctionsSample.d.ts.map +0 -1
  2248. package/dist-esm/samples-dev/sqlResourcesListSqlUserDefinedFunctionsSample.js +0 -56
  2249. package/dist-esm/samples-dev/sqlResourcesListSqlUserDefinedFunctionsSample.js.map +0 -1
  2250. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToAutoscaleSample.d.ts +0 -2
  2251. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToAutoscaleSample.d.ts.map +0 -1
  2252. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToAutoscaleSample.js +0 -40
  2253. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToAutoscaleSample.js.map +0 -1
  2254. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToManualThroughputSample.d.ts +0 -2
  2255. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToManualThroughputSample.d.ts.map +0 -1
  2256. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToManualThroughputSample.js +0 -40
  2257. package/dist-esm/samples-dev/sqlResourcesMigrateSqlContainerToManualThroughputSample.js.map +0 -1
  2258. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToAutoscaleSample.d.ts +0 -2
  2259. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToAutoscaleSample.d.ts.map +0 -1
  2260. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToAutoscaleSample.js +0 -39
  2261. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToAutoscaleSample.js.map +0 -1
  2262. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToManualThroughputSample.d.ts +0 -2
  2263. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToManualThroughputSample.d.ts.map +0 -1
  2264. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToManualThroughputSample.js +0 -39
  2265. package/dist-esm/samples-dev/sqlResourcesMigrateSqlDatabaseToManualThroughputSample.js.map +0 -1
  2266. package/dist-esm/samples-dev/sqlResourcesRetrieveContinuousBackupInformationSample.d.ts +0 -2
  2267. package/dist-esm/samples-dev/sqlResourcesRetrieveContinuousBackupInformationSample.d.ts.map +0 -1
  2268. package/dist-esm/samples-dev/sqlResourcesRetrieveContinuousBackupInformationSample.js +0 -43
  2269. package/dist-esm/samples-dev/sqlResourcesRetrieveContinuousBackupInformationSample.js.map +0 -1
  2270. package/dist-esm/samples-dev/sqlResourcesUpdateSqlContainerThroughputSample.d.ts +0 -2
  2271. package/dist-esm/samples-dev/sqlResourcesUpdateSqlContainerThroughputSample.d.ts.map +0 -1
  2272. package/dist-esm/samples-dev/sqlResourcesUpdateSqlContainerThroughputSample.js +0 -45
  2273. package/dist-esm/samples-dev/sqlResourcesUpdateSqlContainerThroughputSample.js.map +0 -1
  2274. package/dist-esm/samples-dev/sqlResourcesUpdateSqlDatabaseThroughputSample.d.ts +0 -2
  2275. package/dist-esm/samples-dev/sqlResourcesUpdateSqlDatabaseThroughputSample.d.ts.map +0 -1
  2276. package/dist-esm/samples-dev/sqlResourcesUpdateSqlDatabaseThroughputSample.js +0 -44
  2277. package/dist-esm/samples-dev/sqlResourcesUpdateSqlDatabaseThroughputSample.js.map +0 -1
  2278. package/dist-esm/samples-dev/tableResourcesCreateUpdateTableSample.d.ts +0 -2
  2279. package/dist-esm/samples-dev/tableResourcesCreateUpdateTableSample.d.ts.map +0 -1
  2280. package/dist-esm/samples-dev/tableResourcesCreateUpdateTableSample.js +0 -45
  2281. package/dist-esm/samples-dev/tableResourcesCreateUpdateTableSample.js.map +0 -1
  2282. package/dist-esm/samples-dev/tableResourcesDeleteTableSample.d.ts +0 -2
  2283. package/dist-esm/samples-dev/tableResourcesDeleteTableSample.d.ts.map +0 -1
  2284. package/dist-esm/samples-dev/tableResourcesDeleteTableSample.js +0 -39
  2285. package/dist-esm/samples-dev/tableResourcesDeleteTableSample.js.map +0 -1
  2286. package/dist-esm/samples-dev/tableResourcesGetTableSample.d.ts +0 -2
  2287. package/dist-esm/samples-dev/tableResourcesGetTableSample.d.ts.map +0 -1
  2288. package/dist-esm/samples-dev/tableResourcesGetTableSample.js +0 -39
  2289. package/dist-esm/samples-dev/tableResourcesGetTableSample.js.map +0 -1
  2290. package/dist-esm/samples-dev/tableResourcesGetTableThroughputSample.d.ts +0 -2
  2291. package/dist-esm/samples-dev/tableResourcesGetTableThroughputSample.d.ts.map +0 -1
  2292. package/dist-esm/samples-dev/tableResourcesGetTableThroughputSample.js +0 -39
  2293. package/dist-esm/samples-dev/tableResourcesGetTableThroughputSample.js.map +0 -1
  2294. package/dist-esm/samples-dev/tableResourcesListTablesSample.d.ts +0 -2
  2295. package/dist-esm/samples-dev/tableResourcesListTablesSample.d.ts.map +0 -1
  2296. package/dist-esm/samples-dev/tableResourcesListTablesSample.js +0 -54
  2297. package/dist-esm/samples-dev/tableResourcesListTablesSample.js.map +0 -1
  2298. package/dist-esm/samples-dev/tableResourcesMigrateTableToAutoscaleSample.d.ts +0 -2
  2299. package/dist-esm/samples-dev/tableResourcesMigrateTableToAutoscaleSample.d.ts.map +0 -1
  2300. package/dist-esm/samples-dev/tableResourcesMigrateTableToAutoscaleSample.js +0 -39
  2301. package/dist-esm/samples-dev/tableResourcesMigrateTableToAutoscaleSample.js.map +0 -1
  2302. package/dist-esm/samples-dev/tableResourcesMigrateTableToManualThroughputSample.d.ts +0 -2
  2303. package/dist-esm/samples-dev/tableResourcesMigrateTableToManualThroughputSample.d.ts.map +0 -1
  2304. package/dist-esm/samples-dev/tableResourcesMigrateTableToManualThroughputSample.js +0 -39
  2305. package/dist-esm/samples-dev/tableResourcesMigrateTableToManualThroughputSample.js.map +0 -1
  2306. package/dist-esm/samples-dev/tableResourcesRetrieveContinuousBackupInformationSample.d.ts +0 -2
  2307. package/dist-esm/samples-dev/tableResourcesRetrieveContinuousBackupInformationSample.d.ts.map +0 -1
  2308. package/dist-esm/samples-dev/tableResourcesRetrieveContinuousBackupInformationSample.js +0 -42
  2309. package/dist-esm/samples-dev/tableResourcesRetrieveContinuousBackupInformationSample.js.map +0 -1
  2310. package/dist-esm/samples-dev/tableResourcesUpdateTableThroughputSample.d.ts +0 -2
  2311. package/dist-esm/samples-dev/tableResourcesUpdateTableThroughputSample.d.ts.map +0 -1
  2312. package/dist-esm/samples-dev/tableResourcesUpdateTableThroughputSample.js +0 -44
  2313. package/dist-esm/samples-dev/tableResourcesUpdateTableThroughputSample.js.map +0 -1
  2314. package/dist-esm/src/cosmosDBManagementClient.d.ts +0 -56
  2315. package/dist-esm/src/cosmosDBManagementClient.d.ts.map +0 -1
  2316. package/dist-esm/src/cosmosDBManagementClient.js +0 -136
  2317. package/dist-esm/src/cosmosDBManagementClient.js.map +0 -1
  2318. package/dist-esm/src/index.d.ts +0 -5
  2319. package/dist-esm/src/index.d.ts.map +0 -1
  2320. package/dist-esm/src/index.js +0 -13
  2321. package/dist-esm/src/index.js.map +0 -1
  2322. package/dist-esm/src/lroImpl.js.map +0 -1
  2323. package/dist-esm/src/models/index.d.ts +0 -5913
  2324. package/dist-esm/src/models/index.d.ts.map +0 -1
  2325. package/dist-esm/src/models/index.js +0 -516
  2326. package/dist-esm/src/models/index.js.map +0 -1
  2327. package/dist-esm/src/models/mappers.d.ts +0 -355
  2328. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  2329. package/dist-esm/src/models/mappers.js +0 -9283
  2330. package/dist-esm/src/models/mappers.js.map +0 -1
  2331. package/dist-esm/src/models/parameters.d.ts +0 -78
  2332. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  2333. package/dist-esm/src/models/parameters.js +0 -606
  2334. package/dist-esm/src/models/parameters.js.map +0 -1
  2335. package/dist-esm/src/operations/cassandraClusters.d.ts +0 -155
  2336. package/dist-esm/src/operations/cassandraClusters.d.ts.map +0 -1
  2337. package/dist-esm/src/operations/cassandraClusters.js +0 -743
  2338. package/dist-esm/src/operations/cassandraClusters.js.map +0 -1
  2339. package/dist-esm/src/operations/cassandraDataCenters.d.ts +0 -93
  2340. package/dist-esm/src/operations/cassandraDataCenters.d.ts.map +0 -1
  2341. package/dist-esm/src/operations/cassandraDataCenters.js +0 -405
  2342. package/dist-esm/src/operations/cassandraDataCenters.js.map +0 -1
  2343. package/dist-esm/src/operations/cassandraResources.d.ts +0 -272
  2344. package/dist-esm/src/operations/cassandraResources.d.ts.map +0 -1
  2345. package/dist-esm/src/operations/cassandraResources.js +0 -1250
  2346. package/dist-esm/src/operations/cassandraResources.js.map +0 -1
  2347. package/dist-esm/src/operations/collection.d.ts +0 -80
  2348. package/dist-esm/src/operations/collection.d.ts.map +0 -1
  2349. package/dist-esm/src/operations/collection.js +0 -287
  2350. package/dist-esm/src/operations/collection.js.map +0 -1
  2351. package/dist-esm/src/operations/collectionPartition.d.ts +0 -60
  2352. package/dist-esm/src/operations/collectionPartition.d.ts.map +0 -1
  2353. package/dist-esm/src/operations/collectionPartition.js +0 -204
  2354. package/dist-esm/src/operations/collectionPartition.js.map +0 -1
  2355. package/dist-esm/src/operations/collectionPartitionRegion.d.ts +0 -44
  2356. package/dist-esm/src/operations/collectionPartitionRegion.d.ts.map +0 -1
  2357. package/dist-esm/src/operations/collectionPartitionRegion.js +0 -127
  2358. package/dist-esm/src/operations/collectionPartitionRegion.js.map +0 -1
  2359. package/dist-esm/src/operations/collectionRegion.d.ts +0 -44
  2360. package/dist-esm/src/operations/collectionRegion.d.ts.map +0 -1
  2361. package/dist-esm/src/operations/collectionRegion.js +0 -127
  2362. package/dist-esm/src/operations/collectionRegion.js.map +0 -1
  2363. package/dist-esm/src/operations/database.d.ts +0 -74
  2364. package/dist-esm/src/operations/database.d.ts.map +0 -1
  2365. package/dist-esm/src/operations/database.js +0 -271
  2366. package/dist-esm/src/operations/database.js.map +0 -1
  2367. package/dist-esm/src/operations/databaseAccountRegion.d.ts +0 -38
  2368. package/dist-esm/src/operations/databaseAccountRegion.d.ts.map +0 -1
  2369. package/dist-esm/src/operations/databaseAccountRegion.js +0 -111
  2370. package/dist-esm/src/operations/databaseAccountRegion.js.map +0 -1
  2371. package/dist-esm/src/operations/databaseAccounts.d.ts +0 -255
  2372. package/dist-esm/src/operations/databaseAccounts.d.ts.map +0 -1
  2373. package/dist-esm/src/operations/databaseAccounts.js +0 -1150
  2374. package/dist-esm/src/operations/databaseAccounts.js.map +0 -1
  2375. package/dist-esm/src/operations/gremlinResources.d.ts +0 -290
  2376. package/dist-esm/src/operations/gremlinResources.d.ts.map +0 -1
  2377. package/dist-esm/src/operations/gremlinResources.js +0 -1351
  2378. package/dist-esm/src/operations/gremlinResources.js.map +0 -1
  2379. package/dist-esm/src/operations/index.d.ts +0 -38
  2380. package/dist-esm/src/operations/index.d.ts.map +0 -1
  2381. package/dist-esm/src/operations/index.js +0 -45
  2382. package/dist-esm/src/operations/index.js.map +0 -1
  2383. package/dist-esm/src/operations/locations.d.ts +0 -32
  2384. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  2385. package/dist-esm/src/operations/locations.js +0 -124
  2386. package/dist-esm/src/operations/locations.js.map +0 -1
  2387. package/dist-esm/src/operations/mongoDBResources.d.ts +0 -412
  2388. package/dist-esm/src/operations/mongoDBResources.d.ts.map +0 -1
  2389. package/dist-esm/src/operations/mongoDBResources.js +0 -1940
  2390. package/dist-esm/src/operations/mongoDBResources.js.map +0 -1
  2391. package/dist-esm/src/operations/notebookWorkspaces.d.ts +0 -115
  2392. package/dist-esm/src/operations/notebookWorkspaces.d.ts.map +0 -1
  2393. package/dist-esm/src/operations/notebookWorkspaces.js +0 -511
  2394. package/dist-esm/src/operations/notebookWorkspaces.js.map +0 -1
  2395. package/dist-esm/src/operations/operations.d.ts +0 -32
  2396. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  2397. package/dist-esm/src/operations/operations.js +0 -127
  2398. package/dist-esm/src/operations/operations.js.map +0 -1
  2399. package/dist-esm/src/operations/partitionKeyRangeId.d.ts +0 -42
  2400. package/dist-esm/src/operations/partitionKeyRangeId.d.ts.map +0 -1
  2401. package/dist-esm/src/operations/partitionKeyRangeId.js +0 -125
  2402. package/dist-esm/src/operations/partitionKeyRangeId.js.map +0 -1
  2403. package/dist-esm/src/operations/partitionKeyRangeIdRegion.d.ts +0 -46
  2404. package/dist-esm/src/operations/partitionKeyRangeIdRegion.d.ts.map +0 -1
  2405. package/dist-esm/src/operations/partitionKeyRangeIdRegion.js +0 -131
  2406. package/dist-esm/src/operations/partitionKeyRangeIdRegion.js.map +0 -1
  2407. package/dist-esm/src/operations/percentile.d.ts +0 -38
  2408. package/dist-esm/src/operations/percentile.d.ts.map +0 -1
  2409. package/dist-esm/src/operations/percentile.js +0 -110
  2410. package/dist-esm/src/operations/percentile.js.map +0 -1
  2411. package/dist-esm/src/operations/percentileSourceTarget.d.ts +0 -46
  2412. package/dist-esm/src/operations/percentileSourceTarget.d.ts.map +0 -1
  2413. package/dist-esm/src/operations/percentileSourceTarget.js +0 -127
  2414. package/dist-esm/src/operations/percentileSourceTarget.js.map +0 -1
  2415. package/dist-esm/src/operations/percentileTarget.d.ts +0 -42
  2416. package/dist-esm/src/operations/percentileTarget.d.ts.map +0 -1
  2417. package/dist-esm/src/operations/percentileTarget.js +0 -115
  2418. package/dist-esm/src/operations/percentileTarget.js.map +0 -1
  2419. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
  2420. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  2421. package/dist-esm/src/operations/privateEndpointConnections.js +0 -321
  2422. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  2423. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -38
  2424. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  2425. package/dist-esm/src/operations/privateLinkResources.js +0 -131
  2426. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  2427. package/dist-esm/src/operations/restorableDatabaseAccounts.d.ts +0 -54
  2428. package/dist-esm/src/operations/restorableDatabaseAccounts.d.ts.map +0 -1
  2429. package/dist-esm/src/operations/restorableDatabaseAccounts.js +0 -210
  2430. package/dist-esm/src/operations/restorableDatabaseAccounts.js.map +0 -1
  2431. package/dist-esm/src/operations/restorableGremlinDatabases.d.ts +0 -36
  2432. package/dist-esm/src/operations/restorableGremlinDatabases.d.ts.map +0 -1
  2433. package/dist-esm/src/operations/restorableGremlinDatabases.js +0 -111
  2434. package/dist-esm/src/operations/restorableGremlinDatabases.js.map +0 -1
  2435. package/dist-esm/src/operations/restorableGremlinGraphs.d.ts +0 -34
  2436. package/dist-esm/src/operations/restorableGremlinGraphs.d.ts.map +0 -1
  2437. package/dist-esm/src/operations/restorableGremlinGraphs.js +0 -114
  2438. package/dist-esm/src/operations/restorableGremlinGraphs.js.map +0 -1
  2439. package/dist-esm/src/operations/restorableGremlinResources.d.ts +0 -36
  2440. package/dist-esm/src/operations/restorableGremlinResources.d.ts.map +0 -1
  2441. package/dist-esm/src/operations/restorableGremlinResources.js +0 -115
  2442. package/dist-esm/src/operations/restorableGremlinResources.js.map +0 -1
  2443. package/dist-esm/src/operations/restorableMongodbCollections.d.ts +0 -34
  2444. package/dist-esm/src/operations/restorableMongodbCollections.d.ts.map +0 -1
  2445. package/dist-esm/src/operations/restorableMongodbCollections.js +0 -114
  2446. package/dist-esm/src/operations/restorableMongodbCollections.js.map +0 -1
  2447. package/dist-esm/src/operations/restorableMongodbDatabases.d.ts +0 -36
  2448. package/dist-esm/src/operations/restorableMongodbDatabases.d.ts.map +0 -1
  2449. package/dist-esm/src/operations/restorableMongodbDatabases.js +0 -111
  2450. package/dist-esm/src/operations/restorableMongodbDatabases.js.map +0 -1
  2451. package/dist-esm/src/operations/restorableMongodbResources.d.ts +0 -34
  2452. package/dist-esm/src/operations/restorableMongodbResources.d.ts.map +0 -1
  2453. package/dist-esm/src/operations/restorableMongodbResources.js +0 -113
  2454. package/dist-esm/src/operations/restorableMongodbResources.js.map +0 -1
  2455. package/dist-esm/src/operations/restorableSqlContainers.d.ts +0 -34
  2456. package/dist-esm/src/operations/restorableSqlContainers.d.ts.map +0 -1
  2457. package/dist-esm/src/operations/restorableSqlContainers.js +0 -114
  2458. package/dist-esm/src/operations/restorableSqlContainers.js.map +0 -1
  2459. package/dist-esm/src/operations/restorableSqlDatabases.d.ts +0 -36
  2460. package/dist-esm/src/operations/restorableSqlDatabases.d.ts.map +0 -1
  2461. package/dist-esm/src/operations/restorableSqlDatabases.js +0 -111
  2462. package/dist-esm/src/operations/restorableSqlDatabases.js.map +0 -1
  2463. package/dist-esm/src/operations/restorableSqlResources.d.ts +0 -34
  2464. package/dist-esm/src/operations/restorableSqlResources.d.ts.map +0 -1
  2465. package/dist-esm/src/operations/restorableSqlResources.js +0 -113
  2466. package/dist-esm/src/operations/restorableSqlResources.js.map +0 -1
  2467. package/dist-esm/src/operations/restorableTableResources.d.ts +0 -34
  2468. package/dist-esm/src/operations/restorableTableResources.d.ts.map +0 -1
  2469. package/dist-esm/src/operations/restorableTableResources.js +0 -113
  2470. package/dist-esm/src/operations/restorableTableResources.js.map +0 -1
  2471. package/dist-esm/src/operations/restorableTables.d.ts +0 -34
  2472. package/dist-esm/src/operations/restorableTables.d.ts.map +0 -1
  2473. package/dist-esm/src/operations/restorableTables.js +0 -113
  2474. package/dist-esm/src/operations/restorableTables.js.map +0 -1
  2475. package/dist-esm/src/operations/service.d.ts +0 -73
  2476. package/dist-esm/src/operations/service.d.ts.map +0 -1
  2477. package/dist-esm/src/operations/service.js +0 -317
  2478. package/dist-esm/src/operations/service.js.map +0 -1
  2479. package/dist-esm/src/operations/sqlResources.d.ts +0 -677
  2480. package/dist-esm/src/operations/sqlResources.d.ts.map +0 -1
  2481. package/dist-esm/src/operations/sqlResources.js +0 -3127
  2482. package/dist-esm/src/operations/sqlResources.js.map +0 -1
  2483. package/dist-esm/src/operations/tableResources.d.ts +0 -152
  2484. package/dist-esm/src/operations/tableResources.d.ts.map +0 -1
  2485. package/dist-esm/src/operations/tableResources.js +0 -708
  2486. package/dist-esm/src/operations/tableResources.js.map +0 -1
  2487. package/dist-esm/src/operationsInterfaces/cassandraClusters.d.ts +0 -132
  2488. package/dist-esm/src/operationsInterfaces/cassandraClusters.d.ts.map +0 -1
  2489. package/dist-esm/src/operationsInterfaces/cassandraClusters.js.map +0 -1
  2490. package/dist-esm/src/operationsInterfaces/cassandraDataCenters.d.ts +0 -76
  2491. package/dist-esm/src/operationsInterfaces/cassandraDataCenters.d.ts.map +0 -1
  2492. package/dist-esm/src/operationsInterfaces/cassandraDataCenters.js.map +0 -1
  2493. package/dist-esm/src/operationsInterfaces/cassandraResources.d.ts +0 -245
  2494. package/dist-esm/src/operationsInterfaces/cassandraResources.d.ts.map +0 -1
  2495. package/dist-esm/src/operationsInterfaces/cassandraResources.js.map +0 -1
  2496. package/dist-esm/src/operationsInterfaces/collection.d.ts +0 -36
  2497. package/dist-esm/src/operationsInterfaces/collection.d.ts.map +0 -1
  2498. package/dist-esm/src/operationsInterfaces/collection.js.map +0 -1
  2499. package/dist-esm/src/operationsInterfaces/collectionPartition.d.ts +0 -27
  2500. package/dist-esm/src/operationsInterfaces/collectionPartition.d.ts.map +0 -1
  2501. package/dist-esm/src/operationsInterfaces/collectionPartition.js.map +0 -1
  2502. package/dist-esm/src/operationsInterfaces/collectionPartitionRegion.d.ts +0 -20
  2503. package/dist-esm/src/operationsInterfaces/collectionPartitionRegion.d.ts.map +0 -1
  2504. package/dist-esm/src/operationsInterfaces/collectionPartitionRegion.js.map +0 -1
  2505. package/dist-esm/src/operationsInterfaces/collectionRegion.d.ts +0 -20
  2506. package/dist-esm/src/operationsInterfaces/collectionRegion.d.ts.map +0 -1
  2507. package/dist-esm/src/operationsInterfaces/collectionRegion.js.map +0 -1
  2508. package/dist-esm/src/operationsInterfaces/database.d.ts +0 -33
  2509. package/dist-esm/src/operationsInterfaces/database.d.ts.map +0 -1
  2510. package/dist-esm/src/operationsInterfaces/database.js.map +0 -1
  2511. package/dist-esm/src/operationsInterfaces/databaseAccountRegion.d.ts +0 -17
  2512. package/dist-esm/src/operationsInterfaces/databaseAccountRegion.d.ts.map +0 -1
  2513. package/dist-esm/src/operationsInterfaces/databaseAccountRegion.js.map +0 -1
  2514. package/dist-esm/src/operationsInterfaces/databaseAccounts.d.ts +0 -202
  2515. package/dist-esm/src/operationsInterfaces/databaseAccounts.d.ts.map +0 -1
  2516. package/dist-esm/src/operationsInterfaces/databaseAccounts.js.map +0 -1
  2517. package/dist-esm/src/operationsInterfaces/gremlinResources.d.ts +0 -263
  2518. package/dist-esm/src/operationsInterfaces/gremlinResources.d.ts.map +0 -1
  2519. package/dist-esm/src/operationsInterfaces/gremlinResources.js.map +0 -1
  2520. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -38
  2521. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  2522. package/dist-esm/src/operationsInterfaces/index.js +0 -45
  2523. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  2524. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -17
  2525. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  2526. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  2527. package/dist-esm/src/operationsInterfaces/mongoDBResources.d.ts +0 -367
  2528. package/dist-esm/src/operationsInterfaces/mongoDBResources.d.ts.map +0 -1
  2529. package/dist-esm/src/operationsInterfaces/mongoDBResources.js.map +0 -1
  2530. package/dist-esm/src/operationsInterfaces/notebookWorkspaces.d.ts +0 -98
  2531. package/dist-esm/src/operationsInterfaces/notebookWorkspaces.d.ts.map +0 -1
  2532. package/dist-esm/src/operationsInterfaces/notebookWorkspaces.js.map +0 -1
  2533. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  2534. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  2535. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  2536. package/dist-esm/src/operationsInterfaces/partitionKeyRangeId.d.ts +0 -19
  2537. package/dist-esm/src/operationsInterfaces/partitionKeyRangeId.d.ts.map +0 -1
  2538. package/dist-esm/src/operationsInterfaces/partitionKeyRangeId.js.map +0 -1
  2539. package/dist-esm/src/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +0 -21
  2540. package/dist-esm/src/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +0 -1
  2541. package/dist-esm/src/operationsInterfaces/partitionKeyRangeIdRegion.js.map +0 -1
  2542. package/dist-esm/src/operationsInterfaces/percentile.d.ts +0 -17
  2543. package/dist-esm/src/operationsInterfaces/percentile.d.ts.map +0 -1
  2544. package/dist-esm/src/operationsInterfaces/percentile.js.map +0 -1
  2545. package/dist-esm/src/operationsInterfaces/percentileSourceTarget.d.ts +0 -21
  2546. package/dist-esm/src/operationsInterfaces/percentileSourceTarget.d.ts.map +0 -1
  2547. package/dist-esm/src/operationsInterfaces/percentileSourceTarget.js.map +0 -1
  2548. package/dist-esm/src/operationsInterfaces/percentileTarget.d.ts +0 -19
  2549. package/dist-esm/src/operationsInterfaces/percentileTarget.d.ts.map +0 -1
  2550. package/dist-esm/src/operationsInterfaces/percentileTarget.js.map +0 -1
  2551. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  2552. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  2553. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  2554. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
  2555. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  2556. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  2557. package/dist-esm/src/operationsInterfaces/restorableDatabaseAccounts.d.ts +0 -28
  2558. package/dist-esm/src/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +0 -1
  2559. package/dist-esm/src/operationsInterfaces/restorableDatabaseAccounts.js.map +0 -1
  2560. package/dist-esm/src/operationsInterfaces/restorableGremlinDatabases.d.ts +0 -16
  2561. package/dist-esm/src/operationsInterfaces/restorableGremlinDatabases.d.ts.map +0 -1
  2562. package/dist-esm/src/operationsInterfaces/restorableGremlinDatabases.js.map +0 -1
  2563. package/dist-esm/src/operationsInterfaces/restorableGremlinGraphs.d.ts +0 -15
  2564. package/dist-esm/src/operationsInterfaces/restorableGremlinGraphs.d.ts.map +0 -1
  2565. package/dist-esm/src/operationsInterfaces/restorableGremlinGraphs.js.map +0 -1
  2566. package/dist-esm/src/operationsInterfaces/restorableGremlinResources.d.ts +0 -16
  2567. package/dist-esm/src/operationsInterfaces/restorableGremlinResources.d.ts.map +0 -1
  2568. package/dist-esm/src/operationsInterfaces/restorableGremlinResources.js.map +0 -1
  2569. package/dist-esm/src/operationsInterfaces/restorableMongodbCollections.d.ts +0 -15
  2570. package/dist-esm/src/operationsInterfaces/restorableMongodbCollections.d.ts.map +0 -1
  2571. package/dist-esm/src/operationsInterfaces/restorableMongodbCollections.js.map +0 -1
  2572. package/dist-esm/src/operationsInterfaces/restorableMongodbDatabases.d.ts +0 -16
  2573. package/dist-esm/src/operationsInterfaces/restorableMongodbDatabases.d.ts.map +0 -1
  2574. package/dist-esm/src/operationsInterfaces/restorableMongodbDatabases.js.map +0 -1
  2575. package/dist-esm/src/operationsInterfaces/restorableMongodbResources.d.ts +0 -15
  2576. package/dist-esm/src/operationsInterfaces/restorableMongodbResources.d.ts.map +0 -1
  2577. package/dist-esm/src/operationsInterfaces/restorableMongodbResources.js.map +0 -1
  2578. package/dist-esm/src/operationsInterfaces/restorableSqlContainers.d.ts +0 -15
  2579. package/dist-esm/src/operationsInterfaces/restorableSqlContainers.d.ts.map +0 -1
  2580. package/dist-esm/src/operationsInterfaces/restorableSqlContainers.js.map +0 -1
  2581. package/dist-esm/src/operationsInterfaces/restorableSqlDatabases.d.ts +0 -16
  2582. package/dist-esm/src/operationsInterfaces/restorableSqlDatabases.d.ts.map +0 -1
  2583. package/dist-esm/src/operationsInterfaces/restorableSqlDatabases.js.map +0 -1
  2584. package/dist-esm/src/operationsInterfaces/restorableSqlResources.d.ts +0 -15
  2585. package/dist-esm/src/operationsInterfaces/restorableSqlResources.d.ts.map +0 -1
  2586. package/dist-esm/src/operationsInterfaces/restorableSqlResources.js.map +0 -1
  2587. package/dist-esm/src/operationsInterfaces/restorableTableResources.d.ts +0 -15
  2588. package/dist-esm/src/operationsInterfaces/restorableTableResources.d.ts.map +0 -1
  2589. package/dist-esm/src/operationsInterfaces/restorableTableResources.js.map +0 -1
  2590. package/dist-esm/src/operationsInterfaces/restorableTables.d.ts +0 -15
  2591. package/dist-esm/src/operationsInterfaces/restorableTables.d.ts.map +0 -1
  2592. package/dist-esm/src/operationsInterfaces/restorableTables.js.map +0 -1
  2593. package/dist-esm/src/operationsInterfaces/service.d.ts +0 -56
  2594. package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
  2595. package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
  2596. package/dist-esm/src/operationsInterfaces/sqlResources.d.ts +0 -589
  2597. package/dist-esm/src/operationsInterfaces/sqlResources.d.ts.map +0 -1
  2598. package/dist-esm/src/operationsInterfaces/sqlResources.js.map +0 -1
  2599. package/dist-esm/src/operationsInterfaces/tableResources.d.ts +0 -135
  2600. package/dist-esm/src/operationsInterfaces/tableResources.d.ts.map +0 -1
  2601. package/dist-esm/src/operationsInterfaces/tableResources.js.map +0 -1
  2602. package/dist-esm/src/pagingHelper.js.map +0 -1
  2603. package/dist-esm/test/cosmosdb_cassandra_examples.d.ts +0 -4
  2604. package/dist-esm/test/cosmosdb_cassandra_examples.d.ts.map +0 -1
  2605. package/dist-esm/test/cosmosdb_cassandra_examples.js +0 -184
  2606. package/dist-esm/test/cosmosdb_cassandra_examples.js.map +0 -1
  2607. package/dist-esm/test/cosmosdb_examples.d.ts +0 -4
  2608. package/dist-esm/test/cosmosdb_examples.d.ts.map +0 -1
  2609. package/dist-esm/test/cosmosdb_examples.js +0 -128
  2610. package/dist-esm/test/cosmosdb_examples.js.map +0 -1
  2611. package/dist-esm/test/cosmosdb_mongodb_examples.d.ts +0 -4
  2612. package/dist-esm/test/cosmosdb_mongodb_examples.d.ts.map +0 -1
  2613. package/dist-esm/test/cosmosdb_mongodb_examples.js +0 -177
  2614. package/dist-esm/test/cosmosdb_mongodb_examples.js.map +0 -1
  2615. package/src/cosmosDBManagementClient.ts +0 -291
  2616. package/src/index.ts +0 -13
  2617. package/src/lroImpl.ts +0 -42
  2618. package/src/models/index.ts +0 -6987
  2619. package/src/models/mappers.ts +0 -10147
  2620. package/src/models/parameters.ts +0 -719
  2621. package/src/operations/cassandraClusters.ts +0 -988
  2622. package/src/operations/cassandraDataCenters.ts +0 -561
  2623. package/src/operations/cassandraResources.ts +0 -1795
  2624. package/src/operations/collection.ts +0 -432
  2625. package/src/operations/collectionPartition.ts +0 -306
  2626. package/src/operations/collectionPartitionRegion.ts +0 -196
  2627. package/src/operations/collectionRegion.ts +0 -194
  2628. package/src/operations/database.ts +0 -392
  2629. package/src/operations/databaseAccountRegion.ts +0 -162
  2630. package/src/operations/databaseAccounts.ts +0 -1565
  2631. package/src/operations/gremlinResources.ts +0 -1941
  2632. package/src/operations/index.ts +0 -45
  2633. package/src/operations/locations.ts +0 -140
  2634. package/src/operations/mongoDBResources.ts +0 -2754
  2635. package/src/operations/notebookWorkspaces.ts +0 -706
  2636. package/src/operations/operations.ts +0 -143
  2637. package/src/operations/partitionKeyRangeId.ts +0 -192
  2638. package/src/operations/partitionKeyRangeIdRegion.ts +0 -208
  2639. package/src/operations/percentile.ts +0 -153
  2640. package/src/operations/percentileSourceTarget.ts +0 -186
  2641. package/src/operations/percentileTarget.ts +0 -166
  2642. package/src/operations/privateEndpointConnections.ts +0 -445
  2643. package/src/operations/privateLinkResources.ts +0 -177
  2644. package/src/operations/restorableDatabaseAccounts.ts +0 -234
  2645. package/src/operations/restorableGremlinDatabases.ts +0 -135
  2646. package/src/operations/restorableGremlinGraphs.ts +0 -136
  2647. package/src/operations/restorableGremlinResources.ts +0 -139
  2648. package/src/operations/restorableMongodbCollections.ts +0 -138
  2649. package/src/operations/restorableMongodbDatabases.ts +0 -135
  2650. package/src/operations/restorableMongodbResources.ts +0 -137
  2651. package/src/operations/restorableSqlContainers.ts +0 -136
  2652. package/src/operations/restorableSqlDatabases.ts +0 -133
  2653. package/src/operations/restorableSqlResources.ts +0 -135
  2654. package/src/operations/restorableTableResources.ts +0 -135
  2655. package/src/operations/restorableTables.ts +0 -135
  2656. package/src/operations/service.ts +0 -432
  2657. package/src/operations/sqlResources.ts +0 -4482
  2658. package/src/operations/tableResources.ts +0 -1012
  2659. package/src/operationsInterfaces/cassandraClusters.ts +0 -241
  2660. package/src/operationsInterfaces/cassandraDataCenters.ts +0 -148
  2661. package/src/operationsInterfaces/cassandraResources.ts +0 -489
  2662. package/src/operationsInterfaces/collection.ts +0 -71
  2663. package/src/operationsInterfaces/collectionPartition.ts +0 -54
  2664. package/src/operationsInterfaces/collectionPartitionRegion.ts +0 -40
  2665. package/src/operationsInterfaces/collectionRegion.ts +0 -37
  2666. package/src/operationsInterfaces/database.ts +0 -65
  2667. package/src/operationsInterfaces/databaseAccountRegion.ts +0 -35
  2668. package/src/operationsInterfaces/databaseAccounts.ts +0 -378
  2669. package/src/operationsInterfaces/gremlinResources.ts +0 -529
  2670. package/src/operationsInterfaces/index.ts +0 -45
  2671. package/src/operationsInterfaces/locations.ts +0 -36
  2672. package/src/operationsInterfaces/mongoDBResources.ts +0 -721
  2673. package/src/operationsInterfaces/notebookWorkspaces.ts +0 -182
  2674. package/src/operationsInterfaces/operations.ts +0 -22
  2675. package/src/operationsInterfaces/partitionKeyRangeId.ts +0 -39
  2676. package/src/operationsInterfaces/partitionKeyRangeIdRegion.ts +0 -42
  2677. package/src/operationsInterfaces/percentile.ts +0 -34
  2678. package/src/operationsInterfaces/percentileSourceTarget.ts +0 -40
  2679. package/src/operationsInterfaces/percentileTarget.ts +0 -37
  2680. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  2681. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  2682. package/src/operationsInterfaces/restorableDatabaseAccounts.ts +0 -52
  2683. package/src/operationsInterfaces/restorableGremlinDatabases.ts +0 -32
  2684. package/src/operationsInterfaces/restorableGremlinGraphs.ts +0 -31
  2685. package/src/operationsInterfaces/restorableGremlinResources.ts +0 -32
  2686. package/src/operationsInterfaces/restorableMongodbCollections.ts +0 -31
  2687. package/src/operationsInterfaces/restorableMongodbDatabases.ts +0 -32
  2688. package/src/operationsInterfaces/restorableMongodbResources.ts +0 -31
  2689. package/src/operationsInterfaces/restorableSqlContainers.ts +0 -31
  2690. package/src/operationsInterfaces/restorableSqlDatabases.ts +0 -32
  2691. package/src/operationsInterfaces/restorableSqlResources.ts +0 -31
  2692. package/src/operationsInterfaces/restorableTableResources.ts +0 -31
  2693. package/src/operationsInterfaces/restorableTables.ts +0 -31
  2694. package/src/operationsInterfaces/service.ts +0 -110
  2695. package/src/operationsInterfaces/sqlResources.ts +0 -1166
  2696. package/src/operationsInterfaces/tableResources.ts +0 -276
  2697. package/src/pagingHelper.ts +0 -39
  2698. package/tsconfig.json +0 -33
  2699. package/types/arm-cosmosdb.d.ts +0 -9413
  2700. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  2701. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  2702. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  2703. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cassandraClusters.js +0 -0
  2704. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cassandraDataCenters.js +0 -0
  2705. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cassandraResources.js +0 -0
  2706. /package/{dist-esm/src → dist/browser}/operationsInterfaces/collection.js +0 -0
  2707. /package/{dist-esm/src → dist/browser}/operationsInterfaces/collectionPartition.js +0 -0
  2708. /package/{dist-esm/src → dist/browser}/operationsInterfaces/collectionPartitionRegion.js +0 -0
  2709. /package/{dist-esm/src → dist/browser}/operationsInterfaces/collectionRegion.js +0 -0
  2710. /package/{dist-esm/src → dist/browser}/operationsInterfaces/database.js +0 -0
  2711. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseAccountRegion.js +0 -0
  2712. /package/{dist-esm/src → dist/browser}/operationsInterfaces/databaseAccounts.js +0 -0
  2713. /package/{dist-esm/src → dist/browser}/operationsInterfaces/gremlinResources.js +0 -0
  2714. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  2715. /package/{dist-esm/src → dist/browser}/operationsInterfaces/mongoDBResources.js +0 -0
  2716. /package/{dist-esm/src → dist/browser}/operationsInterfaces/notebookWorkspaces.js +0 -0
  2717. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  2718. /package/{dist-esm/src → dist/browser}/operationsInterfaces/partitionKeyRangeId.js +0 -0
  2719. /package/{dist-esm/src → dist/browser}/operationsInterfaces/partitionKeyRangeIdRegion.js +0 -0
  2720. /package/{dist-esm/src → dist/browser}/operationsInterfaces/percentile.js +0 -0
  2721. /package/{dist-esm/src → dist/browser}/operationsInterfaces/percentileSourceTarget.js +0 -0
  2722. /package/{dist-esm/src → dist/browser}/operationsInterfaces/percentileTarget.js +0 -0
  2723. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  2724. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  2725. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableDatabaseAccounts.js +0 -0
  2726. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableGremlinDatabases.js +0 -0
  2727. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableGremlinGraphs.js +0 -0
  2728. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableGremlinResources.js +0 -0
  2729. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableMongodbCollections.js +0 -0
  2730. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableMongodbDatabases.js +0 -0
  2731. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableMongodbResources.js +0 -0
  2732. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableSqlContainers.js +0 -0
  2733. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableSqlDatabases.js +0 -0
  2734. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableSqlResources.js +0 -0
  2735. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableTableResources.js +0 -0
  2736. /package/{dist-esm/src → dist/browser}/operationsInterfaces/restorableTables.js +0 -0
  2737. /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
  2738. /package/{dist-esm/src → dist/browser}/operationsInterfaces/sqlResources.js +0 -0
  2739. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tableResources.js +0 -0
  2740. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  2741. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  2742. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  2743. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ChaosFaultListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChaosFaultListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ChaosFaultResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const IpAddressOrRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpAddressOrRange\",\n modelProperties: {\n ipAddressOrRange: {\n serializedName: \"ipAddressOrRange\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConsistencyPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConsistencyPolicy\",\n modelProperties: {\n defaultConsistencyLevel: {\n serializedName: \"defaultConsistencyLevel\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Eventual\",\n \"Session\",\n \"BoundedStaleness\",\n \"Strong\",\n \"ConsistentPrefix\",\n ],\n },\n },\n maxStalenessPrefix: {\n constraints: {\n InclusiveMaximum: 2147483647,\n InclusiveMinimum: 1,\n },\n serializedName: \"maxStalenessPrefix\",\n type: {\n name: \"Number\",\n },\n },\n maxIntervalInSeconds: {\n constraints: {\n InclusiveMaximum: 86400,\n InclusiveMinimum: 5,\n },\n serializedName: \"maxIntervalInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const Capability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Capability\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Location: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Location\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n locationName: {\n serializedName: \"locationName\",\n type: {\n name: \"String\",\n },\n },\n documentEndpoint: {\n serializedName: \"documentEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n failoverPriority: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"failoverPriority\",\n type: {\n name: \"Number\",\n },\n },\n isZoneRedundant: {\n serializedName: \"isZoneRedundant\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const FailoverPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FailoverPolicy\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n locationName: {\n serializedName: \"locationName\",\n type: {\n name: \"String\",\n },\n },\n failoverPriority: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"failoverPriority\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n ignoreMissingVNetServiceEndpoint: {\n serializedName: \"ignoreMissingVNetServiceEndpoint\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ApiProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiProperties\",\n modelProperties: {\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AnalyticalStorageConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AnalyticalStorageConfiguration\",\n modelProperties: {\n schemaType: {\n serializedName: \"schemaType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseRestoreResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseRestoreResource\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n collectionNames: {\n serializedName: \"collectionNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GremlinDatabaseRestoreResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseRestoreResource\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n graphNames: {\n serializedName: \"graphNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestoreParametersBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestoreParametersBase\",\n modelProperties: {\n restoreSource: {\n serializedName: \"restoreSource\",\n type: {\n name: \"String\",\n },\n },\n restoreTimestampInUtc: {\n serializedName: \"restoreTimestampInUtc\",\n type: {\n name: \"DateTime\",\n },\n },\n restoreWithTtlDisabled: {\n serializedName: \"restoreWithTtlDisabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const BackupPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupPolicy\",\n uberParent: \"BackupPolicy\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n type: {\n name: \"Composite\",\n className: \"BackupPolicyMigrationState\",\n },\n },\n },\n },\n};\n\nexport const BackupPolicyMigrationState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupPolicyMigrationState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n targetType: {\n serializedName: \"targetType\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CorsPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n modelProperties: {\n allowedOrigins: {\n serializedName: \"allowedOrigins\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n allowedMethods: {\n serializedName: \"allowedMethods\",\n type: {\n name: \"String\",\n },\n },\n allowedHeaders: {\n serializedName: \"allowedHeaders\",\n type: {\n name: \"String\",\n },\n },\n exposedHeaders: {\n serializedName: \"exposedHeaders\",\n type: {\n name: \"String\",\n },\n },\n maxAgeInSeconds: {\n constraints: {\n InclusiveMaximum: 2147483647,\n InclusiveMinimum: 1,\n },\n serializedName: \"maxAgeInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DiagnosticLogSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticLogSettings\",\n modelProperties: {\n enableFullTextQuery: {\n serializedName: \"enableFullTextQuery\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"True\", \"False\"],\n },\n },\n },\n },\n};\n\nexport const Capacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Capacity\",\n modelProperties: {\n totalThroughputLimit: {\n constraints: {\n InclusiveMinimum: -1,\n },\n serializedName: \"totalThroughputLimit\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CapacityModeChangeTransitionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapacityModeChangeTransitionState\",\n modelProperties: {\n capacityModeTransitionStatus: {\n serializedName: \"capacityModeTransitionStatus\",\n type: {\n name: \"String\",\n },\n },\n currentCapacityMode: {\n serializedName: \"currentCapacityMode\",\n type: {\n name: \"String\",\n },\n },\n previousCapacityMode: {\n serializedName: \"previousCapacityMode\",\n type: {\n name: \"String\",\n },\n },\n capacityModeTransitionBeginTimestamp: {\n serializedName: \"capacityModeTransitionBeginTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n capacityModeTransitionEndTimestamp: {\n serializedName: \"capacityModeTransitionEndTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n capacityModeLastSuccessfulTransitionEndTimestamp: {\n serializedName: \"capacityModeLastSuccessfulTransitionEndTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountKeysMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountKeysMetadata\",\n modelProperties: {\n primaryMasterKey: {\n serializedName: \"primaryMasterKey\",\n type: {\n name: \"Composite\",\n className: \"AccountKeyMetadata\",\n },\n },\n secondaryMasterKey: {\n serializedName: \"secondaryMasterKey\",\n type: {\n name: \"Composite\",\n className: \"AccountKeyMetadata\",\n },\n },\n primaryReadonlyMasterKey: {\n serializedName: \"primaryReadonlyMasterKey\",\n type: {\n name: \"Composite\",\n className: \"AccountKeyMetadata\",\n },\n },\n secondaryReadonlyMasterKey: {\n serializedName: \"secondaryReadonlyMasterKey\",\n type: {\n name: \"Composite\",\n className: \"AccountKeyMetadata\",\n },\n },\n },\n },\n};\n\nexport const AccountKeyMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccountKeyMetadata\",\n modelProperties: {\n generationTime: {\n serializedName: \"generationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ARMResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ARMResourceProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned,UserAssigned\",\n \"None\",\n ],\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className:\n \"Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DatabaseAccountUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n consistencyPolicy: {\n serializedName: \"properties.consistencyPolicy\",\n type: {\n name: \"Composite\",\n className: \"ConsistencyPolicy\",\n },\n },\n locations: {\n serializedName: \"properties.locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Location\",\n },\n },\n },\n },\n ipRules: {\n serializedName: \"properties.ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpAddressOrRange\",\n },\n },\n },\n },\n isVirtualNetworkFilterEnabled: {\n serializedName: \"properties.isVirtualNetworkFilterEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n enableAutomaticFailover: {\n serializedName: \"properties.enableAutomaticFailover\",\n type: {\n name: \"Boolean\",\n },\n },\n capabilities: {\n serializedName: \"properties.capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Capability\",\n },\n },\n },\n },\n virtualNetworkRules: {\n serializedName: \"properties.virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n },\n },\n },\n },\n enableMultipleWriteLocations: {\n serializedName: \"properties.enableMultipleWriteLocations\",\n type: {\n name: \"Boolean\",\n },\n },\n enableCassandraConnector: {\n serializedName: \"properties.enableCassandraConnector\",\n type: {\n name: \"Boolean\",\n },\n },\n connectorOffer: {\n serializedName: \"properties.connectorOffer\",\n type: {\n name: \"String\",\n },\n },\n disableKeyBasedMetadataWriteAccess: {\n serializedName: \"properties.disableKeyBasedMetadataWriteAccess\",\n type: {\n name: \"Boolean\",\n },\n },\n keyVaultKeyUri: {\n serializedName: \"properties.keyVaultKeyUri\",\n type: {\n name: \"String\",\n },\n },\n defaultIdentity: {\n serializedName: \"properties.defaultIdentity\",\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n enableFreeTier: {\n serializedName: \"properties.enableFreeTier\",\n type: {\n name: \"Boolean\",\n },\n },\n apiProperties: {\n serializedName: \"properties.apiProperties\",\n type: {\n name: \"Composite\",\n className: \"ApiProperties\",\n },\n },\n enableAnalyticalStorage: {\n serializedName: \"properties.enableAnalyticalStorage\",\n type: {\n name: \"Boolean\",\n },\n },\n analyticalStorageConfiguration: {\n serializedName: \"properties.analyticalStorageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AnalyticalStorageConfiguration\",\n },\n },\n backupPolicy: {\n serializedName: \"properties.backupPolicy\",\n type: {\n name: \"Composite\",\n className: \"BackupPolicy\",\n },\n },\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n },\n },\n },\n },\n networkAclBypass: {\n serializedName: \"properties.networkAclBypass\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"AzureServices\"],\n },\n },\n networkAclBypassResourceIds: {\n serializedName: \"properties.networkAclBypassResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n diagnosticLogSettings: {\n serializedName: \"properties.diagnosticLogSettings\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticLogSettings\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n capacity: {\n serializedName: \"properties.capacity\",\n type: {\n name: \"Composite\",\n className: \"Capacity\",\n },\n },\n capacityMode: {\n serializedName: \"properties.capacityMode\",\n type: {\n name: \"String\",\n },\n },\n enableMaterializedViews: {\n serializedName: \"properties.enableMaterializedViews\",\n type: {\n name: \"Boolean\",\n },\n },\n keysMetadata: {\n serializedName: \"properties.keysMetadata\",\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountKeysMetadata\",\n },\n },\n enablePartitionMerge: {\n serializedName: \"properties.enablePartitionMerge\",\n type: {\n name: \"Boolean\",\n },\n },\n enableBurstCapacity: {\n serializedName: \"properties.enableBurstCapacity\",\n type: {\n name: \"Boolean\",\n },\n },\n minimalTlsVersion: {\n serializedName: \"properties.minimalTlsVersion\",\n type: {\n name: \"String\",\n },\n },\n customerManagedKeyStatus: {\n serializedName: \"properties.customerManagedKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n enablePriorityBasedExecution: {\n serializedName: \"properties.enablePriorityBasedExecution\",\n type: {\n name: \"Boolean\",\n },\n },\n defaultPriorityLevel: {\n serializedName: \"properties.defaultPriorityLevel\",\n type: {\n name: \"String\",\n },\n },\n enablePerRegionPerPartitionAutoscale: {\n serializedName: \"properties.enablePerRegionPerPartitionAutoscale\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const FailoverPolicies: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FailoverPolicies\",\n modelProperties: {\n failoverPolicies: {\n serializedName: \"failoverPolicies\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FailoverPolicy\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountListReadOnlyKeysResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountListReadOnlyKeysResult\",\n modelProperties: {\n primaryReadonlyMasterKey: {\n serializedName: \"primaryReadonlyMasterKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n secondaryReadonlyMasterKey: {\n serializedName: \"secondaryReadonlyMasterKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DatabaseAccountListConnectionStringsResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountListConnectionStringsResult\",\n modelProperties: {\n connectionStrings: {\n serializedName: \"connectionStrings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountConnectionString\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DatabaseAccountConnectionString: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountConnectionString\",\n modelProperties: {\n connectionString: {\n serializedName: \"connectionString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n keyKind: {\n serializedName: \"keyKind\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegionForOnlineOffline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionForOnlineOffline\",\n modelProperties: {\n region: {\n serializedName: \"region\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountRegenerateKeyParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountRegenerateKeyParameters\",\n modelProperties: {\n keyKind: {\n serializedName: \"keyKind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"Provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"Resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"Operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"Description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Metric\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Metric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Metric\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeGrain: {\n serializedName: \"timeGrain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n },\n },\n metricValues: {\n serializedName: \"metricValues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricValue\",\n modelProperties: {\n count: {\n serializedName: \"_count\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n average: {\n serializedName: \"average\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n total: {\n serializedName: \"total\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PercentileMetricListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PercentileMetricListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PercentileMetric\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PercentileMetric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PercentileMetric\",\n modelProperties: {\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeGrain: {\n serializedName: \"timeGrain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n },\n },\n metricValues: {\n serializedName: \"metricValues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PercentileMetricValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PartitionMetricListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartitionMetricListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartitionMetric\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UsagesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UsagesResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Usage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n },\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PartitionUsagesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartitionUsagesResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartitionUsage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricDefinitionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricDefinitionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricDefinition\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MetricDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricDefinition\",\n modelProperties: {\n metricAvailabilities: {\n serializedName: \"metricAvailabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n },\n },\n },\n },\n primaryAggregationType: {\n serializedName: \"primaryAggregationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceUri: {\n serializedName: \"resourceUri\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n },\n },\n },\n },\n};\n\nexport const MetricAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n retention: {\n serializedName: \"retention\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GraphResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GraphResourceGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GraphResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OptionsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OptionsResource\",\n modelProperties: {\n throughput: {\n serializedName: \"throughput\",\n type: {\n name: \"Number\",\n },\n },\n autoscaleSettings: {\n serializedName: \"autoscaleSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettings\",\n },\n },\n },\n },\n};\n\nexport const AutoscaleSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettings\",\n modelProperties: {\n maxThroughput: {\n serializedName: \"maxThroughput\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CreateUpdateOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n modelProperties: {\n throughput: {\n serializedName: \"throughput\",\n type: {\n name: \"Number\",\n },\n },\n autoscaleSettings: {\n serializedName: \"autoscaleSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettings\",\n },\n },\n },\n },\n};\n\nexport const SqlDatabaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlDatabaseResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtendedResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedResourceProperties\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ts: {\n serializedName: \"_ts\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n etag: {\n serializedName: \"_etag\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThroughputSettingsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputSettingsResource\",\n modelProperties: {\n throughput: {\n serializedName: \"throughput\",\n type: {\n name: \"Number\",\n },\n },\n autoscaleSettings: {\n serializedName: \"autoscaleSettings\",\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettingsResource\",\n },\n },\n minimumThroughput: {\n serializedName: \"minimumThroughput\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n offerReplacePending: {\n serializedName: \"offerReplacePending\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instantMaximumThroughput: {\n serializedName: \"instantMaximumThroughput\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n softAllowedMaximumThroughput: {\n serializedName: \"softAllowedMaximumThroughput\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n throughputBuckets: {\n serializedName: \"throughputBuckets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThroughputBucketResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AutoscaleSettingsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoscaleSettingsResource\",\n modelProperties: {\n maxThroughput: {\n serializedName: \"maxThroughput\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n autoUpgradePolicy: {\n serializedName: \"autoUpgradePolicy\",\n type: {\n name: \"Composite\",\n className: \"AutoUpgradePolicyResource\",\n },\n },\n targetMaxThroughput: {\n serializedName: \"targetMaxThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutoUpgradePolicyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoUpgradePolicyResource\",\n modelProperties: {\n throughputPolicy: {\n serializedName: \"throughputPolicy\",\n type: {\n name: \"Composite\",\n className: \"ThroughputPolicyResource\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPolicyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPolicyResource\",\n modelProperties: {\n isEnabled: {\n serializedName: \"isEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n incrementPercent: {\n serializedName: \"incrementPercent\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ThroughputBucketResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputBucketResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n maxThroughputPercentage: {\n serializedName: \"maxThroughputPercentage\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ClientEncryptionKeysListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeysListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClientEncryptionKeyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n encryptionAlgorithm: {\n serializedName: \"encryptionAlgorithm\",\n type: {\n name: \"String\",\n },\n },\n wrappedDataEncryptionKey: {\n serializedName: \"wrappedDataEncryptionKey\",\n type: {\n name: \"ByteArray\",\n },\n },\n keyWrapMetadata: {\n serializedName: \"keyWrapMetadata\",\n type: {\n name: \"Composite\",\n className: \"KeyWrapMetadata\",\n },\n },\n },\n },\n};\n\nexport const KeyWrapMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyWrapMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n algorithm: {\n serializedName: \"algorithm\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ARMProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ARMProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClientEncryptionKeyCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyCreateUpdateParameters\",\n modelProperties: {\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyResource\",\n },\n },\n },\n },\n };\n\nexport const SqlContainerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlContainerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlContainerGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlContainerResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlContainerResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n indexingPolicy: {\n serializedName: \"indexingPolicy\",\n type: {\n name: \"Composite\",\n className: \"IndexingPolicy\",\n },\n },\n partitionKey: {\n serializedName: \"partitionKey\",\n type: {\n name: \"Composite\",\n className: \"ContainerPartitionKey\",\n },\n },\n defaultTtl: {\n serializedName: \"defaultTtl\",\n type: {\n name: \"Number\",\n },\n },\n uniqueKeyPolicy: {\n serializedName: \"uniqueKeyPolicy\",\n type: {\n name: \"Composite\",\n className: \"UniqueKeyPolicy\",\n },\n },\n conflictResolutionPolicy: {\n serializedName: \"conflictResolutionPolicy\",\n type: {\n name: \"Composite\",\n className: \"ConflictResolutionPolicy\",\n },\n },\n clientEncryptionPolicy: {\n serializedName: \"clientEncryptionPolicy\",\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionPolicy\",\n },\n },\n analyticalStorageTtl: {\n serializedName: \"analyticalStorageTtl\",\n type: {\n name: \"Number\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n materializedViewDefinition: {\n serializedName: \"materializedViewDefinition\",\n type: {\n name: \"Composite\",\n className: \"MaterializedViewDefinition\",\n },\n },\n computedProperties: {\n serializedName: \"computedProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputedProperty\",\n },\n },\n },\n },\n vectorEmbeddingPolicy: {\n serializedName: \"vectorEmbeddingPolicy\",\n type: {\n name: \"Composite\",\n className: \"VectorEmbeddingPolicy\",\n },\n },\n },\n },\n};\n\nexport const IndexingPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IndexingPolicy\",\n modelProperties: {\n automatic: {\n serializedName: \"automatic\",\n type: {\n name: \"Boolean\",\n },\n },\n indexingMode: {\n defaultValue: \"consistent\",\n serializedName: \"indexingMode\",\n type: {\n name: \"String\",\n },\n },\n includedPaths: {\n serializedName: \"includedPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IncludedPath\",\n },\n },\n },\n },\n excludedPaths: {\n serializedName: \"excludedPaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExcludedPath\",\n },\n },\n },\n },\n compositeIndexes: {\n serializedName: \"compositeIndexes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CompositePath\",\n },\n },\n },\n },\n },\n },\n spatialIndexes: {\n serializedName: \"spatialIndexes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SpatialSpec\",\n },\n },\n },\n },\n vectorIndexes: {\n serializedName: \"vectorIndexes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VectorIndex\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IncludedPath: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IncludedPath\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n indexes: {\n serializedName: \"indexes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Indexes\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Indexes: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Indexes\",\n modelProperties: {\n dataType: {\n defaultValue: \"String\",\n serializedName: \"dataType\",\n type: {\n name: \"String\",\n },\n },\n precision: {\n serializedName: \"precision\",\n type: {\n name: \"Number\",\n },\n },\n kind: {\n defaultValue: \"Hash\",\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExcludedPath: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExcludedPath\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CompositePath: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CompositePath\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SpatialSpec: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SpatialSpec\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n types: {\n serializedName: \"types\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VectorIndex: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VectorIndex\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContainerPartitionKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerPartitionKey\",\n modelProperties: {\n paths: {\n serializedName: \"paths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n kind: {\n defaultValue: \"Hash\",\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n version: {\n constraints: {\n InclusiveMaximum: 2,\n InclusiveMinimum: 1,\n },\n serializedName: \"version\",\n type: {\n name: \"Number\",\n },\n },\n systemKey: {\n serializedName: \"systemKey\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const UniqueKeyPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UniqueKeyPolicy\",\n modelProperties: {\n uniqueKeys: {\n serializedName: \"uniqueKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UniqueKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UniqueKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UniqueKey\",\n modelProperties: {\n paths: {\n serializedName: \"paths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConflictResolutionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConflictResolutionPolicy\",\n modelProperties: {\n mode: {\n defaultValue: \"LastWriterWins\",\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n conflictResolutionPath: {\n serializedName: \"conflictResolutionPath\",\n type: {\n name: \"String\",\n },\n },\n conflictResolutionProcedure: {\n serializedName: \"conflictResolutionProcedure\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClientEncryptionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionPolicy\",\n modelProperties: {\n includedPaths: {\n serializedName: \"includedPaths\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionIncludedPath\",\n },\n },\n },\n },\n policyFormatVersion: {\n constraints: {\n InclusiveMaximum: 2,\n InclusiveMinimum: 1,\n },\n serializedName: \"policyFormatVersion\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ClientEncryptionIncludedPath: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionIncludedPath\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n clientEncryptionKeyId: {\n serializedName: \"clientEncryptionKeyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n encryptionType: {\n serializedName: \"encryptionType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n encryptionAlgorithm: {\n serializedName: \"encryptionAlgorithm\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MaterializedViewDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaterializedViewDefinition\",\n modelProperties: {\n sourceCollectionRid: {\n serializedName: \"sourceCollectionRid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceCollectionId: {\n serializedName: \"sourceCollectionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n definition: {\n serializedName: \"definition\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ComputedProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputedProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VectorEmbeddingPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VectorEmbeddingPolicy\",\n modelProperties: {\n vectorEmbeddings: {\n serializedName: \"vectorEmbeddings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VectorEmbedding\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VectorEmbedding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VectorEmbedding\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataType: {\n serializedName: \"dataType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n distanceFunction: {\n serializedName: \"distanceFunction\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MergeParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MergeParameters\",\n modelProperties: {\n isDryRun: {\n serializedName: \"isDryRun\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const PhysicalPartitionStorageInfoCollection: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionStorageInfoCollection\",\n modelProperties: {\n physicalPartitionStorageInfoCollection: {\n serializedName: \"physicalPartitionStorageInfoCollection\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionStorageInfo\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const PhysicalPartitionStorageInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionStorageInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageInKB: {\n serializedName: \"storageInKB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RetrieveThroughputPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RetrieveThroughputPropertiesResource\",\n modelProperties: {\n physicalPartitionIds: {\n serializedName: \"physicalPartitionIds\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionId\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const PhysicalPartitionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionId\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PhysicalPartitionThroughputInfoProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoProperties\",\n modelProperties: {\n physicalPartitionThroughputInfo: {\n serializedName: \"physicalPartitionThroughputInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const PhysicalPartitionThroughputInfoResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n throughput: {\n serializedName: \"throughput\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const RedistributeThroughputPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RedistributeThroughputPropertiesResource\",\n modelProperties: {\n throughputPolicy: {\n serializedName: \"throughputPolicy\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n targetPhysicalPartitionThroughputInfo: {\n serializedName: \"targetPhysicalPartitionThroughputInfo\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoResource\",\n },\n },\n },\n },\n sourcePhysicalPartitionThroughputInfo: {\n serializedName: \"sourcePhysicalPartitionThroughputInfo\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const SqlStoredProcedureListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlStoredProcedureResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n body: {\n serializedName: \"body\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlUserDefinedFunctionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlUserDefinedFunctionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n body: {\n serializedName: \"body\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlTriggerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlTriggerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlTriggerGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlTriggerResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlTriggerResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n body: {\n serializedName: \"body\",\n type: {\n name: \"String\",\n },\n },\n triggerType: {\n serializedName: \"triggerType\",\n type: {\n name: \"String\",\n },\n },\n triggerOperation: {\n serializedName: \"triggerOperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDBDatabaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoDBDatabaseResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDBCollectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoDBCollectionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n indexes: {\n serializedName: \"indexes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoIndex\",\n },\n },\n },\n },\n analyticalStorageTtl: {\n serializedName: \"analyticalStorageTtl\",\n type: {\n name: \"Number\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoIndex: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoIndex\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"Composite\",\n className: \"MongoIndexKeys\",\n },\n },\n options: {\n serializedName: \"options\",\n type: {\n name: \"Composite\",\n className: \"MongoIndexOptions\",\n },\n },\n },\n },\n};\n\nexport const MongoIndexKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoIndexKeys\",\n modelProperties: {\n keys: {\n serializedName: \"keys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoIndexOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoIndexOptions\",\n modelProperties: {\n expireAfterSeconds: {\n serializedName: \"expireAfterSeconds\",\n type: {\n name: \"Number\",\n },\n },\n unique: {\n serializedName: \"unique\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const TableListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TableGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TableResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CassandraKeyspaceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CassandraKeyspaceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CassandraTableListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraTableListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CassandraTableGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CassandraTableResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraTableResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n defaultTtl: {\n serializedName: \"defaultTtl\",\n type: {\n name: \"Number\",\n },\n },\n schema: {\n serializedName: \"schema\",\n type: {\n name: \"Composite\",\n className: \"CassandraSchema\",\n },\n },\n analyticalStorageTtl: {\n serializedName: \"analyticalStorageTtl\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CassandraSchema: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraSchema\",\n modelProperties: {\n columns: {\n serializedName: \"columns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Column\",\n },\n },\n },\n },\n partitionKeys: {\n serializedName: \"partitionKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CassandraPartitionKey\",\n },\n },\n },\n },\n clusterKeys: {\n serializedName: \"clusterKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterKey\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Column: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Column\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CassandraPartitionKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraPartitionKey\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterKey\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n orderBy: {\n serializedName: \"orderBy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GremlinDatabaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GremlinDatabaseResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GremlinGraphListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GremlinGraphResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n indexingPolicy: {\n serializedName: \"indexingPolicy\",\n type: {\n name: \"Composite\",\n className: \"IndexingPolicy\",\n },\n },\n partitionKey: {\n serializedName: \"partitionKey\",\n type: {\n name: \"Composite\",\n className: \"ContainerPartitionKey\",\n },\n },\n defaultTtl: {\n serializedName: \"defaultTtl\",\n type: {\n name: \"Number\",\n },\n },\n uniqueKeyPolicy: {\n serializedName: \"uniqueKeyPolicy\",\n type: {\n name: \"Composite\",\n className: \"UniqueKeyPolicy\",\n },\n },\n conflictResolutionPolicy: {\n serializedName: \"conflictResolutionPolicy\",\n type: {\n name: \"Composite\",\n className: \"ConflictResolutionPolicy\",\n },\n },\n analyticalStorageTtl: {\n serializedName: \"analyticalStorageTtl\",\n type: {\n name: \"Number\",\n },\n },\n restoreParameters: {\n serializedName: \"restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"createMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LocationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LocationGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LocationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationProperties\",\n modelProperties: {\n supportsAvailabilityZone: {\n serializedName: \"supportsAvailabilityZone\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isResidencyRestricted: {\n serializedName: \"isResidencyRestricted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n backupStorageRedundancies: {\n serializedName: \"backupStorageRedundancies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isSubscriptionRegionAccessAllowedForRegular: {\n serializedName: \"isSubscriptionRegionAccessAllowedForRegular\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isSubscriptionRegionAccessAllowedForAz: {\n serializedName: \"isSubscriptionRegionAccessAllowedForAz\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CassandraViewListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraViewListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CassandraViewGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CassandraViewResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraViewResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n viewDefinition: {\n serializedName: \"viewDefinition\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataTransferJobProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTransferJobProperties\",\n modelProperties: {\n jobName: {\n serializedName: \"jobName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"DataTransferDataSourceSink\",\n },\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"DataTransferDataSourceSink\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n processedCount: {\n serializedName: \"processedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n totalCount: {\n serializedName: \"totalCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastUpdatedUtcTime: {\n serializedName: \"lastUpdatedUtcTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n workerCount: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"workerCount\",\n type: {\n name: \"Number\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n duration: {\n serializedName: \"duration\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataTransferDataSourceSink: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTransferDataSourceSink\",\n uberParent: \"DataTransferDataSourceSink\",\n polymorphicDiscriminator: {\n serializedName: \"component\",\n clientName: \"component\",\n },\n modelProperties: {\n component: {\n defaultValue: \"CosmosDBCassandra\",\n serializedName: \"component\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataTransferJobFeedResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTransferJobFeedResults\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataTransferJobGetResults\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListClusters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListClusters\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ClusterResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n restoreFromBackupId: {\n serializedName: \"restoreFromBackupId\",\n type: {\n name: \"String\",\n },\n },\n delegatedManagementSubnetId: {\n serializedName: \"delegatedManagementSubnetId\",\n type: {\n name: \"String\",\n },\n },\n cassandraVersion: {\n serializedName: \"cassandraVersion\",\n type: {\n name: \"String\",\n },\n },\n clusterNameOverride: {\n serializedName: \"clusterNameOverride\",\n type: {\n name: \"String\",\n },\n },\n authenticationMethod: {\n serializedName: \"authenticationMethod\",\n type: {\n name: \"String\",\n },\n },\n initialCassandraAdminPassword: {\n serializedName: \"initialCassandraAdminPassword\",\n type: {\n name: \"String\",\n },\n },\n prometheusEndpoint: {\n serializedName: \"prometheusEndpoint\",\n type: {\n name: \"Composite\",\n className: \"SeedNode\",\n },\n },\n repairEnabled: {\n serializedName: \"repairEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n autoReplicate: {\n serializedName: \"autoReplicate\",\n type: {\n name: \"String\",\n },\n },\n clientCertificates: {\n serializedName: \"clientCertificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n },\n },\n },\n },\n externalGossipCertificates: {\n serializedName: \"externalGossipCertificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n },\n },\n },\n },\n gossipCertificates: {\n serializedName: \"gossipCertificates\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n },\n },\n },\n },\n externalSeedNodes: {\n serializedName: \"externalSeedNodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SeedNode\",\n },\n },\n },\n },\n seedNodes: {\n serializedName: \"seedNodes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SeedNode\",\n },\n },\n },\n },\n externalDataCenters: {\n serializedName: \"externalDataCenters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n hoursBetweenBackups: {\n serializedName: \"hoursBetweenBackups\",\n type: {\n name: \"Number\",\n },\n },\n deallocated: {\n serializedName: \"deallocated\",\n type: {\n name: \"Boolean\",\n },\n },\n cassandraAuditLoggingEnabled: {\n serializedName: \"cassandraAuditLoggingEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n clusterType: {\n serializedName: \"clusterType\",\n type: {\n name: \"String\",\n },\n },\n provisionError: {\n serializedName: \"provisionError\",\n type: {\n name: \"Composite\",\n className: \"CassandraError\",\n },\n },\n extensions: {\n serializedName: \"extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n backupSchedules: {\n serializedName: \"backupSchedules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupSchedule\",\n },\n },\n },\n },\n scheduledEventStrategy: {\n serializedName: \"scheduledEventStrategy\",\n type: {\n name: \"String\",\n },\n },\n azureConnectionMethod: {\n serializedName: \"azureConnectionMethod\",\n type: {\n name: \"String\",\n },\n },\n privateLinkResourceId: {\n serializedName: \"privateLinkResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SeedNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SeedNode\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Certificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n modelProperties: {\n pem: {\n serializedName: \"pem\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CassandraError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n additionalErrorInfo: {\n serializedName: \"additionalErrorInfo\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupSchedule\",\n modelProperties: {\n scheduleName: {\n serializedName: \"scheduleName\",\n type: {\n name: \"String\",\n },\n },\n cronExpression: {\n serializedName: \"cronExpression\",\n type: {\n name: \"String\",\n },\n },\n retentionInHours: {\n serializedName: \"retentionInHours\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ManagedCassandraARMResourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedCassandraARMResourceProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedCassandraManagedServiceIdentity\",\n },\n },\n },\n },\n };\n\nexport const ManagedCassandraManagedServiceIdentity: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ManagedCassandraManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CommandPostBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandPostBody\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n host: {\n serializedName: \"host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cassandraStopStart: {\n serializedName: \"cassandra-stop-start\",\n type: {\n name: \"Boolean\",\n },\n },\n readwrite: {\n serializedName: \"readwrite\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const CommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandOutput\",\n modelProperties: {\n commandOutput: {\n serializedName: \"commandOutput\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CommandAsyncPostBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandAsyncPostBody\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n host: {\n serializedName: \"host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cassandraStopStart: {\n serializedName: \"cassandra-stop-start\",\n type: {\n name: \"Boolean\",\n },\n },\n readWrite: {\n serializedName: \"readWrite\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const CommandPublicResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandPublicResource\",\n modelProperties: {\n command: {\n serializedName: \"command\",\n type: {\n name: \"String\",\n },\n },\n commandId: {\n serializedName: \"commandId\",\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n isAdmin: {\n serializedName: \"isAdmin\",\n type: {\n name: \"Boolean\",\n },\n },\n cassandraStopStart: {\n serializedName: \"cassandraStopStart\",\n type: {\n name: \"Boolean\",\n },\n },\n readWrite: {\n serializedName: \"readWrite\",\n type: {\n name: \"Boolean\",\n },\n },\n result: {\n serializedName: \"result\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n outputFile: {\n serializedName: \"outputFile\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ListCommands: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListCommands\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommandPublicResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ListBackups: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListBackups\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupResource\",\n modelProperties: {\n backupId: {\n serializedName: \"backupId\",\n type: {\n name: \"String\",\n },\n },\n backupState: {\n serializedName: \"backupState\",\n type: {\n name: \"String\",\n },\n },\n backupStartTimestamp: {\n serializedName: \"backupStartTimestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n backupStopTimestamp: {\n serializedName: \"backupStopTimestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n backupExpiryTimestamp: {\n serializedName: \"backupExpiryTimestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ListDataCenters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListDataCenters\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataCenterResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DataCenterResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCenterResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n dataCenterLocation: {\n serializedName: \"dataCenterLocation\",\n type: {\n name: \"String\",\n },\n },\n delegatedSubnetId: {\n serializedName: \"delegatedSubnetId\",\n type: {\n name: \"String\",\n },\n },\n nodeCount: {\n serializedName: \"nodeCount\",\n type: {\n name: \"Number\",\n },\n },\n seedNodes: {\n serializedName: \"seedNodes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SeedNode\",\n },\n },\n },\n },\n base64EncodedCassandraYamlFragment: {\n serializedName: \"base64EncodedCassandraYamlFragment\",\n type: {\n name: \"String\",\n },\n },\n managedDiskCustomerKeyUri: {\n serializedName: \"managedDiskCustomerKeyUri\",\n type: {\n name: \"String\",\n },\n },\n backupStorageCustomerKeyUri: {\n serializedName: \"backupStorageCustomerKeyUri\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\",\n },\n },\n diskSku: {\n serializedName: \"diskSku\",\n type: {\n name: \"String\",\n },\n },\n diskCapacity: {\n serializedName: \"diskCapacity\",\n type: {\n name: \"Number\",\n },\n },\n availabilityZone: {\n serializedName: \"availabilityZone\",\n type: {\n name: \"Boolean\",\n },\n },\n authenticationMethodLdapProperties: {\n serializedName: \"authenticationMethodLdapProperties\",\n type: {\n name: \"Composite\",\n className: \"AuthenticationMethodLdapProperties\",\n },\n },\n deallocated: {\n serializedName: \"deallocated\",\n type: {\n name: \"Boolean\",\n },\n },\n provisionError: {\n serializedName: \"provisionError\",\n type: {\n name: \"Composite\",\n className: \"CassandraError\",\n },\n },\n privateEndpointIpAddress: {\n serializedName: \"privateEndpointIpAddress\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthenticationMethodLdapProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthenticationMethodLdapProperties\",\n modelProperties: {\n serverHostname: {\n serializedName: \"serverHostname\",\n type: {\n name: \"String\",\n },\n },\n serverPort: {\n serializedName: \"serverPort\",\n type: {\n name: \"Number\",\n },\n },\n serviceUserDistinguishedName: {\n serializedName: \"serviceUserDistinguishedName\",\n type: {\n name: \"String\",\n },\n },\n serviceUserPassword: {\n serializedName: \"serviceUserPassword\",\n type: {\n name: \"String\",\n },\n },\n searchBaseDistinguishedName: {\n serializedName: \"searchBaseDistinguishedName\",\n type: {\n name: \"String\",\n },\n },\n searchFilterTemplate: {\n serializedName: \"searchFilterTemplate\",\n type: {\n name: \"String\",\n },\n },\n serverCertificates: {\n serializedName: \"serverCertificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Certificate\",\n },\n },\n },\n },\n connectionTimeoutInMs: {\n serializedName: \"connectionTimeoutInMs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CassandraClusterPublicStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraClusterPublicStatus\",\n modelProperties: {\n eTag: {\n serializedName: \"eTag\",\n type: {\n name: \"String\",\n },\n },\n reaperStatus: {\n serializedName: \"reaperStatus\",\n type: {\n name: \"Composite\",\n className: \"ManagedCassandraReaperStatus\",\n },\n },\n connectionErrors: {\n serializedName: \"connectionErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectionError\",\n },\n },\n },\n },\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CassandraError\",\n },\n },\n },\n },\n dataCenters: {\n serializedName: \"dataCenters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CassandraClusterPublicStatusDataCentersItem\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ManagedCassandraReaperStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedCassandraReaperStatus\",\n modelProperties: {\n healthy: {\n serializedName: \"healthy\",\n type: {\n name: \"Boolean\",\n },\n },\n repairRunIds: {\n serializedName: \"repairRunIds\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n repairSchedules: {\n serializedName: \"repairSchedules\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ConnectionError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionError\",\n modelProperties: {\n connectionState: {\n serializedName: \"connectionState\",\n type: {\n name: \"String\",\n },\n },\n iPFrom: {\n serializedName: \"iPFrom\",\n type: {\n name: \"String\",\n },\n },\n iPTo: {\n serializedName: \"iPTo\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n exception: {\n serializedName: \"exception\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CassandraClusterPublicStatusDataCentersItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraClusterPublicStatusDataCentersItem\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n seedNodes: {\n serializedName: \"seedNodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n nodes: {\n serializedName: \"nodes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems\",\n modelProperties: {\n address: {\n serializedName: \"address\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n cassandraProcessStatus: {\n serializedName: \"cassandraProcessStatus\",\n type: {\n name: \"String\",\n },\n },\n load: {\n serializedName: \"load\",\n type: {\n name: \"String\",\n },\n },\n tokens: {\n serializedName: \"tokens\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"Number\",\n },\n },\n hostID: {\n serializedName: \"hostID\",\n type: {\n name: \"String\",\n },\n },\n rack: {\n serializedName: \"rack\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"String\",\n },\n },\n diskUsedKB: {\n serializedName: \"diskUsedKB\",\n type: {\n name: \"Number\",\n },\n },\n diskFreeKB: {\n serializedName: \"diskFreeKB\",\n type: {\n name: \"Number\",\n },\n },\n memoryUsedKB: {\n serializedName: \"memoryUsedKB\",\n type: {\n name: \"Number\",\n },\n },\n memoryBuffersAndCachedKB: {\n serializedName: \"memoryBuffersAndCachedKB\",\n type: {\n name: \"Number\",\n },\n },\n memoryFreeKB: {\n serializedName: \"memoryFreeKB\",\n type: {\n name: \"Number\",\n },\n },\n memoryTotalKB: {\n serializedName: \"memoryTotalKB\",\n type: {\n name: \"Number\",\n },\n },\n cpuUsage: {\n serializedName: \"cpuUsage\",\n type: {\n name: \"Number\",\n },\n },\n isLatestModel: {\n serializedName: \"isLatestModel\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const Privilege: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Privilege\",\n modelProperties: {\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"Composite\",\n className: \"PrivilegeResource\",\n },\n },\n actions: {\n serializedName: \"actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivilegeResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivilegeResource\",\n modelProperties: {\n db: {\n serializedName: \"db\",\n type: {\n name: \"String\",\n },\n },\n collection: {\n serializedName: \"collection\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Role: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Role\",\n modelProperties: {\n db: {\n serializedName: \"db\",\n type: {\n name: \"String\",\n },\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoRoleDefinitionCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoRoleDefinitionCreateUpdateParameters\",\n modelProperties: {\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"properties.type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"BuiltInRole\", \"CustomRole\"],\n },\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\",\n },\n },\n privileges: {\n serializedName: \"properties.privileges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Privilege\",\n },\n },\n },\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MongoRoleDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoRoleDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoRoleDefinitionGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoUserDefinitionCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoUserDefinitionCreateUpdateParameters\",\n modelProperties: {\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\",\n },\n },\n customData: {\n serializedName: \"properties.customData\",\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\",\n },\n },\n },\n },\n mechanisms: {\n serializedName: \"properties.mechanisms\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoUserDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoUserDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoUserDefinitionGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfigurationListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NetworkSecurityPerimeterConfigurationProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningIssues: {\n serializedName: \"provisioningIssues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssue\",\n },\n },\n },\n },\n networkSecurityPerimeter: {\n serializedName: \"networkSecurityPerimeter\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n },\n },\n resourceAssociation: {\n serializedName: \"resourceAssociation\",\n type: {\n name: \"Composite\",\n className: \"ResourceAssociation\",\n },\n },\n profile: {\n serializedName: \"profile\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityProfile\",\n },\n },\n },\n },\n };\n\nexport const ProvisioningIssue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssue\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssueProperties\",\n },\n },\n },\n },\n};\n\nexport const ProvisioningIssueProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssueProperties\",\n modelProperties: {\n issueType: {\n serializedName: \"issueType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n suggestedResourceIds: {\n serializedName: \"suggestedResourceIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n suggestedAccessRules: {\n serializedName: \"suggestedAccessRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AccessRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AccessRuleProperties\",\n },\n },\n },\n },\n};\n\nexport const AccessRuleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessRuleProperties\",\n modelProperties: {\n direction: {\n serializedName: \"direction\",\n type: {\n name: \"String\",\n },\n },\n addressPrefixes: {\n serializedName: \"addressPrefixes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n subscriptions: {\n serializedName: \"subscriptions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRulePropertiesSubscriptionsItem\",\n },\n },\n },\n },\n networkSecurityPerimeters: {\n serializedName: \"networkSecurityPerimeters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n },\n },\n },\n },\n fullyQualifiedDomainNames: {\n serializedName: \"fullyQualifiedDomainNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n emailAddresses: {\n serializedName: \"emailAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n phoneNumbers: {\n serializedName: \"phoneNumbers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AccessRulePropertiesSubscriptionsItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AccessRulePropertiesSubscriptionsItem\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NetworkSecurityPerimeter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n perimeterGuid: {\n serializedName: \"perimeterGuid\",\n type: {\n name: \"Uuid\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAssociation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n accessRulesVersion: {\n serializedName: \"accessRulesVersion\",\n type: {\n name: \"Number\",\n },\n },\n accessRules: {\n serializedName: \"accessRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n },\n },\n },\n },\n diagnosticSettingsVersion: {\n serializedName: \"diagnosticSettingsVersion\",\n type: {\n name: \"Number\",\n },\n },\n enabledLogCategories: {\n serializedName: \"enabledLogCategories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NotebookWorkspaceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookWorkspaceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotebookWorkspace\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NotebookWorkspaceConnectionInfoResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NotebookWorkspaceConnectionInfoResult\",\n modelProperties: {\n authToken: {\n serializedName: \"authToken\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n notebookServerEndpoint: {\n serializedName: \"notebookServerEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Permission: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Permission\",\n modelProperties: {\n dataActions: {\n serializedName: \"dataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n notDataActions: {\n serializedName: \"notDataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlRoleDefinitionCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlRoleDefinitionCreateUpdateParameters\",\n modelProperties: {\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"properties.type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"BuiltInRole\", \"CustomRole\"],\n },\n },\n assignableScopes: {\n serializedName: \"properties.assignableScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Permission\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const SqlRoleDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlRoleDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlRoleDefinitionGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlRoleAssignmentCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlRoleAssignmentCreateUpdateParameters\",\n modelProperties: {\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlRoleAssignmentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlRoleAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlRoleAssignmentGetResults\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableDatabaseAccountsListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableDatabaseAccountsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableDatabaseAccountGetResult\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RestorableDatabaseAccountGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableDatabaseAccountGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n accountName: {\n serializedName: \"properties.accountName\",\n type: {\n name: \"String\",\n },\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\",\n },\n },\n oldestRestorableTime: {\n serializedName: \"properties.oldestRestorableTime\",\n type: {\n name: \"DateTime\",\n },\n },\n deletionTime: {\n serializedName: \"properties.deletionTime\",\n type: {\n name: \"DateTime\",\n },\n },\n apiType: {\n serializedName: \"properties.apiType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n restorableLocations: {\n serializedName: \"properties.restorableLocations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableLocationResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableLocationResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableLocationResource\",\n modelProperties: {\n locationName: {\n serializedName: \"locationName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n regionalDatabaseAccountInstanceId: {\n serializedName: \"regionalDatabaseAccountInstanceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creationTime: {\n serializedName: \"creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n deletionTime: {\n serializedName: \"deletionTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ContinuousBackupRestoreLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousBackupRestoreLocation\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BackupInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupInformation\",\n modelProperties: {\n continuousBackupInformation: {\n serializedName: \"continuousBackupInformation\",\n type: {\n name: \"Composite\",\n className: \"ContinuousBackupInformation\",\n },\n },\n },\n },\n};\n\nexport const ContinuousBackupInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousBackupInformation\",\n modelProperties: {\n latestRestorableTimestamp: {\n serializedName: \"latestRestorableTimestamp\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestorableSqlDatabasesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabasesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabaseGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableSqlDatabaseGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabaseGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabasePropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const RestorableSqlDatabasePropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabasePropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabasePropertiesResourceDatabase\",\n },\n },\n },\n },\n };\n\nexport const RestorableSqlContainersListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainersListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainerGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableSqlContainerGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainerGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainerPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const RestorableSqlContainerPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainerPropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainerPropertiesResourceContainer\",\n },\n },\n },\n },\n };\n\nexport const RestorableSqlResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlResourcesGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableSqlResourcesGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlResourcesGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n collectionNames: {\n serializedName: \"collectionNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableMongodbDatabasesListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbDatabasesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbDatabaseGetResult\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RestorableMongodbDatabaseGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbDatabaseGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbDatabasePropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const RestorableMongodbDatabasePropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbDatabasePropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const RestorableMongodbCollectionsListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbCollectionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbCollectionGetResult\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RestorableMongodbCollectionGetResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbCollectionGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbCollectionPropertiesResource\",\n },\n },\n },\n },\n };\n\nexport const RestorableMongodbCollectionPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbCollectionPropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const RestorableMongodbResourcesListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbResourcesGetResult\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RestorableMongodbResourcesGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableMongodbResourcesGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n collectionNames: {\n serializedName: \"collectionNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableGremlinDatabasesListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinDatabasesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinDatabaseGetResult\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RestorableGremlinDatabaseGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinDatabaseGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinDatabasePropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const RestorableGremlinDatabasePropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinDatabasePropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const RestorableGremlinGraphsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinGraphsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinGraphGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableGremlinGraphGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinGraphGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinGraphPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const RestorableGremlinGraphPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinGraphPropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const RestorableGremlinResourcesListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinResourcesGetResult\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const RestorableGremlinResourcesGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableGremlinResourcesGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n graphNames: {\n serializedName: \"graphNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableTablesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableTablesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableTableGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableTableGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableTableGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RestorableTablePropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const RestorableTablePropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableTablePropertiesResource\",\n modelProperties: {\n rid: {\n serializedName: \"_rid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operationType: {\n serializedName: \"operationType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndelete: {\n serializedName: \"canUndelete\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n canUndeleteReason: {\n serializedName: \"canUndeleteReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTimestamp: {\n serializedName: \"eventTimestamp\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerId: {\n serializedName: \"ownerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ownerResourceId: {\n serializedName: \"ownerResourceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestorableTableResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableTableResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RestorableTableResourcesGetResult\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RestorableTableResourcesGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestorableTableResourcesGetResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceResource\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceResourceProperties: coreClient.CompositeMapper = {\n serializedName: \"ServiceResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"ServiceResourceProperties\",\n uberParent: \"ServiceResourceProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator: {\n serializedName: \"serviceType\",\n clientName: \"serviceType\",\n },\n modelProperties: {\n creationTime: {\n serializedName: \"creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n instanceSize: {\n serializedName: \"instanceSize\",\n type: {\n name: \"String\",\n },\n },\n instanceCount: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\",\n },\n },\n serviceType: {\n serializedName: \"serviceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceResourceCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceCreateUpdateParameters\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServiceResourceCreateUpdateProperties\",\n },\n },\n },\n },\n };\n\nexport const ServiceResourceCreateUpdateProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceCreateUpdateProperties\",\n uberParent: \"ServiceResourceCreateUpdateProperties\",\n polymorphicDiscriminator: {\n serializedName: \"serviceType\",\n clientName: \"serviceType\",\n },\n modelProperties: {\n instanceSize: {\n serializedName: \"instanceSize\",\n type: {\n name: \"String\",\n },\n },\n instanceCount: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\",\n },\n },\n serviceType: {\n serializedName: \"serviceType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ThroughputPoolsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPoolUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolUpdate\",\n modelProperties: {\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n maxThroughput: {\n serializedName: \"properties.maxThroughput\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPoolAccountsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolAccountsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolAccountResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PermissionAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PermissionAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n dataActions: {\n serializedName: \"dataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n notDataActions: {\n serializedName: \"notDataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TableRoleDefinitionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableRoleDefinitionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TableRoleDefinitionResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TableRoleAssignmentListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableRoleAssignmentListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TableRoleAssignmentResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PeriodicModeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PeriodicModeProperties\",\n modelProperties: {\n backupIntervalInMinutes: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"backupIntervalInMinutes\",\n type: {\n name: \"Number\",\n },\n },\n backupRetentionIntervalInHours: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"backupRetentionIntervalInHours\",\n type: {\n name: \"Number\",\n },\n },\n backupStorageRedundancy: {\n serializedName: \"backupStorageRedundancy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ContinuousModeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContinuousModeProperties\",\n modelProperties: {\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataTransferServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTransferServiceResource\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataTransferServiceResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const RegionalServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegionalServiceResource\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlDedicatedGatewayServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDedicatedGatewayServiceResource\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SqlDedicatedGatewayServiceResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const GraphAPIComputeServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphAPIComputeServiceResource\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GraphAPIComputeServiceResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const MaterializedViewsBuilderServiceResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MaterializedViewsBuilderServiceResource\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MaterializedViewsBuilderServiceResourceProperties\",\n },\n },\n },\n },\n };\n\nexport const ThroughputPoolAccountCreateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolAccountCreateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n accountResourceIdentifier: {\n serializedName: \"properties.accountResourceIdentifier\",\n type: {\n name: \"String\",\n },\n },\n accountLocation: {\n serializedName: \"properties.accountLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestoreParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestoreParameters\",\n modelProperties: {\n ...RestoreParametersBase.type.modelProperties,\n restoreMode: {\n serializedName: \"restoreMode\",\n type: {\n name: \"String\",\n },\n },\n databasesToRestore: {\n serializedName: \"databasesToRestore\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseRestoreResource\",\n },\n },\n },\n },\n gremlinDatabasesToRestore: {\n serializedName: \"gremlinDatabasesToRestore\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseRestoreResource\",\n },\n },\n },\n },\n tablesToRestore: {\n serializedName: \"tablesToRestore\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n sourceBackupLocation: {\n serializedName: \"sourceBackupLocation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceRestoreParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceRestoreParameters\",\n modelProperties: {\n ...RestoreParametersBase.type.modelProperties,\n },\n },\n};\n\nexport const PeriodicModeBackupPolicy: coreClient.CompositeMapper = {\n serializedName: \"Periodic\",\n type: {\n name: \"Composite\",\n className: \"PeriodicModeBackupPolicy\",\n uberParent: \"BackupPolicy\",\n polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupPolicy.type.modelProperties,\n periodicModeProperties: {\n serializedName: \"periodicModeProperties\",\n type: {\n name: \"Composite\",\n className: \"PeriodicModeProperties\",\n },\n },\n },\n },\n};\n\nexport const ContinuousModeBackupPolicy: coreClient.CompositeMapper = {\n serializedName: \"Continuous\",\n type: {\n name: \"Composite\",\n className: \"ContinuousModeBackupPolicy\",\n uberParent: \"BackupPolicy\",\n polymorphicDiscriminator: BackupPolicy.type.polymorphicDiscriminator,\n modelProperties: {\n ...BackupPolicy.type.modelProperties,\n continuousModeProperties: {\n serializedName: \"continuousModeProperties\",\n type: {\n name: \"Composite\",\n className: \"ContinuousModeProperties\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n documentEndpoint: {\n serializedName: \"properties.documentEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseAccountOfferType: {\n defaultValue: \"Standard\",\n isConstant: true,\n serializedName: \"properties.databaseAccountOfferType\",\n type: {\n name: \"String\",\n },\n },\n ipRules: {\n serializedName: \"properties.ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpAddressOrRange\",\n },\n },\n },\n },\n isVirtualNetworkFilterEnabled: {\n serializedName: \"properties.isVirtualNetworkFilterEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n enableAutomaticFailover: {\n serializedName: \"properties.enableAutomaticFailover\",\n type: {\n name: \"Boolean\",\n },\n },\n consistencyPolicy: {\n serializedName: \"properties.consistencyPolicy\",\n type: {\n name: \"Composite\",\n className: \"ConsistencyPolicy\",\n },\n },\n capabilities: {\n serializedName: \"properties.capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Capability\",\n },\n },\n },\n },\n writeLocations: {\n serializedName: \"properties.writeLocations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Location\",\n },\n },\n },\n },\n readLocations: {\n serializedName: \"properties.readLocations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Location\",\n },\n },\n },\n },\n locations: {\n serializedName: \"properties.locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Location\",\n },\n },\n },\n },\n failoverPolicies: {\n serializedName: \"properties.failoverPolicies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FailoverPolicy\",\n },\n },\n },\n },\n virtualNetworkRules: {\n serializedName: \"properties.virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n },\n },\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n enableMultipleWriteLocations: {\n serializedName: \"properties.enableMultipleWriteLocations\",\n type: {\n name: \"Boolean\",\n },\n },\n enableCassandraConnector: {\n serializedName: \"properties.enableCassandraConnector\",\n type: {\n name: \"Boolean\",\n },\n },\n connectorOffer: {\n serializedName: \"properties.connectorOffer\",\n type: {\n name: \"String\",\n },\n },\n disableKeyBasedMetadataWriteAccess: {\n serializedName: \"properties.disableKeyBasedMetadataWriteAccess\",\n type: {\n name: \"Boolean\",\n },\n },\n keyVaultKeyUri: {\n serializedName: \"properties.keyVaultKeyUri\",\n type: {\n name: \"String\",\n },\n },\n defaultIdentity: {\n serializedName: \"properties.defaultIdentity\",\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n enableFreeTier: {\n serializedName: \"properties.enableFreeTier\",\n type: {\n name: \"Boolean\",\n },\n },\n apiProperties: {\n serializedName: \"properties.apiProperties\",\n type: {\n name: \"Composite\",\n className: \"ApiProperties\",\n },\n },\n enableAnalyticalStorage: {\n serializedName: \"properties.enableAnalyticalStorage\",\n type: {\n name: \"Boolean\",\n },\n },\n analyticalStorageConfiguration: {\n serializedName: \"properties.analyticalStorageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AnalyticalStorageConfiguration\",\n },\n },\n instanceId: {\n serializedName: \"properties.instanceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n restoreParameters: {\n serializedName: \"properties.restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"RestoreParameters\",\n },\n },\n backupPolicy: {\n serializedName: \"properties.backupPolicy\",\n type: {\n name: \"Composite\",\n className: \"BackupPolicy\",\n },\n },\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n },\n },\n },\n },\n networkAclBypass: {\n serializedName: \"properties.networkAclBypass\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"AzureServices\"],\n },\n },\n networkAclBypassResourceIds: {\n serializedName: \"properties.networkAclBypassResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n diagnosticLogSettings: {\n serializedName: \"properties.diagnosticLogSettings\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticLogSettings\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n capacity: {\n serializedName: \"properties.capacity\",\n type: {\n name: \"Composite\",\n className: \"Capacity\",\n },\n },\n capacityMode: {\n serializedName: \"properties.capacityMode\",\n type: {\n name: \"String\",\n },\n },\n capacityModeChangeTransitionState: {\n serializedName: \"properties.capacityModeChangeTransitionState\",\n type: {\n name: \"Composite\",\n className: \"CapacityModeChangeTransitionState\",\n },\n },\n enableMaterializedViews: {\n serializedName: \"properties.enableMaterializedViews\",\n type: {\n name: \"Boolean\",\n },\n },\n keysMetadata: {\n serializedName: \"properties.keysMetadata\",\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountKeysMetadata\",\n },\n },\n enablePartitionMerge: {\n serializedName: \"properties.enablePartitionMerge\",\n type: {\n name: \"Boolean\",\n },\n },\n enableBurstCapacity: {\n serializedName: \"properties.enableBurstCapacity\",\n type: {\n name: \"Boolean\",\n },\n },\n minimalTlsVersion: {\n serializedName: \"properties.minimalTlsVersion\",\n type: {\n name: \"String\",\n },\n },\n customerManagedKeyStatus: {\n serializedName: \"properties.customerManagedKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n enablePriorityBasedExecution: {\n serializedName: \"properties.enablePriorityBasedExecution\",\n type: {\n name: \"Boolean\",\n },\n },\n defaultPriorityLevel: {\n serializedName: \"properties.defaultPriorityLevel\",\n type: {\n name: \"String\",\n },\n },\n enablePerRegionPerPartitionAutoscale: {\n serializedName: \"properties.enablePerRegionPerPartitionAutoscale\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n consistencyPolicy: {\n serializedName: \"properties.consistencyPolicy\",\n type: {\n name: \"Composite\",\n className: \"ConsistencyPolicy\",\n },\n },\n locations: {\n serializedName: \"properties.locations\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Location\",\n },\n },\n },\n },\n databaseAccountOfferType: {\n defaultValue: \"Standard\",\n isConstant: true,\n serializedName: \"properties.databaseAccountOfferType\",\n type: {\n name: \"String\",\n },\n },\n ipRules: {\n serializedName: \"properties.ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpAddressOrRange\",\n },\n },\n },\n },\n isVirtualNetworkFilterEnabled: {\n serializedName: \"properties.isVirtualNetworkFilterEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n enableAutomaticFailover: {\n serializedName: \"properties.enableAutomaticFailover\",\n type: {\n name: \"Boolean\",\n },\n },\n capabilities: {\n serializedName: \"properties.capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Capability\",\n },\n },\n },\n },\n virtualNetworkRules: {\n serializedName: \"properties.virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n },\n },\n },\n },\n enableMultipleWriteLocations: {\n serializedName: \"properties.enableMultipleWriteLocations\",\n type: {\n name: \"Boolean\",\n },\n },\n enableCassandraConnector: {\n serializedName: \"properties.enableCassandraConnector\",\n type: {\n name: \"Boolean\",\n },\n },\n connectorOffer: {\n serializedName: \"properties.connectorOffer\",\n type: {\n name: \"String\",\n },\n },\n disableKeyBasedMetadataWriteAccess: {\n serializedName: \"properties.disableKeyBasedMetadataWriteAccess\",\n type: {\n name: \"Boolean\",\n },\n },\n keyVaultKeyUri: {\n serializedName: \"properties.keyVaultKeyUri\",\n type: {\n name: \"String\",\n },\n },\n defaultIdentity: {\n serializedName: \"properties.defaultIdentity\",\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n enableFreeTier: {\n serializedName: \"properties.enableFreeTier\",\n type: {\n name: \"Boolean\",\n },\n },\n apiProperties: {\n serializedName: \"properties.apiProperties\",\n type: {\n name: \"Composite\",\n className: \"ApiProperties\",\n },\n },\n enableAnalyticalStorage: {\n serializedName: \"properties.enableAnalyticalStorage\",\n type: {\n name: \"Boolean\",\n },\n },\n analyticalStorageConfiguration: {\n serializedName: \"properties.analyticalStorageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AnalyticalStorageConfiguration\",\n },\n },\n createMode: {\n defaultValue: \"Default\",\n serializedName: \"properties.createMode\",\n type: {\n name: \"String\",\n },\n },\n backupPolicy: {\n serializedName: \"properties.backupPolicy\",\n type: {\n name: \"Composite\",\n className: \"BackupPolicy\",\n },\n },\n cors: {\n serializedName: \"properties.cors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CorsPolicy\",\n },\n },\n },\n },\n networkAclBypass: {\n serializedName: \"properties.networkAclBypass\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"AzureServices\"],\n },\n },\n networkAclBypassResourceIds: {\n serializedName: \"properties.networkAclBypassResourceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n diagnosticLogSettings: {\n serializedName: \"properties.diagnosticLogSettings\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticLogSettings\",\n },\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\",\n },\n },\n restoreParameters: {\n serializedName: \"properties.restoreParameters\",\n type: {\n name: \"Composite\",\n className: \"RestoreParameters\",\n },\n },\n capacity: {\n serializedName: \"properties.capacity\",\n type: {\n name: \"Composite\",\n className: \"Capacity\",\n },\n },\n capacityMode: {\n serializedName: \"properties.capacityMode\",\n type: {\n name: \"String\",\n },\n },\n enableMaterializedViews: {\n serializedName: \"properties.enableMaterializedViews\",\n type: {\n name: \"Boolean\",\n },\n },\n keysMetadata: {\n serializedName: \"properties.keysMetadata\",\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountKeysMetadata\",\n },\n },\n enablePartitionMerge: {\n serializedName: \"properties.enablePartitionMerge\",\n type: {\n name: \"Boolean\",\n },\n },\n enableBurstCapacity: {\n serializedName: \"properties.enableBurstCapacity\",\n type: {\n name: \"Boolean\",\n },\n },\n minimalTlsVersion: {\n serializedName: \"properties.minimalTlsVersion\",\n type: {\n name: \"String\",\n },\n },\n customerManagedKeyStatus: {\n serializedName: \"properties.customerManagedKeyStatus\",\n type: {\n name: \"String\",\n },\n },\n enablePriorityBasedExecution: {\n serializedName: \"properties.enablePriorityBasedExecution\",\n type: {\n name: \"Boolean\",\n },\n },\n defaultPriorityLevel: {\n serializedName: \"properties.defaultPriorityLevel\",\n type: {\n name: \"String\",\n },\n },\n enablePerRegionPerPartitionAutoscale: {\n serializedName: \"properties.enablePerRegionPerPartitionAutoscale\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const GraphResourceGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphResourceGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"GraphResourceGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"GraphResourceGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const GraphResourceCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphResourceCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"GraphResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const SqlDatabaseGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const SqlDatabaseCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const ThroughputSettingsGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputSettingsGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"ThroughputSettingsGetPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const ThroughputSettingsUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputSettingsUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"ThroughputSettingsResource\",\n },\n },\n },\n },\n};\n\nexport const SqlContainerGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlContainerGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlContainerGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"SqlContainerGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const SqlContainerCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlContainerCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlContainerResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const RetrieveThroughputParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetrieveThroughputParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RetrieveThroughputPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const PhysicalPartitionThroughputInfoResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoResult\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className:\n \"PhysicalPartitionThroughputInfoResultPropertiesResource\",\n },\n },\n },\n },\n };\n\nexport const RedistributeThroughputParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RedistributeThroughputParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"RedistributeThroughputPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const SqlStoredProcedureGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureGetPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const SqlStoredProcedureCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const SqlUserDefinedFunctionGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionGetPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const SqlUserDefinedFunctionCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const SqlTriggerGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlTriggerGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlTriggerGetPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const SqlTriggerCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlTriggerCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"SqlTriggerResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const MongoDBDatabaseGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const MongoDBDatabaseCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const MongoDBCollectionGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const MongoDBCollectionCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const TableGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"TableGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"TableGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const TableCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"TableResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const CassandraKeyspaceGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const CassandraKeyspaceCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const CassandraTableGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraTableGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"CassandraTableGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CassandraTableGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const CassandraTableCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraTableCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"CassandraTableResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const GremlinDatabaseGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const GremlinDatabaseCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n };\n\nexport const GremlinGraphGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"GremlinGraphGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"GremlinGraphGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const GremlinGraphCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"GremlinGraphResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const CassandraViewGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraViewGetResults\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"CassandraViewGetPropertiesResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CassandraViewGetPropertiesOptions\",\n },\n },\n },\n },\n};\n\nexport const CassandraViewCreateUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraViewCreateUpdateParameters\",\n modelProperties: {\n ...ARMResourceProperties.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"CassandraViewResource\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Composite\",\n className: \"CreateUpdateOptions\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountListKeysResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountListKeysResult\",\n modelProperties: {\n ...DatabaseAccountListReadOnlyKeysResult.type.modelProperties,\n primaryMasterKey: {\n serializedName: \"primaryMasterKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n secondaryMasterKey: {\n serializedName: \"secondaryMasterKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PartitionMetric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartitionMetric\",\n modelProperties: {\n ...Metric.type.modelProperties,\n partitionId: {\n serializedName: \"partitionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n partitionKeyRangeId: {\n serializedName: \"partitionKeyRangeId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PercentileMetricValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PercentileMetricValue\",\n modelProperties: {\n ...MetricValue.type.modelProperties,\n p10: {\n serializedName: \"P10\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n p25: {\n serializedName: \"P25\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n p50: {\n serializedName: \"P50\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n p75: {\n serializedName: \"P75\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n p90: {\n serializedName: \"P90\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n p95: {\n serializedName: \"P95\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n p99: {\n serializedName: \"P99\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PartitionUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartitionUsage\",\n modelProperties: {\n ...Usage.type.modelProperties,\n partitionId: {\n serializedName: \"partitionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n partitionKeyRangeId: {\n serializedName: \"partitionKeyRangeId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GraphResourceGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphResourceGetPropertiesResource\",\n modelProperties: {\n ...GraphResource.type.modelProperties,\n },\n },\n};\n\nexport const GraphResourceGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GraphResourceGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const SqlDatabaseGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const SqlContainerGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlContainerGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const MongoDBDatabaseGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const MongoDBCollectionGetPropertiesOptions: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n };\n\nexport const TableGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const CassandraKeyspaceGetPropertiesOptions: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n };\n\nexport const CassandraTableGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraTableGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const GremlinDatabaseGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const GremlinGraphGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const CassandraViewGetPropertiesOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraViewGetPropertiesOptions\",\n modelProperties: {\n ...OptionsResource.type.modelProperties,\n },\n },\n};\n\nexport const SqlDatabaseGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDatabaseGetPropertiesResource\",\n modelProperties: {\n ...SqlDatabaseResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n colls: {\n serializedName: \"_colls\",\n type: {\n name: \"String\",\n },\n },\n users: {\n serializedName: \"_users\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestorableSqlDatabasePropertiesResourceDatabase: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlDatabasePropertiesResourceDatabase\",\n modelProperties: {\n ...SqlDatabaseResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n colls: {\n serializedName: \"_colls\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n users: {\n serializedName: \"_users\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n self: {\n serializedName: \"_self\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ThroughputSettingsGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ThroughputSettingsGetPropertiesResource\",\n modelProperties: {\n ...ThroughputSettingsResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const ClientEncryptionKeyGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyGetPropertiesResource\",\n modelProperties: {\n ...ClientEncryptionKeyResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const SqlContainerGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlContainerGetPropertiesResource\",\n modelProperties: {\n ...SqlContainerResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n};\n\nexport const SqlStoredProcedureGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlStoredProcedureGetPropertiesResource\",\n modelProperties: {\n ...SqlStoredProcedureResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const SqlUserDefinedFunctionGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlUserDefinedFunctionGetPropertiesResource\",\n modelProperties: {\n ...SqlUserDefinedFunctionResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const SqlTriggerGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlTriggerGetPropertiesResource\",\n modelProperties: {\n ...SqlTriggerResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n};\n\nexport const MongoDBDatabaseGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBDatabaseGetPropertiesResource\",\n modelProperties: {\n ...MongoDBDatabaseResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const MongoDBCollectionGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBCollectionGetPropertiesResource\",\n modelProperties: {\n ...MongoDBCollectionResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const TableGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableGetPropertiesResource\",\n modelProperties: {\n ...TableResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n};\n\nexport const CassandraKeyspaceGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraKeyspaceGetPropertiesResource\",\n modelProperties: {\n ...CassandraKeyspaceResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const CassandraTableGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraTableGetPropertiesResource\",\n modelProperties: {\n ...CassandraTableResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n};\n\nexport const GremlinDatabaseGetPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinDatabaseGetPropertiesResource\",\n modelProperties: {\n ...GremlinDatabaseResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n };\n\nexport const GremlinGraphGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GremlinGraphGetPropertiesResource\",\n modelProperties: {\n ...GremlinGraphResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n};\n\nexport const CassandraViewGetPropertiesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CassandraViewGetPropertiesResource\",\n modelProperties: {\n ...CassandraViewResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n },\n },\n};\n\nexport const RestorableSqlContainerPropertiesResourceContainer: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RestorableSqlContainerPropertiesResourceContainer\",\n modelProperties: {\n ...SqlContainerResource.type.modelProperties,\n ...ExtendedResourceProperties.type.modelProperties,\n self: {\n serializedName: \"_self\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ClientEncryptionKeyGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyGetResults\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n resource: {\n serializedName: \"properties.resource\",\n type: {\n name: \"Composite\",\n className: \"ClientEncryptionKeyGetPropertiesResource\",\n },\n },\n },\n },\n};\n\nexport const LocationGetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationGetResult\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"LocationProperties\",\n },\n },\n },\n },\n};\n\nexport const CreateJobRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateJobRequest\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataTransferJobProperties\",\n },\n },\n },\n },\n};\n\nexport const DataTransferJobGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTransferJobGetResults\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n jobName: {\n serializedName: \"properties.jobName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"DataTransferDataSourceSink\",\n },\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"DataTransferDataSourceSink\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n processedCount: {\n serializedName: \"properties.processedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n totalCount: {\n serializedName: \"properties.totalCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastUpdatedUtcTime: {\n serializedName: \"properties.lastUpdatedUtcTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n workerCount: {\n constraints: {\n InclusiveMinimum: 0,\n },\n serializedName: \"properties.workerCount\",\n type: {\n name: \"Number\",\n },\n },\n error: {\n serializedName: \"properties.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n duration: {\n serializedName: \"properties.duration\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataCenterResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCenterResource\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DataCenterResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const MongoRoleDefinitionGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoRoleDefinitionGetResults\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"BuiltInRole\", \"CustomRole\"],\n },\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\",\n },\n },\n privileges: {\n serializedName: \"properties.privileges\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Privilege\",\n },\n },\n },\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoUserDefinitionGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoUserDefinitionGetResults\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\",\n },\n },\n customData: {\n serializedName: \"properties.customData\",\n type: {\n name: \"String\",\n },\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Role\",\n },\n },\n },\n },\n mechanisms: {\n serializedName: \"properties.mechanisms\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookWorkspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotebookWorkspace\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n notebookServerEndpoint: {\n serializedName: \"properties.notebookServerEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NotebookWorkspaceCreateUpdateParameters: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NotebookWorkspaceCreateUpdateParameters\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n },\n },\n };\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlRoleDefinitionGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlRoleDefinitionGetResults\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"BuiltInRole\", \"CustomRole\"],\n },\n },\n assignableScopes: {\n serializedName: \"properties.assignableScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Permission\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlRoleAssignmentGetResults: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlRoleAssignmentGetResults\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceResource\",\n modelProperties: {\n ...ARMProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServiceResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const PhysicalPartitionThroughputInfoResultPropertiesResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PhysicalPartitionThroughputInfoResultPropertiesResource\",\n modelProperties: {\n ...PhysicalPartitionThroughputInfoProperties.type.modelProperties,\n },\n },\n };\n\nexport const BaseCosmosDataTransferDataSourceSink: coreClient.CompositeMapper =\n {\n serializedName: \"BaseCosmosDataTransferDataSourceSink\",\n type: {\n name: \"Composite\",\n className: \"BaseCosmosDataTransferDataSourceSink\",\n uberParent: \"DataTransferDataSourceSink\",\n polymorphicDiscriminator: {\n serializedName: \"component\",\n clientName: \"component\",\n },\n modelProperties: {\n ...DataTransferDataSourceSink.type.modelProperties,\n remoteAccountName: {\n serializedName: \"remoteAccountName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CosmosMongoVCoreDataTransferDataSourceSink: coreClient.CompositeMapper =\n {\n serializedName: \"CosmosDBMongoVCore\",\n type: {\n name: \"Composite\",\n className: \"CosmosMongoVCoreDataTransferDataSourceSink\",\n uberParent: \"DataTransferDataSourceSink\",\n polymorphicDiscriminator:\n DataTransferDataSourceSink.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataTransferDataSourceSink.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n collectionName: {\n serializedName: \"collectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostName: {\n serializedName: \"hostName\",\n type: {\n name: \"String\",\n },\n },\n connectionStringKeyVaultUri: {\n serializedName: \"connectionStringKeyVaultUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AzureBlobDataTransferDataSourceSink: coreClient.CompositeMapper = {\n serializedName: \"AzureBlobStorage\",\n type: {\n name: \"Composite\",\n className: \"AzureBlobDataTransferDataSourceSink\",\n uberParent: \"DataTransferDataSourceSink\",\n polymorphicDiscriminator:\n DataTransferDataSourceSink.type.polymorphicDiscriminator,\n modelProperties: {\n ...DataTransferDataSourceSink.type.modelProperties,\n containerName: {\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n endpointUrl: {\n serializedName: \"endpointUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ClusterResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterResource\",\n modelProperties: {\n ...ManagedCassandraARMResourceProperties.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const DataTransferServiceResourceProperties: coreClient.CompositeMapper =\n {\n serializedName: \"DataTransfer\",\n type: {\n name: \"Composite\",\n className: \"DataTransferServiceResourceProperties\",\n uberParent: \"ServiceResourceProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n ServiceResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceProperties.type.modelProperties,\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataTransferRegionalServiceResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const SqlDedicatedGatewayServiceResourceProperties: coreClient.CompositeMapper =\n {\n serializedName: \"SqlDedicatedGateway\",\n type: {\n name: \"Composite\",\n className: \"SqlDedicatedGatewayServiceResourceProperties\",\n uberParent: \"ServiceResourceProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n ServiceResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceProperties.type.modelProperties,\n sqlDedicatedGatewayEndpoint: {\n serializedName: \"sqlDedicatedGatewayEndpoint\",\n type: {\n name: \"String\",\n },\n },\n dedicatedGatewayType: {\n serializedName: \"dedicatedGatewayType\",\n type: {\n name: \"String\",\n },\n },\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlDedicatedGatewayRegionalServiceResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GraphAPIComputeServiceResourceProperties: coreClient.CompositeMapper =\n {\n serializedName: \"GraphAPICompute\",\n type: {\n name: \"Composite\",\n className: \"GraphAPIComputeServiceResourceProperties\",\n uberParent: \"ServiceResourceProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n ServiceResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceProperties.type.modelProperties,\n graphApiComputeEndpoint: {\n serializedName: \"graphApiComputeEndpoint\",\n type: {\n name: \"String\",\n },\n },\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GraphAPIComputeRegionalServiceResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MaterializedViewsBuilderServiceResourceProperties: coreClient.CompositeMapper =\n {\n serializedName: \"MaterializedViewsBuilder\",\n type: {\n name: \"Composite\",\n className: \"MaterializedViewsBuilderServiceResourceProperties\",\n uberParent: \"ServiceResourceProperties\",\n additionalProperties: { type: { name: \"Object\" } },\n polymorphicDiscriminator:\n ServiceResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceProperties.type.modelProperties,\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MaterializedViewsBuilderRegionalServiceResource\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DataTransferServiceResourceCreateUpdateProperties: coreClient.CompositeMapper =\n {\n serializedName: \"DataTransfer\",\n type: {\n name: \"Composite\",\n className: \"DataTransferServiceResourceCreateUpdateProperties\",\n uberParent: \"ServiceResourceCreateUpdateProperties\",\n polymorphicDiscriminator:\n ServiceResourceCreateUpdateProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceCreateUpdateProperties.type.modelProperties,\n },\n },\n };\n\nexport const SqlDedicatedGatewayServiceResourceCreateUpdateProperties: coreClient.CompositeMapper =\n {\n serializedName: \"SqlDedicatedGateway\",\n type: {\n name: \"Composite\",\n className: \"SqlDedicatedGatewayServiceResourceCreateUpdateProperties\",\n uberParent: \"ServiceResourceCreateUpdateProperties\",\n polymorphicDiscriminator:\n ServiceResourceCreateUpdateProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceCreateUpdateProperties.type.modelProperties,\n dedicatedGatewayType: {\n serializedName: \"dedicatedGatewayType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GraphAPIComputeServiceResourceCreateUpdateProperties: coreClient.CompositeMapper =\n {\n serializedName: \"GraphAPICompute\",\n type: {\n name: \"Composite\",\n className: \"GraphAPIComputeServiceResourceCreateUpdateProperties\",\n uberParent: \"ServiceResourceCreateUpdateProperties\",\n polymorphicDiscriminator:\n ServiceResourceCreateUpdateProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceCreateUpdateProperties.type.modelProperties,\n },\n },\n };\n\nexport const MaterializedViewsBuilderServiceResourceCreateUpdateProperties: coreClient.CompositeMapper =\n {\n serializedName: \"MaterializedViewsBuilder\",\n type: {\n name: \"Composite\",\n className:\n \"MaterializedViewsBuilderServiceResourceCreateUpdateProperties\",\n uberParent: \"ServiceResourceCreateUpdateProperties\",\n polymorphicDiscriminator:\n ServiceResourceCreateUpdateProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ServiceResourceCreateUpdateProperties.type.modelProperties,\n },\n },\n };\n\nexport const DataTransferRegionalServiceResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataTransferRegionalServiceResource\",\n modelProperties: {\n ...RegionalServiceResource.type.modelProperties,\n },\n },\n};\n\nexport const SqlDedicatedGatewayRegionalServiceResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlDedicatedGatewayRegionalServiceResource\",\n modelProperties: {\n ...RegionalServiceResource.type.modelProperties,\n sqlDedicatedGatewayEndpoint: {\n serializedName: \"sqlDedicatedGatewayEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GraphAPIComputeRegionalServiceResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GraphAPIComputeRegionalServiceResource\",\n modelProperties: {\n ...RegionalServiceResource.type.modelProperties,\n graphApiComputeEndpoint: {\n serializedName: \"graphApiComputeEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MaterializedViewsBuilderRegionalServiceResource: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MaterializedViewsBuilderRegionalServiceResource\",\n modelProperties: {\n ...RegionalServiceResource.type.modelProperties,\n },\n },\n };\n\nexport const ChaosFaultResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ChaosFaultResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n action: {\n serializedName: \"properties.action\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enable\", \"Disable\"],\n },\n },\n region: {\n serializedName: \"properties.region\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"properties.containerName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\",\n },\n },\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationProperties\",\n },\n },\n },\n },\n };\n\nexport const ThroughputPoolAccountResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolAccountResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n accountResourceIdentifier: {\n serializedName: \"properties.accountResourceIdentifier\",\n type: {\n name: \"String\",\n },\n },\n accountLocation: {\n serializedName: \"properties.accountLocation\",\n type: {\n name: \"String\",\n },\n },\n accountInstanceId: {\n serializedName: \"properties.accountInstanceId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TableRoleDefinitionResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableRoleDefinitionResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n idPropertiesId: {\n serializedName: \"properties.id\",\n type: {\n name: \"String\",\n },\n },\n roleName: {\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"BuiltInRole\", \"CustomRole\"],\n },\n },\n assignableScopes: {\n serializedName: \"properties.assignableScopes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PermissionAutoGenerated\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TableRoleAssignmentResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableRoleAssignmentResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPoolResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n maxThroughput: {\n serializedName: \"properties.maxThroughput\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CosmosCassandraDataTransferDataSourceSink: coreClient.CompositeMapper =\n {\n serializedName: \"CosmosDBCassandra\",\n type: {\n name: \"Composite\",\n className: \"CosmosCassandraDataTransferDataSourceSink\",\n uberParent: \"BaseCosmosDataTransferDataSourceSink\",\n polymorphicDiscriminator:\n BaseCosmosDataTransferDataSourceSink.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseCosmosDataTransferDataSourceSink.type.modelProperties,\n keyspaceName: {\n serializedName: \"keyspaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tableName: {\n serializedName: \"tableName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CosmosMongoDataTransferDataSourceSink: coreClient.CompositeMapper =\n {\n serializedName: \"CosmosDBMongo\",\n type: {\n name: \"Composite\",\n className: \"CosmosMongoDataTransferDataSourceSink\",\n uberParent: \"BaseCosmosDataTransferDataSourceSink\",\n polymorphicDiscriminator:\n BaseCosmosDataTransferDataSourceSink.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseCosmosDataTransferDataSourceSink.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n collectionName: {\n serializedName: \"collectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CosmosSqlDataTransferDataSourceSink: coreClient.CompositeMapper = {\n serializedName: \"CosmosDBSql\",\n type: {\n name: \"Composite\",\n className: \"CosmosSqlDataTransferDataSourceSink\",\n uberParent: \"BaseCosmosDataTransferDataSourceSink\",\n polymorphicDiscriminator:\n BaseCosmosDataTransferDataSourceSink.type.polymorphicDiscriminator,\n modelProperties: {\n ...BaseCosmosDataTransferDataSourceSink.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n containerName: {\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountsDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountsFailoverPriorityChangeHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountsFailoverPriorityChangeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DatabaseAccountsOfflineRegionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountsOfflineRegionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DatabaseAccountsOnlineRegionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountsOnlineRegionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseAccountsRegenerateKeyHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseAccountsRegenerateKeyHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GraphResourcesCreateUpdateGraphHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GraphResourcesCreateUpdateGraphHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GraphResourcesDeleteGraphResourceHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GraphResourcesDeleteGraphResourceHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesCreateUpdateSqlDatabaseHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesCreateUpdateSqlDatabaseHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesDeleteSqlDatabaseHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesDeleteSqlDatabaseHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesUpdateSqlDatabaseThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesUpdateSqlDatabaseThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesMigrateSqlDatabaseToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesMigrateSqlDatabaseToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesMigrateSqlDatabaseToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesMigrateSqlDatabaseToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesCreateUpdateClientEncryptionKeyHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesCreateUpdateClientEncryptionKeyHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesCreateUpdateSqlContainerHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesCreateUpdateSqlContainerHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesDeleteSqlContainerHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesDeleteSqlContainerHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesSqlDatabasePartitionMergeHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesSqlDatabasePartitionMergeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesListSqlContainerPartitionMergeHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesListSqlContainerPartitionMergeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesUpdateSqlContainerThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesUpdateSqlContainerThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesMigrateSqlContainerToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesMigrateSqlContainerToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesMigrateSqlContainerToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesMigrateSqlContainerToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesSqlDatabaseRetrieveThroughputDistributionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesSqlDatabaseRetrieveThroughputDistributionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesSqlDatabaseRedistributeThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesSqlDatabaseRedistributeThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesSqlContainerRetrieveThroughputDistributionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"SqlResourcesSqlContainerRetrieveThroughputDistributionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesSqlContainerRedistributeThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesSqlContainerRedistributeThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesCreateUpdateSqlStoredProcedureHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesCreateUpdateSqlStoredProcedureHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesDeleteSqlStoredProcedureHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesDeleteSqlStoredProcedureHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesCreateUpdateSqlUserDefinedFunctionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesCreateUpdateSqlUserDefinedFunctionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesDeleteSqlUserDefinedFunctionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesDeleteSqlUserDefinedFunctionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesCreateUpdateSqlTriggerHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesCreateUpdateSqlTriggerHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlResourcesDeleteSqlTriggerHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlResourcesDeleteSqlTriggerHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDBResourcesCreateUpdateMongoDBDatabaseHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesCreateUpdateMongoDBDatabaseHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesDeleteMongoDBDatabaseHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesDeleteMongoDBDatabaseHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesUpdateMongoDBDatabaseThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesUpdateMongoDBDatabaseThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMongoDBDatabaseRedistributeThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesMongoDBDatabaseRedistributeThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMongoDBContainerRedistributeThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"MongoDBResourcesMongoDBContainerRedistributeThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesCreateUpdateMongoDBCollectionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesCreateUpdateMongoDBCollectionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesDeleteMongoDBCollectionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesDeleteMongoDBCollectionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMongoDBDatabasePartitionMergeHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesMongoDBDatabasePartitionMergeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesListMongoDBCollectionPartitionMergeHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesListMongoDBCollectionPartitionMergeHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesUpdateMongoDBCollectionThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesUpdateMongoDBCollectionThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMigrateMongoDBCollectionToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MongoDBResourcesMigrateMongoDBCollectionToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MongoDBResourcesMigrateMongoDBCollectionToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"MongoDBResourcesMigrateMongoDBCollectionToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesCreateUpdateTableHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesCreateUpdateTableHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesDeleteTableHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TableResourcesDeleteTableHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TableResourcesUpdateTableThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesUpdateTableThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesMigrateTableToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesMigrateTableToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesMigrateTableToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesMigrateTableToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesCreateUpdateTableRoleDefinitionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesCreateUpdateTableRoleDefinitionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesDeleteTableRoleDefinitionHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesDeleteTableRoleDefinitionHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesCreateUpdateTableRoleAssignmentHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesCreateUpdateTableRoleAssignmentHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const TableResourcesDeleteTableRoleAssignmentHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"TableResourcesDeleteTableRoleAssignmentHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesCreateUpdateCassandraKeyspaceHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesCreateUpdateCassandraKeyspaceHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesDeleteCassandraKeyspaceHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesDeleteCassandraKeyspaceHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesUpdateCassandraKeyspaceThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesUpdateCassandraKeyspaceThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesMigrateCassandraKeyspaceToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesMigrateCassandraKeyspaceToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesMigrateCassandraKeyspaceToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"CassandraResourcesMigrateCassandraKeyspaceToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesCreateUpdateCassandraTableHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesCreateUpdateCassandraTableHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesDeleteCassandraTableHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesDeleteCassandraTableHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesUpdateCassandraTableThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesUpdateCassandraTableThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesMigrateCassandraTableToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesMigrateCassandraTableToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesMigrateCassandraTableToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"CassandraResourcesMigrateCassandraTableToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesCreateUpdateCassandraViewHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesCreateUpdateCassandraViewHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesDeleteCassandraViewHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesDeleteCassandraViewHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesUpdateCassandraViewThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesUpdateCassandraViewThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesMigrateCassandraViewToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraResourcesMigrateCassandraViewToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraResourcesMigrateCassandraViewToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"CassandraResourcesMigrateCassandraViewToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesCreateUpdateGremlinDatabaseHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesCreateUpdateGremlinDatabaseHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesDeleteGremlinDatabaseHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesDeleteGremlinDatabaseHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesUpdateGremlinDatabaseThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesUpdateGremlinDatabaseThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesMigrateGremlinDatabaseToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesMigrateGremlinDatabaseToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesMigrateGremlinDatabaseToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"GremlinResourcesMigrateGremlinDatabaseToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesCreateUpdateGremlinGraphHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesCreateUpdateGremlinGraphHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesDeleteGremlinGraphHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesDeleteGremlinGraphHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesUpdateGremlinGraphThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesUpdateGremlinGraphThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesMigrateGremlinGraphToAutoscaleHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesMigrateGremlinGraphToAutoscaleHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const GremlinResourcesMigrateGremlinGraphToManualThroughputHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GremlinResourcesMigrateGremlinGraphToManualThroughputHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CassandraClustersInvokeCommandAsyncHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CassandraClustersInvokeCommandAsyncHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NetworkSecurityPerimeterConfigurationsReconcileHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationsReconcileHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ServiceDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPoolUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPoolDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ThroughputPoolAccountDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ThroughputPoolAccountDeleteHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n BackupPolicy: BackupPolicy,\n DataTransferDataSourceSink: DataTransferDataSourceSink,\n ServiceResourceProperties: ServiceResourceProperties,\n ServiceResourceCreateUpdateProperties: ServiceResourceCreateUpdateProperties,\n \"BackupPolicy.Periodic\": PeriodicModeBackupPolicy,\n \"BackupPolicy.Continuous\": ContinuousModeBackupPolicy,\n \"DataTransferDataSourceSink.BaseCosmosDataTransferDataSourceSink\":\n BaseCosmosDataTransferDataSourceSink,\n \"DataTransferDataSourceSink.CosmosDBMongoVCore\":\n CosmosMongoVCoreDataTransferDataSourceSink,\n \"DataTransferDataSourceSink.AzureBlobStorage\":\n AzureBlobDataTransferDataSourceSink,\n \"ServiceResourceProperties.DataTransfer\":\n DataTransferServiceResourceProperties,\n \"ServiceResourceProperties.SqlDedicatedGateway\":\n SqlDedicatedGatewayServiceResourceProperties,\n \"ServiceResourceProperties.GraphAPICompute\":\n GraphAPIComputeServiceResourceProperties,\n \"ServiceResourceProperties.MaterializedViewsBuilder\":\n MaterializedViewsBuilderServiceResourceProperties,\n \"ServiceResourceCreateUpdateProperties.DataTransfer\":\n DataTransferServiceResourceCreateUpdateProperties,\n \"ServiceResourceCreateUpdateProperties.SqlDedicatedGateway\":\n SqlDedicatedGatewayServiceResourceCreateUpdateProperties,\n \"ServiceResourceCreateUpdateProperties.GraphAPICompute\":\n GraphAPIComputeServiceResourceCreateUpdateProperties,\n \"ServiceResourceCreateUpdateProperties.MaterializedViewsBuilder\":\n MaterializedViewsBuilderServiceResourceCreateUpdateProperties,\n \"BaseCosmosDataTransferDataSourceSink.CosmosDBCassandra\":\n CosmosCassandraDataTransferDataSourceSink,\n \"BaseCosmosDataTransferDataSourceSink.CosmosDBMongo\":\n CosmosMongoDataTransferDataSourceSink,\n \"BaseCosmosDataTransferDataSourceSink.CosmosDBSql\":\n CosmosSqlDataTransferDataSourceSink,\n};\n"]}