@azure/arm-servicefabricmesh 3.0.0-beta.4 → 3.0.0-beta.5

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 (692) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/index.d.ts +68 -68
  9. package/dist/browser/models/index.d.ts.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/models/mappers.js +225 -96
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/application.d.ts +3 -3
  16. package/dist/browser/operations/application.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/application.js +48 -78
  18. package/dist/browser/operations/application.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/codePackage.d.ts +3 -3
  20. package/dist/browser/operations/codePackage.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/codePackage.js +3 -2
  22. package/dist/browser/operations/codePackage.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/gateway.d.ts +3 -3
  24. package/dist/browser/operations/gateway.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/gateway.js +48 -78
  26. package/dist/browser/operations/gateway.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +11 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +18 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/network.d.ts +3 -3
  32. package/dist/browser/operations/network.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/network.js +48 -78
  34. package/dist/browser/operations/network.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -41
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/secret.d.ts +3 -3
  40. package/dist/browser/operations/secret.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/secret.js +48 -78
  42. package/dist/browser/operations/secret.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/secretValueOperations.d.ts +3 -3
  44. package/dist/browser/operations/secretValueOperations.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/secretValueOperations.js +26 -41
  46. package/dist/browser/operations/secretValueOperations.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
  48. package/dist/browser/operations/service.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/service.js +26 -41
  50. package/dist/browser/operations/service.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/serviceReplica.d.ts +3 -3
  52. package/dist/browser/operations/serviceReplica.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/serviceReplica.js +26 -41
  54. package/dist/browser/operations/serviceReplica.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operations/volume.d.ts +3 -3
  56. package/dist/browser/operations/volume.d.ts.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operations/volume.js +48 -78
  58. package/dist/browser/operations/volume.js.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operationsInterfaces/application.d.ts +1 -1
  60. package/dist/browser/operationsInterfaces/application.d.ts.map +1 -0
  61. package/dist/browser/operationsInterfaces/application.js.map +1 -0
  62. package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.d.ts +1 -1
  63. package/dist/browser/operationsInterfaces/codePackage.d.ts.map +1 -0
  64. package/dist/browser/operationsInterfaces/codePackage.js.map +1 -0
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.d.ts +1 -1
  66. package/dist/browser/operationsInterfaces/gateway.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/gateway.js.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  69. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  70. package/dist/browser/operationsInterfaces/index.js +18 -0
  71. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/network.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/network.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/network.js.map +1 -0
  75. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  76. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  77. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  78. package/{dist-esm/src → dist/browser}/operationsInterfaces/secret.d.ts +1 -1
  79. package/dist/browser/operationsInterfaces/secret.d.ts.map +1 -0
  80. package/dist/browser/operationsInterfaces/secret.js.map +1 -0
  81. package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.d.ts +1 -1
  82. package/dist/browser/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  83. package/dist/browser/operationsInterfaces/secretValueOperations.js.map +1 -0
  84. package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
  85. package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
  86. package/dist/browser/operationsInterfaces/service.js.map +1 -0
  87. package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.d.ts +1 -1
  88. package/dist/browser/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/serviceReplica.js.map +1 -0
  90. package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.d.ts +1 -1
  91. package/dist/browser/operationsInterfaces/volume.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/volume.js.map +1 -0
  93. package/dist/browser/package.json +3 -0
  94. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  95. package/dist/browser/pagingHelper.js.map +1 -0
  96. package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.d.ts +2 -2
  97. package/dist/browser/serviceFabricMeshManagementClient.d.ts.map +1 -0
  98. package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.js +39 -24
  99. package/dist/browser/serviceFabricMeshManagementClient.js.map +1 -0
  100. package/dist/commonjs/index.d.ts +5 -0
  101. package/dist/commonjs/index.d.ts.map +1 -0
  102. package/dist/commonjs/index.js +19 -0
  103. package/dist/commonjs/index.js.map +1 -0
  104. package/{types/arm-servicefabricmesh.d.ts → dist/commonjs/models/index.d.ts} +1386 -1971
  105. package/dist/commonjs/models/index.d.ts.map +1 -0
  106. package/dist/commonjs/models/index.js +129 -0
  107. package/dist/commonjs/models/index.js.map +1 -0
  108. package/dist/commonjs/models/mappers.d.ts +105 -0
  109. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  110. package/dist/commonjs/models/mappers.js +2627 -0
  111. package/dist/commonjs/models/mappers.js.map +1 -0
  112. package/dist/commonjs/models/parameters.d.ts +25 -0
  113. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  114. package/dist/commonjs/models/parameters.js +218 -0
  115. package/dist/commonjs/models/parameters.js.map +1 -0
  116. package/dist/commonjs/operations/application.d.ts +82 -0
  117. package/dist/commonjs/operations/application.d.ts.map +1 -0
  118. package/dist/commonjs/operations/application.js +336 -0
  119. package/dist/commonjs/operations/application.js.map +1 -0
  120. package/dist/commonjs/operations/codePackage.d.ts +23 -0
  121. package/dist/commonjs/operations/codePackage.d.ts.map +1 -0
  122. package/dist/commonjs/operations/codePackage.js +72 -0
  123. package/dist/commonjs/operations/codePackage.js.map +1 -0
  124. package/dist/commonjs/operations/gateway.d.ts +83 -0
  125. package/dist/commonjs/operations/gateway.d.ts.map +1 -0
  126. package/dist/commonjs/operations/gateway.js +337 -0
  127. package/dist/commonjs/operations/gateway.js.map +1 -0
  128. package/dist/commonjs/operations/index.d.ts +11 -0
  129. package/dist/commonjs/operations/index.d.ts.map +1 -0
  130. package/dist/commonjs/operations/index.js +21 -0
  131. package/dist/commonjs/operations/index.js.map +1 -0
  132. package/dist/commonjs/operations/network.d.ts +82 -0
  133. package/dist/commonjs/operations/network.d.ts.map +1 -0
  134. package/dist/commonjs/operations/network.js +336 -0
  135. package/dist/commonjs/operations/network.js.map +1 -0
  136. package/dist/commonjs/operations/operations.d.ts +32 -0
  137. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  138. package/dist/commonjs/operations/operations.js +121 -0
  139. package/dist/commonjs/operations/operations.js.map +1 -0
  140. package/dist/commonjs/operations/secret.d.ts +81 -0
  141. package/dist/commonjs/operations/secret.d.ts.map +1 -0
  142. package/dist/commonjs/operations/secret.js +335 -0
  143. package/dist/commonjs/operations/secret.js.map +1 -0
  144. package/dist/commonjs/operations/secretValueOperations.d.ts +81 -0
  145. package/dist/commonjs/operations/secretValueOperations.d.ts.map +1 -0
  146. package/dist/commonjs/operations/secretValueOperations.js +304 -0
  147. package/dist/commonjs/operations/secretValueOperations.js.map +1 -0
  148. package/dist/commonjs/operations/service.d.ts +49 -0
  149. package/dist/commonjs/operations/service.d.ts.map +1 -0
  150. package/dist/commonjs/operations/service.js +178 -0
  151. package/dist/commonjs/operations/service.js.map +1 -0
  152. package/dist/commonjs/operations/serviceReplica.d.ts +53 -0
  153. package/dist/commonjs/operations/serviceReplica.d.ts.map +1 -0
  154. package/dist/commonjs/operations/serviceReplica.js +197 -0
  155. package/dist/commonjs/operations/serviceReplica.js.map +1 -0
  156. package/dist/commonjs/operations/volume.d.ts +81 -0
  157. package/dist/commonjs/operations/volume.d.ts.map +1 -0
  158. package/dist/commonjs/operations/volume.js +335 -0
  159. package/dist/commonjs/operations/volume.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/application.d.ts +44 -0
  161. package/dist/commonjs/operationsInterfaces/application.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/application.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/application.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/codePackage.d.ts +15 -0
  165. package/dist/commonjs/operationsInterfaces/codePackage.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/codePackage.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/codePackage.js.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/gateway.d.ts +45 -0
  169. package/dist/commonjs/operationsInterfaces/gateway.d.ts.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/gateway.js +10 -0
  171. package/dist/commonjs/operationsInterfaces/gateway.js.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  175. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/network.d.ts +44 -0
  177. package/dist/commonjs/operationsInterfaces/network.d.ts.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/network.js +10 -0
  179. package/dist/commonjs/operationsInterfaces/network.js.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  181. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  183. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/secret.d.ts +43 -0
  185. package/dist/commonjs/operationsInterfaces/secret.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/secret.js +10 -0
  187. package/dist/commonjs/operationsInterfaces/secret.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts +55 -0
  189. package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/secretValueOperations.js +10 -0
  191. package/dist/commonjs/operationsInterfaces/secretValueOperations.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/service.d.ts +23 -0
  193. package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/service.js +10 -0
  195. package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts +25 -0
  197. package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/serviceReplica.js +10 -0
  199. package/dist/commonjs/operationsInterfaces/serviceReplica.js.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/volume.d.ts +43 -0
  201. package/dist/commonjs/operationsInterfaces/volume.d.ts.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/volume.js +10 -0
  203. package/dist/commonjs/operationsInterfaces/volume.js.map +1 -0
  204. package/dist/commonjs/package.json +3 -0
  205. package/dist/commonjs/pagingHelper.d.ts +13 -0
  206. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  207. package/dist/commonjs/pagingHelper.js +34 -0
  208. package/dist/commonjs/pagingHelper.js.map +1 -0
  209. package/dist/commonjs/serviceFabricMeshManagementClient.d.ts +29 -0
  210. package/dist/commonjs/serviceFabricMeshManagementClient.d.ts.map +1 -0
  211. package/dist/commonjs/serviceFabricMeshManagementClient.js +129 -0
  212. package/dist/commonjs/serviceFabricMeshManagementClient.js.map +1 -0
  213. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  214. package/dist/esm/index.d.ts +5 -0
  215. package/dist/esm/index.d.ts.map +1 -0
  216. package/{src/index.ts → dist/esm/index.js} +5 -5
  217. package/dist/esm/index.js.map +1 -0
  218. package/dist/esm/models/index.d.ts +1386 -0
  219. package/dist/esm/models/index.d.ts.map +1 -0
  220. package/dist/esm/models/index.js +126 -0
  221. package/dist/esm/models/index.js.map +1 -0
  222. package/dist/esm/models/mappers.d.ts +105 -0
  223. package/dist/esm/models/mappers.d.ts.map +1 -0
  224. package/dist/esm/models/mappers.js +2623 -0
  225. package/dist/esm/models/mappers.js.map +1 -0
  226. package/dist/esm/models/parameters.d.ts +25 -0
  227. package/dist/esm/models/parameters.d.ts.map +1 -0
  228. package/dist/esm/models/parameters.js +215 -0
  229. package/dist/esm/models/parameters.js.map +1 -0
  230. package/dist/esm/operations/application.d.ts +82 -0
  231. package/dist/esm/operations/application.d.ts.map +1 -0
  232. package/dist/esm/operations/application.js +331 -0
  233. package/dist/esm/operations/application.js.map +1 -0
  234. package/dist/esm/operations/codePackage.d.ts +23 -0
  235. package/dist/esm/operations/codePackage.d.ts.map +1 -0
  236. package/dist/esm/operations/codePackage.js +67 -0
  237. package/dist/esm/operations/codePackage.js.map +1 -0
  238. package/dist/esm/operations/gateway.d.ts +83 -0
  239. package/dist/esm/operations/gateway.d.ts.map +1 -0
  240. package/dist/esm/operations/gateway.js +332 -0
  241. package/dist/esm/operations/gateway.js.map +1 -0
  242. package/dist/esm/operations/index.d.ts +11 -0
  243. package/dist/esm/operations/index.d.ts.map +1 -0
  244. package/dist/esm/operations/index.js +18 -0
  245. package/dist/esm/operations/index.js.map +1 -0
  246. package/dist/esm/operations/network.d.ts +82 -0
  247. package/dist/esm/operations/network.d.ts.map +1 -0
  248. package/dist/esm/operations/network.js +331 -0
  249. package/dist/esm/operations/network.js.map +1 -0
  250. package/dist/esm/operations/operations.d.ts +32 -0
  251. package/dist/esm/operations/operations.d.ts.map +1 -0
  252. package/dist/esm/operations/operations.js +116 -0
  253. package/dist/esm/operations/operations.js.map +1 -0
  254. package/dist/esm/operations/secret.d.ts +81 -0
  255. package/dist/esm/operations/secret.d.ts.map +1 -0
  256. package/dist/esm/operations/secret.js +330 -0
  257. package/dist/esm/operations/secret.js.map +1 -0
  258. package/dist/esm/operations/secretValueOperations.d.ts +81 -0
  259. package/dist/esm/operations/secretValueOperations.d.ts.map +1 -0
  260. package/dist/esm/operations/secretValueOperations.js +299 -0
  261. package/dist/esm/operations/secretValueOperations.js.map +1 -0
  262. package/dist/esm/operations/service.d.ts +49 -0
  263. package/dist/esm/operations/service.d.ts.map +1 -0
  264. package/dist/esm/operations/service.js +173 -0
  265. package/dist/esm/operations/service.js.map +1 -0
  266. package/dist/esm/operations/serviceReplica.d.ts +53 -0
  267. package/dist/esm/operations/serviceReplica.d.ts.map +1 -0
  268. package/dist/esm/operations/serviceReplica.js +192 -0
  269. package/dist/esm/operations/serviceReplica.js.map +1 -0
  270. package/dist/esm/operations/volume.d.ts +81 -0
  271. package/dist/esm/operations/volume.d.ts.map +1 -0
  272. package/dist/esm/operations/volume.js +330 -0
  273. package/dist/esm/operations/volume.js.map +1 -0
  274. package/dist/esm/operationsInterfaces/application.d.ts +44 -0
  275. package/dist/esm/operationsInterfaces/application.d.ts.map +1 -0
  276. package/dist/esm/operationsInterfaces/application.js +9 -0
  277. package/dist/esm/operationsInterfaces/application.js.map +1 -0
  278. package/dist/esm/operationsInterfaces/codePackage.d.ts +15 -0
  279. package/dist/esm/operationsInterfaces/codePackage.d.ts.map +1 -0
  280. package/dist/esm/operationsInterfaces/codePackage.js +9 -0
  281. package/dist/esm/operationsInterfaces/codePackage.js.map +1 -0
  282. package/dist/esm/operationsInterfaces/gateway.d.ts +45 -0
  283. package/dist/esm/operationsInterfaces/gateway.d.ts.map +1 -0
  284. package/dist/esm/operationsInterfaces/gateway.js +9 -0
  285. package/dist/esm/operationsInterfaces/gateway.js.map +1 -0
  286. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  287. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  288. package/dist/esm/operationsInterfaces/index.js +18 -0
  289. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  290. package/dist/esm/operationsInterfaces/network.d.ts +44 -0
  291. package/dist/esm/operationsInterfaces/network.d.ts.map +1 -0
  292. package/dist/esm/operationsInterfaces/network.js +9 -0
  293. package/dist/esm/operationsInterfaces/network.js.map +1 -0
  294. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  295. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  296. package/dist/esm/operationsInterfaces/operations.js +9 -0
  297. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  298. package/dist/esm/operationsInterfaces/secret.d.ts +43 -0
  299. package/dist/esm/operationsInterfaces/secret.d.ts.map +1 -0
  300. package/dist/esm/operationsInterfaces/secret.js +9 -0
  301. package/dist/esm/operationsInterfaces/secret.js.map +1 -0
  302. package/dist/esm/operationsInterfaces/secretValueOperations.d.ts +55 -0
  303. package/dist/esm/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  304. package/dist/esm/operationsInterfaces/secretValueOperations.js +9 -0
  305. package/dist/esm/operationsInterfaces/secretValueOperations.js.map +1 -0
  306. package/dist/esm/operationsInterfaces/service.d.ts +23 -0
  307. package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
  308. package/dist/esm/operationsInterfaces/service.js +9 -0
  309. package/dist/esm/operationsInterfaces/service.js.map +1 -0
  310. package/dist/esm/operationsInterfaces/serviceReplica.d.ts +25 -0
  311. package/dist/esm/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  312. package/dist/esm/operationsInterfaces/serviceReplica.js +9 -0
  313. package/dist/esm/operationsInterfaces/serviceReplica.js.map +1 -0
  314. package/dist/esm/operationsInterfaces/volume.d.ts +43 -0
  315. package/dist/esm/operationsInterfaces/volume.d.ts.map +1 -0
  316. package/dist/esm/operationsInterfaces/volume.js +9 -0
  317. package/dist/esm/operationsInterfaces/volume.js.map +1 -0
  318. package/dist/esm/package.json +3 -0
  319. package/dist/esm/pagingHelper.d.ts +13 -0
  320. package/dist/esm/pagingHelper.d.ts.map +1 -0
  321. package/dist/esm/pagingHelper.js +30 -0
  322. package/dist/esm/pagingHelper.js.map +1 -0
  323. package/dist/esm/serviceFabricMeshManagementClient.d.ts +29 -0
  324. package/dist/esm/serviceFabricMeshManagementClient.d.ts.map +1 -0
  325. package/dist/esm/serviceFabricMeshManagementClient.js +124 -0
  326. package/dist/esm/serviceFabricMeshManagementClient.js.map +1 -0
  327. package/dist/react-native/index.d.ts +5 -0
  328. package/dist/react-native/index.d.ts.map +1 -0
  329. package/dist/react-native/index.js +13 -0
  330. package/dist/react-native/index.js.map +1 -0
  331. package/dist/react-native/models/index.d.ts +1386 -0
  332. package/dist/react-native/models/index.d.ts.map +1 -0
  333. package/dist/react-native/models/index.js +126 -0
  334. package/dist/react-native/models/index.js.map +1 -0
  335. package/dist/react-native/models/mappers.d.ts +105 -0
  336. package/dist/react-native/models/mappers.d.ts.map +1 -0
  337. package/dist/react-native/models/mappers.js +2623 -0
  338. package/dist/react-native/models/mappers.js.map +1 -0
  339. package/dist/react-native/models/parameters.d.ts +25 -0
  340. package/dist/react-native/models/parameters.d.ts.map +1 -0
  341. package/dist/react-native/models/parameters.js +215 -0
  342. package/dist/react-native/models/parameters.js.map +1 -0
  343. package/dist/react-native/operations/application.d.ts +82 -0
  344. package/dist/react-native/operations/application.d.ts.map +1 -0
  345. package/dist/react-native/operations/application.js +331 -0
  346. package/dist/react-native/operations/application.js.map +1 -0
  347. package/dist/react-native/operations/codePackage.d.ts +23 -0
  348. package/dist/react-native/operations/codePackage.d.ts.map +1 -0
  349. package/dist/react-native/operations/codePackage.js +67 -0
  350. package/dist/react-native/operations/codePackage.js.map +1 -0
  351. package/dist/react-native/operations/gateway.d.ts +83 -0
  352. package/dist/react-native/operations/gateway.d.ts.map +1 -0
  353. package/dist/react-native/operations/gateway.js +332 -0
  354. package/dist/react-native/operations/gateway.js.map +1 -0
  355. package/dist/react-native/operations/index.d.ts +11 -0
  356. package/dist/react-native/operations/index.d.ts.map +1 -0
  357. package/dist/react-native/operations/index.js +18 -0
  358. package/dist/react-native/operations/index.js.map +1 -0
  359. package/dist/react-native/operations/network.d.ts +82 -0
  360. package/dist/react-native/operations/network.d.ts.map +1 -0
  361. package/dist/react-native/operations/network.js +331 -0
  362. package/dist/react-native/operations/network.js.map +1 -0
  363. package/dist/react-native/operations/operations.d.ts +32 -0
  364. package/dist/react-native/operations/operations.d.ts.map +1 -0
  365. package/dist/react-native/operations/operations.js +116 -0
  366. package/dist/react-native/operations/operations.js.map +1 -0
  367. package/dist/react-native/operations/secret.d.ts +81 -0
  368. package/dist/react-native/operations/secret.d.ts.map +1 -0
  369. package/dist/react-native/operations/secret.js +330 -0
  370. package/dist/react-native/operations/secret.js.map +1 -0
  371. package/dist/react-native/operations/secretValueOperations.d.ts +81 -0
  372. package/dist/react-native/operations/secretValueOperations.d.ts.map +1 -0
  373. package/dist/react-native/operations/secretValueOperations.js +299 -0
  374. package/dist/react-native/operations/secretValueOperations.js.map +1 -0
  375. package/dist/react-native/operations/service.d.ts +49 -0
  376. package/dist/react-native/operations/service.d.ts.map +1 -0
  377. package/dist/react-native/operations/service.js +173 -0
  378. package/dist/react-native/operations/service.js.map +1 -0
  379. package/dist/react-native/operations/serviceReplica.d.ts +53 -0
  380. package/dist/react-native/operations/serviceReplica.d.ts.map +1 -0
  381. package/dist/react-native/operations/serviceReplica.js +192 -0
  382. package/dist/react-native/operations/serviceReplica.js.map +1 -0
  383. package/dist/react-native/operations/volume.d.ts +81 -0
  384. package/dist/react-native/operations/volume.d.ts.map +1 -0
  385. package/dist/react-native/operations/volume.js +330 -0
  386. package/dist/react-native/operations/volume.js.map +1 -0
  387. package/dist/react-native/operationsInterfaces/application.d.ts +44 -0
  388. package/dist/react-native/operationsInterfaces/application.d.ts.map +1 -0
  389. package/dist/react-native/operationsInterfaces/application.js +9 -0
  390. package/dist/react-native/operationsInterfaces/application.js.map +1 -0
  391. package/dist/react-native/operationsInterfaces/codePackage.d.ts +15 -0
  392. package/dist/react-native/operationsInterfaces/codePackage.d.ts.map +1 -0
  393. package/dist/react-native/operationsInterfaces/codePackage.js +9 -0
  394. package/dist/react-native/operationsInterfaces/codePackage.js.map +1 -0
  395. package/dist/react-native/operationsInterfaces/gateway.d.ts +45 -0
  396. package/dist/react-native/operationsInterfaces/gateway.d.ts.map +1 -0
  397. package/dist/react-native/operationsInterfaces/gateway.js +9 -0
  398. package/dist/react-native/operationsInterfaces/gateway.js.map +1 -0
  399. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  400. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  401. package/dist/react-native/operationsInterfaces/index.js +18 -0
  402. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  403. package/dist/react-native/operationsInterfaces/network.d.ts +44 -0
  404. package/dist/react-native/operationsInterfaces/network.d.ts.map +1 -0
  405. package/dist/react-native/operationsInterfaces/network.js +9 -0
  406. package/dist/react-native/operationsInterfaces/network.js.map +1 -0
  407. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  408. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  409. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  410. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  411. package/dist/react-native/operationsInterfaces/secret.d.ts +43 -0
  412. package/dist/react-native/operationsInterfaces/secret.d.ts.map +1 -0
  413. package/dist/react-native/operationsInterfaces/secret.js +9 -0
  414. package/dist/react-native/operationsInterfaces/secret.js.map +1 -0
  415. package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts +55 -0
  416. package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  417. package/dist/react-native/operationsInterfaces/secretValueOperations.js +9 -0
  418. package/dist/react-native/operationsInterfaces/secretValueOperations.js.map +1 -0
  419. package/dist/react-native/operationsInterfaces/service.d.ts +23 -0
  420. package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
  421. package/dist/react-native/operationsInterfaces/service.js +9 -0
  422. package/dist/react-native/operationsInterfaces/service.js.map +1 -0
  423. package/dist/react-native/operationsInterfaces/serviceReplica.d.ts +25 -0
  424. package/dist/react-native/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  425. package/dist/react-native/operationsInterfaces/serviceReplica.js +9 -0
  426. package/dist/react-native/operationsInterfaces/serviceReplica.js.map +1 -0
  427. package/dist/react-native/operationsInterfaces/volume.d.ts +43 -0
  428. package/dist/react-native/operationsInterfaces/volume.d.ts.map +1 -0
  429. package/dist/react-native/operationsInterfaces/volume.js +9 -0
  430. package/dist/react-native/operationsInterfaces/volume.js.map +1 -0
  431. package/dist/react-native/package.json +3 -0
  432. package/dist/react-native/pagingHelper.d.ts +13 -0
  433. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  434. package/dist/react-native/pagingHelper.js +30 -0
  435. package/dist/react-native/pagingHelper.js.map +1 -0
  436. package/dist/react-native/serviceFabricMeshManagementClient.d.ts +29 -0
  437. package/dist/react-native/serviceFabricMeshManagementClient.d.ts.map +1 -0
  438. package/dist/react-native/serviceFabricMeshManagementClient.js +124 -0
  439. package/dist/react-native/serviceFabricMeshManagementClient.js.map +1 -0
  440. package/package.json +82 -71
  441. package/dist/index.js +0 -5755
  442. package/dist/index.js.map +0 -1
  443. package/dist/index.min.js +0 -1
  444. package/dist/index.min.js.map +0 -1
  445. package/dist-esm/samples-dev/applicationCreateSample.d.ts +0 -2
  446. package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +0 -1
  447. package/dist-esm/samples-dev/applicationCreateSample.js +0 -66
  448. package/dist-esm/samples-dev/applicationCreateSample.js.map +0 -1
  449. package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
  450. package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
  451. package/dist-esm/samples-dev/applicationDeleteSample.js +0 -39
  452. package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
  453. package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
  454. package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
  455. package/dist-esm/samples-dev/applicationGetSample.js +0 -39
  456. package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
  457. package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts +0 -2
  458. package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts.map +0 -1
  459. package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +0 -52
  460. package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +0 -1
  461. package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts +0 -2
  462. package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts.map +0 -1
  463. package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +0 -51
  464. package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +0 -1
  465. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts +0 -2
  466. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts.map +0 -1
  467. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +0 -42
  468. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +0 -1
  469. package/dist-esm/samples-dev/gatewayCreateSample.d.ts +0 -2
  470. package/dist-esm/samples-dev/gatewayCreateSample.d.ts.map +0 -1
  471. package/dist-esm/samples-dev/gatewayCreateSample.js +0 -84
  472. package/dist-esm/samples-dev/gatewayCreateSample.js.map +0 -1
  473. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +0 -2
  474. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +0 -1
  475. package/dist-esm/samples-dev/gatewayDeleteSample.js +0 -39
  476. package/dist-esm/samples-dev/gatewayDeleteSample.js.map +0 -1
  477. package/dist-esm/samples-dev/gatewayGetSample.d.ts +0 -2
  478. package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +0 -1
  479. package/dist-esm/samples-dev/gatewayGetSample.js +0 -39
  480. package/dist-esm/samples-dev/gatewayGetSample.js.map +0 -1
  481. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts +0 -2
  482. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts.map +0 -1
  483. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +0 -52
  484. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +0 -1
  485. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts +0 -2
  486. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts.map +0 -1
  487. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +0 -51
  488. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +0 -1
  489. package/dist-esm/samples-dev/networkCreateSample.d.ts +0 -2
  490. package/dist-esm/samples-dev/networkCreateSample.d.ts.map +0 -1
  491. package/dist-esm/samples-dev/networkCreateSample.js +0 -48
  492. package/dist-esm/samples-dev/networkCreateSample.js.map +0 -1
  493. package/dist-esm/samples-dev/networkDeleteSample.d.ts +0 -2
  494. package/dist-esm/samples-dev/networkDeleteSample.d.ts.map +0 -1
  495. package/dist-esm/samples-dev/networkDeleteSample.js +0 -39
  496. package/dist-esm/samples-dev/networkDeleteSample.js.map +0 -1
  497. package/dist-esm/samples-dev/networkGetSample.d.ts +0 -2
  498. package/dist-esm/samples-dev/networkGetSample.d.ts.map +0 -1
  499. package/dist-esm/samples-dev/networkGetSample.js +0 -39
  500. package/dist-esm/samples-dev/networkGetSample.js.map +0 -1
  501. package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts +0 -2
  502. package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts.map +0 -1
  503. package/dist-esm/samples-dev/networkListByResourceGroupSample.js +0 -52
  504. package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +0 -1
  505. package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts +0 -2
  506. package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts.map +0 -1
  507. package/dist-esm/samples-dev/networkListBySubscriptionSample.js +0 -51
  508. package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +0 -1
  509. package/dist-esm/samples-dev/secretCreateSample.d.ts +0 -2
  510. package/dist-esm/samples-dev/secretCreateSample.d.ts.map +0 -1
  511. package/dist-esm/samples-dev/secretCreateSample.js +0 -48
  512. package/dist-esm/samples-dev/secretCreateSample.js.map +0 -1
  513. package/dist-esm/samples-dev/secretDeleteSample.d.ts +0 -2
  514. package/dist-esm/samples-dev/secretDeleteSample.d.ts.map +0 -1
  515. package/dist-esm/samples-dev/secretDeleteSample.js +0 -39
  516. package/dist-esm/samples-dev/secretDeleteSample.js.map +0 -1
  517. package/dist-esm/samples-dev/secretGetSample.d.ts +0 -2
  518. package/dist-esm/samples-dev/secretGetSample.d.ts.map +0 -1
  519. package/dist-esm/samples-dev/secretGetSample.js +0 -39
  520. package/dist-esm/samples-dev/secretGetSample.js.map +0 -1
  521. package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts +0 -2
  522. package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts.map +0 -1
  523. package/dist-esm/samples-dev/secretListByResourceGroupSample.js +0 -52
  524. package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +0 -1
  525. package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts +0 -2
  526. package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts.map +0 -1
  527. package/dist-esm/samples-dev/secretListBySubscriptionSample.js +0 -51
  528. package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +0 -1
  529. package/dist-esm/samples-dev/secretValueCreateSample.d.ts +0 -2
  530. package/dist-esm/samples-dev/secretValueCreateSample.d.ts.map +0 -1
  531. package/dist-esm/samples-dev/secretValueCreateSample.js +0 -45
  532. package/dist-esm/samples-dev/secretValueCreateSample.js.map +0 -1
  533. package/dist-esm/samples-dev/secretValueDeleteSample.d.ts +0 -2
  534. package/dist-esm/samples-dev/secretValueDeleteSample.d.ts.map +0 -1
  535. package/dist-esm/samples-dev/secretValueDeleteSample.js +0 -40
  536. package/dist-esm/samples-dev/secretValueDeleteSample.js.map +0 -1
  537. package/dist-esm/samples-dev/secretValueGetSample.d.ts +0 -2
  538. package/dist-esm/samples-dev/secretValueGetSample.d.ts.map +0 -1
  539. package/dist-esm/samples-dev/secretValueGetSample.js +0 -40
  540. package/dist-esm/samples-dev/secretValueGetSample.js.map +0 -1
  541. package/dist-esm/samples-dev/secretValueListSample.d.ts +0 -2
  542. package/dist-esm/samples-dev/secretValueListSample.d.ts.map +0 -1
  543. package/dist-esm/samples-dev/secretValueListSample.js +0 -53
  544. package/dist-esm/samples-dev/secretValueListSample.js.map +0 -1
  545. package/dist-esm/samples-dev/secretValueListValueSample.d.ts +0 -2
  546. package/dist-esm/samples-dev/secretValueListValueSample.d.ts.map +0 -1
  547. package/dist-esm/samples-dev/secretValueListValueSample.js +0 -40
  548. package/dist-esm/samples-dev/secretValueListValueSample.js.map +0 -1
  549. package/dist-esm/samples-dev/serviceGetSample.d.ts +0 -2
  550. package/dist-esm/samples-dev/serviceGetSample.d.ts.map +0 -1
  551. package/dist-esm/samples-dev/serviceGetSample.js +0 -40
  552. package/dist-esm/samples-dev/serviceGetSample.js.map +0 -1
  553. package/dist-esm/samples-dev/serviceListSample.d.ts +0 -2
  554. package/dist-esm/samples-dev/serviceListSample.d.ts.map +0 -1
  555. package/dist-esm/samples-dev/serviceListSample.js +0 -53
  556. package/dist-esm/samples-dev/serviceListSample.js.map +0 -1
  557. package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts +0 -2
  558. package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts.map +0 -1
  559. package/dist-esm/samples-dev/serviceReplicaGetSample.js +0 -41
  560. package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +0 -1
  561. package/dist-esm/samples-dev/serviceReplicaListSample.d.ts +0 -2
  562. package/dist-esm/samples-dev/serviceReplicaListSample.d.ts.map +0 -1
  563. package/dist-esm/samples-dev/serviceReplicaListSample.js +0 -54
  564. package/dist-esm/samples-dev/serviceReplicaListSample.js.map +0 -1
  565. package/dist-esm/samples-dev/volumeCreateSample.d.ts +0 -2
  566. package/dist-esm/samples-dev/volumeCreateSample.d.ts.map +0 -1
  567. package/dist-esm/samples-dev/volumeCreateSample.js +0 -50
  568. package/dist-esm/samples-dev/volumeCreateSample.js.map +0 -1
  569. package/dist-esm/samples-dev/volumeDeleteSample.d.ts +0 -2
  570. package/dist-esm/samples-dev/volumeDeleteSample.d.ts.map +0 -1
  571. package/dist-esm/samples-dev/volumeDeleteSample.js +0 -39
  572. package/dist-esm/samples-dev/volumeDeleteSample.js.map +0 -1
  573. package/dist-esm/samples-dev/volumeGetSample.d.ts +0 -2
  574. package/dist-esm/samples-dev/volumeGetSample.d.ts.map +0 -1
  575. package/dist-esm/samples-dev/volumeGetSample.js +0 -39
  576. package/dist-esm/samples-dev/volumeGetSample.js.map +0 -1
  577. package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts +0 -2
  578. package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts.map +0 -1
  579. package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +0 -52
  580. package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +0 -1
  581. package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts +0 -2
  582. package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts.map +0 -1
  583. package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +0 -51
  584. package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +0 -1
  585. package/dist-esm/src/index.d.ts +0 -6
  586. package/dist-esm/src/index.d.ts.map +0 -1
  587. package/dist-esm/src/index.js.map +0 -1
  588. package/dist-esm/src/models/index.d.ts.map +0 -1
  589. package/dist-esm/src/models/index.js.map +0 -1
  590. package/dist-esm/src/models/mappers.js.map +0 -1
  591. package/dist-esm/src/models/parameters.js.map +0 -1
  592. package/dist-esm/src/operations/application.d.ts.map +0 -1
  593. package/dist-esm/src/operations/application.js.map +0 -1
  594. package/dist-esm/src/operations/codePackage.d.ts.map +0 -1
  595. package/dist-esm/src/operations/codePackage.js.map +0 -1
  596. package/dist-esm/src/operations/gateway.d.ts.map +0 -1
  597. package/dist-esm/src/operations/gateway.js.map +0 -1
  598. package/dist-esm/src/operations/index.d.ts +0 -11
  599. package/dist-esm/src/operations/index.d.ts.map +0 -1
  600. package/dist-esm/src/operations/index.js +0 -18
  601. package/dist-esm/src/operations/index.js.map +0 -1
  602. package/dist-esm/src/operations/network.d.ts.map +0 -1
  603. package/dist-esm/src/operations/network.js.map +0 -1
  604. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  605. package/dist-esm/src/operations/operations.js.map +0 -1
  606. package/dist-esm/src/operations/secret.d.ts.map +0 -1
  607. package/dist-esm/src/operations/secret.js.map +0 -1
  608. package/dist-esm/src/operations/secretValueOperations.d.ts.map +0 -1
  609. package/dist-esm/src/operations/secretValueOperations.js.map +0 -1
  610. package/dist-esm/src/operations/service.d.ts.map +0 -1
  611. package/dist-esm/src/operations/service.js.map +0 -1
  612. package/dist-esm/src/operations/serviceReplica.d.ts.map +0 -1
  613. package/dist-esm/src/operations/serviceReplica.js.map +0 -1
  614. package/dist-esm/src/operations/volume.d.ts.map +0 -1
  615. package/dist-esm/src/operations/volume.js.map +0 -1
  616. package/dist-esm/src/operationsInterfaces/application.d.ts.map +0 -1
  617. package/dist-esm/src/operationsInterfaces/application.js.map +0 -1
  618. package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +0 -1
  619. package/dist-esm/src/operationsInterfaces/codePackage.js.map +0 -1
  620. package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +0 -1
  621. package/dist-esm/src/operationsInterfaces/gateway.js.map +0 -1
  622. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  623. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  624. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  625. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  626. package/dist-esm/src/operationsInterfaces/network.d.ts.map +0 -1
  627. package/dist-esm/src/operationsInterfaces/network.js.map +0 -1
  628. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  629. package/dist-esm/src/operationsInterfaces/secret.d.ts.map +0 -1
  630. package/dist-esm/src/operationsInterfaces/secret.js.map +0 -1
  631. package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +0 -1
  632. package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +0 -1
  633. package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
  634. package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
  635. package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +0 -1
  636. package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +0 -1
  637. package/dist-esm/src/operationsInterfaces/volume.d.ts.map +0 -1
  638. package/dist-esm/src/operationsInterfaces/volume.js.map +0 -1
  639. package/dist-esm/src/pagingHelper.js.map +0 -1
  640. package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +0 -1
  641. package/dist-esm/src/serviceFabricMeshManagementClient.js.map +0 -1
  642. package/dist-esm/test/sampleTest.d.ts +0 -2
  643. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  644. package/dist-esm/test/sampleTest.js +0 -38
  645. package/dist-esm/test/sampleTest.js.map +0 -1
  646. package/rollup.config.js +0 -122
  647. package/src/models/index.ts +0 -1629
  648. package/src/models/mappers.ts +0 -2716
  649. package/src/models/parameters.ts +0 -250
  650. package/src/operations/application.ts +0 -445
  651. package/src/operations/codePackage.ts +0 -88
  652. package/src/operations/gateway.ts +0 -446
  653. package/src/operations/index.ts +0 -18
  654. package/src/operations/network.ts +0 -445
  655. package/src/operations/operations.ts +0 -149
  656. package/src/operations/secret.ts +0 -444
  657. package/src/operations/secretValueOperations.ts +0 -412
  658. package/src/operations/service.ts +0 -254
  659. package/src/operations/serviceReplica.ts +0 -284
  660. package/src/operations/volume.ts +0 -444
  661. package/src/operationsInterfaces/application.ts +0 -80
  662. package/src/operationsInterfaces/codePackage.ts +0 -33
  663. package/src/operationsInterfaces/gateway.ts +0 -81
  664. package/src/operationsInterfaces/index.ts +0 -18
  665. package/src/operationsInterfaces/network.ts +0 -80
  666. package/src/operationsInterfaces/operations.ts +0 -22
  667. package/src/operationsInterfaces/secret.ts +0 -79
  668. package/src/operationsInterfaces/secretValueOperations.ts +0 -99
  669. package/src/operationsInterfaces/service.ts +0 -46
  670. package/src/operationsInterfaces/serviceReplica.ts +0 -50
  671. package/src/operationsInterfaces/volume.ts +0 -79
  672. package/src/pagingHelper.ts +0 -39
  673. package/src/serviceFabricMeshManagementClient.ts +0 -180
  674. package/tsconfig.json +0 -33
  675. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  676. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  677. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  678. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  679. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  680. /package/{dist-esm/src → dist/browser}/operationsInterfaces/application.js +0 -0
  681. /package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.js +0 -0
  682. /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.js +0 -0
  683. /package/{dist-esm/src → dist/browser}/operationsInterfaces/network.js +0 -0
  684. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  685. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secret.js +0 -0
  686. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.js +0 -0
  687. /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
  688. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.js +0 -0
  689. /package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.js +0 -0
  690. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  691. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  692. /package/review/{arm-servicefabricmesh.api.md → arm-servicefabricmesh-node.api.md} +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 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: \"OperationResult\"\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 OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\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: \"AvailableOperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperationDisplay\",\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 ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorErrorModel\"\n }\n }\n }\n }\n};\n\nexport const ErrorErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorErrorModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n innerError: {\n serializedName: \"innerError\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsModel\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorDetailsModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsModel\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProvisionedResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProvisionedResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\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 }\n }\n};\n\nexport const SecretResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecretResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretValueProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretValueProperties\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretValueResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretValueResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SecretValueResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretValue\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VolumeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeProperties\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"provider\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n azureFileParameters: {\n serializedName: \"azureFileParameters\",\n type: {\n name: \"Composite\",\n className: \"VolumeProviderParametersAzureFile\"\n }\n }\n }\n }\n};\n\nexport const VolumeProviderParametersAzureFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeProviderParametersAzureFile\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\"\n }\n },\n shareName: {\n serializedName: \"shareName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VolumeResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GatewayProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayProperties\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n sourceNetwork: {\n serializedName: \"sourceNetwork\",\n type: {\n name: \"Composite\",\n className: \"NetworkRef\"\n }\n },\n destinationNetwork: {\n serializedName: \"destinationNetwork\",\n type: {\n name: \"Composite\",\n className: \"NetworkRef\"\n }\n },\n tcp: {\n serializedName: \"tcp\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TcpConfig\"\n }\n }\n }\n },\n http: {\n serializedName: \"http\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpConfig\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddress: {\n serializedName: \"ipAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkRef: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkRef\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n endpointRefs: {\n serializedName: \"endpointRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointRef\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EndpointRef: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointRef\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TcpConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TcpConfig\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"GatewayDestination\"\n }\n }\n }\n }\n};\n\nexport const GatewayDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayDestination\",\n modelProperties: {\n applicationName: {\n serializedName: \"applicationName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n serviceName: {\n serializedName: \"serviceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n endpointName: {\n serializedName: \"endpointName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HttpConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpConfig\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n hosts: {\n serializedName: \"hosts\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpHostConfig\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HttpHostConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpHostConfig\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n routes: {\n serializedName: \"routes\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfig\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HttpRouteConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteConfig\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n match: {\n serializedName: \"match\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatchRule\"\n }\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"GatewayDestination\"\n }\n }\n }\n }\n};\n\nexport const HttpRouteMatchRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatchRule\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatchPath\"\n }\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatchHeader\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const HttpRouteMatchPath: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatchPath\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n rewrite: {\n serializedName: \"rewrite\",\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 HttpRouteMatchHeader: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HttpRouteMatchHeader\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\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 GatewayResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GatewayResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationProperties\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n services: {\n serializedName: \"services\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceDescription\"\n }\n }\n }\n },\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDescription\"\n }\n },\n debugParams: {\n serializedName: \"debugParams\",\n type: {\n name: \"String\"\n }\n },\n serviceNames: {\n serializedName: \"serviceNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n healthState: {\n serializedName: \"healthState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n unhealthyEvaluation: {\n serializedName: \"unhealthyEvaluation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceReplicaProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceReplicaProperties\",\n modelProperties: {\n osType: {\n serializedName: \"osType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n codePackages: {\n serializedName: \"codePackages\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerCodePackageProperties\"\n }\n }\n }\n },\n networkRefs: {\n serializedName: \"networkRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkRef\"\n }\n }\n }\n },\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsRef\"\n }\n }\n }\n }\n};\n\nexport const ContainerCodePackageProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerCodePackageProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n image: {\n serializedName: \"image\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n imageRegistryCredential: {\n serializedName: \"imageRegistryCredential\",\n type: {\n name: \"Composite\",\n className: \"ImageRegistryCredential\"\n }\n },\n entrypoint: {\n serializedName: \"entrypoint\",\n type: {\n name: \"String\"\n }\n },\n commands: {\n serializedName: \"commands\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n environmentVariables: {\n serializedName: \"environmentVariables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\"\n }\n }\n }\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Setting\"\n }\n }\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerLabel\"\n }\n }\n }\n },\n endpoints: {\n serializedName: \"endpoints\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\"\n }\n }\n }\n },\n resources: {\n serializedName: \"resources\",\n type: {\n name: \"Composite\",\n className: \"ResourceRequirements\"\n }\n },\n volumeRefs: {\n serializedName: \"volumeRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeReference\"\n }\n }\n }\n },\n volumes: {\n serializedName: \"volumes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationScopedVolume\"\n }\n }\n }\n },\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsRef\"\n }\n },\n reliableCollectionsRefs: {\n serializedName: \"reliableCollectionsRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReliableCollectionsRef\"\n }\n }\n }\n },\n instanceView: {\n serializedName: \"instanceView\",\n type: {\n name: \"Composite\",\n className: \"ContainerInstanceView\"\n }\n }\n }\n }\n};\n\nexport const ImageRegistryCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageRegistryCredential\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"username\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentVariable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentVariable\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Setting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Setting\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerLabel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerLabel\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EndpointProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EndpointProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ResourceRequirements: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceRequirements\",\n modelProperties: {\n requests: {\n serializedName: \"requests\",\n type: {\n name: \"Composite\",\n className: \"ResourceRequests\"\n }\n },\n limits: {\n serializedName: \"limits\",\n type: {\n name: \"Composite\",\n className: \"ResourceLimits\"\n }\n }\n }\n }\n};\n\nexport const ResourceRequests: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceRequests\",\n modelProperties: {\n memoryInGB: {\n serializedName: \"memoryInGB\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n cpu: {\n serializedName: \"cpu\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ResourceLimits: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceLimits\",\n modelProperties: {\n memoryInGB: {\n serializedName: \"memoryInGB\",\n type: {\n name: \"Number\"\n }\n },\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const VolumeReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeReference\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n readOnly: {\n serializedName: \"readOnly\",\n type: {\n name: \"Boolean\"\n }\n },\n destinationPath: {\n serializedName: \"destinationPath\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationScopedVolumeCreationParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationScopedVolumeCreationParameters\",\n uberParent: \"ApplicationScopedVolumeCreationParameters\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\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 DiagnosticsRef: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsRef\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n sinkRefs: {\n serializedName: \"sinkRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ReliableCollectionsRef: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReliableCollectionsRef\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n doNotPersistState: {\n serializedName: \"doNotPersistState\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ContainerInstanceView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerInstanceView\",\n modelProperties: {\n restartCount: {\n serializedName: \"restartCount\",\n type: {\n name: \"Number\"\n }\n },\n currentState: {\n serializedName: \"currentState\",\n type: {\n name: \"Composite\",\n className: \"ContainerState\"\n }\n },\n previousState: {\n serializedName: \"previousState\",\n type: {\n name: \"Composite\",\n className: \"ContainerState\"\n }\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerEvent\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ContainerState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerState\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\"\n }\n },\n exitCode: {\n serializedName: \"exitCode\",\n type: {\n name: \"String\"\n }\n },\n finishTime: {\n serializedName: \"finishTime\",\n type: {\n name: \"DateTime\"\n }\n },\n detailStatus: {\n serializedName: \"detailStatus\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerEvent\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n firstTimestamp: {\n serializedName: \"firstTimestamp\",\n type: {\n name: \"String\"\n }\n },\n lastTimestamp: {\n serializedName: \"lastTimestamp\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\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 ServiceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceProperties\",\n modelProperties: {\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n replicaCount: {\n serializedName: \"replicaCount\",\n type: {\n name: \"Number\"\n }\n },\n autoScalingPolicies: {\n serializedName: \"autoScalingPolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoScalingPolicy\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n healthState: {\n serializedName: \"healthState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n unhealthyEvaluation: {\n serializedName: \"unhealthyEvaluation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScalingPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScalingPolicy\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n trigger: {\n serializedName: \"trigger\",\n type: {\n name: \"Composite\",\n className: \"AutoScalingTrigger\"\n }\n },\n mechanism: {\n serializedName: \"mechanism\",\n type: {\n name: \"Composite\",\n className: \"AutoScalingMechanism\"\n }\n }\n }\n }\n};\n\nexport const AutoScalingTrigger: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScalingTrigger\",\n uberParent: \"AutoScalingTrigger\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScalingMechanism: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScalingMechanism\",\n uberParent: \"AutoScalingMechanism\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ManagedProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\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 DiagnosticsDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDescription\",\n modelProperties: {\n sinks: {\n serializedName: \"sinks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsSinkProperties\"\n }\n }\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n defaultSinkRefs: {\n serializedName: \"defaultSinkRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DiagnosticsSinkProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticsSinkProperties\",\n uberParent: \"DiagnosticsSinkProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\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 ApplicationResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ApplicationResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceResourceDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceReplicaDescriptionList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceReplicaDescriptionList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceReplicaDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerLogs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerLogs\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScalingMetric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScalingMetric\",\n uberParent: \"AutoScalingMetric\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretResourcePropertiesBase: coreClient.CompositeMapper = {\n serializedName: \"SecretResourcePropertiesBase\",\n type: {\n name: \"Composite\",\n className: \"SecretResourcePropertiesBase\",\n uberParent: \"ProvisionedResourceProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretValueResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretValueResourceProperties\",\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n ...SecretValueProperties.type.modelProperties\n }\n }\n};\n\nexport const VolumeResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeResourceProperties\",\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n ...VolumeProperties.type.modelProperties\n }\n }\n};\n\nexport const NetworkResourcePropertiesBase: coreClient.CompositeMapper = {\n serializedName: \"NetworkResourcePropertiesBase\",\n type: {\n name: \"Composite\",\n className: \"NetworkResourcePropertiesBase\",\n uberParent: \"ProvisionedResourceProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GatewayResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayResourceProperties\",\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n ...GatewayProperties.type.modelProperties\n }\n }\n};\n\nexport const ServiceResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceProperties\",\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n ...ServiceReplicaProperties.type.modelProperties,\n ...ServiceProperties.type.modelProperties\n }\n }\n};\n\nexport const ApplicationResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationResourceProperties\",\n modelProperties: {\n ...ProvisionedResourceProperties.type.modelProperties,\n ...ApplicationProperties.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 ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const ServiceReplicaDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceReplicaDescription\",\n modelProperties: {\n ...ServiceReplicaProperties.type.modelProperties,\n replicaName: {\n serializedName: \"replicaName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationScopedVolume: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationScopedVolume\",\n modelProperties: {\n ...VolumeReference.type.modelProperties,\n creationParameters: {\n serializedName: \"creationParameters\",\n type: {\n name: \"Composite\",\n className: \"ApplicationScopedVolumeCreationParameters\"\n }\n }\n }\n }\n};\n\nexport const ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk: coreClient.CompositeMapper = {\n serializedName: \"ServiceFabricVolumeDisk\",\n type: {\n name: \"Composite\",\n className:\n \"ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk\",\n uberParent: \"ApplicationScopedVolumeCreationParameters\",\n polymorphicDiscriminator:\n ApplicationScopedVolumeCreationParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...ApplicationScopedVolumeCreationParameters.type.modelProperties,\n sizeDisk: {\n serializedName: \"sizeDisk\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AverageLoadScalingTrigger: coreClient.CompositeMapper = {\n serializedName: \"AverageLoad\",\n type: {\n name: \"Composite\",\n className: \"AverageLoadScalingTrigger\",\n uberParent: \"AutoScalingTrigger\",\n polymorphicDiscriminator: AutoScalingTrigger.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutoScalingTrigger.type.modelProperties,\n metric: {\n serializedName: \"metric\",\n type: {\n name: \"Composite\",\n className: \"AutoScalingMetric\"\n }\n },\n lowerLoadThreshold: {\n serializedName: \"lowerLoadThreshold\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n upperLoadThreshold: {\n serializedName: \"upperLoadThreshold\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n scaleIntervalInSeconds: {\n constraints: {\n InclusiveMinimum: 60\n },\n serializedName: \"scaleIntervalInSeconds\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AddRemoveReplicaScalingMechanism: coreClient.CompositeMapper = {\n serializedName: \"AddRemoveReplica\",\n type: {\n name: \"Composite\",\n className: \"AddRemoveReplicaScalingMechanism\",\n uberParent: \"AutoScalingMechanism\",\n polymorphicDiscriminator:\n AutoScalingMechanism.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutoScalingMechanism.type.modelProperties,\n minCount: {\n serializedName: \"minCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n maxCount: {\n serializedName: \"maxCount\",\n required: true,\n type: {\n name: \"Number\"\n }\n },\n scaleIncrement: {\n serializedName: \"scaleIncrement\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ServiceResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceDescription\",\n modelProperties: {\n ...ManagedProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n codePackages: {\n serializedName: \"properties.codePackages\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ContainerCodePackageProperties\"\n }\n }\n }\n },\n networkRefs: {\n serializedName: \"properties.networkRefs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkRef\"\n }\n }\n }\n },\n diagnostics: {\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsRef\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n replicaCount: {\n serializedName: \"properties.replicaCount\",\n type: {\n name: \"Number\"\n }\n },\n autoScalingPolicies: {\n serializedName: \"properties.autoScalingPolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutoScalingPolicy\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n healthState: {\n serializedName: \"properties.healthState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n unhealthyEvaluation: {\n serializedName: \"properties.unhealthyEvaluation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureInternalMonitoringPipelineSinkDescription: coreClient.CompositeMapper = {\n serializedName: \"AzureInternalMonitoringPipeline\",\n type: {\n name: \"Composite\",\n className: \"AzureInternalMonitoringPipelineSinkDescription\",\n uberParent: \"DiagnosticsSinkProperties\",\n polymorphicDiscriminator:\n DiagnosticsSinkProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DiagnosticsSinkProperties.type.modelProperties,\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n namespace: {\n serializedName: \"namespace\",\n type: {\n name: \"String\"\n }\n },\n maConfigUrl: {\n serializedName: \"maConfigUrl\",\n type: {\n name: \"String\"\n }\n },\n fluentdConfigUrl: {\n serializedName: \"fluentdConfigUrl\",\n type: {\n name: \"any\"\n }\n },\n autoKeyConfigUrl: {\n serializedName: \"autoKeyConfigUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScalingResourceMetric: coreClient.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"AutoScalingResourceMetric\",\n uberParent: \"AutoScalingMetric\",\n polymorphicDiscriminator: AutoScalingMetric.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutoScalingMetric.type.modelProperties,\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretResourceProperties: coreClient.CompositeMapper = {\n serializedName: \"SecretResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"SecretResourceProperties\",\n uberParent: \"SecretResourcePropertiesBase\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...SecretResourcePropertiesBase.type.modelProperties,\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n contentType: {\n serializedName: \"contentType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkResourceProperties: coreClient.CompositeMapper = {\n serializedName: \"NetworkResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkResourceProperties\",\n uberParent: \"NetworkResourcePropertiesBase\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...NetworkResourcePropertiesBase.type.modelProperties,\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretResourceDescription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SecretResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const SecretValueResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretValueResourceDescription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VolumeResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeResourceDescription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provider: {\n serializedName: \"properties.provider\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n azureFileParameters: {\n serializedName: \"properties.azureFileParameters\",\n type: {\n name: \"Composite\",\n className: \"VolumeProviderParametersAzureFile\"\n }\n }\n }\n }\n};\n\nexport const NetworkResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkResourceDescription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"NetworkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const GatewayResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayResourceDescription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n sourceNetwork: {\n serializedName: \"properties.sourceNetwork\",\n type: {\n name: \"Composite\",\n className: \"NetworkRef\"\n }\n },\n destinationNetwork: {\n serializedName: \"properties.destinationNetwork\",\n type: {\n name: \"Composite\",\n className: \"NetworkRef\"\n }\n },\n tcp: {\n serializedName: \"properties.tcp\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TcpConfig\"\n }\n }\n }\n },\n http: {\n serializedName: \"properties.http\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HttpConfig\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n ipAddress: {\n serializedName: \"properties.ipAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicationResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicationResourceDescription\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n services: {\n serializedName: \"properties.services\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceResourceDescription\"\n }\n }\n }\n },\n diagnostics: {\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticsDescription\"\n }\n },\n debugParams: {\n serializedName: \"properties.debugParams\",\n type: {\n name: \"String\"\n }\n },\n serviceNames: {\n serializedName: \"properties.serviceNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n healthState: {\n serializedName: \"properties.healthState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n unhealthyEvaluation: {\n serializedName: \"properties.unhealthyEvaluation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InlinedValueSecretResourceProperties: coreClient.CompositeMapper = {\n serializedName: \"inlinedValue\",\n type: {\n name: \"Composite\",\n className: \"InlinedValueSecretResourceProperties\",\n uberParent: \"SecretResourceProperties\",\n polymorphicDiscriminator:\n SecretResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...SecretResourceProperties.type.modelProperties\n }\n }\n};\n\nexport const LocalNetworkResourceProperties: coreClient.CompositeMapper = {\n serializedName: \"Local\",\n type: {\n name: \"Composite\",\n className: \"LocalNetworkResourceProperties\",\n uberParent: \"NetworkResourceProperties\",\n polymorphicDiscriminator:\n NetworkResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...NetworkResourceProperties.type.modelProperties,\n networkAddressPrefix: {\n serializedName: \"networkAddressPrefix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n ApplicationScopedVolumeCreationParameters: ApplicationScopedVolumeCreationParameters,\n AutoScalingTrigger: AutoScalingTrigger,\n AutoScalingMechanism: AutoScalingMechanism,\n DiagnosticsSinkProperties: DiagnosticsSinkProperties,\n AutoScalingMetric: AutoScalingMetric,\n \"ProvisionedResourceProperties.SecretResourcePropertiesBase\": SecretResourcePropertiesBase,\n \"ProvisionedResourceProperties.NetworkResourcePropertiesBase\": NetworkResourcePropertiesBase,\n \"ApplicationScopedVolumeCreationParameters.ServiceFabricVolumeDisk\": ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk,\n \"AutoScalingTrigger.AverageLoad\": AverageLoadScalingTrigger,\n \"AutoScalingMechanism.AddRemoveReplica\": AddRemoveReplicaScalingMechanism,\n \"DiagnosticsSinkProperties.AzureInternalMonitoringPipeline\": AzureInternalMonitoringPipelineSinkDescription,\n \"AutoScalingMetric.Resource\": AutoScalingResourceMetric,\n \"SecretResourcePropertiesBase.SecretResourceProperties\": SecretResourceProperties,\n \"NetworkResourcePropertiesBase.NetworkResourceProperties\": NetworkResourceProperties,\n \"SecretResourceProperties.inlinedValue\": InlinedValueSecretResourceProperties,\n \"NetworkResourceProperties.Local\": LocalNetworkResourceProperties\n};\n"]}
@@ -0,0 +1,25 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const nextLink: OperationURLParameter;
6
+ export declare const contentType: OperationParameter;
7
+ export declare const secretResourceDescription: OperationParameter;
8
+ export declare const subscriptionId: OperationURLParameter;
9
+ export declare const resourceGroupName: OperationURLParameter;
10
+ export declare const secretResourceName: OperationURLParameter;
11
+ export declare const secretValueResourceDescription: OperationParameter;
12
+ export declare const secretValueResourceName: OperationURLParameter;
13
+ export declare const volumeResourceDescription: OperationParameter;
14
+ export declare const volumeResourceName: OperationURLParameter;
15
+ export declare const networkResourceDescription: OperationParameter;
16
+ export declare const networkResourceName: OperationURLParameter;
17
+ export declare const gatewayResourceDescription: OperationParameter;
18
+ export declare const gatewayResourceName: OperationURLParameter;
19
+ export declare const applicationResourceDescription: OperationParameter;
20
+ export declare const applicationResourceName: OperationURLParameter;
21
+ export declare const serviceResourceName: OperationURLParameter;
22
+ export declare const replicaName: OperationURLParameter;
23
+ export declare const codePackageName: OperationURLParameter;
24
+ export declare const tail: OperationQueryParameter;
25
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAU5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAUhC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,kBAG5C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,qBAUrC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAUhC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,kBAGxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAUjC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,kBAGxC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAUjC,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,kBAG5C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,qBAUrC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAUjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAUzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAS7B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAQlB,CAAC"}
@@ -0,0 +1,218 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.tail = exports.codePackageName = exports.replicaName = exports.serviceResourceName = exports.applicationResourceName = exports.applicationResourceDescription = exports.gatewayResourceName = exports.gatewayResourceDescription = exports.networkResourceName = exports.networkResourceDescription = exports.volumeResourceName = exports.volumeResourceDescription = exports.secretValueResourceName = exports.secretValueResourceDescription = exports.secretResourceName = exports.resourceGroupName = exports.subscriptionId = exports.secretResourceDescription = exports.contentType = exports.nextLink = exports.apiVersion = exports.$host = exports.accept = void 0;
11
+ const mappers_js_1 = require("../models/mappers.js");
12
+ exports.accept = {
13
+ parameterPath: "accept",
14
+ mapper: {
15
+ defaultValue: "application/json",
16
+ isConstant: true,
17
+ serializedName: "Accept",
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ };
23
+ exports.$host = {
24
+ parameterPath: "$host",
25
+ mapper: {
26
+ serializedName: "$host",
27
+ required: true,
28
+ type: {
29
+ name: "String"
30
+ }
31
+ },
32
+ skipEncoding: true
33
+ };
34
+ exports.apiVersion = {
35
+ parameterPath: "apiVersion",
36
+ mapper: {
37
+ defaultValue: "2018-09-01-preview",
38
+ isConstant: true,
39
+ serializedName: "api-version",
40
+ type: {
41
+ name: "String"
42
+ }
43
+ }
44
+ };
45
+ exports.nextLink = {
46
+ parameterPath: "nextLink",
47
+ mapper: {
48
+ serializedName: "nextLink",
49
+ required: true,
50
+ type: {
51
+ name: "String"
52
+ }
53
+ },
54
+ skipEncoding: true
55
+ };
56
+ exports.contentType = {
57
+ parameterPath: ["options", "contentType"],
58
+ mapper: {
59
+ defaultValue: "application/json",
60
+ isConstant: true,
61
+ serializedName: "Content-Type",
62
+ type: {
63
+ name: "String"
64
+ }
65
+ }
66
+ };
67
+ exports.secretResourceDescription = {
68
+ parameterPath: "secretResourceDescription",
69
+ mapper: mappers_js_1.SecretResourceDescription
70
+ };
71
+ exports.subscriptionId = {
72
+ parameterPath: "subscriptionId",
73
+ mapper: {
74
+ serializedName: "subscriptionId",
75
+ required: true,
76
+ type: {
77
+ name: "String"
78
+ }
79
+ }
80
+ };
81
+ exports.resourceGroupName = {
82
+ parameterPath: "resourceGroupName",
83
+ mapper: {
84
+ serializedName: "resourceGroupName",
85
+ required: true,
86
+ type: {
87
+ name: "String"
88
+ }
89
+ }
90
+ };
91
+ exports.secretResourceName = {
92
+ parameterPath: "secretResourceName",
93
+ mapper: {
94
+ serializedName: "secretResourceName",
95
+ required: true,
96
+ type: {
97
+ name: "String"
98
+ }
99
+ },
100
+ skipEncoding: true
101
+ };
102
+ exports.secretValueResourceDescription = {
103
+ parameterPath: "secretValueResourceDescription",
104
+ mapper: mappers_js_1.SecretValueResourceDescription
105
+ };
106
+ exports.secretValueResourceName = {
107
+ parameterPath: "secretValueResourceName",
108
+ mapper: {
109
+ serializedName: "secretValueResourceName",
110
+ required: true,
111
+ type: {
112
+ name: "String"
113
+ }
114
+ },
115
+ skipEncoding: true
116
+ };
117
+ exports.volumeResourceDescription = {
118
+ parameterPath: "volumeResourceDescription",
119
+ mapper: mappers_js_1.VolumeResourceDescription
120
+ };
121
+ exports.volumeResourceName = {
122
+ parameterPath: "volumeResourceName",
123
+ mapper: {
124
+ serializedName: "volumeResourceName",
125
+ required: true,
126
+ type: {
127
+ name: "String"
128
+ }
129
+ },
130
+ skipEncoding: true
131
+ };
132
+ exports.networkResourceDescription = {
133
+ parameterPath: "networkResourceDescription",
134
+ mapper: mappers_js_1.NetworkResourceDescription
135
+ };
136
+ exports.networkResourceName = {
137
+ parameterPath: "networkResourceName",
138
+ mapper: {
139
+ serializedName: "networkResourceName",
140
+ required: true,
141
+ type: {
142
+ name: "String"
143
+ }
144
+ },
145
+ skipEncoding: true
146
+ };
147
+ exports.gatewayResourceDescription = {
148
+ parameterPath: "gatewayResourceDescription",
149
+ mapper: mappers_js_1.GatewayResourceDescription
150
+ };
151
+ exports.gatewayResourceName = {
152
+ parameterPath: "gatewayResourceName",
153
+ mapper: {
154
+ serializedName: "gatewayResourceName",
155
+ required: true,
156
+ type: {
157
+ name: "String"
158
+ }
159
+ },
160
+ skipEncoding: true
161
+ };
162
+ exports.applicationResourceDescription = {
163
+ parameterPath: "applicationResourceDescription",
164
+ mapper: mappers_js_1.ApplicationResourceDescription
165
+ };
166
+ exports.applicationResourceName = {
167
+ parameterPath: "applicationResourceName",
168
+ mapper: {
169
+ serializedName: "applicationResourceName",
170
+ required: true,
171
+ type: {
172
+ name: "String"
173
+ }
174
+ },
175
+ skipEncoding: true
176
+ };
177
+ exports.serviceResourceName = {
178
+ parameterPath: "serviceResourceName",
179
+ mapper: {
180
+ serializedName: "serviceResourceName",
181
+ required: true,
182
+ type: {
183
+ name: "String"
184
+ }
185
+ },
186
+ skipEncoding: true
187
+ };
188
+ exports.replicaName = {
189
+ parameterPath: "replicaName",
190
+ mapper: {
191
+ serializedName: "replicaName",
192
+ required: true,
193
+ type: {
194
+ name: "String"
195
+ }
196
+ },
197
+ skipEncoding: true
198
+ };
199
+ exports.codePackageName = {
200
+ parameterPath: "codePackageName",
201
+ mapper: {
202
+ serializedName: "codePackageName",
203
+ required: true,
204
+ type: {
205
+ name: "String"
206
+ }
207
+ }
208
+ };
209
+ exports.tail = {
210
+ parameterPath: ["options", "tail"],
211
+ mapper: {
212
+ serializedName: "tail",
213
+ type: {
214
+ name: "Number"
215
+ }
216
+ }
217
+ };
218
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n SecretResourceDescription as SecretResourceDescriptionMapper,\n SecretValueResourceDescription as SecretValueResourceDescriptionMapper,\n VolumeResourceDescription as VolumeResourceDescriptionMapper,\n NetworkResourceDescription as NetworkResourceDescriptionMapper,\n GatewayResourceDescription as GatewayResourceDescriptionMapper,\n ApplicationResourceDescription as ApplicationResourceDescriptionMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2018-09-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const secretResourceDescription: OperationParameter = {\n parameterPath: \"secretResourceDescription\",\n mapper: SecretResourceDescriptionMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const secretResourceName: OperationURLParameter = {\n parameterPath: \"secretResourceName\",\n mapper: {\n serializedName: \"secretResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const secretValueResourceDescription: OperationParameter = {\n parameterPath: \"secretValueResourceDescription\",\n mapper: SecretValueResourceDescriptionMapper\n};\n\nexport const secretValueResourceName: OperationURLParameter = {\n parameterPath: \"secretValueResourceName\",\n mapper: {\n serializedName: \"secretValueResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const volumeResourceDescription: OperationParameter = {\n parameterPath: \"volumeResourceDescription\",\n mapper: VolumeResourceDescriptionMapper\n};\n\nexport const volumeResourceName: OperationURLParameter = {\n parameterPath: \"volumeResourceName\",\n mapper: {\n serializedName: \"volumeResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const networkResourceDescription: OperationParameter = {\n parameterPath: \"networkResourceDescription\",\n mapper: NetworkResourceDescriptionMapper\n};\n\nexport const networkResourceName: OperationURLParameter = {\n parameterPath: \"networkResourceName\",\n mapper: {\n serializedName: \"networkResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const gatewayResourceDescription: OperationParameter = {\n parameterPath: \"gatewayResourceDescription\",\n mapper: GatewayResourceDescriptionMapper\n};\n\nexport const gatewayResourceName: OperationURLParameter = {\n parameterPath: \"gatewayResourceName\",\n mapper: {\n serializedName: \"gatewayResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const applicationResourceDescription: OperationParameter = {\n parameterPath: \"applicationResourceDescription\",\n mapper: ApplicationResourceDescriptionMapper\n};\n\nexport const applicationResourceName: OperationURLParameter = {\n parameterPath: \"applicationResourceName\",\n mapper: {\n serializedName: \"applicationResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const serviceResourceName: OperationURLParameter = {\n parameterPath: \"serviceResourceName\",\n mapper: {\n serializedName: \"serviceResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const replicaName: OperationURLParameter = {\n parameterPath: \"replicaName\",\n mapper: {\n serializedName: \"replicaName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const codePackageName: OperationURLParameter = {\n parameterPath: \"codePackageName\",\n mapper: {\n serializedName: \"codePackageName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tail: OperationQueryParameter = {\n parameterPath: [\"options\", \"tail\"],\n mapper: {\n serializedName: \"tail\",\n type: {\n name: \"Number\"\n }\n }\n};\n"]}
@@ -0,0 +1,82 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Application } from "../operationsInterfaces/index.js";
3
+ import { ServiceFabricMeshManagementClient } from "../serviceFabricMeshManagementClient.js";
4
+ import { ApplicationResourceDescription, ApplicationListByResourceGroupOptionalParams, ApplicationListBySubscriptionOptionalParams, ApplicationCreateOptionalParams, ApplicationCreateResponse, ApplicationGetOptionalParams, ApplicationGetResponse, ApplicationDeleteOptionalParams } from "../models/index.js";
5
+ /** Class containing Application operations. */
6
+ export declare class ApplicationImpl implements Application {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Application class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ServiceFabricMeshManagementClient);
13
+ /**
14
+ * Gets the information about all application resources in a given resource group. The information
15
+ * include the description and other properties of the Application.
16
+ * @param resourceGroupName Azure resource group name
17
+ * @param options The options parameters.
18
+ */
19
+ listByResourceGroup(resourceGroupName: string, options?: ApplicationListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApplicationResourceDescription>;
20
+ private listByResourceGroupPagingPage;
21
+ private listByResourceGroupPagingAll;
22
+ /**
23
+ * Gets the information about all application resources in a given resource group. The information
24
+ * include the description and other properties of the application.
25
+ * @param options The options parameters.
26
+ */
27
+ listBySubscription(options?: ApplicationListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ApplicationResourceDescription>;
28
+ private listBySubscriptionPagingPage;
29
+ private listBySubscriptionPagingAll;
30
+ /**
31
+ * Creates an application resource with the specified name, description and properties. If an
32
+ * application resource with the same name exists, then it is updated with the specified description
33
+ * and properties.
34
+ * @param resourceGroupName Azure resource group name
35
+ * @param applicationResourceName The identity of the application.
36
+ * @param applicationResourceDescription Description for creating a Application resource.
37
+ * @param options The options parameters.
38
+ */
39
+ create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, options?: ApplicationCreateOptionalParams): Promise<ApplicationCreateResponse>;
40
+ /**
41
+ * Gets the information about the application resource with the given name. The information include the
42
+ * description and other properties of the application.
43
+ * @param resourceGroupName Azure resource group name
44
+ * @param applicationResourceName The identity of the application.
45
+ * @param options The options parameters.
46
+ */
47
+ get(resourceGroupName: string, applicationResourceName: string, options?: ApplicationGetOptionalParams): Promise<ApplicationGetResponse>;
48
+ /**
49
+ * Deletes the application resource identified by the name.
50
+ * @param resourceGroupName Azure resource group name
51
+ * @param applicationResourceName The identity of the application.
52
+ * @param options The options parameters.
53
+ */
54
+ delete(resourceGroupName: string, applicationResourceName: string, options?: ApplicationDeleteOptionalParams): Promise<void>;
55
+ /**
56
+ * Gets the information about all application resources in a given resource group. The information
57
+ * include the description and other properties of the Application.
58
+ * @param resourceGroupName Azure resource group name
59
+ * @param options The options parameters.
60
+ */
61
+ private _listByResourceGroup;
62
+ /**
63
+ * Gets the information about all application resources in a given resource group. The information
64
+ * include the description and other properties of the application.
65
+ * @param options The options parameters.
66
+ */
67
+ private _listBySubscription;
68
+ /**
69
+ * ListByResourceGroupNext
70
+ * @param resourceGroupName Azure resource group name
71
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
72
+ * @param options The options parameters.
73
+ */
74
+ private _listByResourceGroupNext;
75
+ /**
76
+ * ListBySubscriptionNext
77
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
78
+ * @param options The options parameters.
79
+ */
80
+ private _listBySubscriptionNext;
81
+ }
82
+ //# sourceMappingURL=application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../src/operations/application.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,8BAA8B,EAE9B,4CAA4C,EAG5C,2CAA2C,EAE3C,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAGhC,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,8BAA8B,CAAC;YAsB9C,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;OAIG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,8BAA8B,CAAC;YAkB9C,4BAA4B;YAsB5B,2BAA2B;IAQ1C;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,8BAA8B,EAAE,8BAA8B,EAC9D,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAYrC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;OAKG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;IAWhC;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;CAShC"}