@azure/arm-notificationhubs 3.0.0-beta.1 → 3.0.0-beta.2

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 (482) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{src/index.ts → dist/browser/index.js} +5 -6
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.d.ts +1 -1
  9. package/dist/browser/lroImpl.d.ts.map +1 -0
  10. package/dist/browser/lroImpl.js +18 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +1 -1
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.d.ts +1 -1
  16. package/dist/browser/models/mappers.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +170 -80
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.d.ts +1 -1
  20. package/dist/browser/models/parameters.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/notificationHubsManagementClient.d.ts +3 -3
  24. package/dist/browser/notificationHubsManagementClient.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/notificationHubsManagementClient.js +33 -26
  26. package/dist/browser/notificationHubsManagementClient.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +5 -0
  28. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  29. package/{dist-esm/src → dist/browser}/operations/index.js +4 -4
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/namespaces.d.ts +5 -5
  32. package/dist/browser/operations/namespaces.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/namespaces.js +118 -184
  34. package/dist/browser/operations/namespaces.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/notificationHubs.d.ts +4 -4
  36. package/dist/browser/operations/notificationHubs.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/notificationHubs.js +49 -87
  38. package/dist/browser/operations/notificationHubs.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +4 -4
  40. package/dist/browser/operations/operations.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  42. package/dist/browser/operations/operations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +5 -5
  44. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +116 -148
  46. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  47. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  48. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +4 -4
  50. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.d.ts +3 -3
  52. package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
  53. package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/notificationHubs.d.ts +2 -2
  55. package/dist/browser/operationsInterfaces/notificationHubs.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/notificationHubs.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +2 -2
  58. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  59. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  61. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  63. package/dist/browser/package.json +3 -0
  64. package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +1 -1
  65. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  66. package/dist/browser/pagingHelper.js.map +1 -0
  67. package/dist/commonjs/index.d.ts +5 -0
  68. package/dist/commonjs/index.d.ts.map +1 -0
  69. package/dist/commonjs/index.js +18 -0
  70. package/dist/commonjs/index.js.map +1 -0
  71. package/dist/commonjs/lroImpl.d.ts +11 -0
  72. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  73. package/dist/commonjs/lroImpl.js +21 -0
  74. package/dist/commonjs/lroImpl.js.map +1 -0
  75. package/{types/arm-notificationhubs.d.ts → dist/commonjs/models/index.d.ts} +1606 -2131
  76. package/dist/commonjs/models/index.d.ts.map +1 -0
  77. package/dist/commonjs/models/index.js +157 -0
  78. package/dist/commonjs/models/index.js.map +1 -0
  79. package/dist/commonjs/models/mappers.d.ts +60 -0
  80. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  81. package/dist/commonjs/models/mappers.js +2509 -0
  82. package/dist/commonjs/models/mappers.js.map +1 -0
  83. package/dist/commonjs/models/parameters.d.ts +24 -0
  84. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  85. package/dist/commonjs/models/parameters.js +215 -0
  86. package/dist/commonjs/models/parameters.js.map +1 -0
  87. package/dist/commonjs/notificationHubsManagementClient.d.ts +23 -0
  88. package/dist/commonjs/notificationHubsManagementClient.d.ts.map +1 -0
  89. package/dist/commonjs/notificationHubsManagementClient.js +115 -0
  90. package/dist/commonjs/notificationHubsManagementClient.js.map +1 -0
  91. package/dist/commonjs/operations/index.d.ts +5 -0
  92. package/dist/commonjs/operations/index.d.ts.map +1 -0
  93. package/dist/commonjs/operations/index.js +15 -0
  94. package/dist/commonjs/operations/index.js.map +1 -0
  95. package/dist/commonjs/operations/namespaces.d.ts +173 -0
  96. package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
  97. package/dist/commonjs/operations/namespaces.js +749 -0
  98. package/dist/commonjs/operations/namespaces.js.map +1 -0
  99. package/dist/commonjs/operations/notificationHubs.d.ts +170 -0
  100. package/dist/commonjs/operations/notificationHubs.d.ts.map +1 -0
  101. package/dist/commonjs/operations/notificationHubs.js +711 -0
  102. package/dist/commonjs/operations/notificationHubs.js.map +1 -0
  103. package/dist/commonjs/operations/operations.d.ts +32 -0
  104. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  105. package/dist/commonjs/operations/operations.js +121 -0
  106. package/dist/commonjs/operations/operations.js.map +1 -0
  107. package/dist/commonjs/operations/privateEndpointConnections.d.ts +114 -0
  108. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  109. package/dist/commonjs/operations/privateEndpointConnections.js +439 -0
  110. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  111. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  112. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  113. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  114. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  115. package/dist/commonjs/operationsInterfaces/namespaces.d.ts +120 -0
  116. package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
  117. package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
  118. package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/notificationHubs.d.ts +126 -0
  120. package/dist/commonjs/operationsInterfaces/notificationHubs.d.ts.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/notificationHubs.js +10 -0
  122. package/dist/commonjs/operationsInterfaces/notificationHubs.js.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  124. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  126. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  127. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +84 -0
  128. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  129. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  130. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  131. package/dist/commonjs/package.json +3 -0
  132. package/dist/commonjs/pagingHelper.d.ts +13 -0
  133. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  134. package/dist/commonjs/pagingHelper.js +34 -0
  135. package/dist/commonjs/pagingHelper.js.map +1 -0
  136. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  137. package/dist/esm/index.d.ts +5 -0
  138. package/dist/esm/index.d.ts.map +1 -0
  139. package/{dist-esm/src → dist/esm}/index.js +4 -5
  140. package/dist/esm/index.js.map +1 -0
  141. package/dist/esm/lroImpl.d.ts +11 -0
  142. package/dist/esm/lroImpl.d.ts.map +1 -0
  143. package/dist/esm/lroImpl.js +18 -0
  144. package/dist/esm/lroImpl.js.map +1 -0
  145. package/dist/esm/models/index.d.ts +1606 -0
  146. package/dist/esm/models/index.d.ts.map +1 -0
  147. package/dist/esm/models/index.js +154 -0
  148. package/dist/esm/models/index.js.map +1 -0
  149. package/dist/esm/models/mappers.d.ts +60 -0
  150. package/dist/esm/models/mappers.d.ts.map +1 -0
  151. package/dist/esm/models/mappers.js +2505 -0
  152. package/dist/esm/models/mappers.js.map +1 -0
  153. package/dist/esm/models/parameters.d.ts +24 -0
  154. package/dist/esm/models/parameters.d.ts.map +1 -0
  155. package/dist/esm/models/parameters.js +212 -0
  156. package/dist/esm/models/parameters.js.map +1 -0
  157. package/dist/esm/notificationHubsManagementClient.d.ts +23 -0
  158. package/dist/esm/notificationHubsManagementClient.d.ts.map +1 -0
  159. package/dist/esm/notificationHubsManagementClient.js +110 -0
  160. package/dist/esm/notificationHubsManagementClient.js.map +1 -0
  161. package/dist/esm/operations/index.d.ts +5 -0
  162. package/dist/esm/operations/index.d.ts.map +1 -0
  163. package/dist/esm/operations/index.js +12 -0
  164. package/dist/esm/operations/index.js.map +1 -0
  165. package/dist/esm/operations/namespaces.d.ts +173 -0
  166. package/dist/esm/operations/namespaces.d.ts.map +1 -0
  167. package/dist/esm/operations/namespaces.js +744 -0
  168. package/dist/esm/operations/namespaces.js.map +1 -0
  169. package/dist/esm/operations/notificationHubs.d.ts +170 -0
  170. package/dist/esm/operations/notificationHubs.d.ts.map +1 -0
  171. package/dist/esm/operations/notificationHubs.js +706 -0
  172. package/dist/esm/operations/notificationHubs.js.map +1 -0
  173. package/dist/esm/operations/operations.d.ts +32 -0
  174. package/dist/esm/operations/operations.d.ts.map +1 -0
  175. package/dist/esm/operations/operations.js +116 -0
  176. package/dist/esm/operations/operations.js.map +1 -0
  177. package/dist/esm/operations/privateEndpointConnections.d.ts +114 -0
  178. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  179. package/dist/esm/operations/privateEndpointConnections.js +434 -0
  180. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  181. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  182. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/index.js +12 -0
  184. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/namespaces.d.ts +120 -0
  186. package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/namespaces.js +9 -0
  188. package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
  189. package/dist/esm/operationsInterfaces/notificationHubs.d.ts +126 -0
  190. package/dist/esm/operationsInterfaces/notificationHubs.d.ts.map +1 -0
  191. package/dist/esm/operationsInterfaces/notificationHubs.js +9 -0
  192. package/dist/esm/operationsInterfaces/notificationHubs.js.map +1 -0
  193. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  194. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  195. package/dist/esm/operationsInterfaces/operations.js +9 -0
  196. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  197. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +84 -0
  198. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  199. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  200. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  201. package/dist/esm/package.json +3 -0
  202. package/dist/esm/pagingHelper.d.ts +13 -0
  203. package/dist/esm/pagingHelper.d.ts.map +1 -0
  204. package/dist/esm/pagingHelper.js +30 -0
  205. package/dist/esm/pagingHelper.js.map +1 -0
  206. package/dist/react-native/index.d.ts +5 -0
  207. package/dist/react-native/index.d.ts.map +1 -0
  208. package/dist/react-native/index.js +12 -0
  209. package/dist/react-native/index.js.map +1 -0
  210. package/dist/react-native/lroImpl.d.ts +11 -0
  211. package/dist/react-native/lroImpl.d.ts.map +1 -0
  212. package/dist/react-native/lroImpl.js +18 -0
  213. package/dist/react-native/lroImpl.js.map +1 -0
  214. package/dist/react-native/models/index.d.ts +1606 -0
  215. package/dist/react-native/models/index.d.ts.map +1 -0
  216. package/dist/react-native/models/index.js +154 -0
  217. package/dist/react-native/models/index.js.map +1 -0
  218. package/dist/react-native/models/mappers.d.ts +60 -0
  219. package/dist/react-native/models/mappers.d.ts.map +1 -0
  220. package/dist/react-native/models/mappers.js +2505 -0
  221. package/dist/react-native/models/mappers.js.map +1 -0
  222. package/dist/react-native/models/parameters.d.ts +24 -0
  223. package/dist/react-native/models/parameters.d.ts.map +1 -0
  224. package/dist/react-native/models/parameters.js +212 -0
  225. package/dist/react-native/models/parameters.js.map +1 -0
  226. package/dist/react-native/notificationHubsManagementClient.d.ts +23 -0
  227. package/dist/react-native/notificationHubsManagementClient.d.ts.map +1 -0
  228. package/dist/react-native/notificationHubsManagementClient.js +110 -0
  229. package/dist/react-native/notificationHubsManagementClient.js.map +1 -0
  230. package/dist/react-native/operations/index.d.ts +5 -0
  231. package/dist/react-native/operations/index.d.ts.map +1 -0
  232. package/dist/react-native/operations/index.js +12 -0
  233. package/dist/react-native/operations/index.js.map +1 -0
  234. package/dist/react-native/operations/namespaces.d.ts +173 -0
  235. package/dist/react-native/operations/namespaces.d.ts.map +1 -0
  236. package/dist/react-native/operations/namespaces.js +744 -0
  237. package/dist/react-native/operations/namespaces.js.map +1 -0
  238. package/dist/react-native/operations/notificationHubs.d.ts +170 -0
  239. package/dist/react-native/operations/notificationHubs.d.ts.map +1 -0
  240. package/dist/react-native/operations/notificationHubs.js +706 -0
  241. package/dist/react-native/operations/notificationHubs.js.map +1 -0
  242. package/dist/react-native/operations/operations.d.ts +32 -0
  243. package/dist/react-native/operations/operations.d.ts.map +1 -0
  244. package/dist/react-native/operations/operations.js +116 -0
  245. package/dist/react-native/operations/operations.js.map +1 -0
  246. package/dist/react-native/operations/privateEndpointConnections.d.ts +114 -0
  247. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  248. package/dist/react-native/operations/privateEndpointConnections.js +434 -0
  249. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  250. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  251. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  252. package/dist/react-native/operationsInterfaces/index.js +12 -0
  253. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  254. package/dist/react-native/operationsInterfaces/namespaces.d.ts +120 -0
  255. package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
  256. package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
  257. package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
  258. package/dist/react-native/operationsInterfaces/notificationHubs.d.ts +126 -0
  259. package/dist/react-native/operationsInterfaces/notificationHubs.d.ts.map +1 -0
  260. package/dist/react-native/operationsInterfaces/notificationHubs.js +9 -0
  261. package/dist/react-native/operationsInterfaces/notificationHubs.js.map +1 -0
  262. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  263. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  264. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  265. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  266. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +84 -0
  267. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  268. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  269. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  270. package/dist/react-native/package.json +3 -0
  271. package/dist/react-native/pagingHelper.d.ts +13 -0
  272. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  273. package/dist/react-native/pagingHelper.js +30 -0
  274. package/dist/react-native/pagingHelper.js.map +1 -0
  275. package/package.json +88 -72
  276. package/review/{arm-notificationhubs.api.md → arm-notificationhubs-node.api.md} +4 -4
  277. package/dist/index.js +0 -5155
  278. package/dist/index.js.map +0 -1
  279. package/dist/index.min.js +0 -1
  280. package/dist/index.min.js.map +0 -1
  281. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.d.ts +0 -2
  282. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.js +0 -40
  284. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.js.map +0 -1
  285. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +0 -43
  288. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  289. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +0 -2
  290. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +0 -51
  292. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +0 -1
  293. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts +0 -2
  294. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts.map +0 -1
  295. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +0 -40
  296. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +0 -1
  297. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/namespacesDeleteSample.js +0 -39
  300. package/dist-esm/samples-dev/namespacesDeleteSample.js.map +0 -1
  301. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +0 -40
  304. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +0 -1
  305. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.js +0 -39
  308. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.js.map +0 -1
  309. package/dist-esm/samples-dev/namespacesGetSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/namespacesGetSample.js +0 -39
  312. package/dist-esm/samples-dev/namespacesGetSample.js.map +0 -1
  313. package/dist-esm/samples-dev/namespacesListAllSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/namespacesListAllSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/namespacesListAllSample.js +0 -53
  316. package/dist-esm/samples-dev/namespacesListAllSample.js.map +0 -1
  317. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +0 -55
  320. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +0 -1
  321. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/namespacesListKeysSample.js +0 -40
  324. package/dist-esm/samples-dev/namespacesListKeysSample.js.map +0 -1
  325. package/dist-esm/samples-dev/namespacesListSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/namespacesListSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/namespacesListSample.js +0 -54
  328. package/dist-esm/samples-dev/namespacesListSample.js.map +0 -1
  329. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +0 -41
  332. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +0 -1
  333. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/namespacesUpdateSample.js +0 -51
  336. package/dist-esm/samples-dev/namespacesUpdateSample.js.map +0 -1
  337. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.d.ts +0 -2
  338. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.js +0 -43
  340. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.js.map +0 -1
  341. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  342. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  343. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.js +0 -44
  344. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  345. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.d.ts +0 -2
  346. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.d.ts.map +0 -1
  347. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.js +0 -41
  348. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.js.map +0 -1
  349. package/dist-esm/samples-dev/notificationHubsDebugSendSample.d.ts +0 -2
  350. package/dist-esm/samples-dev/notificationHubsDebugSendSample.d.ts.map +0 -1
  351. package/dist-esm/samples-dev/notificationHubsDebugSendSample.js +0 -40
  352. package/dist-esm/samples-dev/notificationHubsDebugSendSample.js.map +0 -1
  353. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.d.ts +0 -2
  354. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.d.ts.map +0 -1
  355. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.js +0 -41
  356. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.js.map +0 -1
  357. package/dist-esm/samples-dev/notificationHubsDeleteSample.d.ts +0 -2
  358. package/dist-esm/samples-dev/notificationHubsDeleteSample.d.ts.map +0 -1
  359. package/dist-esm/samples-dev/notificationHubsDeleteSample.js +0 -40
  360. package/dist-esm/samples-dev/notificationHubsDeleteSample.js.map +0 -1
  361. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.d.ts +0 -2
  362. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.d.ts.map +0 -1
  363. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.js +0 -41
  364. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.js.map +0 -1
  365. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.d.ts +0 -2
  366. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.d.ts.map +0 -1
  367. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.js +0 -40
  368. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.js.map +0 -1
  369. package/dist-esm/samples-dev/notificationHubsGetSample.d.ts +0 -2
  370. package/dist-esm/samples-dev/notificationHubsGetSample.d.ts.map +0 -1
  371. package/dist-esm/samples-dev/notificationHubsGetSample.js +0 -40
  372. package/dist-esm/samples-dev/notificationHubsGetSample.js.map +0 -1
  373. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.d.ts +0 -2
  374. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.d.ts.map +0 -1
  375. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.js +0 -56
  376. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.js.map +0 -1
  377. package/dist-esm/samples-dev/notificationHubsListKeysSample.d.ts +0 -2
  378. package/dist-esm/samples-dev/notificationHubsListKeysSample.d.ts.map +0 -1
  379. package/dist-esm/samples-dev/notificationHubsListKeysSample.js +0 -41
  380. package/dist-esm/samples-dev/notificationHubsListKeysSample.js.map +0 -1
  381. package/dist-esm/samples-dev/notificationHubsListSample.d.ts +0 -2
  382. package/dist-esm/samples-dev/notificationHubsListSample.d.ts.map +0 -1
  383. package/dist-esm/samples-dev/notificationHubsListSample.js +0 -55
  384. package/dist-esm/samples-dev/notificationHubsListSample.js.map +0 -1
  385. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.d.ts +0 -2
  386. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.d.ts.map +0 -1
  387. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.js +0 -42
  388. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.js.map +0 -1
  389. package/dist-esm/samples-dev/notificationHubsUpdateSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/notificationHubsUpdateSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/notificationHubsUpdateSample.js +0 -47
  392. package/dist-esm/samples-dev/notificationHubsUpdateSample.js.map +0 -1
  393. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  396. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  397. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -42
  400. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  401. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.js +0 -42
  404. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.js.map +0 -1
  405. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  406. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -42
  408. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  409. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.js +0 -57
  412. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.js.map +0 -1
  413. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  414. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -57
  416. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  417. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
  418. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
  419. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -48
  420. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
  421. package/dist-esm/src/index.d.ts +0 -6
  422. package/dist-esm/src/index.d.ts.map +0 -1
  423. package/dist-esm/src/index.js.map +0 -1
  424. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  425. package/dist-esm/src/lroImpl.js +0 -21
  426. package/dist-esm/src/lroImpl.js.map +0 -1
  427. package/dist-esm/src/models/index.d.ts.map +0 -1
  428. package/dist-esm/src/models/index.js.map +0 -1
  429. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  430. package/dist-esm/src/models/mappers.js.map +0 -1
  431. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  432. package/dist-esm/src/models/parameters.js.map +0 -1
  433. package/dist-esm/src/notificationHubsManagementClient.d.ts.map +0 -1
  434. package/dist-esm/src/notificationHubsManagementClient.js.map +0 -1
  435. package/dist-esm/src/operations/index.d.ts +0 -5
  436. package/dist-esm/src/operations/index.js.map +0 -1
  437. package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
  438. package/dist-esm/src/operations/namespaces.js.map +0 -1
  439. package/dist-esm/src/operations/notificationHubs.d.ts.map +0 -1
  440. package/dist-esm/src/operations/notificationHubs.js.map +0 -1
  441. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  442. package/dist-esm/src/operations/operations.js.map +0 -1
  443. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  444. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  445. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  446. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  447. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
  448. package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
  449. package/dist-esm/src/operationsInterfaces/notificationHubs.d.ts.map +0 -1
  450. package/dist-esm/src/operationsInterfaces/notificationHubs.js.map +0 -1
  451. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  452. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  453. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  454. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  455. package/dist-esm/src/pagingHelper.js.map +0 -1
  456. package/dist-esm/test/notificationhubs_examples.d.ts +0 -4
  457. package/dist-esm/test/notificationhubs_examples.d.ts.map +0 -1
  458. package/dist-esm/test/notificationhubs_examples.js +0 -139
  459. package/dist-esm/test/notificationhubs_examples.js.map +0 -1
  460. package/src/lroImpl.ts +0 -42
  461. package/src/models/index.ts +0 -1778
  462. package/src/models/mappers.ts +0 -2570
  463. package/src/models/parameters.ts +0 -248
  464. package/src/notificationHubsManagementClient.ts +0 -157
  465. package/src/operations/index.ts +0 -12
  466. package/src/operations/namespaces.ts +0 -1039
  467. package/src/operations/notificationHubs.ts +0 -983
  468. package/src/operations/operations.ts +0 -149
  469. package/src/operations/privateEndpointConnections.ts +0 -629
  470. package/src/operationsInterfaces/index.ts +0 -12
  471. package/src/operationsInterfaces/namespaces.ts +0 -229
  472. package/src/operationsInterfaces/notificationHubs.ts +0 -243
  473. package/src/operationsInterfaces/operations.ts +0 -22
  474. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -156
  475. package/src/pagingHelper.ts +0 -39
  476. package/tsconfig.json +0 -33
  477. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  478. /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
  479. /package/{dist-esm/src → dist/browser}/operationsInterfaces/notificationHubs.js +0 -0
  480. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  481. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  482. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,157 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownPublicNetworkAccess = exports.KnownPrivateLinkConnectionStatus = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownZoneRedundancyPreference = exports.KnownReplicationRegion = exports.KnownNamespaceType = exports.KnownNamespaceStatus = exports.KnownOperationProvisioningState = exports.KnownPolicyKeyType = exports.KnownAccessRights = exports.KnownCreatedByType = exports.KnownSkuName = void 0;
11
+ /** Known values of {@link SkuName} that the service accepts. */
12
+ var KnownSkuName;
13
+ (function (KnownSkuName) {
14
+ /** Free */
15
+ KnownSkuName["Free"] = "Free";
16
+ /** Basic */
17
+ KnownSkuName["Basic"] = "Basic";
18
+ /** Standard */
19
+ KnownSkuName["Standard"] = "Standard";
20
+ })(KnownSkuName || (exports.KnownSkuName = KnownSkuName = {}));
21
+ /** Known values of {@link CreatedByType} that the service accepts. */
22
+ var KnownCreatedByType;
23
+ (function (KnownCreatedByType) {
24
+ /** User */
25
+ KnownCreatedByType["User"] = "User";
26
+ /** Application */
27
+ KnownCreatedByType["Application"] = "Application";
28
+ /** ManagedIdentity */
29
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
30
+ /** Key */
31
+ KnownCreatedByType["Key"] = "Key";
32
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
33
+ /** Known values of {@link AccessRights} that the service accepts. */
34
+ var KnownAccessRights;
35
+ (function (KnownAccessRights) {
36
+ /** Manage */
37
+ KnownAccessRights["Manage"] = "Manage";
38
+ /** Send */
39
+ KnownAccessRights["Send"] = "Send";
40
+ /** Listen */
41
+ KnownAccessRights["Listen"] = "Listen";
42
+ })(KnownAccessRights || (exports.KnownAccessRights = KnownAccessRights = {}));
43
+ /** Known values of {@link PolicyKeyType} that the service accepts. */
44
+ var KnownPolicyKeyType;
45
+ (function (KnownPolicyKeyType) {
46
+ /** PrimaryKey */
47
+ KnownPolicyKeyType["PrimaryKey"] = "PrimaryKey";
48
+ /** SecondaryKey */
49
+ KnownPolicyKeyType["SecondaryKey"] = "SecondaryKey";
50
+ })(KnownPolicyKeyType || (exports.KnownPolicyKeyType = KnownPolicyKeyType = {}));
51
+ /** Known values of {@link OperationProvisioningState} that the service accepts. */
52
+ var KnownOperationProvisioningState;
53
+ (function (KnownOperationProvisioningState) {
54
+ /** Unknown */
55
+ KnownOperationProvisioningState["Unknown"] = "Unknown";
56
+ /** InProgress */
57
+ KnownOperationProvisioningState["InProgress"] = "InProgress";
58
+ /** Succeeded */
59
+ KnownOperationProvisioningState["Succeeded"] = "Succeeded";
60
+ /** Failed */
61
+ KnownOperationProvisioningState["Failed"] = "Failed";
62
+ /** Canceled */
63
+ KnownOperationProvisioningState["Canceled"] = "Canceled";
64
+ /** Pending */
65
+ KnownOperationProvisioningState["Pending"] = "Pending";
66
+ /** Disabled */
67
+ KnownOperationProvisioningState["Disabled"] = "Disabled";
68
+ })(KnownOperationProvisioningState || (exports.KnownOperationProvisioningState = KnownOperationProvisioningState = {}));
69
+ /** Known values of {@link NamespaceStatus} that the service accepts. */
70
+ var KnownNamespaceStatus;
71
+ (function (KnownNamespaceStatus) {
72
+ /** Created */
73
+ KnownNamespaceStatus["Created"] = "Created";
74
+ /** Creating */
75
+ KnownNamespaceStatus["Creating"] = "Creating";
76
+ /** Suspended */
77
+ KnownNamespaceStatus["Suspended"] = "Suspended";
78
+ /** Deleting */
79
+ KnownNamespaceStatus["Deleting"] = "Deleting";
80
+ })(KnownNamespaceStatus || (exports.KnownNamespaceStatus = KnownNamespaceStatus = {}));
81
+ /** Known values of {@link NamespaceType} that the service accepts. */
82
+ var KnownNamespaceType;
83
+ (function (KnownNamespaceType) {
84
+ /** Messaging */
85
+ KnownNamespaceType["Messaging"] = "Messaging";
86
+ /** NotificationHub */
87
+ KnownNamespaceType["NotificationHub"] = "NotificationHub";
88
+ })(KnownNamespaceType || (exports.KnownNamespaceType = KnownNamespaceType = {}));
89
+ /** Known values of {@link ReplicationRegion} that the service accepts. */
90
+ var KnownReplicationRegion;
91
+ (function (KnownReplicationRegion) {
92
+ /** Default */
93
+ KnownReplicationRegion["Default"] = "Default";
94
+ /** WestUs2 */
95
+ KnownReplicationRegion["WestUs2"] = "WestUs2";
96
+ /** NorthEurope */
97
+ KnownReplicationRegion["NorthEurope"] = "NorthEurope";
98
+ /** AustraliaEast */
99
+ KnownReplicationRegion["AustraliaEast"] = "AustraliaEast";
100
+ /** BrazilSouth */
101
+ KnownReplicationRegion["BrazilSouth"] = "BrazilSouth";
102
+ /** SouthEastAsia */
103
+ KnownReplicationRegion["SouthEastAsia"] = "SouthEastAsia";
104
+ /** SouthAfricaNorth */
105
+ KnownReplicationRegion["SouthAfricaNorth"] = "SouthAfricaNorth";
106
+ /** None */
107
+ KnownReplicationRegion["None"] = "None";
108
+ })(KnownReplicationRegion || (exports.KnownReplicationRegion = KnownReplicationRegion = {}));
109
+ /** Known values of {@link ZoneRedundancyPreference} that the service accepts. */
110
+ var KnownZoneRedundancyPreference;
111
+ (function (KnownZoneRedundancyPreference) {
112
+ /** Disabled */
113
+ KnownZoneRedundancyPreference["Disabled"] = "Disabled";
114
+ /** Enabled */
115
+ KnownZoneRedundancyPreference["Enabled"] = "Enabled";
116
+ })(KnownZoneRedundancyPreference || (exports.KnownZoneRedundancyPreference = KnownZoneRedundancyPreference = {}));
117
+ /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
118
+ var KnownPrivateEndpointConnectionProvisioningState;
119
+ (function (KnownPrivateEndpointConnectionProvisioningState) {
120
+ /** Unknown */
121
+ KnownPrivateEndpointConnectionProvisioningState["Unknown"] = "Unknown";
122
+ /** Succeeded */
123
+ KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
124
+ /** Creating */
125
+ KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
126
+ /** Updating */
127
+ KnownPrivateEndpointConnectionProvisioningState["Updating"] = "Updating";
128
+ /** UpdatingByProxy */
129
+ KnownPrivateEndpointConnectionProvisioningState["UpdatingByProxy"] = "UpdatingByProxy";
130
+ /** Deleting */
131
+ KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
132
+ /** DeletingByProxy */
133
+ KnownPrivateEndpointConnectionProvisioningState["DeletingByProxy"] = "DeletingByProxy";
134
+ /** Deleted */
135
+ KnownPrivateEndpointConnectionProvisioningState["Deleted"] = "Deleted";
136
+ })(KnownPrivateEndpointConnectionProvisioningState || (exports.KnownPrivateEndpointConnectionProvisioningState = KnownPrivateEndpointConnectionProvisioningState = {}));
137
+ /** Known values of {@link PrivateLinkConnectionStatus} that the service accepts. */
138
+ var KnownPrivateLinkConnectionStatus;
139
+ (function (KnownPrivateLinkConnectionStatus) {
140
+ /** Disconnected */
141
+ KnownPrivateLinkConnectionStatus["Disconnected"] = "Disconnected";
142
+ /** Pending */
143
+ KnownPrivateLinkConnectionStatus["Pending"] = "Pending";
144
+ /** Approved */
145
+ KnownPrivateLinkConnectionStatus["Approved"] = "Approved";
146
+ /** Rejected */
147
+ KnownPrivateLinkConnectionStatus["Rejected"] = "Rejected";
148
+ })(KnownPrivateLinkConnectionStatus || (exports.KnownPrivateLinkConnectionStatus = KnownPrivateLinkConnectionStatus = {}));
149
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
150
+ var KnownPublicNetworkAccess;
151
+ (function (KnownPublicNetworkAccess) {
152
+ /** Enabled */
153
+ KnownPublicNetworkAccess["Enabled"] = "Enabled";
154
+ /** Disabled */
155
+ KnownPublicNetworkAccess["Disabled"] = "Disabled";
156
+ })(KnownPublicNetworkAccess || (exports.KnownPublicNetworkAccess = KnownPublicNetworkAccess = {}));
157
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/**\n * Parameters supplied to the Check Name Availability for Namespace and\n * NotificationHubs.\n */\nexport interface CheckAvailabilityParameters {\n /**\n * Gets resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Gets or sets resource name */\n name: string;\n /**\n * Gets resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Gets or sets resource location */\n location?: string;\n /** Gets or sets resource tags */\n tags?: { [propertyName: string]: string };\n /** Not used and deprecated since API version 2023-01-01-preview */\n isAvailiable?: boolean;\n /** The Sku description for a namespace */\n sku?: Sku;\n}\n\n/** The Sku description for a namespace */\nexport interface Sku {\n /** Namespace SKU name. */\n name: SkuName;\n /** Gets or sets the tier of particular sku */\n tier?: string;\n /** Gets or sets the Sku size */\n size?: string;\n /** Gets or sets the Sku Family */\n family?: string;\n /** Gets or sets the capacity of the resource */\n capacity?: number;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/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. E.g. \"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 * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** SharedAccessAuthorizationRule properties. */\nexport interface SharedAccessAuthorizationRuleProperties {\n /** Gets or sets the rights associated with the rule. */\n rights: AccessRights[];\n /**\n * Gets a base64-encoded 256-bit primary key for signing and\n * validating the SAS token.\n */\n primaryKey?: string;\n /**\n * Gets a base64-encoded 256-bit primary key for signing and\n * validating the SAS token.\n */\n secondaryKey?: string;\n /**\n * Gets a string that describes the authorization rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyName?: string;\n /**\n * Gets the last modified time for this rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedTime?: Date;\n /**\n * Gets the created time for this rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets a string that describes the claim type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly claimType?: string;\n /**\n * Gets a string that describes the claim value\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly claimValue?: string;\n /**\n * Gets the revision number for the rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly revision?: number;\n}\n\n/** Description of a NotificationHub ApnsCredential. */\nexport interface ApnsCredential {\n /** Gets or sets the APNS certificate. */\n apnsCertificate?: string;\n /** Gets or sets the certificate key. */\n certificateKey?: string;\n /** Gets or sets the endpoint of this credential. */\n endpoint: string;\n /** Gets or sets the APNS certificate Thumbprint */\n thumbprint?: string;\n /**\n * Gets or sets a 10-character key identifier (kid) key, obtained from\n * your developer account\n */\n keyId?: string;\n /** Gets or sets the name of the application */\n appName?: string;\n /**\n * Gets or sets the issuer (iss) registered claim key, whose value is\n * your 10-character Team ID, obtained from your developer account\n */\n appId?: string;\n /**\n * Gets or sets provider Authentication Token, obtained through your\n * developer account\n */\n token?: string;\n}\n\n/** Description of a NotificationHub WnsCredential. */\nexport interface WnsCredential {\n /** Gets or sets the package ID for this credential. */\n packageSid?: string;\n /** Gets or sets the secret key. */\n secretKey?: string;\n /** Gets or sets the Windows Live endpoint. */\n windowsLiveEndpoint?: string;\n /** Ges or sets the WNS Certificate Key. */\n certificateKey?: string;\n /** Gets or sets the WNS Certificate. */\n wnsCertificate?: string;\n}\n\n/** Description of a NotificationHub GcmCredential. */\nexport interface GcmCredential {\n /** Gets or sets the GCM endpoint. */\n gcmEndpoint?: string;\n /** Gets or sets the Google API key. */\n googleApiKey: string;\n}\n\n/** Description of a NotificationHub MpnsCredential. */\nexport interface MpnsCredential {\n /** Gets or sets the MPNS certificate. */\n mpnsCertificate: string;\n /** Gets or sets the certificate key for this credential. */\n certificateKey: string;\n /** Gets or sets the MPNS certificate Thumbprint */\n thumbprint: string;\n}\n\n/** Description of a NotificationHub AdmCredential. */\nexport interface AdmCredential {\n /** Gets or sets the client identifier. */\n clientId: string;\n /** Gets or sets the credential secret access key. */\n clientSecret: string;\n /** Gets or sets the URL of the authorization token. */\n authTokenUrl: string;\n}\n\n/** Description of a NotificationHub BaiduCredential. */\nexport interface BaiduCredential {\n /** Gets or sets baidu Api Key. */\n baiduApiKey: string;\n /** Gets or sets baidu Endpoint. */\n baiduEndPoint: string;\n /** Gets or sets baidu Secret Key */\n baiduSecretKey: string;\n}\n\n/** Description of a NotificationHub BrowserCredential. */\nexport interface BrowserCredential {\n /** Gets or sets web push subject. */\n subject: string;\n /** Gets or sets VAPID private key. */\n vapidPrivateKey: string;\n /** Gets or sets VAPID public key. */\n vapidPublicKey: string;\n}\n\n/** Description of a NotificationHub XiaomiCredential. */\nexport interface XiaomiCredential {\n /** Gets or sets app secret. */\n appSecret?: string;\n /** Gets or sets xiaomi service endpoint. */\n endpoint?: string;\n}\n\n/** Description of a NotificationHub FcmV1Credential. */\nexport interface FcmV1Credential {\n /** Gets or sets client email. */\n clientEmail: string;\n /** Gets or sets private key. */\n privateKey: string;\n /** Gets or sets project id. */\n projectId: string;\n}\n\n/** Patch parameter for NamespaceResource. */\nexport interface NotificationHubPatchParameters {\n /** The Sku description for a namespace */\n sku?: Sku;\n /** Dictionary of <string> */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the NotificationHub name. */\n name?: string;\n /** Gets or sets the RegistrationTtl of the created NotificationHub */\n registrationTtl?: string;\n /**\n * Gets or sets the AuthorizationRules of the created NotificationHub\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly authorizationRules?: SharedAccessAuthorizationRuleProperties[];\n /** Description of a NotificationHub ApnsCredential. */\n apnsCredential?: ApnsCredential;\n /** Description of a NotificationHub WnsCredential. */\n wnsCredential?: WnsCredential;\n /** Description of a NotificationHub GcmCredential. */\n gcmCredential?: GcmCredential;\n /** Description of a NotificationHub MpnsCredential. */\n mpnsCredential?: MpnsCredential;\n /** Description of a NotificationHub AdmCredential. */\n admCredential?: AdmCredential;\n /** Description of a NotificationHub BaiduCredential. */\n baiduCredential?: BaiduCredential;\n /** Description of a NotificationHub BrowserCredential. */\n browserCredential?: BrowserCredential;\n /** Description of a NotificationHub XiaomiCredential. */\n xiaomiCredential?: XiaomiCredential;\n /** Description of a NotificationHub FcmV1Credential. */\n fcmV1Credential?: FcmV1Credential;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly dailyMaxActiveDevices?: number;\n}\n\n/** The response of the List NotificationHub operation. */\nexport interface NotificationHubListResult {\n /**\n * Gets or sets result of the List AuthorizationRules operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: NotificationHubResource[];\n /**\n * Gets or sets link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Notification result for a single registration. */\nexport interface RegistrationResult {\n /**\n * PNS type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationPlatform?: string;\n /**\n * PNS handle.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pnsHandle?: string;\n /**\n * Registration id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationId?: string;\n /**\n * Notification outcome.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outcome?: string;\n}\n\n/** The response of the List Namespace operation. */\nexport interface SharedAccessAuthorizationRuleListResult {\n /**\n * Gets or sets result of the List AuthorizationRules operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SharedAccessAuthorizationRuleResource[];\n /**\n * Gets or sets link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Response for the POST request that returns Namespace or NotificationHub access keys (connection strings). */\nexport interface ResourceListKeys {\n /**\n * Gets or sets primaryConnectionString of the AuthorizationRule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryConnectionString?: string;\n /**\n * Gets or sets secondaryConnectionString of the created\n * AuthorizationRule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryConnectionString?: string;\n /**\n * Gets or sets primaryKey of the created AuthorizationRule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * Gets or sets secondaryKey of the created AuthorizationRule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n /**\n * Gets or sets keyName of the created AuthorizationRule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyName?: string;\n}\n\n/** Namespace / NotificationHub Regenerate Keys request. */\nexport interface PolicyKeyResource {\n /** Type of Shared Access Policy Key (primary or secondary). */\n policyKey: PolicyKeyType;\n}\n\n/** Collection of Notification Hub or Notification Hub Namespace PNS credentials. */\nexport interface PnsCredentials {\n /** Description of a NotificationHub AdmCredential. */\n admCredential?: AdmCredential;\n /** Description of a NotificationHub ApnsCredential. */\n apnsCredential?: ApnsCredential;\n /** Description of a NotificationHub BaiduCredential. */\n baiduCredential?: BaiduCredential;\n /** Description of a NotificationHub BrowserCredential. */\n browserCredential?: BrowserCredential;\n /** Description of a NotificationHub GcmCredential. */\n gcmCredential?: GcmCredential;\n /** Description of a NotificationHub MpnsCredential. */\n mpnsCredential?: MpnsCredential;\n /** Description of a NotificationHub WnsCredential. */\n wnsCredential?: WnsCredential;\n /** Description of a NotificationHub XiaomiCredential. */\n xiaomiCredential?: XiaomiCredential;\n /** Description of a NotificationHub FcmV1Credential. */\n fcmV1Credential?: FcmV1Credential;\n}\n\n/** Represents namespace properties. */\nexport interface NamespaceProperties {\n /**\n * Name of the Notification Hubs namespace. This is immutable property, set automatically\n * by the service when the namespace is created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Defines values for OperationProvisioningState. */\n provisioningState?: OperationProvisioningState;\n /** Namespace status. */\n status?: NamespaceStatus;\n /**\n * Gets or sets whether or not the namespace is currently enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabled?: boolean;\n /**\n * Gets or sets whether or not the namespace is set as Critical.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly critical?: boolean;\n /**\n * Namespace subscription id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * Region. The value is always set to the same value as Namespace.Location, so we are deprecating\n * this property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly region?: string;\n /**\n * Azure Insights Metrics id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricId?: string;\n /**\n * Time when the namespace was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * Time when the namespace was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /** Defines values for NamespaceType. */\n namespaceType?: NamespaceType;\n /** Allowed replication region */\n replicationRegion?: ReplicationRegion;\n /** Namespace SKU name. */\n zoneRedundancy?: ZoneRedundancyPreference;\n /** A collection of network authorization rules. */\n networkAcls?: NetworkAcls;\n /** Collection of Notification Hub or Notification Hub Namespace PNS credentials. */\n pnsCredentials?: PnsCredentials;\n /**\n * Gets or sets endpoint you can use to perform NotificationHub\n * operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceBusEndpoint?: string;\n /**\n * Private Endpoint Connections for namespace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionResource[];\n /** Gets or sets scaleUnit where the namespace gets created */\n scaleUnit?: string;\n /** Deprecated. */\n dataCenter?: string;\n /** Type of public network access. */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** A collection of network authorization rules. */\nexport interface NetworkAcls {\n /** List of IP rules. */\n ipRules?: IpRule[];\n /** A default (public Internet) network authorization rule, which contains rights if no other network rule matches. */\n publicNetworkRule?: PublicInternetAuthorizationRule;\n}\n\n/** A network authorization rule that filters traffic based on IP address. */\nexport interface IpRule {\n /** IP mask. */\n ipMask: string;\n /** List of access rights. */\n rights: AccessRights[];\n}\n\n/** A default (public Internet) network authorization rule, which contains rights if no other network rule matches. */\nexport interface PublicInternetAuthorizationRule {\n /** List of access rights. */\n rights: AccessRights[];\n}\n\n/** Private Endpoint Connection properties. */\nexport interface PrivateEndpointConnectionProperties {\n /** State of Private Endpoint Connection. */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n /** Represents a Private Endpoint that is connected to Notification Hubs namespace using Private Endpoint Connection. */\n privateEndpoint?: RemotePrivateEndpointConnection;\n /**\n * List of group ids. For Notification Hubs, it always contains a single \"namespace\" element.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** State of the Private Link Service connection. */\n privateLinkServiceConnectionState?: RemotePrivateLinkServiceConnectionState;\n}\n\n/** Represents a Private Endpoint that is connected to Notification Hubs namespace using Private Endpoint Connection. */\nexport interface RemotePrivateEndpointConnection {\n /**\n * ARM resource ID of the Private Endpoint. This may belong to different subscription and resource group than a Notification Hubs namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** State of the Private Link Service connection. */\nexport interface RemotePrivateLinkServiceConnectionState {\n /** State of Private Link Connection. */\n status?: PrivateLinkConnectionStatus;\n /**\n * Human-friendly description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Human-friendly description of required actions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** Patch parameter for NamespaceResource. */\nexport interface NamespacePatchParameters {\n /** The Sku description for a namespace */\n sku?: Sku;\n /** Represents namespace properties. */\n properties?: NamespaceProperties;\n /** Dictionary of <string> */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of the List Namespace operation. */\nexport interface NamespaceListResult {\n /**\n * Gets or sets result of the List AuthorizationRules operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: NamespaceResource[];\n /**\n * Gets or sets link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * Result of the request to list NotificationHubs operations. It contains\n * a list of operations and a URL link to get the next set of results.\n */\nexport interface OperationListResult {\n /**\n * Gets list of NotificationHubs operations supported by the\n * Microsoft.NotificationHubs resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * Gets URL to get the next set of operation list results if there are\n * 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/** A NotificationHubs REST API operation */\nexport interface Operation {\n /**\n * Gets operation name: {provider}/{resource}/{operation}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The object that represents the operation. */\n display?: OperationDisplay;\n /** Optional operation properties. */\n properties?: OperationProperties;\n /**\n * Gets or sets IsDataAction property. It is used to differentiate management and data plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Gets service provider: Microsoft.NotificationHubs\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Gets resource on which the operation is performed: Invoice, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Gets operation type: Read, write, delete, etc.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Human-friendly operation description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Optional operation properties. */\nexport interface OperationProperties {\n /** Optional service specification used in Operations API. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Optional service specification used in Operations API. */\nexport interface ServiceSpecification {\n /**\n * Log specifications.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logSpecifications?: LogSpecification[];\n /**\n * Metric specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricSpecifications?: MetricSpecification[];\n}\n\n/** A single log category specification. */\nexport interface LogSpecification {\n /**\n * Name of the log category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Display name of the log category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Duration of data written to a single blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobDuration?: string;\n /** Category group for the log specification. */\n categoryGroups?: string[];\n}\n\n/** A metric specification. */\nexport interface MetricSpecification {\n /**\n * Metric name / id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * User-visible metric name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Description of the metric.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayDescription?: string;\n /**\n * Metric unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Type of the aggregation (Average, Minimum, Maximum, Total or Count).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aggregationType?: string;\n /**\n * List of availabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilities?: Availability[];\n /**\n * List of supported time grain types.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedTimeGrainTypes?: string[];\n /**\n * The matching regex pattern to be applied to the field pointed by the \"metricsFilterPathSelector\" flag in the ARM manifest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricFilterPattern?: string;\n /**\n * Optional property. If set to true, then zero will be returned for time duration where no metric is emitted / published.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fillGapWithZero?: boolean;\n}\n\n/** Represents metric availability (part of RP operation descriptions). */\nexport interface Availability {\n /**\n * Time grain of the availability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeGrain?: string;\n /**\n * Duration of the availability blob.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly blobDuration?: string;\n}\n\n/** The response of the List Private Endpoint Connections operation. */\nexport interface PrivateEndpointConnectionResourceListResult {\n /**\n * Gets or sets result of the List AuthorizationRules operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnectionResource[];\n /**\n * Gets or sets link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represents properties of Private Link Resource. */\nexport interface PrivateLinkResourceProperties {\n /**\n * A Group Id for Private Link. For Notification Hubs, it is always set to \"namespace\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Required members. For Notification Hubs, it's always a collection with a single \"namespace\" item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /**\n * Required DNS zone names. For Notification Hubs, it contains two CNames for Service Bus and Notification Hubs zones.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredZoneNames?: string[];\n}\n\n/** The response of the List Private Link Resources operation. */\nexport interface PrivateLinkResourceListResult {\n /**\n * Gets or sets result of the List AuthorizationRules operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n /**\n * Gets or sets link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/**\n * Part of Private Endpoint description that stores information about a connection between Private Endpoint and Notification Hubs namespace.\n * This is internal class, not visible to customers, and we use it only to discover the link identifier.\n */\nexport interface ConnectionDetails {\n /**\n * A unique ID of the connection. This is not the ARM id, but rather an internal identifier set by the Networking RP. Notification Hubs code\n * does not analyze it.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * IP address of the Private Endpoint. This is not used by Notification Hubs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIpAddress?: string;\n /**\n * Link identifier. This is a string representation of an integer that is also encoded in every IPv6 frame received by Front Door,\n * and we use it to create implicit authorization rule that allows connection from the associated Private Endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkIdentifier?: string;\n /**\n * Group name. Always \"namespace\" for Notification Hubs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Member name. Always \"namespace\" for Notification Hubs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n}\n\n/**\n * Represents a connectivity information to Notification Hubs namespace. This is part of PrivateLinkService proxy that tell\n * the Networking RP how to connect to the Notification Hubs namespace.\n */\nexport interface GroupConnectivityInformation {\n /**\n * Group id. Always set to \"namespace\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * Member name. Always set to \"namespace\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memberName?: string;\n /**\n * List of customer-visible domain names that point to a Notification Hubs namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customerVisibleFqdns?: string[];\n /**\n * One of the domain name from the customer-visible names; this is used internally by Private Link service to make connection to Notification Hubs\n * namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly internalFqdn?: string;\n /**\n * Not used by Notification Hubs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly redirectMapId?: string;\n /**\n * ARM region for Private Link Service. We use the region that contains the connected Notification Hubs namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateLinkServiceArmRegion?: string;\n}\n\n/** A customer-visible sub-resource of Private Endpoint, which describe the connection between Private Endpoint and Notification Hubs namespace. */\nexport interface PrivateLinkServiceConnection {\n /** Name of the Private Link Service connection. */\n name?: string;\n /** List of group ids. Always contains a single element - \"namespace\" - for Notification Hub Namespace. */\n groupIds?: string[];\n /** Request message provided by the user that created the connection. This is usually used when the connection requires manual approval. */\n requestMessage?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\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/** Description of a CheckAvailability resource. */\nexport interface CheckAvailabilityResult extends ProxyResource {\n /**\n * Gets or sets true if the name is available and can be used to\n * create new Namespace/NotificationHub. Otherwise false.\n */\n isAvailiable?: boolean;\n /** Deprecated - only for compatibility. */\n location?: string;\n /** Deprecated - only for compatibility. */\n tags?: { [propertyName: string]: string };\n /** The Sku description for a namespace */\n sku?: Sku;\n}\n\n/** Description of a NotificationHub Resource. */\nexport interface DebugSendResponse extends ProxyResource {\n /** Deprecated - only for compatibility. */\n location?: string;\n /** Deprecated - only for compatibility. */\n tags?: { [propertyName: string]: string };\n /**\n * Gets or sets successful send\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly success?: number;\n /**\n * Gets or sets send failure\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failure?: number;\n /**\n * Gets or sets actual failure description\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly results?: RegistrationResult[];\n}\n\n/** Response for POST requests that return single SharedAccessAuthorizationRule. */\nexport interface SharedAccessAuthorizationRuleResource extends ProxyResource {\n /** Deprecated - only for compatibility. */\n location?: string;\n /** Deprecated - only for compatibility. */\n tags?: { [propertyName: string]: string };\n /** Gets or sets the rights associated with the rule. */\n rights?: AccessRights[];\n /**\n * Gets a base64-encoded 256-bit primary key for signing and\n * validating the SAS token.\n */\n primaryKey?: string;\n /**\n * Gets a base64-encoded 256-bit primary key for signing and\n * validating the SAS token.\n */\n secondaryKey?: string;\n /**\n * Gets a string that describes the authorization rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyName?: string;\n /**\n * Gets the last modified time for this rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly modifiedTime?: Date;\n /**\n * Gets the created time for this rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Gets a string that describes the claim type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly claimType?: string;\n /**\n * Gets a string that describes the claim value\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly claimValue?: string;\n /**\n * Gets the revision number for the rule\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly revision?: number;\n}\n\n/**\n * Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs\n * PNS credentials.\n */\nexport interface PnsCredentialsResource extends ProxyResource {\n /** Deprecated - only for compatibility. */\n location?: string;\n /** Deprecated - only for compatibility. */\n tags?: { [propertyName: string]: string };\n /** Description of a NotificationHub AdmCredential. */\n admCredential?: AdmCredential;\n /** Description of a NotificationHub ApnsCredential. */\n apnsCredential?: ApnsCredential;\n /** Description of a NotificationHub BaiduCredential. */\n baiduCredential?: BaiduCredential;\n /** Description of a NotificationHub BrowserCredential. */\n browserCredential?: BrowserCredential;\n /** Description of a NotificationHub GcmCredential. */\n gcmCredential?: GcmCredential;\n /** Description of a NotificationHub MpnsCredential. */\n mpnsCredential?: MpnsCredential;\n /** Description of a NotificationHub WnsCredential. */\n wnsCredential?: WnsCredential;\n /** Description of a NotificationHub XiaomiCredential. */\n xiaomiCredential?: XiaomiCredential;\n /** Description of a NotificationHub FcmV1Credential. */\n fcmV1Credential?: FcmV1Credential;\n}\n\n/** Represents a Private Endpoint Connection ARM resource - a sub-resource of Notification Hubs namespace. */\nexport interface PrivateEndpointConnectionResource extends ProxyResource {\n /** Private Endpoint Connection properties. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** A Private Link Arm Resource. */\nexport interface PrivateLinkResource extends ProxyResource {\n /** Represents properties of Private Link Resource. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Notification Hub Resource. */\nexport interface NotificationHubResource extends TrackedResource {\n /** The Sku description for a namespace */\n sku?: Sku;\n /** Gets or sets the NotificationHub name. */\n namePropertiesName?: string;\n /** Gets or sets the RegistrationTtl of the created NotificationHub */\n registrationTtl?: string;\n /**\n * Gets or sets the AuthorizationRules of the created NotificationHub\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly authorizationRules?: SharedAccessAuthorizationRuleProperties[];\n /** Description of a NotificationHub ApnsCredential. */\n apnsCredential?: ApnsCredential;\n /** Description of a NotificationHub WnsCredential. */\n wnsCredential?: WnsCredential;\n /** Description of a NotificationHub GcmCredential. */\n gcmCredential?: GcmCredential;\n /** Description of a NotificationHub MpnsCredential. */\n mpnsCredential?: MpnsCredential;\n /** Description of a NotificationHub AdmCredential. */\n admCredential?: AdmCredential;\n /** Description of a NotificationHub BaiduCredential. */\n baiduCredential?: BaiduCredential;\n /** Description of a NotificationHub BrowserCredential. */\n browserCredential?: BrowserCredential;\n /** Description of a NotificationHub XiaomiCredential. */\n xiaomiCredential?: XiaomiCredential;\n /** Description of a NotificationHub FcmV1Credential. */\n fcmV1Credential?: FcmV1Credential;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly dailyMaxActiveDevices?: number;\n}\n\n/** Notification Hubs Namespace Resource. */\nexport interface NamespaceResource extends TrackedResource {\n /** The Sku description for a namespace */\n sku: Sku;\n /**\n * Name of the Notification Hubs namespace. This is immutable property, set automatically\n * by the service when the namespace is created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly namePropertiesName?: string;\n /** Defines values for OperationProvisioningState. */\n provisioningState?: OperationProvisioningState;\n /** Namespace status. */\n status?: NamespaceStatus;\n /**\n * Gets or sets whether or not the namespace is currently enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabled?: boolean;\n /**\n * Gets or sets whether or not the namespace is set as Critical.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly critical?: boolean;\n /**\n * Namespace subscription id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * Region. The value is always set to the same value as Namespace.Location, so we are deprecating\n * this property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly region?: string;\n /**\n * Azure Insights Metrics id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricId?: string;\n /**\n * Time when the namespace was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * Time when the namespace was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /** Defines values for NamespaceType. */\n namespaceType?: NamespaceType;\n /** Allowed replication region */\n replicationRegion?: ReplicationRegion;\n /** Namespace SKU name. */\n zoneRedundancy?: ZoneRedundancyPreference;\n /** A collection of network authorization rules. */\n networkAcls?: NetworkAcls;\n /** Collection of Notification Hub or Notification Hub Namespace PNS credentials. */\n pnsCredentials?: PnsCredentials;\n /**\n * Gets or sets endpoint you can use to perform NotificationHub\n * operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceBusEndpoint?: string;\n /**\n * Private Endpoint Connections for namespace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnectionResource[];\n /** Gets or sets scaleUnit where the namespace gets created */\n scaleUnit?: string;\n /** Deprecated. */\n dataCenter?: string;\n /** Type of public network access. */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Free */\n Free = \"Free\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free** \\\n * **Basic** \\\n * **Standard**\n */\nexport type SkuName = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AccessRights} that the service accepts. */\nexport enum KnownAccessRights {\n /** Manage */\n Manage = \"Manage\",\n /** Send */\n Send = \"Send\",\n /** Listen */\n Listen = \"Listen\",\n}\n\n/**\n * Defines values for AccessRights. \\\n * {@link KnownAccessRights} can be used interchangeably with AccessRights,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Manage** \\\n * **Send** \\\n * **Listen**\n */\nexport type AccessRights = string;\n\n/** Known values of {@link PolicyKeyType} that the service accepts. */\nexport enum KnownPolicyKeyType {\n /** PrimaryKey */\n PrimaryKey = \"PrimaryKey\",\n /** SecondaryKey */\n SecondaryKey = \"SecondaryKey\",\n}\n\n/**\n * Defines values for PolicyKeyType. \\\n * {@link KnownPolicyKeyType} can be used interchangeably with PolicyKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PrimaryKey** \\\n * **SecondaryKey**\n */\nexport type PolicyKeyType = string;\n\n/** Known values of {@link OperationProvisioningState} that the service accepts. */\nexport enum KnownOperationProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Pending */\n Pending = \"Pending\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for OperationProvisioningState. \\\n * {@link KnownOperationProvisioningState} can be used interchangeably with OperationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Pending** \\\n * **Disabled**\n */\nexport type OperationProvisioningState = string;\n\n/** Known values of {@link NamespaceStatus} that the service accepts. */\nexport enum KnownNamespaceStatus {\n /** Created */\n Created = \"Created\",\n /** Creating */\n Creating = \"Creating\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for NamespaceStatus. \\\n * {@link KnownNamespaceStatus} can be used interchangeably with NamespaceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Created** \\\n * **Creating** \\\n * **Suspended** \\\n * **Deleting**\n */\nexport type NamespaceStatus = string;\n\n/** Known values of {@link NamespaceType} that the service accepts. */\nexport enum KnownNamespaceType {\n /** Messaging */\n Messaging = \"Messaging\",\n /** NotificationHub */\n NotificationHub = \"NotificationHub\",\n}\n\n/**\n * Defines values for NamespaceType. \\\n * {@link KnownNamespaceType} can be used interchangeably with NamespaceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Messaging** \\\n * **NotificationHub**\n */\nexport type NamespaceType = string;\n\n/** Known values of {@link ReplicationRegion} that the service accepts. */\nexport enum KnownReplicationRegion {\n /** Default */\n Default = \"Default\",\n /** WestUs2 */\n WestUs2 = \"WestUs2\",\n /** NorthEurope */\n NorthEurope = \"NorthEurope\",\n /** AustraliaEast */\n AustraliaEast = \"AustraliaEast\",\n /** BrazilSouth */\n BrazilSouth = \"BrazilSouth\",\n /** SouthEastAsia */\n SouthEastAsia = \"SouthEastAsia\",\n /** SouthAfricaNorth */\n SouthAfricaNorth = \"SouthAfricaNorth\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for ReplicationRegion. \\\n * {@link KnownReplicationRegion} can be used interchangeably with ReplicationRegion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **WestUs2** \\\n * **NorthEurope** \\\n * **AustraliaEast** \\\n * **BrazilSouth** \\\n * **SouthEastAsia** \\\n * **SouthAfricaNorth** \\\n * **None**\n */\nexport type ReplicationRegion = string;\n\n/** Known values of {@link ZoneRedundancyPreference} that the service accepts. */\nexport enum KnownZoneRedundancyPreference {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for ZoneRedundancyPreference. \\\n * {@link KnownZoneRedundancyPreference} can be used interchangeably with ZoneRedundancyPreference,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type ZoneRedundancyPreference = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** UpdatingByProxy */\n UpdatingByProxy = \"UpdatingByProxy\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** DeletingByProxy */\n DeletingByProxy = \"DeletingByProxy\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **UpdatingByProxy** \\\n * **Deleting** \\\n * **DeletingByProxy** \\\n * **Deleted**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link PrivateLinkConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkConnectionStatus {\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateLinkConnectionStatus. \\\n * {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disconnected** \\\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateLinkConnectionStatus = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Optional parameters. */\nexport interface NotificationHubsCheckNotificationHubAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNotificationHubAvailability operation. */\nexport type NotificationHubsCheckNotificationHubAvailabilityResponse = CheckAvailabilityResult;\n\n/** Optional parameters. */\nexport interface NotificationHubsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NotificationHubsGetResponse = NotificationHubResource;\n\n/** Optional parameters. */\nexport interface NotificationHubsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NotificationHubsCreateOrUpdateResponse = NotificationHubResource;\n\n/** Optional parameters. */\nexport interface NotificationHubsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type NotificationHubsUpdateResponse = NotificationHubResource;\n\n/** Optional parameters. */\nexport interface NotificationHubsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NotificationHubsListOptionalParams extends coreClient.OperationOptions {\n /** Continuation token. */\n skipToken?: string;\n /** Page size. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type NotificationHubsListResponse = NotificationHubListResult;\n\n/** Optional parameters. */\nexport interface NotificationHubsDebugSendOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the debugSend operation. */\nexport type NotificationHubsDebugSendResponse = DebugSendResponse;\n\n/** Optional parameters. */\nexport interface NotificationHubsCreateOrUpdateAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAuthorizationRule operation. */\nexport type NotificationHubsCreateOrUpdateAuthorizationRuleResponse =\n SharedAccessAuthorizationRuleResource;\n\n/** Optional parameters. */\nexport interface NotificationHubsDeleteAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NotificationHubsGetAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthorizationRule operation. */\nexport type NotificationHubsGetAuthorizationRuleResponse = SharedAccessAuthorizationRuleResource;\n\n/** Optional parameters. */\nexport interface NotificationHubsListAuthorizationRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRules operation. */\nexport type NotificationHubsListAuthorizationRulesResponse =\n SharedAccessAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface NotificationHubsListKeysOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type NotificationHubsListKeysResponse = ResourceListKeys;\n\n/** Optional parameters. */\nexport interface NotificationHubsRegenerateKeysOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKeys operation. */\nexport type NotificationHubsRegenerateKeysResponse = ResourceListKeys;\n\n/** Optional parameters. */\nexport interface NotificationHubsGetPnsCredentialsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPnsCredentials operation. */\nexport type NotificationHubsGetPnsCredentialsResponse = PnsCredentialsResource;\n\n/** Optional parameters. */\nexport interface NotificationHubsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type NotificationHubsListNextResponse = NotificationHubListResult;\n\n/** Optional parameters. */\nexport interface NotificationHubsListAuthorizationRulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRulesNext operation. */\nexport type NotificationHubsListAuthorizationRulesNextResponse =\n SharedAccessAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface NamespacesCheckAvailabilityOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkAvailability operation. */\nexport type NamespacesCheckAvailabilityResponse = CheckAvailabilityResult;\n\n/** Optional parameters. */\nexport interface NamespacesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespacesGetResponse = NamespaceResource;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespacesCreateOrUpdateResponse = NamespaceResource;\n\n/** Optional parameters. */\nexport interface NamespacesUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type NamespacesUpdateResponse = NamespaceResource;\n\n/** Optional parameters. */\nexport interface NamespacesDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NamespacesListAllOptionalParams extends coreClient.OperationOptions {\n /** Skip token for subsequent requests. */\n skipToken?: string;\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the listAll operation. */\nexport type NamespacesListAllResponse = NamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListOptionalParams extends coreClient.OperationOptions {\n /** Skip token for subsequent requests. */\n skipToken?: string;\n /** Maximum number of results to return. */\n top?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type NamespacesListResponse = NamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAuthorizationRule operation. */\nexport type NamespacesCreateOrUpdateAuthorizationRuleResponse =\n SharedAccessAuthorizationRuleResource;\n\n/** Optional parameters. */\nexport interface NamespacesDeleteAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NamespacesGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthorizationRule operation. */\nexport type NamespacesGetAuthorizationRuleResponse = SharedAccessAuthorizationRuleResource;\n\n/** Optional parameters. */\nexport interface NamespacesListAuthorizationRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRules operation. */\nexport type NamespacesListAuthorizationRulesResponse = SharedAccessAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListKeysOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type NamespacesListKeysResponse = ResourceListKeys;\n\n/** Optional parameters. */\nexport interface NamespacesRegenerateKeysOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKeys operation. */\nexport type NamespacesRegenerateKeysResponse = ResourceListKeys;\n\n/** Optional parameters. */\nexport interface NamespacesGetPnsCredentialsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getPnsCredentials operation. */\nexport type NamespacesGetPnsCredentialsResponse = PnsCredentialsResource;\n\n/** Optional parameters. */\nexport interface NamespacesListAllNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAllNext operation. */\nexport type NamespacesListAllNextResponse = NamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type NamespacesListNextResponse = NamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListAuthorizationRulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRulesNext operation. */\nexport type NamespacesListAuthorizationRulesNextResponse = SharedAccessAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnectionResource;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionResource;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetGroupIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getGroupId operation. */\nexport type PrivateEndpointConnectionsGetGroupIdResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListGroupIdsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listGroupIds operation. */\nexport type PrivateEndpointConnectionsListGroupIdsResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface NotificationHubsManagementClientOptionalParams\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"]}
@@ -0,0 +1,60 @@
1
+ import type * as coreClient from "@azure/core-client";
2
+ export declare const CheckAvailabilityParameters: coreClient.CompositeMapper;
3
+ export declare const Sku: coreClient.CompositeMapper;
4
+ export declare const Resource: coreClient.CompositeMapper;
5
+ export declare const SystemData: coreClient.CompositeMapper;
6
+ export declare const ErrorResponse: coreClient.CompositeMapper;
7
+ export declare const ErrorDetail: coreClient.CompositeMapper;
8
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
9
+ export declare const SharedAccessAuthorizationRuleProperties: coreClient.CompositeMapper;
10
+ export declare const ApnsCredential: coreClient.CompositeMapper;
11
+ export declare const WnsCredential: coreClient.CompositeMapper;
12
+ export declare const GcmCredential: coreClient.CompositeMapper;
13
+ export declare const MpnsCredential: coreClient.CompositeMapper;
14
+ export declare const AdmCredential: coreClient.CompositeMapper;
15
+ export declare const BaiduCredential: coreClient.CompositeMapper;
16
+ export declare const BrowserCredential: coreClient.CompositeMapper;
17
+ export declare const XiaomiCredential: coreClient.CompositeMapper;
18
+ export declare const FcmV1Credential: coreClient.CompositeMapper;
19
+ export declare const NotificationHubPatchParameters: coreClient.CompositeMapper;
20
+ export declare const NotificationHubListResult: coreClient.CompositeMapper;
21
+ export declare const RegistrationResult: coreClient.CompositeMapper;
22
+ export declare const SharedAccessAuthorizationRuleListResult: coreClient.CompositeMapper;
23
+ export declare const ResourceListKeys: coreClient.CompositeMapper;
24
+ export declare const PolicyKeyResource: coreClient.CompositeMapper;
25
+ export declare const PnsCredentials: coreClient.CompositeMapper;
26
+ export declare const NamespaceProperties: coreClient.CompositeMapper;
27
+ export declare const NetworkAcls: coreClient.CompositeMapper;
28
+ export declare const IpRule: coreClient.CompositeMapper;
29
+ export declare const PublicInternetAuthorizationRule: coreClient.CompositeMapper;
30
+ export declare const PrivateEndpointConnectionProperties: coreClient.CompositeMapper;
31
+ export declare const RemotePrivateEndpointConnection: coreClient.CompositeMapper;
32
+ export declare const RemotePrivateLinkServiceConnectionState: coreClient.CompositeMapper;
33
+ export declare const NamespacePatchParameters: coreClient.CompositeMapper;
34
+ export declare const NamespaceListResult: coreClient.CompositeMapper;
35
+ export declare const OperationListResult: coreClient.CompositeMapper;
36
+ export declare const Operation: coreClient.CompositeMapper;
37
+ export declare const OperationDisplay: coreClient.CompositeMapper;
38
+ export declare const OperationProperties: coreClient.CompositeMapper;
39
+ export declare const ServiceSpecification: coreClient.CompositeMapper;
40
+ export declare const LogSpecification: coreClient.CompositeMapper;
41
+ export declare const MetricSpecification: coreClient.CompositeMapper;
42
+ export declare const Availability: coreClient.CompositeMapper;
43
+ export declare const PrivateEndpointConnectionResourceListResult: coreClient.CompositeMapper;
44
+ export declare const PrivateLinkResourceProperties: coreClient.CompositeMapper;
45
+ export declare const PrivateLinkResourceListResult: coreClient.CompositeMapper;
46
+ export declare const ConnectionDetails: coreClient.CompositeMapper;
47
+ export declare const GroupConnectivityInformation: coreClient.CompositeMapper;
48
+ export declare const PrivateLinkServiceConnection: coreClient.CompositeMapper;
49
+ export declare const ProxyResource: coreClient.CompositeMapper;
50
+ export declare const TrackedResource: coreClient.CompositeMapper;
51
+ export declare const CheckAvailabilityResult: coreClient.CompositeMapper;
52
+ export declare const DebugSendResponse: coreClient.CompositeMapper;
53
+ export declare const SharedAccessAuthorizationRuleResource: coreClient.CompositeMapper;
54
+ export declare const PnsCredentialsResource: coreClient.CompositeMapper;
55
+ export declare const PrivateEndpointConnectionResource: coreClient.CompositeMapper;
56
+ export declare const PrivateLinkResource: coreClient.CompositeMapper;
57
+ export declare const NotificationHubResource: coreClient.CompositeMapper;
58
+ export declare const NamespaceResource: coreClient.CompositeMapper;
59
+ export declare const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper;
60
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}