@azure/arm-certificateregistration 1.0.0-beta.1 → 1.0.0

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 (447) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/appServiceCertificateOrders/index.d.ts +3 -0
  3. package/dist/browser/api/appServiceCertificateOrders/index.js +4 -0
  4. package/dist/browser/api/appServiceCertificateOrders/index.js.map +1 -0
  5. package/dist/browser/api/appServiceCertificateOrders/operations.d.ts +92 -0
  6. package/dist/browser/api/appServiceCertificateOrders/operations.js +597 -0
  7. package/dist/browser/api/appServiceCertificateOrders/operations.js.map +1 -0
  8. package/dist/browser/api/appServiceCertificateOrders/options.d.ts +66 -0
  9. package/dist/browser/{operationsInterfaces/appServiceCertificateOrders.js → api/appServiceCertificateOrders/options.js} +1 -1
  10. package/dist/browser/api/appServiceCertificateOrders/options.js.map +1 -0
  11. package/dist/browser/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  12. package/dist/browser/api/certificateOrdersDiagnostics/index.js +4 -0
  13. package/dist/browser/api/certificateOrdersDiagnostics/index.js.map +1 -0
  14. package/dist/browser/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  15. package/dist/browser/api/certificateOrdersDiagnostics/operations.js +74 -0
  16. package/dist/browser/api/certificateOrdersDiagnostics/operations.js.map +1 -0
  17. package/dist/browser/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  18. package/dist/{react-native/operationsInterfaces/appServiceCertificateOrders.js → browser/api/certificateOrdersDiagnostics/options.js} +1 -1
  19. package/dist/browser/api/certificateOrdersDiagnostics/options.js.map +1 -0
  20. package/dist/browser/api/certificateRegistrationManagementContext.d.ts +20 -0
  21. package/dist/browser/api/certificateRegistrationManagementContext.js +27 -0
  22. package/dist/browser/api/certificateRegistrationManagementContext.js.map +1 -0
  23. package/dist/browser/api/certificateRegistrationProvider/index.d.ts +3 -0
  24. package/dist/browser/api/certificateRegistrationProvider/index.js +4 -0
  25. package/dist/browser/api/certificateRegistrationProvider/index.js.map +1 -0
  26. package/dist/browser/api/certificateRegistrationProvider/operations.d.ts +10 -0
  27. package/dist/browser/api/certificateRegistrationProvider/operations.js +31 -0
  28. package/dist/browser/api/certificateRegistrationProvider/operations.js.map +1 -0
  29. package/dist/browser/api/certificateRegistrationProvider/options.d.ts +5 -0
  30. package/dist/{esm/operationsInterfaces/appServiceCertificateOrders.js → browser/api/certificateRegistrationProvider/options.js} +1 -1
  31. package/dist/browser/api/certificateRegistrationProvider/options.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +2 -0
  33. package/dist/browser/api/index.js +4 -0
  34. package/dist/browser/api/index.js.map +1 -0
  35. package/dist/browser/certificateRegistrationManagementClient.d.ts +19 -22
  36. package/dist/browser/certificateRegistrationManagementClient.js +26 -89
  37. package/dist/browser/certificateRegistrationManagementClient.js.map +1 -1
  38. package/dist/browser/classic/appServiceCertificateOrders/index.d.ts +55 -0
  39. package/dist/browser/classic/appServiceCertificateOrders/index.js +33 -0
  40. package/dist/browser/classic/appServiceCertificateOrders/index.js.map +1 -0
  41. package/dist/browser/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  42. package/dist/browser/classic/certificateOrdersDiagnostics/index.js +15 -0
  43. package/dist/browser/classic/certificateOrdersDiagnostics/index.js.map +1 -0
  44. package/dist/browser/classic/certificateRegistrationProvider/index.d.ts +11 -0
  45. package/dist/browser/classic/certificateRegistrationProvider/index.js +14 -0
  46. package/dist/browser/classic/certificateRegistrationProvider/index.js.map +1 -0
  47. package/dist/browser/classic/index.d.ts +4 -0
  48. package/dist/{esm/operationsInterfaces/certificateOrdersDiagnostics.js → browser/classic/index.js} +1 -1
  49. package/dist/browser/classic/index.js.map +1 -0
  50. package/dist/browser/index.d.ts +11 -3
  51. package/dist/browser/index.js +4 -6
  52. package/dist/browser/index.js.map +1 -1
  53. package/dist/browser/logger.d.ts +2 -0
  54. package/dist/browser/logger.js +5 -0
  55. package/dist/browser/logger.js.map +1 -0
  56. package/dist/browser/models/index.d.ts +1 -3113
  57. package/dist/browser/models/index.js +1 -216
  58. package/dist/browser/models/index.js.map +1 -1
  59. package/dist/browser/models/models.d.ts +787 -0
  60. package/dist/browser/models/models.js +834 -0
  61. package/dist/browser/models/models.js.map +1 -0
  62. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  63. package/dist/browser/restorePollerHelpers.js +98 -0
  64. package/dist/browser/restorePollerHelpers.js.map +1 -0
  65. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  66. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  68. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  69. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  70. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  71. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  72. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  73. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  74. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  75. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  76. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  77. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  78. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  79. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  80. package/dist/commonjs/api/appServiceCertificateOrders/index.d.ts +3 -0
  81. package/dist/commonjs/api/appServiceCertificateOrders/index.js +107 -0
  82. package/dist/commonjs/api/appServiceCertificateOrders/index.js.map +7 -0
  83. package/dist/commonjs/api/appServiceCertificateOrders/operations.d.ts +92 -0
  84. package/dist/commonjs/api/appServiceCertificateOrders/operations.js +893 -0
  85. package/dist/commonjs/api/appServiceCertificateOrders/operations.js.map +7 -0
  86. package/dist/commonjs/api/appServiceCertificateOrders/options.d.ts +66 -0
  87. package/dist/commonjs/api/appServiceCertificateOrders/options.js +16 -0
  88. package/dist/commonjs/api/appServiceCertificateOrders/options.js.map +7 -0
  89. package/dist/commonjs/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  90. package/dist/commonjs/api/certificateOrdersDiagnostics/index.js +35 -0
  91. package/dist/commonjs/api/certificateOrdersDiagnostics/index.js.map +7 -0
  92. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  93. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.js +131 -0
  94. package/dist/commonjs/api/certificateOrdersDiagnostics/operations.js.map +7 -0
  95. package/dist/commonjs/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  96. package/dist/commonjs/api/certificateOrdersDiagnostics/options.js +16 -0
  97. package/dist/commonjs/api/certificateOrdersDiagnostics/options.js.map +7 -0
  98. package/dist/commonjs/api/certificateRegistrationManagementContext.d.ts +20 -0
  99. package/dist/commonjs/api/certificateRegistrationManagementContext.js +49 -0
  100. package/dist/commonjs/api/certificateRegistrationManagementContext.js.map +7 -0
  101. package/dist/commonjs/api/certificateRegistrationProvider/index.d.ts +3 -0
  102. package/dist/commonjs/api/certificateRegistrationProvider/index.js +31 -0
  103. package/dist/commonjs/api/certificateRegistrationProvider/index.js.map +7 -0
  104. package/dist/commonjs/api/certificateRegistrationProvider/operations.d.ts +10 -0
  105. package/dist/commonjs/api/certificateRegistrationProvider/operations.js +68 -0
  106. package/dist/commonjs/api/certificateRegistrationProvider/operations.js.map +7 -0
  107. package/dist/commonjs/api/certificateRegistrationProvider/options.d.ts +5 -0
  108. package/dist/commonjs/api/certificateRegistrationProvider/options.js +16 -0
  109. package/dist/commonjs/api/certificateRegistrationProvider/options.js.map +7 -0
  110. package/dist/commonjs/api/index.d.ts +2 -0
  111. package/dist/commonjs/api/index.js +32 -0
  112. package/dist/commonjs/api/index.js.map +7 -0
  113. package/dist/commonjs/certificateRegistrationManagementClient.d.ts +19 -22
  114. package/dist/commonjs/certificateRegistrationManagementClient.js +64 -106
  115. package/dist/commonjs/certificateRegistrationManagementClient.js.map +7 -1
  116. package/dist/commonjs/classic/appServiceCertificateOrders/index.d.ts +55 -0
  117. package/dist/commonjs/classic/appServiceCertificateOrders/index.js +101 -0
  118. package/dist/commonjs/classic/appServiceCertificateOrders/index.js.map +7 -0
  119. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  120. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.js +50 -0
  121. package/dist/commonjs/classic/certificateOrdersDiagnostics/index.js.map +7 -0
  122. package/dist/commonjs/classic/certificateRegistrationProvider/index.d.ts +11 -0
  123. package/dist/commonjs/classic/certificateRegistrationProvider/index.js +38 -0
  124. package/dist/commonjs/classic/certificateRegistrationProvider/index.js.map +7 -0
  125. package/dist/commonjs/classic/index.d.ts +4 -0
  126. package/dist/commonjs/classic/index.js +34 -0
  127. package/dist/commonjs/classic/index.js.map +7 -0
  128. package/dist/commonjs/index.d.ts +11 -3
  129. package/dist/commonjs/index.js +227 -16
  130. package/dist/commonjs/index.js.map +7 -1
  131. package/dist/commonjs/logger.d.ts +2 -0
  132. package/dist/commonjs/logger.js +29 -0
  133. package/dist/commonjs/logger.js.map +7 -0
  134. package/dist/commonjs/models/index.d.ts +1 -3113
  135. package/dist/commonjs/models/index.js +148 -222
  136. package/dist/commonjs/models/index.js.map +7 -1
  137. package/dist/commonjs/models/models.d.ts +787 -0
  138. package/dist/commonjs/models/models.js +905 -0
  139. package/dist/commonjs/models/models.js.map +7 -0
  140. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  141. package/dist/commonjs/restorePollerHelpers.js +111 -0
  142. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  143. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  144. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  145. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  146. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  147. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  148. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  149. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  150. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  151. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  152. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  153. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  154. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  155. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  156. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  157. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  158. package/dist/commonjs/tsdoc-metadata.json +1 -1
  159. package/dist/esm/api/appServiceCertificateOrders/index.d.ts +3 -0
  160. package/dist/esm/api/appServiceCertificateOrders/index.js +4 -0
  161. package/dist/esm/api/appServiceCertificateOrders/index.js.map +1 -0
  162. package/dist/esm/api/appServiceCertificateOrders/operations.d.ts +92 -0
  163. package/dist/esm/api/appServiceCertificateOrders/operations.js +597 -0
  164. package/dist/esm/api/appServiceCertificateOrders/operations.js.map +1 -0
  165. package/dist/esm/api/appServiceCertificateOrders/options.d.ts +66 -0
  166. package/dist/esm/api/appServiceCertificateOrders/options.js +4 -0
  167. package/dist/esm/api/appServiceCertificateOrders/options.js.map +1 -0
  168. package/dist/esm/api/certificateOrdersDiagnostics/index.d.ts +3 -0
  169. package/dist/esm/api/certificateOrdersDiagnostics/index.js +4 -0
  170. package/dist/esm/api/certificateOrdersDiagnostics/index.js.map +1 -0
  171. package/dist/esm/api/certificateOrdersDiagnostics/operations.d.ts +14 -0
  172. package/dist/esm/api/certificateOrdersDiagnostics/operations.js +74 -0
  173. package/dist/esm/api/certificateOrdersDiagnostics/operations.js.map +1 -0
  174. package/dist/esm/api/certificateOrdersDiagnostics/options.d.ts +14 -0
  175. package/dist/esm/api/certificateOrdersDiagnostics/options.js +4 -0
  176. package/dist/esm/api/certificateOrdersDiagnostics/options.js.map +1 -0
  177. package/dist/esm/api/certificateRegistrationManagementContext.d.ts +20 -0
  178. package/dist/esm/api/certificateRegistrationManagementContext.js +27 -0
  179. package/dist/esm/api/certificateRegistrationManagementContext.js.map +1 -0
  180. package/dist/esm/api/certificateRegistrationProvider/index.d.ts +3 -0
  181. package/dist/esm/api/certificateRegistrationProvider/index.js +4 -0
  182. package/dist/esm/api/certificateRegistrationProvider/index.js.map +1 -0
  183. package/dist/esm/api/certificateRegistrationProvider/operations.d.ts +10 -0
  184. package/dist/esm/api/certificateRegistrationProvider/operations.js +31 -0
  185. package/dist/esm/api/certificateRegistrationProvider/operations.js.map +1 -0
  186. package/dist/esm/api/certificateRegistrationProvider/options.d.ts +5 -0
  187. package/dist/esm/api/certificateRegistrationProvider/options.js +4 -0
  188. package/dist/esm/api/certificateRegistrationProvider/options.js.map +1 -0
  189. package/dist/esm/api/index.d.ts +2 -0
  190. package/dist/esm/api/index.js +4 -0
  191. package/dist/esm/api/index.js.map +1 -0
  192. package/dist/esm/certificateRegistrationManagementClient.d.ts +19 -22
  193. package/dist/esm/certificateRegistrationManagementClient.js +26 -89
  194. package/dist/esm/certificateRegistrationManagementClient.js.map +1 -1
  195. package/dist/esm/classic/appServiceCertificateOrders/index.d.ts +55 -0
  196. package/dist/esm/classic/appServiceCertificateOrders/index.js +33 -0
  197. package/dist/esm/classic/appServiceCertificateOrders/index.js.map +1 -0
  198. package/dist/esm/classic/certificateOrdersDiagnostics/index.d.ts +13 -0
  199. package/dist/esm/classic/certificateOrdersDiagnostics/index.js +15 -0
  200. package/dist/esm/classic/certificateOrdersDiagnostics/index.js.map +1 -0
  201. package/dist/esm/classic/certificateRegistrationProvider/index.d.ts +11 -0
  202. package/dist/esm/classic/certificateRegistrationProvider/index.js +14 -0
  203. package/dist/esm/classic/certificateRegistrationProvider/index.js.map +1 -0
  204. package/dist/esm/classic/index.d.ts +4 -0
  205. package/dist/esm/classic/index.js +4 -0
  206. package/dist/esm/classic/index.js.map +1 -0
  207. package/dist/esm/index.d.ts +11 -3
  208. package/dist/esm/index.js +4 -6
  209. package/dist/esm/index.js.map +1 -1
  210. package/dist/esm/logger.d.ts +2 -0
  211. package/dist/esm/logger.js +5 -0
  212. package/dist/esm/logger.js.map +1 -0
  213. package/dist/esm/models/index.d.ts +1 -3113
  214. package/dist/esm/models/index.js +1 -216
  215. package/dist/esm/models/index.js.map +1 -1
  216. package/dist/esm/models/models.d.ts +787 -0
  217. package/dist/esm/models/models.js +834 -0
  218. package/dist/esm/models/models.js.map +1 -0
  219. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  220. package/dist/esm/restorePollerHelpers.js +98 -0
  221. package/dist/esm/restorePollerHelpers.js.map +1 -0
  222. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  223. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  224. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  225. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  226. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  227. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  228. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  229. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  230. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  231. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  232. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  233. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  234. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  235. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  236. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  237. package/package.json +144 -81
  238. package/dist/browser/certificateRegistrationManagementClient.d.ts.map +0 -1
  239. package/dist/browser/index.d.ts.map +0 -1
  240. package/dist/browser/lroImpl.d.ts +0 -11
  241. package/dist/browser/lroImpl.d.ts.map +0 -1
  242. package/dist/browser/lroImpl.js +0 -20
  243. package/dist/browser/lroImpl.js.map +0 -1
  244. package/dist/browser/models/index.d.ts.map +0 -1
  245. package/dist/browser/models/mappers.d.ts +0 -144
  246. package/dist/browser/models/mappers.d.ts.map +0 -1
  247. package/dist/browser/models/mappers.js +0 -6534
  248. package/dist/browser/models/mappers.js.map +0 -1
  249. package/dist/browser/models/parameters.d.ts +0 -24
  250. package/dist/browser/models/parameters.d.ts.map +0 -1
  251. package/dist/browser/models/parameters.js +0 -180
  252. package/dist/browser/models/parameters.js.map +0 -1
  253. package/dist/browser/operations/appServiceCertificateOrders.d.ts +0 -232
  254. package/dist/browser/operations/appServiceCertificateOrders.d.ts.map +0 -1
  255. package/dist/browser/operations/appServiceCertificateOrders.js +0 -1010
  256. package/dist/browser/operations/appServiceCertificateOrders.js.map +0 -1
  257. package/dist/browser/operations/certificateOrdersDiagnostics.d.ts +0 -47
  258. package/dist/browser/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  259. package/dist/browser/operations/certificateOrdersDiagnostics.js +0 -166
  260. package/dist/browser/operations/certificateOrdersDiagnostics.js.map +0 -1
  261. package/dist/browser/operations/certificateRegistrationProvider.d.ts +0 -34
  262. package/dist/browser/operations/certificateRegistrationProvider.d.ts.map +0 -1
  263. package/dist/browser/operations/certificateRegistrationProvider.js +0 -113
  264. package/dist/browser/operations/certificateRegistrationProvider.js.map +0 -1
  265. package/dist/browser/operations/index.d.ts +0 -4
  266. package/dist/browser/operations/index.d.ts.map +0 -1
  267. package/dist/browser/operations/index.js +0 -8
  268. package/dist/browser/operations/index.js.map +0 -1
  269. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  270. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  271. package/dist/browser/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  272. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  273. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  274. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.js +0 -4
  275. package/dist/browser/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  276. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  277. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  278. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  279. package/dist/browser/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  280. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  281. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  282. package/dist/browser/operationsInterfaces/index.js +0 -8
  283. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  284. package/dist/browser/pagingHelper.d.ts +0 -13
  285. package/dist/browser/pagingHelper.d.ts.map +0 -1
  286. package/dist/browser/pagingHelper.js +0 -25
  287. package/dist/browser/pagingHelper.js.map +0 -1
  288. package/dist/commonjs/certificateRegistrationManagementClient.d.ts.map +0 -1
  289. package/dist/commonjs/index.d.ts.map +0 -1
  290. package/dist/commonjs/lroImpl.d.ts +0 -11
  291. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  292. package/dist/commonjs/lroImpl.js +0 -23
  293. package/dist/commonjs/lroImpl.js.map +0 -1
  294. package/dist/commonjs/models/index.d.ts.map +0 -1
  295. package/dist/commonjs/models/mappers.d.ts +0 -144
  296. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  297. package/dist/commonjs/models/mappers.js +0 -6539
  298. package/dist/commonjs/models/mappers.js.map +0 -1
  299. package/dist/commonjs/models/parameters.d.ts +0 -24
  300. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  301. package/dist/commonjs/models/parameters.js +0 -183
  302. package/dist/commonjs/models/parameters.js.map +0 -1
  303. package/dist/commonjs/operations/appServiceCertificateOrders.d.ts +0 -232
  304. package/dist/commonjs/operations/appServiceCertificateOrders.d.ts.map +0 -1
  305. package/dist/commonjs/operations/appServiceCertificateOrders.js +0 -1015
  306. package/dist/commonjs/operations/appServiceCertificateOrders.js.map +0 -1
  307. package/dist/commonjs/operations/certificateOrdersDiagnostics.d.ts +0 -47
  308. package/dist/commonjs/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  309. package/dist/commonjs/operations/certificateOrdersDiagnostics.js +0 -171
  310. package/dist/commonjs/operations/certificateOrdersDiagnostics.js.map +0 -1
  311. package/dist/commonjs/operations/certificateRegistrationProvider.d.ts +0 -34
  312. package/dist/commonjs/operations/certificateRegistrationProvider.d.ts.map +0 -1
  313. package/dist/commonjs/operations/certificateRegistrationProvider.js +0 -118
  314. package/dist/commonjs/operations/certificateRegistrationProvider.js.map +0 -1
  315. package/dist/commonjs/operations/index.d.ts +0 -4
  316. package/dist/commonjs/operations/index.d.ts.map +0 -1
  317. package/dist/commonjs/operations/index.js +0 -11
  318. package/dist/commonjs/operations/index.js.map +0 -1
  319. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  320. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  321. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.js +0 -5
  322. package/dist/commonjs/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  323. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  324. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  325. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.js +0 -5
  326. package/dist/commonjs/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  327. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  328. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  329. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.js +0 -5
  330. package/dist/commonjs/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  331. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  333. package/dist/commonjs/operationsInterfaces/index.js +0 -11
  334. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  335. package/dist/commonjs/pagingHelper.d.ts +0 -13
  336. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  337. package/dist/commonjs/pagingHelper.js +0 -29
  338. package/dist/commonjs/pagingHelper.js.map +0 -1
  339. package/dist/esm/certificateRegistrationManagementClient.d.ts.map +0 -1
  340. package/dist/esm/index.d.ts.map +0 -1
  341. package/dist/esm/lroImpl.d.ts +0 -11
  342. package/dist/esm/lroImpl.d.ts.map +0 -1
  343. package/dist/esm/lroImpl.js +0 -20
  344. package/dist/esm/lroImpl.js.map +0 -1
  345. package/dist/esm/models/index.d.ts.map +0 -1
  346. package/dist/esm/models/mappers.d.ts +0 -144
  347. package/dist/esm/models/mappers.d.ts.map +0 -1
  348. package/dist/esm/models/mappers.js +0 -6534
  349. package/dist/esm/models/mappers.js.map +0 -1
  350. package/dist/esm/models/parameters.d.ts +0 -24
  351. package/dist/esm/models/parameters.d.ts.map +0 -1
  352. package/dist/esm/models/parameters.js +0 -180
  353. package/dist/esm/models/parameters.js.map +0 -1
  354. package/dist/esm/operations/appServiceCertificateOrders.d.ts +0 -232
  355. package/dist/esm/operations/appServiceCertificateOrders.d.ts.map +0 -1
  356. package/dist/esm/operations/appServiceCertificateOrders.js +0 -1010
  357. package/dist/esm/operations/appServiceCertificateOrders.js.map +0 -1
  358. package/dist/esm/operations/certificateOrdersDiagnostics.d.ts +0 -47
  359. package/dist/esm/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  360. package/dist/esm/operations/certificateOrdersDiagnostics.js +0 -166
  361. package/dist/esm/operations/certificateOrdersDiagnostics.js.map +0 -1
  362. package/dist/esm/operations/certificateRegistrationProvider.d.ts +0 -34
  363. package/dist/esm/operations/certificateRegistrationProvider.d.ts.map +0 -1
  364. package/dist/esm/operations/certificateRegistrationProvider.js +0 -113
  365. package/dist/esm/operations/certificateRegistrationProvider.js.map +0 -1
  366. package/dist/esm/operations/index.d.ts +0 -4
  367. package/dist/esm/operations/index.d.ts.map +0 -1
  368. package/dist/esm/operations/index.js +0 -8
  369. package/dist/esm/operations/index.js.map +0 -1
  370. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  371. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  372. package/dist/esm/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  373. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  374. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  375. package/dist/esm/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  376. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  377. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  378. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  379. package/dist/esm/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  380. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  381. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  382. package/dist/esm/operationsInterfaces/index.js +0 -8
  383. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  384. package/dist/esm/pagingHelper.d.ts +0 -13
  385. package/dist/esm/pagingHelper.d.ts.map +0 -1
  386. package/dist/esm/pagingHelper.js +0 -25
  387. package/dist/esm/pagingHelper.js.map +0 -1
  388. package/dist/react-native/certificateRegistrationManagementClient.d.ts +0 -24
  389. package/dist/react-native/certificateRegistrationManagementClient.d.ts.map +0 -1
  390. package/dist/react-native/certificateRegistrationManagementClient.js +0 -103
  391. package/dist/react-native/certificateRegistrationManagementClient.js.map +0 -1
  392. package/dist/react-native/index.d.ts +0 -5
  393. package/dist/react-native/index.d.ts.map +0 -1
  394. package/dist/react-native/index.js +0 -10
  395. package/dist/react-native/index.js.map +0 -1
  396. package/dist/react-native/lroImpl.d.ts +0 -11
  397. package/dist/react-native/lroImpl.d.ts.map +0 -1
  398. package/dist/react-native/lroImpl.js +0 -20
  399. package/dist/react-native/lroImpl.js.map +0 -1
  400. package/dist/react-native/models/index.d.ts +0 -3114
  401. package/dist/react-native/models/index.d.ts.map +0 -1
  402. package/dist/react-native/models/index.js +0 -219
  403. package/dist/react-native/models/index.js.map +0 -1
  404. package/dist/react-native/models/mappers.d.ts +0 -144
  405. package/dist/react-native/models/mappers.d.ts.map +0 -1
  406. package/dist/react-native/models/mappers.js +0 -6534
  407. package/dist/react-native/models/mappers.js.map +0 -1
  408. package/dist/react-native/models/parameters.d.ts +0 -24
  409. package/dist/react-native/models/parameters.d.ts.map +0 -1
  410. package/dist/react-native/models/parameters.js +0 -180
  411. package/dist/react-native/models/parameters.js.map +0 -1
  412. package/dist/react-native/operations/appServiceCertificateOrders.d.ts +0 -232
  413. package/dist/react-native/operations/appServiceCertificateOrders.d.ts.map +0 -1
  414. package/dist/react-native/operations/appServiceCertificateOrders.js +0 -1010
  415. package/dist/react-native/operations/appServiceCertificateOrders.js.map +0 -1
  416. package/dist/react-native/operations/certificateOrdersDiagnostics.d.ts +0 -47
  417. package/dist/react-native/operations/certificateOrdersDiagnostics.d.ts.map +0 -1
  418. package/dist/react-native/operations/certificateOrdersDiagnostics.js +0 -166
  419. package/dist/react-native/operations/certificateOrdersDiagnostics.js.map +0 -1
  420. package/dist/react-native/operations/certificateRegistrationProvider.d.ts +0 -34
  421. package/dist/react-native/operations/certificateRegistrationProvider.d.ts.map +0 -1
  422. package/dist/react-native/operations/certificateRegistrationProvider.js +0 -113
  423. package/dist/react-native/operations/certificateRegistrationProvider.js.map +0 -1
  424. package/dist/react-native/operations/index.d.ts +0 -4
  425. package/dist/react-native/operations/index.d.ts.map +0 -1
  426. package/dist/react-native/operations/index.js +0 -8
  427. package/dist/react-native/operations/index.js.map +0 -1
  428. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.d.ts +0 -179
  429. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.d.ts.map +0 -1
  430. package/dist/react-native/operationsInterfaces/appServiceCertificateOrders.js.map +0 -1
  431. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.d.ts +0 -21
  432. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.d.ts.map +0 -1
  433. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.js +0 -4
  434. package/dist/react-native/operationsInterfaces/certificateOrdersDiagnostics.js.map +0 -1
  435. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.d.ts +0 -12
  436. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.d.ts.map +0 -1
  437. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.js +0 -4
  438. package/dist/react-native/operationsInterfaces/certificateRegistrationProvider.js.map +0 -1
  439. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  440. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  441. package/dist/react-native/operationsInterfaces/index.js +0 -8
  442. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  443. package/dist/react-native/package.json +0 -3
  444. package/dist/react-native/pagingHelper.d.ts +0 -13
  445. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  446. package/dist/react-native/pagingHelper.js +0 -25
  447. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1,787 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** SSL certificate purchase order. */
6
+ export interface AppServiceCertificateOrder extends TrackedResource {
7
+ /** Kind of resource */
8
+ kind?: string;
9
+ /** State of the Key Vault secret. */
10
+ certificates?: Record<string, AppServiceCertificate>;
11
+ /** Certificate distinguished name. */
12
+ distinguishedName?: string;
13
+ /** Domain verification token. */
14
+ readonly domainVerificationToken?: string;
15
+ /** Duration in years (must be 1). */
16
+ validityInYears?: number;
17
+ /** Certificate key size. */
18
+ keySize?: number;
19
+ /** Certificate product type. */
20
+ productType?: CertificateProductType;
21
+ /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */
22
+ autoRenew?: boolean;
23
+ /** Status of certificate order. */
24
+ readonly provisioningState?: ProvisioningState;
25
+ /** Current order status. */
26
+ readonly status?: CertificateOrderStatus;
27
+ /** Signed certificate. */
28
+ readonly signedCertificate?: CertificateDetails;
29
+ /** Last CSR that was created for this order. */
30
+ csr?: string;
31
+ /** Intermediate certificate. */
32
+ readonly intermediate?: CertificateDetails;
33
+ /** Root certificate. */
34
+ readonly root?: CertificateDetails;
35
+ /** Current serial number of the certificate. */
36
+ readonly serialNumber?: string;
37
+ /** Certificate last issuance time. */
38
+ readonly lastCertificateIssuanceTime?: Date;
39
+ /** Certificate expiration time. */
40
+ readonly expirationTime?: Date;
41
+ /** <code>true</code> if private key is external; otherwise, <code>false</code>. */
42
+ readonly isPrivateKeyExternal?: boolean;
43
+ /** Reasons why App Service Certificate is not renewable at the current moment. */
44
+ readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];
45
+ /** Time stamp when the certificate would be auto renewed next */
46
+ readonly nextAutoRenewalTimeStamp?: Date;
47
+ /** Contact info */
48
+ readonly contact?: CertificateOrderContact;
49
+ }
50
+ export declare function appServiceCertificateOrderSerializer(item: AppServiceCertificateOrder): any;
51
+ export declare function appServiceCertificateOrderDeserializer(item: any): AppServiceCertificateOrder;
52
+ /** AppServiceCertificateOrder resource specific properties */
53
+ export interface AppServiceCertificateOrderProperties {
54
+ /** State of the Key Vault secret. */
55
+ certificates?: Record<string, AppServiceCertificate>;
56
+ /** Certificate distinguished name. */
57
+ distinguishedName?: string;
58
+ /** Domain verification token. */
59
+ readonly domainVerificationToken?: string;
60
+ /** Duration in years (must be 1). */
61
+ validityInYears?: number;
62
+ /** Certificate key size. */
63
+ keySize?: number;
64
+ /** Certificate product type. */
65
+ productType: CertificateProductType;
66
+ /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */
67
+ autoRenew?: boolean;
68
+ /** Status of certificate order. */
69
+ readonly provisioningState?: ProvisioningState;
70
+ /** Current order status. */
71
+ readonly status?: CertificateOrderStatus;
72
+ /** Signed certificate. */
73
+ readonly signedCertificate?: CertificateDetails;
74
+ /** Last CSR that was created for this order. */
75
+ csr?: string;
76
+ /** Intermediate certificate. */
77
+ readonly intermediate?: CertificateDetails;
78
+ /** Root certificate. */
79
+ readonly root?: CertificateDetails;
80
+ /** Current serial number of the certificate. */
81
+ readonly serialNumber?: string;
82
+ /** Certificate last issuance time. */
83
+ readonly lastCertificateIssuanceTime?: Date;
84
+ /** Certificate expiration time. */
85
+ readonly expirationTime?: Date;
86
+ /** <code>true</code> if private key is external; otherwise, <code>false</code>. */
87
+ readonly isPrivateKeyExternal?: boolean;
88
+ /** Reasons why App Service Certificate is not renewable at the current moment. */
89
+ readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];
90
+ /** Time stamp when the certificate would be auto renewed next */
91
+ readonly nextAutoRenewalTimeStamp?: Date;
92
+ /** Contact info */
93
+ readonly contact?: CertificateOrderContact;
94
+ }
95
+ export declare function appServiceCertificateOrderPropertiesSerializer(item: AppServiceCertificateOrderProperties): any;
96
+ export declare function appServiceCertificateOrderPropertiesDeserializer(item: any): AppServiceCertificateOrderProperties;
97
+ export declare function appServiceCertificateRecordSerializer(item: Record<string, AppServiceCertificate>): Record<string, any>;
98
+ export declare function appServiceCertificateRecordDeserializer(item: Record<string, any>): Record<string, AppServiceCertificate>;
99
+ /** Key Vault container for a certificate that is purchased through Azure. */
100
+ export interface AppServiceCertificate {
101
+ /** Key Vault resource Id. */
102
+ keyVaultId?: string;
103
+ /** Key Vault secret name. */
104
+ keyVaultSecretName?: string;
105
+ /** Status of the Key Vault secret. */
106
+ readonly provisioningState?: KeyVaultSecretStatus;
107
+ }
108
+ export declare function appServiceCertificateSerializer(item: AppServiceCertificate): any;
109
+ export declare function appServiceCertificateDeserializer(item: any): AppServiceCertificate;
110
+ /** Status of the Key Vault secret. */
111
+ export type KeyVaultSecretStatus = "Initialized" | "WaitingOnCertificateOrder" | "Succeeded" | "CertificateOrderFailed" | "OperationNotPermittedOnKeyVault" | "AzureServiceUnauthorizedToAccessKeyVault" | "KeyVaultDoesNotExist" | "KeyVaultSecretDoesNotExist" | "UnknownError" | "ExternalPrivateKey" | "Unknown";
112
+ /** Certificate product type. */
113
+ export type CertificateProductType = "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl";
114
+ /** Status of certificate order. */
115
+ export type ProvisioningState = "Succeeded" | "Failed" | "Canceled" | "InProgress" | "Deleting";
116
+ /** Current order status. */
117
+ export type CertificateOrderStatus = "Pendingissuance" | "Issued" | "Revoked" | "Canceled" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted";
118
+ /** SSL certificate details. */
119
+ export interface CertificateDetails {
120
+ /** Certificate Version. */
121
+ readonly version?: number;
122
+ /** Certificate Serial Number. */
123
+ readonly serialNumber?: string;
124
+ /** Certificate Thumbprint. */
125
+ readonly thumbprint?: string;
126
+ /** Certificate Subject. */
127
+ readonly subject?: string;
128
+ /** Date Certificate is valid from. */
129
+ readonly notBefore?: Date;
130
+ /** Date Certificate is valid to. */
131
+ readonly notAfter?: Date;
132
+ /** Certificate Signature algorithm. */
133
+ readonly signatureAlgorithm?: string;
134
+ /** Certificate Issuer. */
135
+ readonly issuer?: string;
136
+ /** Raw certificate data. */
137
+ readonly rawData?: string;
138
+ }
139
+ export declare function certificateDetailsDeserializer(item: any): CertificateDetails;
140
+ /** Known values of {@link ResourceNotRenewableReason} that the service accepts. */
141
+ export declare enum KnownResourceNotRenewableReason {
142
+ /** RegistrationStatusNotSupportedForRenewal */
143
+ RegistrationStatusNotSupportedForRenewal = "RegistrationStatusNotSupportedForRenewal",
144
+ /** ExpirationNotInRenewalTimeRange */
145
+ ExpirationNotInRenewalTimeRange = "ExpirationNotInRenewalTimeRange",
146
+ /** SubscriptionNotActive */
147
+ SubscriptionNotActive = "SubscriptionNotActive"
148
+ }
149
+ /** Type of ResourceNotRenewableReason */
150
+ export type ResourceNotRenewableReason = string;
151
+ /** model interface CertificateOrderContact */
152
+ export interface CertificateOrderContact {
153
+ email?: string;
154
+ nameFirst?: string;
155
+ nameLast?: string;
156
+ phone?: string;
157
+ }
158
+ export declare function certificateOrderContactDeserializer(item: any): CertificateOrderContact;
159
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
160
+ export interface TrackedResource extends Resource {
161
+ /** Resource tags. */
162
+ tags?: Record<string, string>;
163
+ /** The geo-location where the resource lives */
164
+ location: string;
165
+ }
166
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
167
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
168
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
169
+ export interface Resource {
170
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
171
+ readonly id?: string;
172
+ /** The name of the resource */
173
+ readonly name?: string;
174
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
175
+ readonly type?: string;
176
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
177
+ readonly systemData?: SystemData;
178
+ }
179
+ export declare function resourceSerializer(item: Resource): any;
180
+ export declare function resourceDeserializer(item: any): Resource;
181
+ /** Metadata pertaining to creation and last modification of the resource. */
182
+ export interface SystemData {
183
+ /** The identity that created the resource. */
184
+ createdBy?: string;
185
+ /** The type of identity that created the resource. */
186
+ createdByType?: CreatedByType;
187
+ /** The timestamp of resource creation (UTC). */
188
+ createdAt?: Date;
189
+ /** The identity that last modified the resource. */
190
+ lastModifiedBy?: string;
191
+ /** The type of identity that last modified the resource. */
192
+ lastModifiedByType?: CreatedByType;
193
+ /** The timestamp of resource last modification (UTC) */
194
+ lastModifiedAt?: Date;
195
+ }
196
+ export declare function systemDataDeserializer(item: any): SystemData;
197
+ /** The kind of entity that created the resource. */
198
+ export declare enum KnownCreatedByType {
199
+ /** The entity was created by a user. */
200
+ User = "User",
201
+ /** The entity was created by an application. */
202
+ Application = "Application",
203
+ /** The entity was created by a managed identity. */
204
+ ManagedIdentity = "ManagedIdentity",
205
+ /** The entity was created by a key. */
206
+ Key = "Key"
207
+ }
208
+ /**
209
+ * The kind of entity that created the resource. \
210
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
211
+ * this enum contains the known values that the service supports.
212
+ * ### Known values supported by the service
213
+ * **User**: The entity was created by a user. \
214
+ * **Application**: The entity was created by an application. \
215
+ * **ManagedIdentity**: The entity was created by a managed identity. \
216
+ * **Key**: The entity was created by a key.
217
+ */
218
+ export type CreatedByType = string;
219
+ /** App Service error response. */
220
+ export interface DefaultErrorResponse {
221
+ /** Error model. */
222
+ readonly error?: DefaultErrorResponseError;
223
+ }
224
+ export declare function defaultErrorResponseDeserializer(item: any): DefaultErrorResponse;
225
+ /** Error model. */
226
+ export interface DefaultErrorResponseError {
227
+ /** Standardized string to programmatically identify the error. */
228
+ readonly code?: string;
229
+ /** Detailed error description and debugging information. */
230
+ readonly message?: string;
231
+ /** Detailed error description and debugging information. */
232
+ readonly target?: string;
233
+ details?: DefaultErrorResponseErrorDetailsItem[];
234
+ /** More information to debug error. */
235
+ readonly innererror?: string;
236
+ }
237
+ export declare function defaultErrorResponseErrorDeserializer(item: any): DefaultErrorResponseError;
238
+ export declare function defaultErrorResponseErrorDetailsItemArrayDeserializer(result: Array<DefaultErrorResponseErrorDetailsItem>): any[];
239
+ /** Detailed errors. */
240
+ export interface DefaultErrorResponseErrorDetailsItem {
241
+ /** Standardized string to programmatically identify the error. */
242
+ readonly code?: string;
243
+ /** Detailed error description and debugging information. */
244
+ readonly message?: string;
245
+ /** Detailed error description and debugging information. */
246
+ readonly target?: string;
247
+ }
248
+ export declare function defaultErrorResponseErrorDetailsItemDeserializer(item: any): DefaultErrorResponseErrorDetailsItem;
249
+ /** ARM resource for a certificate order that is purchased through Azure. */
250
+ export interface AppServiceCertificateOrderPatchResource extends ProxyOnlyResource {
251
+ /** State of the Key Vault secret. */
252
+ certificates?: Record<string, AppServiceCertificate>;
253
+ /** Certificate distinguished name. */
254
+ distinguishedName?: string;
255
+ /** Domain verification token. */
256
+ readonly domainVerificationToken?: string;
257
+ /** Duration in years (must be 1). */
258
+ validityInYears?: number;
259
+ /** Certificate key size. */
260
+ keySize?: number;
261
+ /** Certificate product type. */
262
+ productType?: CertificateProductType;
263
+ /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */
264
+ autoRenew?: boolean;
265
+ /** Status of certificate order. */
266
+ readonly provisioningState?: ProvisioningState;
267
+ /** Current order status. */
268
+ readonly status?: CertificateOrderStatus;
269
+ /** Signed certificate. */
270
+ readonly signedCertificate?: CertificateDetails;
271
+ /** Last CSR that was created for this order. */
272
+ csr?: string;
273
+ /** Intermediate certificate. */
274
+ readonly intermediate?: CertificateDetails;
275
+ /** Root certificate. */
276
+ readonly root?: CertificateDetails;
277
+ /** Current serial number of the certificate. */
278
+ readonly serialNumber?: string;
279
+ /** Certificate last issuance time. */
280
+ readonly lastCertificateIssuanceTime?: Date;
281
+ /** Certificate expiration time. */
282
+ readonly expirationTime?: Date;
283
+ /** <code>true</code> if private key is external; otherwise, <code>false</code>. */
284
+ readonly isPrivateKeyExternal?: boolean;
285
+ /** Reasons why App Service Certificate is not renewable at the current moment. */
286
+ readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];
287
+ /** Time stamp when the certificate would be auto renewed next */
288
+ readonly nextAutoRenewalTimeStamp?: Date;
289
+ /** Contact info */
290
+ readonly contact?: CertificateOrderContact;
291
+ }
292
+ export declare function appServiceCertificateOrderPatchResourceSerializer(item: AppServiceCertificateOrderPatchResource): any;
293
+ /** AppServiceCertificateOrderPatchResource resource specific properties */
294
+ export interface AppServiceCertificateOrderPatchResourceProperties {
295
+ /** State of the Key Vault secret. */
296
+ certificates?: Record<string, AppServiceCertificate>;
297
+ /** Certificate distinguished name. */
298
+ distinguishedName?: string;
299
+ /** Domain verification token. */
300
+ readonly domainVerificationToken?: string;
301
+ /** Duration in years (must be 1). */
302
+ validityInYears?: number;
303
+ /** Certificate key size. */
304
+ keySize?: number;
305
+ /** Certificate product type. */
306
+ productType: CertificateProductType;
307
+ /** <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>. */
308
+ autoRenew?: boolean;
309
+ /** Status of certificate order. */
310
+ readonly provisioningState?: ProvisioningState;
311
+ /** Current order status. */
312
+ readonly status?: CertificateOrderStatus;
313
+ /** Signed certificate. */
314
+ readonly signedCertificate?: CertificateDetails;
315
+ /** Last CSR that was created for this order. */
316
+ csr?: string;
317
+ /** Intermediate certificate. */
318
+ readonly intermediate?: CertificateDetails;
319
+ /** Root certificate. */
320
+ readonly root?: CertificateDetails;
321
+ /** Current serial number of the certificate. */
322
+ readonly serialNumber?: string;
323
+ /** Certificate last issuance time. */
324
+ readonly lastCertificateIssuanceTime?: Date;
325
+ /** Certificate expiration time. */
326
+ readonly expirationTime?: Date;
327
+ /** <code>true</code> if private key is external; otherwise, <code>false</code>. */
328
+ readonly isPrivateKeyExternal?: boolean;
329
+ /** Reasons why App Service Certificate is not renewable at the current moment. */
330
+ readonly appServiceCertificateNotRenewableReasons?: ResourceNotRenewableReason[];
331
+ /** Time stamp when the certificate would be auto renewed next */
332
+ readonly nextAutoRenewalTimeStamp?: Date;
333
+ /** Contact info */
334
+ readonly contact?: CertificateOrderContact;
335
+ }
336
+ export declare function appServiceCertificateOrderPatchResourcePropertiesSerializer(item: AppServiceCertificateOrderPatchResourceProperties): any;
337
+ /** Azure proxy only resource. This resource is not tracked by Azure Resource Manager. */
338
+ export interface ProxyOnlyResource {
339
+ /** Resource Id. */
340
+ readonly id?: string;
341
+ /** Resource Name. */
342
+ readonly name?: string;
343
+ /** Kind of resource. */
344
+ kind?: string;
345
+ /** Resource type. */
346
+ readonly type?: string;
347
+ }
348
+ export declare function proxyOnlyResourceSerializer(item: ProxyOnlyResource): any;
349
+ /** Collection of certificate orders. */
350
+ export interface _AppServiceCertificateOrderCollection {
351
+ /** Collection of resources. */
352
+ value: AppServiceCertificateOrder[];
353
+ /** Link to next page of resources. */
354
+ nextLink?: string;
355
+ }
356
+ export declare function _appServiceCertificateOrderCollectionDeserializer(item: any): _AppServiceCertificateOrderCollection;
357
+ export declare function appServiceCertificateOrderArraySerializer(result: Array<AppServiceCertificateOrder>): any[];
358
+ export declare function appServiceCertificateOrderArrayDeserializer(result: Array<AppServiceCertificateOrder>): any[];
359
+ /** Class representing certificate reissue request. */
360
+ export interface ReissueCertificateOrderRequest extends ProxyOnlyResource {
361
+ /** Certificate Key Size. */
362
+ keySize?: number;
363
+ /** Delay in hours to revoke existing certificate after the new certificate is issued. */
364
+ delayExistingRevokeInHours?: number;
365
+ /** Csr to be used for re-key operation. */
366
+ csr?: string;
367
+ /** Should we change the ASC type (from managed private key to external private key and vice versa). */
368
+ isPrivateKeyExternal?: boolean;
369
+ }
370
+ export declare function reissueCertificateOrderRequestSerializer(item: ReissueCertificateOrderRequest): any;
371
+ /** ReissueCertificateOrderRequest resource specific properties */
372
+ export interface ReissueCertificateOrderRequestProperties {
373
+ /** Certificate Key Size. */
374
+ keySize?: number;
375
+ /** Delay in hours to revoke existing certificate after the new certificate is issued. */
376
+ delayExistingRevokeInHours?: number;
377
+ /** Csr to be used for re-key operation. */
378
+ csr?: string;
379
+ /** Should we change the ASC type (from managed private key to external private key and vice versa). */
380
+ isPrivateKeyExternal?: boolean;
381
+ }
382
+ export declare function reissueCertificateOrderRequestPropertiesSerializer(item: ReissueCertificateOrderRequestProperties): any;
383
+ /** Class representing certificate renew request. */
384
+ export interface RenewCertificateOrderRequest extends ProxyOnlyResource {
385
+ /** Certificate Key Size. */
386
+ keySize?: number;
387
+ /** Csr to be used for re-key operation. */
388
+ csr?: string;
389
+ /** Should we change the ASC type (from managed private key to external private key and vice versa). */
390
+ isPrivateKeyExternal?: boolean;
391
+ }
392
+ export declare function renewCertificateOrderRequestSerializer(item: RenewCertificateOrderRequest): any;
393
+ /** RenewCertificateOrderRequest resource specific properties */
394
+ export interface RenewCertificateOrderRequestProperties {
395
+ /** Certificate Key Size. */
396
+ keySize?: number;
397
+ /** Csr to be used for re-key operation. */
398
+ csr?: string;
399
+ /** Should we change the ASC type (from managed private key to external private key and vice versa). */
400
+ isPrivateKeyExternal?: boolean;
401
+ }
402
+ export declare function renewCertificateOrderRequestPropertiesSerializer(item: RenewCertificateOrderRequestProperties): any;
403
+ /** Identifies an object. */
404
+ export interface NameIdentifier {
405
+ /** Name of the object. */
406
+ name?: string;
407
+ }
408
+ export declare function nameIdentifierSerializer(item: NameIdentifier): any;
409
+ /** Site seal request. */
410
+ export interface SiteSealRequest {
411
+ /** If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme. */
412
+ lightTheme?: boolean;
413
+ /** Locale of site seal. */
414
+ locale?: string;
415
+ }
416
+ export declare function siteSealRequestSerializer(item: SiteSealRequest): any;
417
+ /** Site seal */
418
+ export interface SiteSeal {
419
+ /** HTML snippet */
420
+ html: string;
421
+ }
422
+ export declare function siteSealDeserializer(item: any): SiteSeal;
423
+ /** Certificate order action. */
424
+ export interface CertificateOrderAction {
425
+ /** Action type. */
426
+ readonly actionType?: CertificateOrderActionType;
427
+ /** Time at which the certificate action was performed. */
428
+ readonly createdAt?: Date;
429
+ }
430
+ export declare function certificateOrderActionDeserializer(item: any): CertificateOrderAction;
431
+ /** Action type. */
432
+ export type CertificateOrderActionType = "CertificateIssued" | "CertificateOrderCanceled" | "CertificateOrderCreated" | "CertificateRevoked" | "DomainValidationComplete" | "FraudDetected" | "OrgNameChange" | "OrgValidationComplete" | "SanDrop" | "FraudCleared" | "CertificateExpired" | "CertificateExpirationWarning" | "FraudDocumentationRequired" | "Unknown";
433
+ /** SSL certificate email. */
434
+ export interface CertificateEmail {
435
+ /** Email id. */
436
+ emailId?: string;
437
+ /** Time stamp. */
438
+ timeStamp?: Date;
439
+ }
440
+ export declare function certificateEmailDeserializer(item: any): CertificateEmail;
441
+ /** Key Vault container ARM resource for a certificate that is purchased through Azure. */
442
+ export interface AppServiceCertificateResource extends TrackedResource {
443
+ /** Kind of resource */
444
+ kind?: string;
445
+ /** Key Vault resource Id. */
446
+ keyVaultId?: string;
447
+ /** Key Vault secret name. */
448
+ keyVaultSecretName?: string;
449
+ /** Status of the Key Vault secret. */
450
+ readonly provisioningState?: KeyVaultSecretStatus;
451
+ }
452
+ export declare function appServiceCertificateResourceSerializer(item: AppServiceCertificateResource): any;
453
+ export declare function appServiceCertificateResourceDeserializer(item: any): AppServiceCertificateResource;
454
+ /** Key Vault container ARM resource for a certificate that is purchased through Azure. */
455
+ export interface AppServiceCertificatePatchResource extends ProxyOnlyResource {
456
+ /** Key Vault resource Id. */
457
+ keyVaultId?: string;
458
+ /** Key Vault secret name. */
459
+ keyVaultSecretName?: string;
460
+ /** Status of the Key Vault secret. */
461
+ readonly provisioningState?: KeyVaultSecretStatus;
462
+ }
463
+ export declare function appServiceCertificatePatchResourceSerializer(item: AppServiceCertificatePatchResource): any;
464
+ /** Collection of certificate order certificates. */
465
+ export interface _AppServiceCertificateCollection {
466
+ /** The AppServiceCertificateResource items on this page */
467
+ value: AppServiceCertificateResource[];
468
+ /** The link to the next page of items */
469
+ nextLink?: string;
470
+ }
471
+ export declare function _appServiceCertificateCollectionDeserializer(item: any): _AppServiceCertificateCollection;
472
+ export declare function appServiceCertificateResourceArraySerializer(result: Array<AppServiceCertificateResource>): any[];
473
+ export declare function appServiceCertificateResourceArrayDeserializer(result: Array<AppServiceCertificateResource>): any[];
474
+ /** Class representing Response from Detector */
475
+ export interface DetectorResponse extends ProxyResource {
476
+ /** Kind of resource */
477
+ kind?: string;
478
+ /** metadata for the detector */
479
+ metadata?: DetectorInfo;
480
+ /** Data Set */
481
+ dataset?: DiagnosticData[];
482
+ /** Indicates status of the most severe insight. */
483
+ status?: Status;
484
+ /** Additional configuration for different data providers to be used by the UI */
485
+ dataProvidersMetadata?: DataProviderMetadata[];
486
+ /** Suggested utterances where the detector can be applicable. */
487
+ suggestedUtterances?: QueryUtterancesResults;
488
+ }
489
+ export declare function detectorResponseDeserializer(item: any): DetectorResponse;
490
+ /** DetectorResponse resource specific properties */
491
+ export interface DetectorResponseProperties {
492
+ /** metadata for the detector */
493
+ metadata?: DetectorInfo;
494
+ /** Data Set */
495
+ dataset?: DiagnosticData[];
496
+ /** Indicates status of the most severe insight. */
497
+ status?: Status;
498
+ /** Additional configuration for different data providers to be used by the UI */
499
+ dataProvidersMetadata?: DataProviderMetadata[];
500
+ /** Suggested utterances where the detector can be applicable. */
501
+ suggestedUtterances?: QueryUtterancesResults;
502
+ }
503
+ export declare function detectorResponsePropertiesDeserializer(item: any): DetectorResponseProperties;
504
+ /** Definition of Detector */
505
+ export interface DetectorInfo {
506
+ /** Id of detector */
507
+ readonly id?: string;
508
+ /** Name of detector */
509
+ readonly name?: string;
510
+ /** Short description of the detector and its purpose. */
511
+ readonly description?: string;
512
+ /** Author of the detector. */
513
+ readonly author?: string;
514
+ /** Problem category. This serves for organizing group for detectors. */
515
+ readonly category?: string;
516
+ /** List of Support Topics for which this detector is enabled. */
517
+ readonly supportTopicList?: SupportTopic[];
518
+ /** Analysis Types for which this detector should apply to. */
519
+ readonly analysisType?: string[];
520
+ /** Whether this detector is an Analysis Detector or not. */
521
+ readonly type?: DetectorType;
522
+ /** Defines score of a detector to power ML based matching. */
523
+ readonly score?: number;
524
+ }
525
+ export declare function detectorInfoDeserializer(item: any): DetectorInfo;
526
+ export declare function supportTopicArrayDeserializer(result: Array<SupportTopic>): any[];
527
+ /** Defines a unique Support Topic */
528
+ export interface SupportTopic {
529
+ /** Support Topic Id */
530
+ readonly id?: string;
531
+ /** Unique resource Id */
532
+ readonly pesId?: string;
533
+ }
534
+ export declare function supportTopicDeserializer(item: any): SupportTopic;
535
+ /** Whether this detector is an Analysis Detector or not. */
536
+ export type DetectorType = "Detector" | "Analysis" | "CategoryOverview";
537
+ export declare function diagnosticDataArrayDeserializer(result: Array<DiagnosticData>): any[];
538
+ /** Set of data with rendering instructions */
539
+ export interface DiagnosticData {
540
+ /** Data in table form */
541
+ table?: DataTableResponseObject;
542
+ /** Properties that describe how the table should be rendered */
543
+ renderingProperties?: Rendering;
544
+ }
545
+ export declare function diagnosticDataDeserializer(item: any): DiagnosticData;
546
+ /** Data Table which defines columns and raw row values */
547
+ export interface DataTableResponseObject {
548
+ /** Name of the table */
549
+ tableName?: string;
550
+ /** List of columns with data types */
551
+ columns?: DataTableResponseColumn[];
552
+ /** Raw row values */
553
+ rows?: string[][];
554
+ }
555
+ export declare function dataTableResponseObjectDeserializer(item: any): DataTableResponseObject;
556
+ export declare function dataTableResponseColumnArrayDeserializer(result: Array<DataTableResponseColumn>): any[];
557
+ /** Column definition */
558
+ export interface DataTableResponseColumn {
559
+ /** Name of the column */
560
+ columnName?: string;
561
+ /** Data type which looks like 'String' or 'Int32'. */
562
+ dataType?: string;
563
+ /** Column Type */
564
+ columnType?: string;
565
+ }
566
+ export declare function dataTableResponseColumnDeserializer(item: any): DataTableResponseColumn;
567
+ /** Instructions for rendering the data */
568
+ export interface Rendering {
569
+ /** Rendering Type */
570
+ type?: RenderingType;
571
+ /** Title of data */
572
+ title?: string;
573
+ /** Description of the data that will help it be interpreted */
574
+ description?: string;
575
+ }
576
+ export declare function renderingDeserializer(item: any): Rendering;
577
+ /** Rendering Type */
578
+ export type RenderingType = "NoGraph" | "Table" | "TimeSeries" | "TimeSeriesPerInstance" | "PieChart" | "DataSummary" | "Email" | "Insights" | "DynamicInsight" | "Markdown" | "Detector" | "DropDown" | "Card" | "Solution" | "Guage" | "Form" | "ChangeSets" | "ChangeAnalysisOnboarding" | "ChangesView" | "AppInsight" | "DependencyGraph" | "DownTime" | "SummaryCard" | "SearchComponent" | "AppInsightEnablement";
579
+ /** Identify the status of the most severe insight generated by the detector. */
580
+ export interface Status {
581
+ /** Descriptive message. */
582
+ message?: string;
583
+ /** Level of the most severe insight generated by the detector. */
584
+ statusId?: InsightStatus;
585
+ }
586
+ export declare function statusDeserializer(item: any): Status;
587
+ /** Level of the most severe insight generated by the detector. */
588
+ export type InsightStatus = "Critical" | "Warning" | "Info" | "Success" | "None";
589
+ export declare function dataProviderMetadataArrayDeserializer(result: Array<DataProviderMetadata>): any[];
590
+ /** Additional configuration for a data providers */
591
+ export interface DataProviderMetadata {
592
+ providerName?: string;
593
+ /** Settings for the data provider */
594
+ readonly propertyBag?: KeyValuePairStringObject[];
595
+ }
596
+ export declare function dataProviderMetadataDeserializer(item: any): DataProviderMetadata;
597
+ export declare function keyValuePairStringObjectArrayDeserializer(result: Array<KeyValuePairStringObject>): any[];
598
+ /** model interface KeyValuePairStringObject */
599
+ export interface KeyValuePairStringObject {
600
+ readonly key?: string;
601
+ /** Any object */
602
+ readonly value?: Record<string, string>;
603
+ }
604
+ export declare function keyValuePairStringObjectDeserializer(item: any): KeyValuePairStringObject;
605
+ /** Suggested utterances where the detector can be applicable */
606
+ export interface QueryUtterancesResults {
607
+ /** Search Query. */
608
+ query?: string;
609
+ /** Array of utterance results for search query. */
610
+ results?: QueryUtterancesResult[];
611
+ }
612
+ export declare function queryUtterancesResultsDeserializer(item: any): QueryUtterancesResults;
613
+ export declare function queryUtterancesResultArrayDeserializer(result: Array<QueryUtterancesResult>): any[];
614
+ /** Result for utterances query. */
615
+ export interface QueryUtterancesResult {
616
+ /** A sample utterance. */
617
+ sampleUtterance?: SampleUtterance;
618
+ /** Score of a sample utterance. */
619
+ score?: number;
620
+ }
621
+ export declare function queryUtterancesResultDeserializer(item: any): QueryUtterancesResult;
622
+ /** Sample utterance. */
623
+ export interface SampleUtterance {
624
+ /** Text attribute of sample utterance. */
625
+ text?: string;
626
+ /** Links attribute of sample utterance. */
627
+ links?: string[];
628
+ /** Question id of sample utterance (for stackoverflow questions titles). */
629
+ qid?: string;
630
+ }
631
+ export declare function sampleUtteranceDeserializer(item: any): SampleUtterance;
632
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
633
+ export interface ProxyResource extends Resource {
634
+ }
635
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
636
+ /** Collection of detector responses */
637
+ export interface _DetectorResponseCollection {
638
+ /** The DetectorResponse items on this page */
639
+ value: DetectorResponse[];
640
+ /** The link to the next page of items */
641
+ nextLink?: string;
642
+ }
643
+ export declare function _detectorResponseCollectionDeserializer(item: any): _DetectorResponseCollection;
644
+ export declare function detectorResponseArrayDeserializer(result: Array<DetectorResponse>): any[];
645
+ /** Collection of Azure resource manager operation metadata. */
646
+ export interface _CsmOperationCollection {
647
+ /** Collection of resources. */
648
+ value: CsmOperationDescription[];
649
+ /** Link to next page of resources. */
650
+ readonly nextLink?: string;
651
+ }
652
+ export declare function _csmOperationCollectionDeserializer(item: any): _CsmOperationCollection;
653
+ export declare function csmOperationDescriptionArrayDeserializer(result: Array<CsmOperationDescription>): any[];
654
+ /** Description of an operation available for Microsoft.Web resource provider. */
655
+ export interface CsmOperationDescription {
656
+ name?: string;
657
+ isDataAction?: boolean;
658
+ /** Meta data about operation used for display in portal. */
659
+ display?: CsmOperationDisplay;
660
+ origin?: string;
661
+ /** Properties available for a Microsoft.Web resource provider operation. */
662
+ properties?: CsmOperationDescriptionProperties;
663
+ }
664
+ export declare function csmOperationDescriptionDeserializer(item: any): CsmOperationDescription;
665
+ /** Meta data about operation used for display in portal. */
666
+ export interface CsmOperationDisplay {
667
+ provider?: string;
668
+ resource?: string;
669
+ operation?: string;
670
+ description?: string;
671
+ }
672
+ export declare function csmOperationDisplayDeserializer(item: any): CsmOperationDisplay;
673
+ /** Properties available for a Microsoft.Web resource provider operation. */
674
+ export interface CsmOperationDescriptionProperties {
675
+ /** Resource metrics service provided by Microsoft.Insights resource provider. */
676
+ serviceSpecification?: ServiceSpecification;
677
+ }
678
+ export declare function csmOperationDescriptionPropertiesDeserializer(item: any): CsmOperationDescriptionProperties;
679
+ /** Resource metrics service provided by Microsoft.Insights resource provider. */
680
+ export interface ServiceSpecification {
681
+ metricSpecifications?: MetricSpecification[];
682
+ logSpecifications?: LogSpecification[];
683
+ }
684
+ export declare function serviceSpecificationDeserializer(item: any): ServiceSpecification;
685
+ export declare function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[];
686
+ /** Definition of a single resource metric. */
687
+ export interface MetricSpecification {
688
+ name?: string;
689
+ displayName?: string;
690
+ displayDescription?: string;
691
+ unit?: string;
692
+ aggregationType?: string;
693
+ supportsInstanceLevelAggregation?: boolean;
694
+ enableRegionalMdmAccount?: boolean;
695
+ sourceMdmAccount?: string;
696
+ sourceMdmNamespace?: string;
697
+ metricFilterPattern?: string;
698
+ fillGapWithZero?: boolean;
699
+ isInternal?: boolean;
700
+ dimensions?: Dimension[];
701
+ category?: string;
702
+ availabilities?: MetricAvailability[];
703
+ supportedTimeGrainTypes?: string[];
704
+ supportedAggregationTypes?: string[];
705
+ }
706
+ export declare function metricSpecificationDeserializer(item: any): MetricSpecification;
707
+ export declare function dimensionArrayDeserializer(result: Array<Dimension>): any[];
708
+ /**
709
+ * Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app,
710
+ * where instance name is dimension of the metric HTTP request
711
+ */
712
+ export interface Dimension {
713
+ name?: string;
714
+ displayName?: string;
715
+ internalName?: string;
716
+ toBeExportedForShoebox?: boolean;
717
+ }
718
+ export declare function dimensionDeserializer(item: any): Dimension;
719
+ export declare function metricAvailabilityArrayDeserializer(result: Array<MetricAvailability>): any[];
720
+ /** Retention policy of a resource metric. */
721
+ export interface MetricAvailability {
722
+ timeGrain?: string;
723
+ blobDuration?: string;
724
+ }
725
+ export declare function metricAvailabilityDeserializer(item: any): MetricAvailability;
726
+ export declare function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[];
727
+ /** Log Definition of a single resource metric. */
728
+ export interface LogSpecification {
729
+ name?: string;
730
+ displayName?: string;
731
+ blobDuration?: string;
732
+ logFilterPattern?: string;
733
+ }
734
+ export declare function logSpecificationDeserializer(item: any): LogSpecification;
735
+ /** The available API versions. */
736
+ export declare enum KnownVersions {
737
+ /** The 2024-11-01 API version. */
738
+ V20241101 = "2024-11-01"
739
+ }
740
+ export declare function certificateOrderActionArrayDeserializer(result: Array<CertificateOrderAction>): any[];
741
+ export declare function certificateEmailArrayDeserializer(result: Array<CertificateEmail>): any[];
742
+ export declare function _appServiceCertificateOrderPropertiesSerializer(item: AppServiceCertificateOrder): any;
743
+ export declare function _appServiceCertificateOrderPropertiesDeserializer(item: any): {
744
+ certificates: any;
745
+ distinguishedName: any;
746
+ domainVerificationToken: any;
747
+ validityInYears: any;
748
+ keySize: any;
749
+ productType: any;
750
+ autoRenew: any;
751
+ provisioningState: any;
752
+ status: any;
753
+ signedCertificate: any;
754
+ csr: any;
755
+ intermediate: any;
756
+ root: any;
757
+ serialNumber: any;
758
+ lastCertificateIssuanceTime: any;
759
+ expirationTime: any;
760
+ isPrivateKeyExternal: any;
761
+ appServiceCertificateNotRenewableReasons: any;
762
+ nextAutoRenewalTimeStamp: any;
763
+ contact: any;
764
+ };
765
+ export declare function _appServiceCertificateOrderPatchResourcePropertiesSerializer(item: AppServiceCertificateOrderPatchResource): any;
766
+ export declare function _reissueCertificateOrderRequestPropertiesSerializer(item: ReissueCertificateOrderRequest): any;
767
+ export declare function _renewCertificateOrderRequestPropertiesSerializer(item: RenewCertificateOrderRequest): any;
768
+ export declare function _appServiceCertificateResourcePropertiesSerializer(item: AppServiceCertificateResource): any;
769
+ export declare function _appServiceCertificateResourcePropertiesDeserializer(item: any): {
770
+ keyVaultId: any;
771
+ keyVaultSecretName: any;
772
+ provisioningState: any;
773
+ };
774
+ export declare function _appServiceCertificatePatchResourcePropertiesSerializer(item: AppServiceCertificatePatchResource): any;
775
+ export declare function _appServiceCertificatePatchResourcePropertiesDeserializer(item: any): {
776
+ keyVaultId: any;
777
+ keyVaultSecretName: any;
778
+ provisioningState: any;
779
+ };
780
+ export declare function _detectorResponsePropertiesDeserializer(item: any): {
781
+ metadata: any;
782
+ dataset: any;
783
+ status: any;
784
+ dataProvidersMetadata: any;
785
+ suggestedUtterances: any;
786
+ };
787
+ //# sourceMappingURL=models.d.ts.map