@azure/arm-servicefabricmesh 3.0.0-beta.3 → 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 (690) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +27 -18
  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 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/models/index.d.ts +135 -115
  9. package/dist/browser/models/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/models/index.js +5 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +4 -4
  13. package/{dist-esm/src → dist/browser}/models/mappers.js +235 -106
  14. package/dist/browser/models/mappers.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  16. package/dist/browser/models/parameters.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/application.d.ts +3 -3
  18. package/dist/browser/operations/application.d.ts.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/application.js +56 -65
  20. package/dist/browser/operations/application.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/codePackage.d.ts +3 -3
  22. package/dist/browser/operations/codePackage.d.ts.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/codePackage.js +3 -2
  24. package/dist/browser/operations/codePackage.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/gateway.d.ts +3 -3
  26. package/dist/browser/operations/gateway.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/gateway.js +56 -65
  28. package/dist/browser/operations/gateway.js.map +1 -0
  29. package/dist/browser/operations/index.d.ts +11 -0
  30. package/dist/browser/operations/index.d.ts.map +1 -0
  31. package/dist/browser/operations/index.js +18 -0
  32. package/dist/browser/operations/index.js.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/network.d.ts +3 -3
  34. package/dist/browser/operations/network.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/network.js +56 -65
  36. package/dist/browser/operations/network.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  38. package/dist/browser/operations/operations.d.ts.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/operations.js +30 -34
  40. package/dist/browser/operations/operations.js.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/secret.d.ts +3 -3
  42. package/dist/browser/operations/secret.d.ts.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/secret.js +56 -65
  44. package/dist/browser/operations/secret.js.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/secretValueOperations.d.ts +3 -3
  46. package/dist/browser/operations/secretValueOperations.d.ts.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/secretValueOperations.js +30 -34
  48. package/dist/browser/operations/secretValueOperations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/service.d.ts +3 -3
  50. package/dist/browser/operations/service.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/service.js +30 -34
  52. package/dist/browser/operations/service.js.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/serviceReplica.d.ts +3 -3
  54. package/dist/browser/operations/serviceReplica.d.ts.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operations/serviceReplica.js +30 -34
  56. package/dist/browser/operations/serviceReplica.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operations/volume.d.ts +3 -3
  58. package/dist/browser/operations/volume.d.ts.map +1 -0
  59. package/{dist-esm/src → dist/browser}/operations/volume.js +56 -65
  60. package/dist/browser/operations/volume.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/application.d.ts +1 -1
  62. package/dist/browser/operationsInterfaces/application.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/application.js.map +1 -0
  64. package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.d.ts +1 -1
  65. package/dist/browser/operationsInterfaces/codePackage.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/codePackage.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/gateway.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/gateway.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  71. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/index.js +18 -0
  73. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/network.d.ts +1 -1
  75. package/dist/browser/operationsInterfaces/network.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/network.js.map +1 -0
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  78. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  79. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/operationsInterfaces/secret.d.ts +1 -1
  81. package/dist/browser/operationsInterfaces/secret.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/secret.js.map +1 -0
  83. package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.d.ts +1 -1
  84. package/dist/browser/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/secretValueOperations.js.map +1 -0
  86. package/{dist-esm/src → dist/browser}/operationsInterfaces/service.d.ts +1 -1
  87. package/dist/browser/operationsInterfaces/service.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/service.js.map +1 -0
  89. package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.d.ts +1 -1
  90. package/dist/browser/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/serviceReplica.js.map +1 -0
  92. package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.d.ts +1 -1
  93. package/dist/browser/operationsInterfaces/volume.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/volume.js.map +1 -0
  95. package/dist/browser/package.json +3 -0
  96. package/dist/browser/pagingHelper.d.ts +13 -0
  97. package/dist/browser/pagingHelper.d.ts.map +1 -0
  98. package/dist/browser/pagingHelper.js +30 -0
  99. package/dist/browser/pagingHelper.js.map +1 -0
  100. package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.d.ts +2 -2
  101. package/dist/browser/serviceFabricMeshManagementClient.d.ts.map +1 -0
  102. package/{dist-esm/src → dist/browser}/serviceFabricMeshManagementClient.js +55 -38
  103. package/dist/browser/serviceFabricMeshManagementClient.js.map +1 -0
  104. package/dist/commonjs/index.d.ts +5 -0
  105. package/dist/commonjs/index.d.ts.map +1 -0
  106. package/dist/commonjs/index.js +19 -0
  107. package/dist/commonjs/index.js.map +1 -0
  108. package/{types/arm-servicefabricmesh.d.ts → dist/commonjs/models/index.d.ts} +1386 -1942
  109. package/dist/commonjs/models/index.d.ts.map +1 -0
  110. package/dist/commonjs/models/index.js +129 -0
  111. package/dist/commonjs/models/index.js.map +1 -0
  112. package/dist/commonjs/models/mappers.d.ts +105 -0
  113. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  114. package/dist/commonjs/models/mappers.js +2627 -0
  115. package/dist/commonjs/models/mappers.js.map +1 -0
  116. package/dist/commonjs/models/parameters.d.ts +25 -0
  117. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  118. package/dist/commonjs/models/parameters.js +218 -0
  119. package/dist/commonjs/models/parameters.js.map +1 -0
  120. package/dist/commonjs/operations/application.d.ts +82 -0
  121. package/dist/commonjs/operations/application.d.ts.map +1 -0
  122. package/dist/commonjs/operations/application.js +336 -0
  123. package/dist/commonjs/operations/application.js.map +1 -0
  124. package/dist/commonjs/operations/codePackage.d.ts +23 -0
  125. package/dist/commonjs/operations/codePackage.d.ts.map +1 -0
  126. package/dist/commonjs/operations/codePackage.js +72 -0
  127. package/dist/commonjs/operations/codePackage.js.map +1 -0
  128. package/dist/commonjs/operations/gateway.d.ts +83 -0
  129. package/dist/commonjs/operations/gateway.d.ts.map +1 -0
  130. package/dist/commonjs/operations/gateway.js +337 -0
  131. package/dist/commonjs/operations/gateway.js.map +1 -0
  132. package/dist/commonjs/operations/index.d.ts +11 -0
  133. package/dist/commonjs/operations/index.d.ts.map +1 -0
  134. package/dist/commonjs/operations/index.js +21 -0
  135. package/dist/commonjs/operations/index.js.map +1 -0
  136. package/dist/commonjs/operations/network.d.ts +82 -0
  137. package/dist/commonjs/operations/network.d.ts.map +1 -0
  138. package/dist/commonjs/operations/network.js +336 -0
  139. package/dist/commonjs/operations/network.js.map +1 -0
  140. package/dist/commonjs/operations/operations.d.ts +32 -0
  141. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  142. package/dist/commonjs/operations/operations.js +121 -0
  143. package/dist/commonjs/operations/operations.js.map +1 -0
  144. package/dist/commonjs/operations/secret.d.ts +81 -0
  145. package/dist/commonjs/operations/secret.d.ts.map +1 -0
  146. package/dist/commonjs/operations/secret.js +335 -0
  147. package/dist/commonjs/operations/secret.js.map +1 -0
  148. package/dist/commonjs/operations/secretValueOperations.d.ts +81 -0
  149. package/dist/commonjs/operations/secretValueOperations.d.ts.map +1 -0
  150. package/dist/commonjs/operations/secretValueOperations.js +304 -0
  151. package/dist/commonjs/operations/secretValueOperations.js.map +1 -0
  152. package/dist/commonjs/operations/service.d.ts +49 -0
  153. package/dist/commonjs/operations/service.d.ts.map +1 -0
  154. package/dist/commonjs/operations/service.js +178 -0
  155. package/dist/commonjs/operations/service.js.map +1 -0
  156. package/dist/commonjs/operations/serviceReplica.d.ts +53 -0
  157. package/dist/commonjs/operations/serviceReplica.d.ts.map +1 -0
  158. package/dist/commonjs/operations/serviceReplica.js +197 -0
  159. package/dist/commonjs/operations/serviceReplica.js.map +1 -0
  160. package/dist/commonjs/operations/volume.d.ts +81 -0
  161. package/dist/commonjs/operations/volume.d.ts.map +1 -0
  162. package/dist/commonjs/operations/volume.js +335 -0
  163. package/dist/commonjs/operations/volume.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/application.d.ts +44 -0
  165. package/dist/commonjs/operationsInterfaces/application.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/application.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/application.js.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/codePackage.d.ts +15 -0
  169. package/dist/commonjs/operationsInterfaces/codePackage.d.ts.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/codePackage.js +10 -0
  171. package/dist/commonjs/operationsInterfaces/codePackage.js.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/gateway.d.ts +45 -0
  173. package/dist/commonjs/operationsInterfaces/gateway.d.ts.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/gateway.js +10 -0
  175. package/dist/commonjs/operationsInterfaces/gateway.js.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  177. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  179. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/network.d.ts +44 -0
  181. package/dist/commonjs/operationsInterfaces/network.d.ts.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/network.js +10 -0
  183. package/dist/commonjs/operationsInterfaces/network.js.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  185. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  187. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/secret.d.ts +43 -0
  189. package/dist/commonjs/operationsInterfaces/secret.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/secret.js +10 -0
  191. package/dist/commonjs/operationsInterfaces/secret.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts +55 -0
  193. package/dist/commonjs/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/secretValueOperations.js +10 -0
  195. package/dist/commonjs/operationsInterfaces/secretValueOperations.js.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/service.d.ts +23 -0
  197. package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/service.js +10 -0
  199. package/dist/commonjs/operationsInterfaces/service.js.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts +25 -0
  201. package/dist/commonjs/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/serviceReplica.js +10 -0
  203. package/dist/commonjs/operationsInterfaces/serviceReplica.js.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/volume.d.ts +43 -0
  205. package/dist/commonjs/operationsInterfaces/volume.d.ts.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/volume.js +10 -0
  207. package/dist/commonjs/operationsInterfaces/volume.js.map +1 -0
  208. package/dist/commonjs/package.json +3 -0
  209. package/dist/commonjs/pagingHelper.d.ts +13 -0
  210. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  211. package/dist/commonjs/pagingHelper.js +34 -0
  212. package/dist/commonjs/pagingHelper.js.map +1 -0
  213. package/dist/commonjs/serviceFabricMeshManagementClient.d.ts +29 -0
  214. package/dist/commonjs/serviceFabricMeshManagementClient.d.ts.map +1 -0
  215. package/dist/commonjs/serviceFabricMeshManagementClient.js +129 -0
  216. package/dist/commonjs/serviceFabricMeshManagementClient.js.map +1 -0
  217. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  218. package/dist/esm/index.d.ts +5 -0
  219. package/dist/esm/index.d.ts.map +1 -0
  220. package/{src/index.ts → dist/esm/index.js} +5 -4
  221. package/dist/esm/index.js.map +1 -0
  222. package/dist/esm/models/index.d.ts +1386 -0
  223. package/dist/esm/models/index.d.ts.map +1 -0
  224. package/dist/esm/models/index.js +126 -0
  225. package/dist/esm/models/index.js.map +1 -0
  226. package/dist/esm/models/mappers.d.ts +105 -0
  227. package/dist/esm/models/mappers.d.ts.map +1 -0
  228. package/dist/esm/models/mappers.js +2623 -0
  229. package/dist/esm/models/mappers.js.map +1 -0
  230. package/dist/esm/models/parameters.d.ts +25 -0
  231. package/dist/esm/models/parameters.d.ts.map +1 -0
  232. package/dist/esm/models/parameters.js +215 -0
  233. package/dist/esm/models/parameters.js.map +1 -0
  234. package/dist/esm/operations/application.d.ts +82 -0
  235. package/dist/esm/operations/application.d.ts.map +1 -0
  236. package/dist/esm/operations/application.js +331 -0
  237. package/dist/esm/operations/application.js.map +1 -0
  238. package/dist/esm/operations/codePackage.d.ts +23 -0
  239. package/dist/esm/operations/codePackage.d.ts.map +1 -0
  240. package/dist/esm/operations/codePackage.js +67 -0
  241. package/dist/esm/operations/codePackage.js.map +1 -0
  242. package/dist/esm/operations/gateway.d.ts +83 -0
  243. package/dist/esm/operations/gateway.d.ts.map +1 -0
  244. package/dist/esm/operations/gateway.js +332 -0
  245. package/dist/esm/operations/gateway.js.map +1 -0
  246. package/dist/esm/operations/index.d.ts +11 -0
  247. package/dist/esm/operations/index.d.ts.map +1 -0
  248. package/dist/esm/operations/index.js +18 -0
  249. package/dist/esm/operations/index.js.map +1 -0
  250. package/dist/esm/operations/network.d.ts +82 -0
  251. package/dist/esm/operations/network.d.ts.map +1 -0
  252. package/dist/esm/operations/network.js +331 -0
  253. package/dist/esm/operations/network.js.map +1 -0
  254. package/dist/esm/operations/operations.d.ts +32 -0
  255. package/dist/esm/operations/operations.d.ts.map +1 -0
  256. package/dist/esm/operations/operations.js +116 -0
  257. package/dist/esm/operations/operations.js.map +1 -0
  258. package/dist/esm/operations/secret.d.ts +81 -0
  259. package/dist/esm/operations/secret.d.ts.map +1 -0
  260. package/dist/esm/operations/secret.js +330 -0
  261. package/dist/esm/operations/secret.js.map +1 -0
  262. package/dist/esm/operations/secretValueOperations.d.ts +81 -0
  263. package/dist/esm/operations/secretValueOperations.d.ts.map +1 -0
  264. package/dist/esm/operations/secretValueOperations.js +299 -0
  265. package/dist/esm/operations/secretValueOperations.js.map +1 -0
  266. package/dist/esm/operations/service.d.ts +49 -0
  267. package/dist/esm/operations/service.d.ts.map +1 -0
  268. package/dist/esm/operations/service.js +173 -0
  269. package/dist/esm/operations/service.js.map +1 -0
  270. package/dist/esm/operations/serviceReplica.d.ts +53 -0
  271. package/dist/esm/operations/serviceReplica.d.ts.map +1 -0
  272. package/dist/esm/operations/serviceReplica.js +192 -0
  273. package/dist/esm/operations/serviceReplica.js.map +1 -0
  274. package/dist/esm/operations/volume.d.ts +81 -0
  275. package/dist/esm/operations/volume.d.ts.map +1 -0
  276. package/dist/esm/operations/volume.js +330 -0
  277. package/dist/esm/operations/volume.js.map +1 -0
  278. package/dist/esm/operationsInterfaces/application.d.ts +44 -0
  279. package/dist/esm/operationsInterfaces/application.d.ts.map +1 -0
  280. package/dist/esm/operationsInterfaces/application.js +9 -0
  281. package/dist/esm/operationsInterfaces/application.js.map +1 -0
  282. package/dist/esm/operationsInterfaces/codePackage.d.ts +15 -0
  283. package/dist/esm/operationsInterfaces/codePackage.d.ts.map +1 -0
  284. package/dist/esm/operationsInterfaces/codePackage.js +9 -0
  285. package/dist/esm/operationsInterfaces/codePackage.js.map +1 -0
  286. package/dist/esm/operationsInterfaces/gateway.d.ts +45 -0
  287. package/dist/esm/operationsInterfaces/gateway.d.ts.map +1 -0
  288. package/dist/esm/operationsInterfaces/gateway.js +9 -0
  289. package/dist/esm/operationsInterfaces/gateway.js.map +1 -0
  290. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  291. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  292. package/dist/esm/operationsInterfaces/index.js +18 -0
  293. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  294. package/dist/esm/operationsInterfaces/network.d.ts +44 -0
  295. package/dist/esm/operationsInterfaces/network.d.ts.map +1 -0
  296. package/dist/esm/operationsInterfaces/network.js +9 -0
  297. package/dist/esm/operationsInterfaces/network.js.map +1 -0
  298. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  299. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  300. package/dist/esm/operationsInterfaces/operations.js +9 -0
  301. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  302. package/dist/esm/operationsInterfaces/secret.d.ts +43 -0
  303. package/dist/esm/operationsInterfaces/secret.d.ts.map +1 -0
  304. package/dist/esm/operationsInterfaces/secret.js +9 -0
  305. package/dist/esm/operationsInterfaces/secret.js.map +1 -0
  306. package/dist/esm/operationsInterfaces/secretValueOperations.d.ts +55 -0
  307. package/dist/esm/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  308. package/dist/esm/operationsInterfaces/secretValueOperations.js +9 -0
  309. package/dist/esm/operationsInterfaces/secretValueOperations.js.map +1 -0
  310. package/dist/esm/operationsInterfaces/service.d.ts +23 -0
  311. package/dist/esm/operationsInterfaces/service.d.ts.map +1 -0
  312. package/dist/esm/operationsInterfaces/service.js +9 -0
  313. package/dist/esm/operationsInterfaces/service.js.map +1 -0
  314. package/dist/esm/operationsInterfaces/serviceReplica.d.ts +25 -0
  315. package/dist/esm/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  316. package/dist/esm/operationsInterfaces/serviceReplica.js +9 -0
  317. package/dist/esm/operationsInterfaces/serviceReplica.js.map +1 -0
  318. package/dist/esm/operationsInterfaces/volume.d.ts +43 -0
  319. package/dist/esm/operationsInterfaces/volume.d.ts.map +1 -0
  320. package/dist/esm/operationsInterfaces/volume.js +9 -0
  321. package/dist/esm/operationsInterfaces/volume.js.map +1 -0
  322. package/dist/esm/package.json +3 -0
  323. package/dist/esm/pagingHelper.d.ts +13 -0
  324. package/dist/esm/pagingHelper.d.ts.map +1 -0
  325. package/dist/esm/pagingHelper.js +30 -0
  326. package/dist/esm/pagingHelper.js.map +1 -0
  327. package/dist/esm/serviceFabricMeshManagementClient.d.ts +29 -0
  328. package/dist/esm/serviceFabricMeshManagementClient.d.ts.map +1 -0
  329. package/dist/esm/serviceFabricMeshManagementClient.js +124 -0
  330. package/dist/esm/serviceFabricMeshManagementClient.js.map +1 -0
  331. package/dist/react-native/index.d.ts +5 -0
  332. package/dist/react-native/index.d.ts.map +1 -0
  333. package/dist/react-native/index.js +13 -0
  334. package/dist/react-native/index.js.map +1 -0
  335. package/dist/react-native/models/index.d.ts +1386 -0
  336. package/dist/react-native/models/index.d.ts.map +1 -0
  337. package/dist/react-native/models/index.js +126 -0
  338. package/dist/react-native/models/index.js.map +1 -0
  339. package/dist/react-native/models/mappers.d.ts +105 -0
  340. package/dist/react-native/models/mappers.d.ts.map +1 -0
  341. package/dist/react-native/models/mappers.js +2623 -0
  342. package/dist/react-native/models/mappers.js.map +1 -0
  343. package/dist/react-native/models/parameters.d.ts +25 -0
  344. package/dist/react-native/models/parameters.d.ts.map +1 -0
  345. package/dist/react-native/models/parameters.js +215 -0
  346. package/dist/react-native/models/parameters.js.map +1 -0
  347. package/dist/react-native/operations/application.d.ts +82 -0
  348. package/dist/react-native/operations/application.d.ts.map +1 -0
  349. package/dist/react-native/operations/application.js +331 -0
  350. package/dist/react-native/operations/application.js.map +1 -0
  351. package/dist/react-native/operations/codePackage.d.ts +23 -0
  352. package/dist/react-native/operations/codePackage.d.ts.map +1 -0
  353. package/dist/react-native/operations/codePackage.js +67 -0
  354. package/dist/react-native/operations/codePackage.js.map +1 -0
  355. package/dist/react-native/operations/gateway.d.ts +83 -0
  356. package/dist/react-native/operations/gateway.d.ts.map +1 -0
  357. package/dist/react-native/operations/gateway.js +332 -0
  358. package/dist/react-native/operations/gateway.js.map +1 -0
  359. package/dist/react-native/operations/index.d.ts +11 -0
  360. package/dist/react-native/operations/index.d.ts.map +1 -0
  361. package/dist/react-native/operations/index.js +18 -0
  362. package/dist/react-native/operations/index.js.map +1 -0
  363. package/dist/react-native/operations/network.d.ts +82 -0
  364. package/dist/react-native/operations/network.d.ts.map +1 -0
  365. package/dist/react-native/operations/network.js +331 -0
  366. package/dist/react-native/operations/network.js.map +1 -0
  367. package/dist/react-native/operations/operations.d.ts +32 -0
  368. package/dist/react-native/operations/operations.d.ts.map +1 -0
  369. package/dist/react-native/operations/operations.js +116 -0
  370. package/dist/react-native/operations/operations.js.map +1 -0
  371. package/dist/react-native/operations/secret.d.ts +81 -0
  372. package/dist/react-native/operations/secret.d.ts.map +1 -0
  373. package/dist/react-native/operations/secret.js +330 -0
  374. package/dist/react-native/operations/secret.js.map +1 -0
  375. package/dist/react-native/operations/secretValueOperations.d.ts +81 -0
  376. package/dist/react-native/operations/secretValueOperations.d.ts.map +1 -0
  377. package/dist/react-native/operations/secretValueOperations.js +299 -0
  378. package/dist/react-native/operations/secretValueOperations.js.map +1 -0
  379. package/dist/react-native/operations/service.d.ts +49 -0
  380. package/dist/react-native/operations/service.d.ts.map +1 -0
  381. package/dist/react-native/operations/service.js +173 -0
  382. package/dist/react-native/operations/service.js.map +1 -0
  383. package/dist/react-native/operations/serviceReplica.d.ts +53 -0
  384. package/dist/react-native/operations/serviceReplica.d.ts.map +1 -0
  385. package/dist/react-native/operations/serviceReplica.js +192 -0
  386. package/dist/react-native/operations/serviceReplica.js.map +1 -0
  387. package/dist/react-native/operations/volume.d.ts +81 -0
  388. package/dist/react-native/operations/volume.d.ts.map +1 -0
  389. package/dist/react-native/operations/volume.js +330 -0
  390. package/dist/react-native/operations/volume.js.map +1 -0
  391. package/dist/react-native/operationsInterfaces/application.d.ts +44 -0
  392. package/dist/react-native/operationsInterfaces/application.d.ts.map +1 -0
  393. package/dist/react-native/operationsInterfaces/application.js +9 -0
  394. package/dist/react-native/operationsInterfaces/application.js.map +1 -0
  395. package/dist/react-native/operationsInterfaces/codePackage.d.ts +15 -0
  396. package/dist/react-native/operationsInterfaces/codePackage.d.ts.map +1 -0
  397. package/dist/react-native/operationsInterfaces/codePackage.js +9 -0
  398. package/dist/react-native/operationsInterfaces/codePackage.js.map +1 -0
  399. package/dist/react-native/operationsInterfaces/gateway.d.ts +45 -0
  400. package/dist/react-native/operationsInterfaces/gateway.d.ts.map +1 -0
  401. package/dist/react-native/operationsInterfaces/gateway.js +9 -0
  402. package/dist/react-native/operationsInterfaces/gateway.js.map +1 -0
  403. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  404. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  405. package/dist/react-native/operationsInterfaces/index.js +18 -0
  406. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  407. package/dist/react-native/operationsInterfaces/network.d.ts +44 -0
  408. package/dist/react-native/operationsInterfaces/network.d.ts.map +1 -0
  409. package/dist/react-native/operationsInterfaces/network.js +9 -0
  410. package/dist/react-native/operationsInterfaces/network.js.map +1 -0
  411. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  412. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  413. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  414. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  415. package/dist/react-native/operationsInterfaces/secret.d.ts +43 -0
  416. package/dist/react-native/operationsInterfaces/secret.d.ts.map +1 -0
  417. package/dist/react-native/operationsInterfaces/secret.js +9 -0
  418. package/dist/react-native/operationsInterfaces/secret.js.map +1 -0
  419. package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts +55 -0
  420. package/dist/react-native/operationsInterfaces/secretValueOperations.d.ts.map +1 -0
  421. package/dist/react-native/operationsInterfaces/secretValueOperations.js +9 -0
  422. package/dist/react-native/operationsInterfaces/secretValueOperations.js.map +1 -0
  423. package/dist/react-native/operationsInterfaces/service.d.ts +23 -0
  424. package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -0
  425. package/dist/react-native/operationsInterfaces/service.js +9 -0
  426. package/dist/react-native/operationsInterfaces/service.js.map +1 -0
  427. package/dist/react-native/operationsInterfaces/serviceReplica.d.ts +25 -0
  428. package/dist/react-native/operationsInterfaces/serviceReplica.d.ts.map +1 -0
  429. package/dist/react-native/operationsInterfaces/serviceReplica.js +9 -0
  430. package/dist/react-native/operationsInterfaces/serviceReplica.js.map +1 -0
  431. package/dist/react-native/operationsInterfaces/volume.d.ts +43 -0
  432. package/dist/react-native/operationsInterfaces/volume.d.ts.map +1 -0
  433. package/dist/react-native/operationsInterfaces/volume.js +9 -0
  434. package/dist/react-native/operationsInterfaces/volume.js.map +1 -0
  435. package/dist/react-native/package.json +3 -0
  436. package/dist/react-native/pagingHelper.d.ts +13 -0
  437. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  438. package/dist/react-native/pagingHelper.js +30 -0
  439. package/dist/react-native/pagingHelper.js.map +1 -0
  440. package/dist/react-native/serviceFabricMeshManagementClient.d.ts +29 -0
  441. package/dist/react-native/serviceFabricMeshManagementClient.d.ts.map +1 -0
  442. package/dist/react-native/serviceFabricMeshManagementClient.js +124 -0
  443. package/dist/react-native/serviceFabricMeshManagementClient.js.map +1 -0
  444. package/package.json +83 -71
  445. package/review/{arm-servicefabricmesh.api.md → arm-servicefabricmesh-node.api.md} +87 -78
  446. package/dist/index.js +0 -5575
  447. package/dist/index.js.map +0 -1
  448. package/dist/index.min.js +0 -1
  449. package/dist/index.min.js.map +0 -1
  450. package/dist-esm/samples-dev/applicationCreateSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/applicationCreateSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/applicationCreateSample.js +0 -58
  453. package/dist-esm/samples-dev/applicationCreateSample.js.map +0 -1
  454. package/dist-esm/samples-dev/applicationDeleteSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/applicationDeleteSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/applicationDeleteSample.js +0 -31
  457. package/dist-esm/samples-dev/applicationDeleteSample.js.map +0 -1
  458. package/dist-esm/samples-dev/applicationGetSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/applicationGetSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/applicationGetSample.js +0 -31
  461. package/dist-esm/samples-dev/applicationGetSample.js.map +0 -1
  462. package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/applicationListByResourceGroupSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/applicationListByResourceGroupSample.js +0 -44
  465. package/dist-esm/samples-dev/applicationListByResourceGroupSample.js.map +0 -1
  466. package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/applicationListBySubscriptionSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/applicationListBySubscriptionSample.js +0 -43
  469. package/dist-esm/samples-dev/applicationListBySubscriptionSample.js.map +0 -1
  470. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js +0 -34
  473. package/dist-esm/samples-dev/codePackageGetContainerLogsSample.js.map +0 -1
  474. package/dist-esm/samples-dev/gatewayCreateSample.d.ts +0 -2
  475. package/dist-esm/samples-dev/gatewayCreateSample.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/gatewayCreateSample.js +0 -76
  477. package/dist-esm/samples-dev/gatewayCreateSample.js.map +0 -1
  478. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts +0 -2
  479. package/dist-esm/samples-dev/gatewayDeleteSample.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/gatewayDeleteSample.js +0 -31
  481. package/dist-esm/samples-dev/gatewayDeleteSample.js.map +0 -1
  482. package/dist-esm/samples-dev/gatewayGetSample.d.ts +0 -2
  483. package/dist-esm/samples-dev/gatewayGetSample.d.ts.map +0 -1
  484. package/dist-esm/samples-dev/gatewayGetSample.js +0 -31
  485. package/dist-esm/samples-dev/gatewayGetSample.js.map +0 -1
  486. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts +0 -2
  487. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.d.ts.map +0 -1
  488. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js +0 -44
  489. package/dist-esm/samples-dev/gatewayListByResourceGroupSample.js.map +0 -1
  490. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts +0 -2
  491. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.d.ts.map +0 -1
  492. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js +0 -43
  493. package/dist-esm/samples-dev/gatewayListBySubscriptionSample.js.map +0 -1
  494. package/dist-esm/samples-dev/networkCreateSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/networkCreateSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/networkCreateSample.js +0 -40
  497. package/dist-esm/samples-dev/networkCreateSample.js.map +0 -1
  498. package/dist-esm/samples-dev/networkDeleteSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/networkDeleteSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/networkDeleteSample.js +0 -31
  501. package/dist-esm/samples-dev/networkDeleteSample.js.map +0 -1
  502. package/dist-esm/samples-dev/networkGetSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/networkGetSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/networkGetSample.js +0 -31
  505. package/dist-esm/samples-dev/networkGetSample.js.map +0 -1
  506. package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/networkListByResourceGroupSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/networkListByResourceGroupSample.js +0 -44
  509. package/dist-esm/samples-dev/networkListByResourceGroupSample.js.map +0 -1
  510. package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/networkListBySubscriptionSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/networkListBySubscriptionSample.js +0 -43
  513. package/dist-esm/samples-dev/networkListBySubscriptionSample.js.map +0 -1
  514. package/dist-esm/samples-dev/secretCreateSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/secretCreateSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/secretCreateSample.js +0 -40
  517. package/dist-esm/samples-dev/secretCreateSample.js.map +0 -1
  518. package/dist-esm/samples-dev/secretDeleteSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/secretDeleteSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/secretDeleteSample.js +0 -31
  521. package/dist-esm/samples-dev/secretDeleteSample.js.map +0 -1
  522. package/dist-esm/samples-dev/secretGetSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/secretGetSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/secretGetSample.js +0 -31
  525. package/dist-esm/samples-dev/secretGetSample.js.map +0 -1
  526. package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/secretListByResourceGroupSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/secretListByResourceGroupSample.js +0 -44
  529. package/dist-esm/samples-dev/secretListByResourceGroupSample.js.map +0 -1
  530. package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/secretListBySubscriptionSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/secretListBySubscriptionSample.js +0 -43
  533. package/dist-esm/samples-dev/secretListBySubscriptionSample.js.map +0 -1
  534. package/dist-esm/samples-dev/secretValueCreateSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/secretValueCreateSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/secretValueCreateSample.js +0 -37
  537. package/dist-esm/samples-dev/secretValueCreateSample.js.map +0 -1
  538. package/dist-esm/samples-dev/secretValueDeleteSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/secretValueDeleteSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/secretValueDeleteSample.js +0 -32
  541. package/dist-esm/samples-dev/secretValueDeleteSample.js.map +0 -1
  542. package/dist-esm/samples-dev/secretValueGetSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/secretValueGetSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/secretValueGetSample.js +0 -32
  545. package/dist-esm/samples-dev/secretValueGetSample.js.map +0 -1
  546. package/dist-esm/samples-dev/secretValueListSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/secretValueListSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/secretValueListSample.js +0 -45
  549. package/dist-esm/samples-dev/secretValueListSample.js.map +0 -1
  550. package/dist-esm/samples-dev/secretValueListValueSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/secretValueListValueSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/secretValueListValueSample.js +0 -32
  553. package/dist-esm/samples-dev/secretValueListValueSample.js.map +0 -1
  554. package/dist-esm/samples-dev/serviceGetSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/serviceGetSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/serviceGetSample.js +0 -32
  557. package/dist-esm/samples-dev/serviceGetSample.js.map +0 -1
  558. package/dist-esm/samples-dev/serviceListSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/serviceListSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/serviceListSample.js +0 -45
  561. package/dist-esm/samples-dev/serviceListSample.js.map +0 -1
  562. package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/serviceReplicaGetSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/serviceReplicaGetSample.js +0 -33
  565. package/dist-esm/samples-dev/serviceReplicaGetSample.js.map +0 -1
  566. package/dist-esm/samples-dev/serviceReplicaListSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/serviceReplicaListSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/serviceReplicaListSample.js +0 -46
  569. package/dist-esm/samples-dev/serviceReplicaListSample.js.map +0 -1
  570. package/dist-esm/samples-dev/volumeCreateSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/volumeCreateSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/volumeCreateSample.js +0 -42
  573. package/dist-esm/samples-dev/volumeCreateSample.js.map +0 -1
  574. package/dist-esm/samples-dev/volumeDeleteSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/volumeDeleteSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/volumeDeleteSample.js +0 -31
  577. package/dist-esm/samples-dev/volumeDeleteSample.js.map +0 -1
  578. package/dist-esm/samples-dev/volumeGetSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/volumeGetSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/volumeGetSample.js +0 -31
  581. package/dist-esm/samples-dev/volumeGetSample.js.map +0 -1
  582. package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/volumeListByResourceGroupSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/volumeListByResourceGroupSample.js +0 -44
  585. package/dist-esm/samples-dev/volumeListByResourceGroupSample.js.map +0 -1
  586. package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/volumeListBySubscriptionSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/volumeListBySubscriptionSample.js +0 -43
  589. package/dist-esm/samples-dev/volumeListBySubscriptionSample.js.map +0 -1
  590. package/dist-esm/src/index.d.ts +0 -5
  591. package/dist-esm/src/index.d.ts.map +0 -1
  592. package/dist-esm/src/index.js.map +0 -1
  593. package/dist-esm/src/models/index.d.ts.map +0 -1
  594. package/dist-esm/src/models/index.js.map +0 -1
  595. package/dist-esm/src/models/mappers.js.map +0 -1
  596. package/dist-esm/src/models/parameters.js.map +0 -1
  597. package/dist-esm/src/operations/application.d.ts.map +0 -1
  598. package/dist-esm/src/operations/application.js.map +0 -1
  599. package/dist-esm/src/operations/codePackage.d.ts.map +0 -1
  600. package/dist-esm/src/operations/codePackage.js.map +0 -1
  601. package/dist-esm/src/operations/gateway.d.ts.map +0 -1
  602. package/dist-esm/src/operations/gateway.js.map +0 -1
  603. package/dist-esm/src/operations/index.d.ts +0 -11
  604. package/dist-esm/src/operations/index.d.ts.map +0 -1
  605. package/dist-esm/src/operations/index.js +0 -18
  606. package/dist-esm/src/operations/index.js.map +0 -1
  607. package/dist-esm/src/operations/network.d.ts.map +0 -1
  608. package/dist-esm/src/operations/network.js.map +0 -1
  609. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  610. package/dist-esm/src/operations/operations.js.map +0 -1
  611. package/dist-esm/src/operations/secret.d.ts.map +0 -1
  612. package/dist-esm/src/operations/secret.js.map +0 -1
  613. package/dist-esm/src/operations/secretValueOperations.d.ts.map +0 -1
  614. package/dist-esm/src/operations/secretValueOperations.js.map +0 -1
  615. package/dist-esm/src/operations/service.d.ts.map +0 -1
  616. package/dist-esm/src/operations/service.js.map +0 -1
  617. package/dist-esm/src/operations/serviceReplica.d.ts.map +0 -1
  618. package/dist-esm/src/operations/serviceReplica.js.map +0 -1
  619. package/dist-esm/src/operations/volume.d.ts.map +0 -1
  620. package/dist-esm/src/operations/volume.js.map +0 -1
  621. package/dist-esm/src/operationsInterfaces/application.d.ts.map +0 -1
  622. package/dist-esm/src/operationsInterfaces/application.js.map +0 -1
  623. package/dist-esm/src/operationsInterfaces/codePackage.d.ts.map +0 -1
  624. package/dist-esm/src/operationsInterfaces/codePackage.js.map +0 -1
  625. package/dist-esm/src/operationsInterfaces/gateway.d.ts.map +0 -1
  626. package/dist-esm/src/operationsInterfaces/gateway.js.map +0 -1
  627. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  628. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  629. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  630. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  631. package/dist-esm/src/operationsInterfaces/network.d.ts.map +0 -1
  632. package/dist-esm/src/operationsInterfaces/network.js.map +0 -1
  633. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  634. package/dist-esm/src/operationsInterfaces/secret.d.ts.map +0 -1
  635. package/dist-esm/src/operationsInterfaces/secret.js.map +0 -1
  636. package/dist-esm/src/operationsInterfaces/secretValueOperations.d.ts.map +0 -1
  637. package/dist-esm/src/operationsInterfaces/secretValueOperations.js.map +0 -1
  638. package/dist-esm/src/operationsInterfaces/service.d.ts.map +0 -1
  639. package/dist-esm/src/operationsInterfaces/service.js.map +0 -1
  640. package/dist-esm/src/operationsInterfaces/serviceReplica.d.ts.map +0 -1
  641. package/dist-esm/src/operationsInterfaces/serviceReplica.js.map +0 -1
  642. package/dist-esm/src/operationsInterfaces/volume.d.ts.map +0 -1
  643. package/dist-esm/src/operationsInterfaces/volume.js.map +0 -1
  644. package/dist-esm/src/serviceFabricMeshManagementClient.d.ts.map +0 -1
  645. package/dist-esm/src/serviceFabricMeshManagementClient.js.map +0 -1
  646. package/dist-esm/test/sampleTest.d.ts +0 -2
  647. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  648. package/dist-esm/test/sampleTest.js +0 -38
  649. package/dist-esm/test/sampleTest.js.map +0 -1
  650. package/rollup.config.js +0 -122
  651. package/src/models/index.ts +0 -1603
  652. package/src/models/mappers.ts +0 -2716
  653. package/src/models/parameters.ts +0 -250
  654. package/src/operations/application.ts +0 -418
  655. package/src/operations/codePackage.ts +0 -88
  656. package/src/operations/gateway.ts +0 -419
  657. package/src/operations/index.ts +0 -18
  658. package/src/operations/network.ts +0 -418
  659. package/src/operations/operations.ts +0 -137
  660. package/src/operations/secret.ts +0 -417
  661. package/src/operations/secretValueOperations.ts +0 -403
  662. package/src/operations/service.ts +0 -241
  663. package/src/operations/serviceReplica.ts +0 -271
  664. package/src/operations/volume.ts +0 -417
  665. package/src/operationsInterfaces/application.ts +0 -80
  666. package/src/operationsInterfaces/codePackage.ts +0 -33
  667. package/src/operationsInterfaces/gateway.ts +0 -81
  668. package/src/operationsInterfaces/index.ts +0 -18
  669. package/src/operationsInterfaces/network.ts +0 -80
  670. package/src/operationsInterfaces/operations.ts +0 -22
  671. package/src/operationsInterfaces/secret.ts +0 -79
  672. package/src/operationsInterfaces/secretValueOperations.ts +0 -99
  673. package/src/operationsInterfaces/service.ts +0 -46
  674. package/src/operationsInterfaces/serviceReplica.ts +0 -50
  675. package/src/operationsInterfaces/volume.ts +0 -79
  676. package/src/serviceFabricMeshManagementClient.ts +0 -174
  677. package/tsconfig.json +0 -33
  678. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  679. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  680. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  681. /package/{dist-esm/src → dist/browser}/operationsInterfaces/application.js +0 -0
  682. /package/{dist-esm/src → dist/browser}/operationsInterfaces/codePackage.js +0 -0
  683. /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateway.js +0 -0
  684. /package/{dist-esm/src → dist/browser}/operationsInterfaces/network.js +0 -0
  685. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  686. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secret.js +0 -0
  687. /package/{dist-esm/src → dist/browser}/operationsInterfaces/secretValueOperations.js +0 -0
  688. /package/{dist-esm/src → dist/browser}/operationsInterfaces/service.js +0 -0
  689. /package/{dist-esm/src → dist/browser}/operationsInterfaces/serviceReplica.js +0 -0
  690. /package/{dist-esm/src → dist/browser}/operationsInterfaces/volume.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -42,11 +42,13 @@ export var KnownNetworkKind;
42
42
  /** Known values of {@link PathMatchType} that the service accepts. */
43
43
  export var KnownPathMatchType;
44
44
  (function (KnownPathMatchType) {
45
+ /** Prefix */
45
46
  KnownPathMatchType["Prefix"] = "prefix";
46
47
  })(KnownPathMatchType || (KnownPathMatchType = {}));
47
48
  /** Known values of {@link HeaderMatchType} that the service accepts. */
48
49
  export var KnownHeaderMatchType;
49
50
  (function (KnownHeaderMatchType) {
51
+ /** Exact */
50
52
  KnownHeaderMatchType["Exact"] = "exact";
51
53
  })(KnownHeaderMatchType || (KnownHeaderMatchType = {}));
52
54
  /** Known values of {@link OperatingSystemType} that the service accepts. */
@@ -100,8 +102,11 @@ export var KnownDiagnosticsSinkKind;
100
102
  /** Known values of {@link SizeTypes} that the service accepts. */
101
103
  export var KnownSizeTypes;
102
104
  (function (KnownSizeTypes) {
105
+ /** Small */
103
106
  KnownSizeTypes["Small"] = "Small";
107
+ /** Medium */
104
108
  KnownSizeTypes["Medium"] = "Medium";
109
+ /** Large */
105
110
  KnownSizeTypes["Large"] = "Large";
106
111
  })(KnownSizeTypes || (KnownSizeTypes = {}));
107
112
  /** Known values of {@link AutoScalingMetricKind} that the service accepts. */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAw/BH,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAaX;AAbD,WAAY,mBAAmB;IAC7B,mEAAmE;IACnE,0CAAmB,CAAA;IACnB,uDAAuD;IACvD,sCAAe,CAAA;IACf,2DAA2D;IAC3D,8CAAuB,CAAA;IACvB,+DAA+D;IAC/D,4CAAqB,CAAA;IACrB,+DAA+D;IAC/D,4CAAqB,CAAA;IACrB,wIAAwI;IACxI,wCAAiB,CAAA;AACnB,CAAC,EAbW,mBAAmB,KAAnB,mBAAmB,QAa9B;AAgBD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,8EAA8E;IAC9E,gDAA6B,CAAA;AAC/B,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,uDAAuD;IACvD,kDAA2B,CAAA;AAC7B,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAWD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,8FAA8F;IAC9F,mCAAe,CAAA;AACjB,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,aAAa;IACb,uCAAiB,CAAA;AACnB,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAWD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,YAAY;IACZ,uCAAe,CAAA;AACjB,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B;AAWD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,8CAA8C;IAC9C,2CAAe,CAAA;IACf,gDAAgD;IAChD,+CAAmB,CAAA;AACrB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IAC1C,4DAA4D;IAC5D,uFAAmD,CAAA;AACrD,CAAC,EAHW,gCAAgC,KAAhC,gCAAgC,QAG3C;AAWD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,uGAAuG;IACvG,0DAA2B,CAAA;AAC7B,CAAC,EAHW,2BAA2B,KAA3B,2BAA2B,QAGtC;AAWD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,iFAAiF;IACjF,sEAAqC,CAAA;AACvC,CAAC,EAHW,6BAA6B,KAA7B,6BAA6B,QAGxC;AAWD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC1B,mHAAmH;IACnH,uCAAmB,CAAA;IACnB,0DAA0D;IAC1D,6BAAS,CAAA;IACT,wEAAwE;IACxE,uCAAmB,CAAA;IACnB,+KAA+K;IAC/K,mCAAe,CAAA;IACf,8DAA8D;IAC9D,uCAAmB,CAAA;AACrB,CAAC,EAXW,gBAAgB,KAAhB,gBAAgB,QAW3B;AAeD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,6FAA6F;IAC7F,+CAAmB,CAAA;IACnB,uCAAuC;IACvC,+FAAmE,CAAA;AACrE,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,YAAY;IACZ,iCAAe,CAAA;IACf,aAAa;IACb,mCAAiB,CAAA;IACjB,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,yEAAyE;IACzE,mDAAqB,CAAA;AACvB,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAWD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,gDAAgD;IAChD,iDAAW,CAAA;IACX,mDAAmD;IACnD,+DAAyB,CAAA;AAC3B,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C","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 type ApplicationScopedVolumeCreationParametersUnion =\n | ApplicationScopedVolumeCreationParameters\n | ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk;\nexport type AutoScalingTriggerUnion =\n | AutoScalingTrigger\n | AverageLoadScalingTrigger;\nexport type AutoScalingMechanismUnion =\n | AutoScalingMechanism\n | AddRemoveReplicaScalingMechanism;\nexport type DiagnosticsSinkPropertiesUnion =\n | DiagnosticsSinkProperties\n | AzureInternalMonitoringPipelineSinkDescription;\nexport type AutoScalingMetricUnion =\n | AutoScalingMetric\n | AutoScalingResourceMetric;\nexport type SecretResourcePropertiesBaseUnion =\n | SecretResourcePropertiesBase\n | SecretResourcePropertiesUnion;\nexport type NetworkResourcePropertiesBaseUnion =\n | NetworkResourcePropertiesBase\n | NetworkResourcePropertiesUnion;\nexport type SecretResourcePropertiesUnion =\n | SecretResourceProperties\n | InlinedValueSecretResourceProperties;\nexport type NetworkResourcePropertiesUnion =\n | NetworkResourceProperties\n | LocalNetworkResourceProperties;\n\n/** Describes the result of the request to list Service Fabric operations. */\nexport interface OperationListResult {\n /** List of Service Fabric operations supported by the Microsoft.ServiceFabric resource provider. */\n value?: OperationResult[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of operations available at the listed Azure resource provider. */\nexport interface OperationResult {\n /** The name of the operation. */\n name?: string;\n /** The object that represents the operation. */\n display?: AvailableOperationDisplay;\n /** Origin result */\n origin?: string;\n /** The URL to use for getting the next set of results. */\n nextLink?: string;\n}\n\n/** An operation available at the listed Azure resource provider. */\nexport interface AvailableOperationDisplay {\n /** Name of the operation provider. */\n provider?: string;\n /** Name of the resource on which the operation is available. */\n resource?: string;\n /** Name of the available operation. */\n operation?: string;\n /** Description of the available operation. */\n description?: string;\n}\n\n/** The error details. */\nexport interface ErrorModel {\n /** Error model information */\n error: ErrorErrorModel;\n}\n\n/** Error model information */\nexport interface ErrorErrorModel {\n code: string;\n /** Error message. */\n message?: string;\n innerError?: string;\n /** List of error message details. */\n details?: ErrorDetailsModel[];\n}\n\n/** Error model details information */\nexport interface ErrorDetailsModel {\n code: string;\n /** Error message. */\n message: string;\n}\n\n/** Describes common properties of a provisioned resource. */\nexport interface ProvisionedResourceProperties {\n /**\n * State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** The resource model definition for Azure Resource Manager resource. */\nexport interface Resource {\n /**\n * Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** A pageable list of secret resources. */\nexport interface SecretResourceDescriptionList {\n /** One page of the list. */\n value?: SecretResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** This type describes properties of secret value resource. */\nexport interface SecretValueProperties {\n /** The actual value of the secret. */\n value?: string;\n}\n\n/** A pageable list of values of a secret resource. The information does not include only the name of the value and not the actual unencrypted value. */\nexport interface SecretValueResourceDescriptionList {\n /** One page of the list. */\n value?: SecretValueResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** This type represents the unencrypted value of the secret. */\nexport interface SecretValue {\n /** The actual value of the secret. */\n value?: string;\n}\n\n/** Describes properties of a volume resource. */\nexport interface VolumeProperties {\n /** User readable description of the volume. */\n description?: string;\n /**\n * Status of the volume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the volume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /** Provider of the volume. */\n provider: VolumeProvider;\n /** This type describes a volume provided by an Azure Files file share. */\n azureFileParameters?: VolumeProviderParametersAzureFile;\n}\n\n/** This type describes a volume provided by an Azure Files file share. */\nexport interface VolumeProviderParametersAzureFile {\n /** Name of the Azure storage account for the File Share. */\n accountName: string;\n /** Access key of the Azure storage account for the File Share. */\n accountKey?: string;\n /** Name of the Azure Files file share that provides storage for the volume. */\n shareName: string;\n}\n\n/** A pageable list of volume resources. */\nexport interface VolumeResourceDescriptionList {\n /** One page of the list. */\n value?: VolumeResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** A pageable list of network resources. */\nexport interface NetworkResourceDescriptionList {\n /** One page of the list. */\n value?: NetworkResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** Describes properties of a gateway resource. */\nexport interface GatewayProperties {\n /** User readable description of the gateway. */\n description?: string;\n /** Network the gateway should listen on for requests. */\n sourceNetwork: NetworkRef;\n /** Network that the Application is using. */\n destinationNetwork: NetworkRef;\n /** Configuration for tcp connectivity for this gateway. */\n tcp?: TcpConfig[];\n /** Configuration for http connectivity for this gateway. */\n http?: HttpConfig[];\n /**\n * Status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * IP address of the gateway. This is populated in the response and is ignored for incoming requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddress?: string;\n}\n\n/** Describes a network reference in a service. */\nexport interface NetworkRef {\n /** Name of the network */\n name?: string;\n /** A list of endpoints that are exposed on this network. */\n endpointRefs?: EndpointRef[];\n}\n\n/** Describes a reference to a service endpoint. */\nexport interface EndpointRef {\n /** Name of the endpoint. */\n name?: string;\n}\n\n/** Describes the tcp configuration for external connectivity for this network. */\nexport interface TcpConfig {\n /** tcp gateway config name. */\n name: string;\n /** Specifies the port at which the service endpoint below needs to be exposed. */\n port: number;\n /** Describes destination endpoint for routing traffic. */\n destination: GatewayDestination;\n}\n\n/** Describes destination endpoint for routing traffic. */\nexport interface GatewayDestination {\n /** Name of the service fabric Mesh application. */\n applicationName: string;\n /** service that contains the endpoint. */\n serviceName: string;\n /** name of the endpoint in the service. */\n endpointName: string;\n}\n\n/** Describes the http configuration for external connectivity for this network. */\nexport interface HttpConfig {\n /** http gateway config name. */\n name: string;\n /** Specifies the port at which the service endpoint below needs to be exposed. */\n port: number;\n /** description for routing. */\n hosts: HttpHostConfig[];\n}\n\n/** Describes the hostname properties for http routing. */\nexport interface HttpHostConfig {\n /** http hostname config name. */\n name: string;\n /** Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases. */\n routes: HttpRouteConfig[];\n}\n\n/** Describes the hostname properties for http routing. */\nexport interface HttpRouteConfig {\n /** http route name. */\n name: string;\n /** Describes a rule for http route matching. */\n match: HttpRouteMatchRule;\n /** Describes destination endpoint for routing traffic. */\n destination: GatewayDestination;\n}\n\n/** Describes a rule for http route matching. */\nexport interface HttpRouteMatchRule {\n /** Path to match for routing. */\n path: HttpRouteMatchPath;\n /** headers and their values to match in request. */\n headers?: HttpRouteMatchHeader[];\n}\n\n/** Path to match for routing. */\nexport interface HttpRouteMatchPath {\n /** Uri path to match for request. */\n value: string;\n /** replacement string for matched part of the Uri. */\n rewrite?: string;\n /** how to match value in the Uri */\n type: PathMatchType;\n}\n\n/** Describes header information for http route matching. */\nexport interface HttpRouteMatchHeader {\n /** Name of header to match in request. */\n name: string;\n /** Value of header to match in request. */\n value?: string;\n /** how to match header value */\n type?: HeaderMatchType;\n}\n\n/** A pageable list of gateway resources. */\nexport interface GatewayResourceDescriptionList {\n /** One page of the list. */\n value?: GatewayResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** Describes properties of a application resource. */\nexport interface ApplicationProperties {\n /** User readable description of the application. */\n description?: string;\n /** Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource. */\n services?: ServiceResourceDescription[];\n /** Describes the diagnostics definition and usage for an application resource. */\n diagnostics?: DiagnosticsDescription;\n /** Internal - used by Visual Studio to setup the debugging session on the local development environment. */\n debugParams?: string;\n /**\n * Names of the services in the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceNames?: string[];\n /**\n * Status of the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * Describes the health state of an application resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: HealthState;\n /**\n * When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyEvaluation?: string;\n}\n\n/** Describes the properties of a service replica. */\nexport interface ServiceReplicaProperties {\n /** The operation system required by the code in service. */\n osType: OperatingSystemType;\n /** Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.). */\n codePackages: ContainerCodePackageProperties[];\n /** The names of the private networks that this service needs to be part of. */\n networkRefs?: NetworkRef[];\n /** Reference to sinks in DiagnosticsDescription. */\n diagnostics?: DiagnosticsRef;\n}\n\n/** Describes a container and its runtime properties. */\nexport interface ContainerCodePackageProperties {\n /** The name of the code package. */\n name: string;\n /** The Container image to use. */\n image: string;\n /** Image registry credential. */\n imageRegistryCredential?: ImageRegistryCredential;\n /** Override for the default entry point in the container. */\n entrypoint?: string;\n /** Command array to execute within the container in exec form. */\n commands?: string[];\n /** The environment variables to set in this container */\n environmentVariables?: EnvironmentVariable[];\n /** The settings to set in this container. The setting file path can be fetched from environment variable \"Fabric_SettingPath\". The path for Windows container is \"C:\\\\secrets\". The path for Linux container is \"/var/secrets\". */\n settings?: Setting[];\n /** The labels to set in this container. */\n labels?: ContainerLabel[];\n /** The endpoints exposed by this container. */\n endpoints?: EndpointProperties[];\n /** The resources required by this container. */\n resources: ResourceRequirements;\n /** Volumes to be attached to the container. The lifetime of these volumes is independent of the application's lifetime. */\n volumeRefs?: VolumeReference[];\n /** Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime. */\n volumes?: ApplicationScopedVolume[];\n /** Reference to sinks in DiagnosticsDescription. */\n diagnostics?: DiagnosticsRef;\n /** A list of ReliableCollection resources used by this particular code package. Please refer to ReliableCollectionsRef for more details. */\n reliableCollectionsRefs?: ReliableCollectionsRef[];\n /**\n * Runtime information of a container instance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceView?: ContainerInstanceView;\n}\n\n/** Image registry credential. */\nexport interface ImageRegistryCredential {\n /** Docker image registry server, without protocol such as `http` and `https`. */\n server: string;\n /** The username for the private registry. */\n username: string;\n /** The password for the private registry. The password is required for create or update operations, however it is not returned in the get or list operations. */\n password?: string;\n}\n\n/** Describes an environment variable for the container. */\nexport interface EnvironmentVariable {\n /** The name of the environment variable. */\n name?: string;\n /** The value of the environment variable. */\n value?: string;\n}\n\n/** Describes a setting for the container. The setting file path can be fetched from environment variable \"Fabric_SettingPath\". The path for Windows container is \"C:\\\\secrets\". The path for Linux container is \"/var/secrets\". */\nexport interface Setting {\n /** The name of the setting. */\n name?: string;\n /** The value of the setting. */\n value?: string;\n}\n\n/** Describes a container label. */\nexport interface ContainerLabel {\n /** The name of the container label. */\n name: string;\n /** The value of the container label. */\n value: string;\n}\n\n/** Describes a container endpoint. */\nexport interface EndpointProperties {\n /** The name of the endpoint. */\n name: string;\n /** Port used by the container. */\n port?: number;\n}\n\n/** This type describes the resource requirements for a container or a service. */\nexport interface ResourceRequirements {\n /** Describes the requested resources for a given container. */\n requests: ResourceRequests;\n /** Describes the maximum limits on the resources for a given container. */\n limits?: ResourceLimits;\n}\n\n/** This type describes the requested resources for a given container. It describes the least amount of resources required for the container. A container can consume more than requested resources up to the specified limits before being restarted. Currently, the requested resources are treated as limits. */\nexport interface ResourceRequests {\n /** The memory request in GB for this container. */\n memoryInGB: number;\n /** Requested number of CPU cores. At present, only full cores are supported. */\n cpu: number;\n}\n\n/** This type describes the resource limits for a given container. It describes the most amount of resources a container is allowed to use before being restarted. */\nexport interface ResourceLimits {\n /** The memory limit in GB. */\n memoryInGB?: number;\n /** CPU limits in cores. At present, only full cores are supported. */\n cpu?: number;\n}\n\n/** Describes a reference to a volume resource. */\nexport interface VolumeReference {\n /** Name of the volume being referenced. */\n name: string;\n /** The flag indicating whether the volume is read only. Default is 'false'. */\n readOnly?: boolean;\n /** The path within the container at which the volume should be mounted. Only valid path characters are allowed. */\n destinationPath: string;\n}\n\n/** Describes parameters for creating application-scoped volumes. */\nexport interface ApplicationScopedVolumeCreationParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ServiceFabricVolumeDisk\";\n /** User readable description of the volume. */\n description?: string;\n}\n\n/** Reference to sinks in DiagnosticsDescription. */\nexport interface DiagnosticsRef {\n /** Status of whether or not sinks are enabled. */\n enabled?: boolean;\n /** List of sinks to be used if enabled. References the list of sinks in DiagnosticsDescription. */\n sinkRefs?: string[];\n}\n\n/** Specifying this parameter adds support for reliable collections */\nexport interface ReliableCollectionsRef {\n /** Name of ReliableCollection resource. Right now it's not used and you can use any string. */\n name: string;\n /** False (the default) if ReliableCollections state is persisted to disk as usual. True if you do not want to persist state, in which case replication is still enabled and you can use ReliableCollections as distributed cache. */\n doNotPersistState?: boolean;\n}\n\n/** Runtime information of a container instance. */\nexport interface ContainerInstanceView {\n /** The number of times the container has been restarted. */\n restartCount?: number;\n /** Current container instance state. */\n currentState?: ContainerState;\n /** Previous container instance state. */\n previousState?: ContainerState;\n /** The events of this container instance. */\n events?: ContainerEvent[];\n}\n\n/** The container state. */\nexport interface ContainerState {\n /** The state of this container */\n state?: string;\n /** Date/time when the container state started. */\n startTime?: Date;\n /** The container exit code. */\n exitCode?: string;\n /** Date/time when the container state finished. */\n finishTime?: Date;\n /** Human-readable status of this state. */\n detailStatus?: string;\n}\n\n/** A container event. */\nexport interface ContainerEvent {\n /** The name of the container event. */\n name?: string;\n /** The count of the event. */\n count?: number;\n /** Date/time of the first event. */\n firstTimestamp?: string;\n /** Date/time of the last event. */\n lastTimestamp?: string;\n /** The event message */\n message?: string;\n /** The event type. */\n type?: string;\n}\n\n/** Describes properties of a service resource. */\nexport interface ServiceProperties {\n /** User readable description of the service. */\n description?: string;\n /** The number of replicas of the service to create. Defaults to 1 if not specified. */\n replicaCount?: number;\n /** Auto scaling policies */\n autoScalingPolicies?: AutoScalingPolicy[];\n /**\n * Status of the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * Describes the health state of an application resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: HealthState;\n /**\n * When the service's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the service is marked unhealthy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyEvaluation?: string;\n}\n\n/** Describes the auto scaling policy */\nexport interface AutoScalingPolicy {\n /** The name of the auto scaling policy. */\n name: string;\n /** Determines when auto scaling operation will be invoked. */\n trigger: AutoScalingTriggerUnion;\n /** The mechanism that is used to scale when auto scaling operation is invoked. */\n mechanism: AutoScalingMechanismUnion;\n}\n\n/** Describes the trigger for performing auto scaling operation. */\nexport interface AutoScalingTrigger {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AverageLoad\";\n}\n\n/** Describes the mechanism for performing auto scaling operation. Derived classes will describe the actual mechanism. */\nexport interface AutoScalingMechanism {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AddRemoveReplica\";\n}\n\n/** The resource model definition for Azure Resource Manager proxy resource. It will have everything other than required location and tags. This proxy resource is explicitly created or updated by including it in the parent resource. */\nexport interface ManagedProxyResource {\n /**\n * Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of the resource */\n name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Describes the diagnostics options available */\nexport interface DiagnosticsDescription {\n /** List of supported sinks that can be referenced. */\n sinks?: DiagnosticsSinkPropertiesUnion[];\n /** Status of whether or not sinks are enabled. */\n enabled?: boolean;\n /** The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level. */\n defaultSinkRefs?: string[];\n}\n\n/** Properties of a DiagnosticsSink. */\nexport interface DiagnosticsSinkProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AzureInternalMonitoringPipeline\";\n /** Name of the sink. This value is referenced by DiagnosticsReferenceDescription */\n name?: string;\n /** A description of the sink. */\n description?: string;\n}\n\n/** A pageable list of application resources. */\nexport interface ApplicationResourceDescriptionList {\n /** One page of the list. */\n value?: ApplicationResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** A pageable list of service resources. */\nexport interface ServiceResourceDescriptionList {\n /** One page of the list. */\n value?: ServiceResourceDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** A pageable list of service replicas. */\nexport interface ServiceReplicaDescriptionList {\n /** One page of the list. */\n value?: ServiceReplicaDescription[];\n /** URI to fetch the next page of the list. */\n nextLink?: string;\n}\n\n/** Container logs. */\nexport interface ContainerLogs {\n /** Container logs. */\n content?: string;\n}\n\n/** Describes the metric that is used for triggering auto scaling operation. Derived classes will describe resources or metrics. */\nexport interface AutoScalingMetric {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Resource\";\n}\n\n/** This type describes the properties of a secret resource, including its kind. */\nexport interface SecretResourcePropertiesBase\n extends ProvisionedResourceProperties {\n /** Describes the kind of secret. */\n kind: SecretKind;\n}\n\n/** This type describes properties of a secret value resource. */\nexport interface SecretValueResourceProperties\n extends ProvisionedResourceProperties,\n SecretValueProperties {}\n\n/** This type describes properties of a volume resource. */\nexport interface VolumeResourceProperties\n extends ProvisionedResourceProperties,\n VolumeProperties {}\n\n/** This type describes the properties of a network resource, including its kind. */\nexport interface NetworkResourcePropertiesBase\n extends ProvisionedResourceProperties {\n /** The type of a Service Fabric container network. */\n kind: NetworkKind;\n}\n\n/** This type describes properties of a gateway resource. */\nexport interface GatewayResourceProperties\n extends ProvisionedResourceProperties,\n GatewayProperties {}\n\n/** This type describes properties of a service resource. */\nexport interface ServiceResourceProperties\n extends ProvisionedResourceProperties,\n ServiceReplicaProperties,\n ServiceProperties {}\n\n/** This type describes properties of an application resource. */\nexport interface ApplicationResourceProperties\n extends ProvisionedResourceProperties,\n ApplicationProperties {}\n\n/** The resource model definition for Azure Resource Manager tracked top-level resource. */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for Azure Resource Manager proxy resource. It will have everything other than required location and tags. */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a replica of a service resource. */\nexport interface ServiceReplicaDescription extends ServiceReplicaProperties {\n /** Name of the replica. */\n replicaName: string;\n}\n\n/** Describes a volume whose lifetime is scoped to the application's lifetime. */\nexport interface ApplicationScopedVolume extends VolumeReference {\n /** Describes parameters for creating application-scoped volumes. */\n creationParameters: ApplicationScopedVolumeCreationParametersUnion;\n}\n\n/** Describes parameters for creating application-scoped volumes provided by Service Fabric Volume Disks */\nexport interface ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk\n extends ApplicationScopedVolumeCreationParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"ServiceFabricVolumeDisk\";\n /** Volume size */\n sizeDisk: SizeTypes;\n}\n\n/** Describes the average load trigger used for auto scaling. */\nexport interface AverageLoadScalingTrigger extends AutoScalingTrigger {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AverageLoad\";\n /** Description of the metric that is used for scaling. */\n metric: AutoScalingMetricUnion;\n /** Lower load threshold (if average load is below this threshold, service will scale down). */\n lowerLoadThreshold: number;\n /** Upper load threshold (if average load is above this threshold, service will scale up). */\n upperLoadThreshold: number;\n /** Scale interval that indicates how often will this trigger be checked. */\n scaleIntervalInSeconds: number;\n}\n\n/** Describes the horizontal auto scaling mechanism that adds or removes replicas (containers or container groups). */\nexport interface AddRemoveReplicaScalingMechanism extends AutoScalingMechanism {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AddRemoveReplica\";\n /** Minimum number of containers (scale down won't be performed below this number). */\n minCount: number;\n /** Maximum number of containers (scale up won't be performed above this number). */\n maxCount: number;\n /** Each time auto scaling is performed, this number of containers will be added or removed. */\n scaleIncrement: number;\n}\n\n/** This type describes a service resource. */\nexport interface ServiceResourceDescription extends ManagedProxyResource {\n /**\n * State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The operation system required by the code in service. */\n osType: OperatingSystemType;\n /** Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.). */\n codePackages: ContainerCodePackageProperties[];\n /** The names of the private networks that this service needs to be part of. */\n networkRefs?: NetworkRef[];\n /** Reference to sinks in DiagnosticsDescription. */\n diagnostics?: DiagnosticsRef;\n /** User readable description of the service. */\n description?: string;\n /** The number of replicas of the service to create. Defaults to 1 if not specified. */\n replicaCount?: number;\n /** Auto scaling policies */\n autoScalingPolicies?: AutoScalingPolicy[];\n /**\n * Status of the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * Describes the health state of an application resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: HealthState;\n /**\n * When the service's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the service is marked unhealthy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyEvaluation?: string;\n}\n\n/** Diagnostics settings for Geneva. */\nexport interface AzureInternalMonitoringPipelineSinkDescription\n extends DiagnosticsSinkProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"AzureInternalMonitoringPipeline\";\n /** Azure Internal monitoring pipeline account. */\n accountName?: string;\n /** Azure Internal monitoring pipeline account namespace. */\n namespace?: string;\n /** Azure Internal monitoring agent configuration. */\n maConfigUrl?: string;\n /** Azure Internal monitoring agent fluentd configuration. */\n fluentdConfigUrl?: any;\n /** Azure Internal monitoring pipeline autokey associated with the certificate. */\n autoKeyConfigUrl?: string;\n}\n\n/** Describes the resource that is used for triggering auto scaling. */\nexport interface AutoScalingResourceMetric extends AutoScalingMetric {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Resource\";\n /** Name of the resource. */\n name: AutoScalingResourceMetricName;\n}\n\n/** Describes the properties of a secret resource. */\nexport interface SecretResourceProperties extends SecretResourcePropertiesBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"SecretResourceProperties\" | \"inlinedValue\";\n /** User readable description of the secret. */\n description?: string;\n /**\n * Status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the secret.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /** The type of the content stored in the secret value. The value of this property is opaque to Service Fabric. Once set, the value of this property cannot be changed. */\n contentType?: string;\n}\n\n/** Describes properties of a network resource. */\nexport interface NetworkResourceProperties\n extends NetworkResourcePropertiesBase {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"NetworkResourceProperties\" | \"Local\";\n /** User readable description of the network. */\n description?: string;\n /**\n * Status of the network.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the network.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n}\n\n/** This type describes a secret resource. */\nexport interface SecretResourceDescription extends TrackedResource {\n /** Describes the properties of a secret resource. */\n properties: SecretResourcePropertiesUnion;\n}\n\n/** This type describes a value of a secret resource. The name of this resource is the version identifier corresponding to this secret value. */\nexport interface SecretValueResourceDescription extends TrackedResource {\n /**\n * State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The actual value of the secret. */\n value?: string;\n}\n\n/** This type describes a volume resource. */\nexport interface VolumeResourceDescription extends TrackedResource {\n /**\n * State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** User readable description of the volume. */\n description?: string;\n /**\n * Status of the volume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the volume.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /** Provider of the volume. */\n provider: VolumeProvider;\n /** This type describes a volume provided by an Azure Files file share. */\n azureFileParameters?: VolumeProviderParametersAzureFile;\n}\n\n/** This type describes a network resource. */\nexport interface NetworkResourceDescription extends TrackedResource {\n /** Describes properties of a network resource. */\n properties: NetworkResourcePropertiesUnion;\n}\n\n/** This type describes a gateway resource. */\nexport interface GatewayResourceDescription extends TrackedResource {\n /**\n * State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** User readable description of the gateway. */\n description?: string;\n /** Network the gateway should listen on for requests. */\n sourceNetwork: NetworkRef;\n /** Network that the Application is using. */\n destinationNetwork: NetworkRef;\n /** Configuration for tcp connectivity for this gateway. */\n tcp?: TcpConfig[];\n /** Configuration for http connectivity for this gateway. */\n http?: HttpConfig[];\n /**\n * Status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the gateway.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * IP address of the gateway. This is populated in the response and is ignored for incoming requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipAddress?: string;\n}\n\n/** This type describes an application resource. */\nexport interface ApplicationResourceDescription extends TrackedResource {\n /**\n * State of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** User readable description of the application. */\n description?: string;\n /** Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource. */\n services?: ServiceResourceDescription[];\n /** Describes the diagnostics definition and usage for an application resource. */\n diagnostics?: DiagnosticsDescription;\n /** Internal - used by Visual Studio to setup the debugging session on the local development environment. */\n debugParams?: string;\n /**\n * Names of the services in the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceNames?: string[];\n /**\n * Status of the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: ResourceStatus;\n /**\n * Gives additional information about the current status of the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly statusDetails?: string;\n /**\n * Describes the health state of an application resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly healthState?: HealthState;\n /**\n * When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unhealthyEvaluation?: string;\n}\n\n/** Describes the properties of a secret resource whose value is provided explicitly as plaintext. The secret resource may have multiple values, each being uniquely versioned. The secret value of each version is stored encrypted, and delivered as plaintext into the context of applications referencing it. */\nexport interface InlinedValueSecretResourceProperties\n extends SecretResourceProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"inlinedValue\";\n}\n\n/** Information about a Service Fabric container network local to a single Service Fabric cluster. */\nexport interface LocalNetworkResourceProperties\n extends NetworkResourceProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Local\";\n /** Address space for the local container network. */\n networkAddressPrefix?: string;\n}\n\n/** Known values of {@link ResourceStatus} that the service accepts. */\nexport enum KnownResourceStatus {\n /** Indicates the resource status is unknown. The value is zero. */\n Unknown = \"Unknown\",\n /** Indicates the resource is ready. The value is 1. */\n Ready = \"Ready\",\n /** Indicates the resource is upgrading. The value is 2. */\n Upgrading = \"Upgrading\",\n /** Indicates the resource is being created. The value is 3. */\n Creating = \"Creating\",\n /** Indicates the resource is being deleted. The value is 4. */\n Deleting = \"Deleting\",\n /** Indicates the resource is not functional due to persistent failures. See statusDetails property for more details. The value is 5. */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ResourceStatus. \\\n * {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Indicates the resource status is unknown. The value is zero. \\\n * **Ready**: Indicates the resource is ready. The value is 1. \\\n * **Upgrading**: Indicates the resource is upgrading. The value is 2. \\\n * **Creating**: Indicates the resource is being created. The value is 3. \\\n * **Deleting**: Indicates the resource is being deleted. The value is 4. \\\n * **Failed**: Indicates the resource is not functional due to persistent failures. See statusDetails property for more details. The value is 5.\n */\nexport type ResourceStatus = string;\n\n/** Known values of {@link SecretKind} that the service accepts. */\nexport enum KnownSecretKind {\n /** A simple secret resource whose plaintext value is provided by the user. */\n InlinedValue = \"inlinedValue\"\n}\n\n/**\n * Defines values for SecretKind. \\\n * {@link KnownSecretKind} can be used interchangeably with SecretKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **inlinedValue**: A simple secret resource whose plaintext value is provided by the user.\n */\nexport type SecretKind = string;\n\n/** Known values of {@link VolumeProvider} that the service accepts. */\nexport enum KnownVolumeProvider {\n /** Provides volumes that are backed by Azure Files. */\n SFAzureFile = \"SFAzureFile\"\n}\n\n/**\n * Defines values for VolumeProvider. \\\n * {@link KnownVolumeProvider} can be used interchangeably with VolumeProvider,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SFAzureFile**: Provides volumes that are backed by Azure Files.\n */\nexport type VolumeProvider = string;\n\n/** Known values of {@link NetworkKind} that the service accepts. */\nexport enum KnownNetworkKind {\n /** Indicates a container network local to a single Service Fabric cluster. The value is 1. */\n Local = \"Local\"\n}\n\n/**\n * Defines values for NetworkKind. \\\n * {@link KnownNetworkKind} can be used interchangeably with NetworkKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local**: Indicates a container network local to a single Service Fabric cluster. The value is 1.\n */\nexport type NetworkKind = string;\n\n/** Known values of {@link PathMatchType} that the service accepts. */\nexport enum KnownPathMatchType {\n /** Prefix */\n Prefix = \"prefix\"\n}\n\n/**\n * Defines values for PathMatchType. \\\n * {@link KnownPathMatchType} can be used interchangeably with PathMatchType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **prefix**\n */\nexport type PathMatchType = string;\n\n/** Known values of {@link HeaderMatchType} that the service accepts. */\nexport enum KnownHeaderMatchType {\n /** Exact */\n Exact = \"exact\"\n}\n\n/**\n * Defines values for HeaderMatchType. \\\n * {@link KnownHeaderMatchType} can be used interchangeably with HeaderMatchType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **exact**\n */\nexport type HeaderMatchType = string;\n\n/** Known values of {@link OperatingSystemType} that the service accepts. */\nexport enum KnownOperatingSystemType {\n /** The required operating system is Linux. */\n Linux = \"Linux\",\n /** The required operating system is Windows. */\n Windows = \"Windows\"\n}\n\n/**\n * Defines values for OperatingSystemType. \\\n * {@link KnownOperatingSystemType} can be used interchangeably with OperatingSystemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux**: The required operating system is Linux. \\\n * **Windows**: The required operating system is Windows.\n */\nexport type OperatingSystemType = string;\n\n/** Known values of {@link ApplicationScopedVolumeKind} that the service accepts. */\nexport enum KnownApplicationScopedVolumeKind {\n /** Provides Service Fabric High Availability Volume Disk */\n ServiceFabricVolumeDisk = \"ServiceFabricVolumeDisk\"\n}\n\n/**\n * Defines values for ApplicationScopedVolumeKind. \\\n * {@link KnownApplicationScopedVolumeKind} can be used interchangeably with ApplicationScopedVolumeKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServiceFabricVolumeDisk**: Provides Service Fabric High Availability Volume Disk\n */\nexport type ApplicationScopedVolumeKind = string;\n\n/** Known values of {@link AutoScalingTriggerKind} that the service accepts. */\nexport enum KnownAutoScalingTriggerKind {\n /** Indicates that scaling should be performed based on average load of all replicas in the service. */\n AverageLoad = \"AverageLoad\"\n}\n\n/**\n * Defines values for AutoScalingTriggerKind. \\\n * {@link KnownAutoScalingTriggerKind} can be used interchangeably with AutoScalingTriggerKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AverageLoad**: Indicates that scaling should be performed based on average load of all replicas in the service.\n */\nexport type AutoScalingTriggerKind = string;\n\n/** Known values of {@link AutoScalingMechanismKind} that the service accepts. */\nexport enum KnownAutoScalingMechanismKind {\n /** Indicates that scaling should be performed by adding or removing replicas. */\n AddRemoveReplica = \"AddRemoveReplica\"\n}\n\n/**\n * Defines values for AutoScalingMechanismKind. \\\n * {@link KnownAutoScalingMechanismKind} can be used interchangeably with AutoScalingMechanismKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AddRemoveReplica**: Indicates that scaling should be performed by adding or removing replicas.\n */\nexport type AutoScalingMechanismKind = string;\n\n/** Known values of {@link HealthState} that the service accepts. */\nexport enum KnownHealthState {\n /** Indicates an invalid health state. All Service Fabric enumerations have the invalid type. The value is zero. */\n Invalid = \"Invalid\",\n /** Indicates the health state is okay. The value is 1. */\n Ok = \"Ok\",\n /** Indicates the health state is at a warning level. The value is 2. */\n Warning = \"Warning\",\n /** Indicates the health state is at an error level. Error health state should be investigated, as they can impact the correct functionality of the cluster. The value is 3. */\n Error = \"Error\",\n /** Indicates an unknown health status. The value is 65535. */\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for HealthState. \\\n * {@link KnownHealthState} can be used interchangeably with HealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: Indicates an invalid health state. All Service Fabric enumerations have the invalid type. The value is zero. \\\n * **Ok**: Indicates the health state is okay. The value is 1. \\\n * **Warning**: Indicates the health state is at a warning level. The value is 2. \\\n * **Error**: Indicates the health state is at an error level. Error health state should be investigated, as they can impact the correct functionality of the cluster. The value is 3. \\\n * **Unknown**: Indicates an unknown health status. The value is 65535.\n */\nexport type HealthState = string;\n\n/** Known values of {@link DiagnosticsSinkKind} that the service accepts. */\nexport enum KnownDiagnosticsSinkKind {\n /** Indicates an invalid sink kind. All Service Fabric enumerations have the invalid type. */\n Invalid = \"Invalid\",\n /** Diagnostics settings for Geneva. */\n AzureInternalMonitoringPipeline = \"AzureInternalMonitoringPipeline\"\n}\n\n/**\n * Defines values for DiagnosticsSinkKind. \\\n * {@link KnownDiagnosticsSinkKind} can be used interchangeably with DiagnosticsSinkKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: Indicates an invalid sink kind. All Service Fabric enumerations have the invalid type. \\\n * **AzureInternalMonitoringPipeline**: Diagnostics settings for Geneva.\n */\nexport type DiagnosticsSinkKind = string;\n\n/** Known values of {@link SizeTypes} that the service accepts. */\nexport enum KnownSizeTypes {\n /** Small */\n Small = \"Small\",\n /** Medium */\n Medium = \"Medium\",\n /** Large */\n Large = \"Large\"\n}\n\n/**\n * Defines values for SizeTypes. \\\n * {@link KnownSizeTypes} can be used interchangeably with SizeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Small** \\\n * **Medium** \\\n * **Large**\n */\nexport type SizeTypes = string;\n\n/** Known values of {@link AutoScalingMetricKind} that the service accepts. */\nexport enum KnownAutoScalingMetricKind {\n /** Indicates that the metric is one of resources, like cpu or memory. */\n Resource = \"Resource\"\n}\n\n/**\n * Defines values for AutoScalingMetricKind. \\\n * {@link KnownAutoScalingMetricKind} can be used interchangeably with AutoScalingMetricKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Resource**: Indicates that the metric is one of resources, like cpu or memory.\n */\nexport type AutoScalingMetricKind = string;\n\n/** Known values of {@link AutoScalingResourceMetricName} that the service accepts. */\nexport enum KnownAutoScalingResourceMetricName {\n /** Indicates that the resource is CPU cores. */\n Cpu = \"cpu\",\n /** Indicates that the resource is memory in GB. */\n MemoryInGB = \"memoryInGB\"\n}\n\n/**\n * Defines values for AutoScalingResourceMetricName. \\\n * {@link KnownAutoScalingResourceMetricName} can be used interchangeably with AutoScalingResourceMetricName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **cpu**: Indicates that the resource is CPU cores. \\\n * **memoryInGB**: Indicates that the resource is memory in GB.\n */\nexport type AutoScalingResourceMetricName = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface SecretCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type SecretCreateResponse = SecretResourceDescription;\n\n/** Optional parameters. */\nexport interface SecretGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecretGetResponse = SecretResourceDescription;\n\n/** Optional parameters. */\nexport interface SecretDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SecretListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SecretListByResourceGroupResponse = SecretResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface SecretListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SecretListBySubscriptionResponse = SecretResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface SecretListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SecretListByResourceGroupNextResponse = SecretResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface SecretListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SecretListBySubscriptionNextResponse = SecretResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface SecretValueCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type SecretValueCreateResponse = SecretValueResourceDescription;\n\n/** Optional parameters. */\nexport interface SecretValueGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecretValueGetResponse = SecretValueResourceDescription;\n\n/** Optional parameters. */\nexport interface SecretValueDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SecretValueListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SecretValueListResponse = SecretValueResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface SecretValueListValueOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listValue operation. */\nexport type SecretValueListValueResponse = SecretValue;\n\n/** Optional parameters. */\nexport interface SecretValueListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SecretValueListNextResponse = SecretValueResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface VolumeCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type VolumeCreateResponse = VolumeResourceDescription;\n\n/** Optional parameters. */\nexport interface VolumeGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VolumeGetResponse = VolumeResourceDescription;\n\n/** Optional parameters. */\nexport interface VolumeDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface VolumeListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VolumeListByResourceGroupResponse = VolumeResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface VolumeListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VolumeListBySubscriptionResponse = VolumeResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface VolumeListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VolumeListByResourceGroupNextResponse = VolumeResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface VolumeListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VolumeListBySubscriptionNextResponse = VolumeResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface NetworkCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type NetworkCreateResponse = NetworkResourceDescription;\n\n/** Optional parameters. */\nexport interface NetworkGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NetworkGetResponse = NetworkResourceDescription;\n\n/** Optional parameters. */\nexport interface NetworkDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NetworkListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type NetworkListByResourceGroupResponse = NetworkResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface NetworkListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type NetworkListBySubscriptionResponse = NetworkResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface NetworkListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type NetworkListByResourceGroupNextResponse = NetworkResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface NetworkListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type NetworkListBySubscriptionNextResponse = NetworkResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface GatewayCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type GatewayCreateResponse = GatewayResourceDescription;\n\n/** Optional parameters. */\nexport interface GatewayGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GatewayGetResponse = GatewayResourceDescription;\n\n/** Optional parameters. */\nexport interface GatewayDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GatewayListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type GatewayListByResourceGroupResponse = GatewayResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface GatewayListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type GatewayListBySubscriptionResponse = GatewayResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface GatewayListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type GatewayListByResourceGroupNextResponse = GatewayResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface GatewayListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type GatewayListBySubscriptionNextResponse = GatewayResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ApplicationCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ApplicationCreateResponse = ApplicationResourceDescription;\n\n/** Optional parameters. */\nexport interface ApplicationGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ApplicationGetResponse = ApplicationResourceDescription;\n\n/** Optional parameters. */\nexport interface ApplicationDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ApplicationListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ApplicationListByResourceGroupResponse = ApplicationResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ApplicationListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ApplicationListBySubscriptionResponse = ApplicationResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ApplicationListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ApplicationListByResourceGroupNextResponse = ApplicationResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ApplicationListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ApplicationListBySubscriptionNextResponse = ApplicationResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ServiceGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServiceGetResponse = ServiceResourceDescription;\n\n/** Optional parameters. */\nexport interface ServiceListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServiceListResponse = ServiceResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ServiceListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServiceListNextResponse = ServiceResourceDescriptionList;\n\n/** Optional parameters. */\nexport interface ServiceReplicaGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServiceReplicaGetResponse = ServiceReplicaDescription;\n\n/** Optional parameters. */\nexport interface ServiceReplicaListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServiceReplicaListResponse = ServiceReplicaDescriptionList;\n\n/** Optional parameters. */\nexport interface ServiceReplicaListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServiceReplicaListNextResponse = ServiceReplicaDescriptionList;\n\n/** Optional parameters. */\nexport interface CodePackageGetContainerLogsOptionalParams\n extends coreClient.OperationOptions {\n /** Number of lines to show from the end of the logs. Default is 100. */\n tail?: number;\n}\n\n/** Contains response data for the getContainerLogs operation. */\nexport type CodePackageGetContainerLogsResponse = ContainerLogs;\n\n/** Optional parameters. */\nexport interface ServiceFabricMeshManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -97,9 +97,9 @@ export declare let discriminators: {
97
97
  "AutoScalingMechanism.AddRemoveReplica": coreClient.CompositeMapper;
98
98
  "DiagnosticsSinkProperties.AzureInternalMonitoringPipeline": coreClient.CompositeMapper;
99
99
  "AutoScalingMetric.Resource": coreClient.CompositeMapper;
100
- "ProvisionedResourceProperties.SecretResourceProperties": coreClient.CompositeMapper;
101
- "ProvisionedResourceProperties.NetworkResourceProperties": coreClient.CompositeMapper;
102
- "ProvisionedResourceProperties.inlinedValue": coreClient.CompositeMapper;
103
- "ProvisionedResourceProperties.Local": coreClient.CompositeMapper;
100
+ "SecretResourcePropertiesBase.SecretResourceProperties": coreClient.CompositeMapper;
101
+ "NetworkResourcePropertiesBase.NetworkResourceProperties": coreClient.CompositeMapper;
102
+ "SecretResourceProperties.inlinedValue": coreClient.CompositeMapper;
103
+ "NetworkResourceProperties.Local": coreClient.CompositeMapper;
104
104
  };
105
105
  //# sourceMappingURL=mappers.d.ts.map