@azure/arm-eventgrid 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7613 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +62 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1943 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +204 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +107 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +42 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +347 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  33. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  34. package/dist-esm/src/operations/domainTopics.js +310 -0
  35. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  36. package/dist-esm/src/operations/domains.d.ts +122 -0
  37. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domains.js +522 -0
  39. package/dist-esm/src/operations/domains.js.map +1 -0
  40. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  41. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  42. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  43. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  44. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  45. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensionTopics.js +50 -0
  47. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +26 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +88 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
  57. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
  59. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  60. package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
  61. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateLinkResources.js +176 -0
  63. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  64. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  65. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  66. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  67. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  68. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  69. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  70. package/dist-esm/src/operations/systemTopics.js +482 -0
  71. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  72. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  73. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  74. package/dist-esm/src/operations/topicTypes.js +175 -0
  75. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  76. package/dist-esm/src/operations/topics.d.ts +150 -0
  77. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/topics.js +656 -0
  79. package/dist-esm/src/operations/topics.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  81. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  82. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
  83. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  85. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  86. package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
  87. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  89. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  93. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
  105. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
  109. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  113. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  117. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  121. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  125. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  126. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
  127. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  128. package/dist-esm/test/eventgrid_examples.d.ts +4 -0
  129. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  130. package/dist-esm/test/eventgrid_examples.js +166 -0
  131. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-eventgrid.api.md +1777 -0
  134. package/rollup.config.js +181 -30
  135. package/src/eventGridManagementClient.ts +107 -53
  136. package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1844 -3910
  139. package/src/models/mappers.ts +1261 -1339
  140. package/src/models/parameters.ts +239 -82
  141. package/src/operations/domainTopics.ts +346 -224
  142. package/src/operations/domains.ts +545 -454
  143. package/src/operations/eventSubscriptions.ts +1658 -1236
  144. package/src/operations/extensionTopics.ts +37 -66
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/operations.ts +65 -43
  147. package/src/operations/privateEndpointConnections.ts +386 -253
  148. package/src/operations/privateLinkResources.ts +178 -150
  149. package/src/operations/systemTopicEventSubscriptions.ts +537 -394
  150. package/src/operations/systemTopics.ts +505 -349
  151. package/src/operations/topicTypes.ts +138 -114
  152. package/src/operations/topics.ts +728 -494
  153. package/src/operationsInterfaces/domainTopics.ts +105 -0
  154. package/src/operationsInterfaces/domains.ts +162 -0
  155. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  156. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/operations.ts +22 -0
  159. package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
  160. package/src/operationsInterfaces/privateLinkResources.ts +48 -0
  161. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  162. package/src/operationsInterfaces/systemTopics.ts +139 -0
  163. package/src/operationsInterfaces/topicTypes.ts +47 -0
  164. package/src/operationsInterfaces/topics.ts +197 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-eventgrid.d.ts +2998 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-eventgrid.js +0 -6824
  169. package/dist/arm-eventgrid.js.map +0 -1
  170. package/dist/arm-eventgrid.min.js +0 -1
  171. package/dist/arm-eventgrid.min.js.map +0 -1
  172. package/esm/eventGridManagementClient.d.ts +0 -35
  173. package/esm/eventGridManagementClient.d.ts.map +0 -1
  174. package/esm/eventGridManagementClient.js +0 -48
  175. package/esm/eventGridManagementClient.js.map +0 -1
  176. package/esm/eventGridManagementClientContext.d.ts +0 -23
  177. package/esm/eventGridManagementClientContext.d.ts.map +0 -1
  178. package/esm/eventGridManagementClientContext.js +0 -61
  179. package/esm/eventGridManagementClientContext.js.map +0 -1
  180. package/esm/models/domainTopicsMappers.d.ts +0 -2
  181. package/esm/models/domainTopicsMappers.d.ts.map +0 -1
  182. package/esm/models/domainTopicsMappers.js +0 -9
  183. package/esm/models/domainTopicsMappers.js.map +0 -1
  184. package/esm/models/domainsMappers.d.ts +0 -2
  185. package/esm/models/domainsMappers.d.ts.map +0 -1
  186. package/esm/models/domainsMappers.js +0 -9
  187. package/esm/models/domainsMappers.js.map +0 -1
  188. package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
  189. package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
  190. package/esm/models/eventSubscriptionsMappers.js +0 -9
  191. package/esm/models/eventSubscriptionsMappers.js.map +0 -1
  192. package/esm/models/extensionTopicsMappers.d.ts +0 -2
  193. package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
  194. package/esm/models/extensionTopicsMappers.js +0 -9
  195. package/esm/models/extensionTopicsMappers.js.map +0 -1
  196. package/esm/models/index.d.ts +0 -4080
  197. package/esm/models/index.d.ts.map +0 -1
  198. package/esm/models/index.js.map +0 -1
  199. package/esm/models/mappers.d.ts +0 -109
  200. package/esm/models/mappers.d.ts.map +0 -1
  201. package/esm/models/mappers.js.map +0 -1
  202. package/esm/models/operationsMappers.d.ts +0 -2
  203. package/esm/models/operationsMappers.d.ts.map +0 -1
  204. package/esm/models/operationsMappers.js.map +0 -1
  205. package/esm/models/parameters.d.ts +0 -25
  206. package/esm/models/parameters.d.ts.map +0 -1
  207. package/esm/models/parameters.js +0 -245
  208. package/esm/models/parameters.js.map +0 -1
  209. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  210. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  211. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  212. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  213. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  214. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  215. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  216. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
  217. package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
  218. package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
  219. package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
  220. package/esm/models/systemTopicsMappers.d.ts +0 -2
  221. package/esm/models/systemTopicsMappers.d.ts.map +0 -1
  222. package/esm/models/systemTopicsMappers.js +0 -9
  223. package/esm/models/systemTopicsMappers.js.map +0 -1
  224. package/esm/models/topicTypesMappers.d.ts +0 -2
  225. package/esm/models/topicTypesMappers.d.ts.map +0 -1
  226. package/esm/models/topicTypesMappers.js +0 -9
  227. package/esm/models/topicTypesMappers.js.map +0 -1
  228. package/esm/models/topicsMappers.d.ts +0 -2
  229. package/esm/models/topicsMappers.d.ts.map +0 -1
  230. package/esm/models/topicsMappers.js +0 -9
  231. package/esm/models/topicsMappers.js.map +0 -1
  232. package/esm/operations/domainTopics.d.ts +0 -120
  233. package/esm/operations/domainTopics.d.ts.map +0 -1
  234. package/esm/operations/domainTopics.js +0 -233
  235. package/esm/operations/domainTopics.js.map +0 -1
  236. package/esm/operations/domains.d.ts +0 -214
  237. package/esm/operations/domains.d.ts.map +0 -1
  238. package/esm/operations/domains.js +0 -415
  239. package/esm/operations/domains.js.map +0 -1
  240. package/esm/operations/eventSubscriptions.d.ts +0 -666
  241. package/esm/operations/eventSubscriptions.d.ts.map +0 -1
  242. package/esm/operations/eventSubscriptions.js +0 -969
  243. package/esm/operations/eventSubscriptions.js.map +0 -1
  244. package/esm/operations/extensionTopics.d.ts +0 -47
  245. package/esm/operations/extensionTopics.d.ts.map +0 -1
  246. package/esm/operations/extensionTopics.js +0 -54
  247. package/esm/operations/extensionTopics.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/operations.d.ts +0 -29
  251. package/esm/operations/operations.d.ts.map +0 -1
  252. package/esm/operations/operations.js +0 -50
  253. package/esm/operations/operations.js.map +0 -1
  254. package/esm/operations/privateEndpointConnections.d.ts +0 -152
  255. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  256. package/esm/operations/privateEndpointConnections.js +0 -263
  257. package/esm/operations/privateEndpointConnections.js.map +0 -1
  258. package/esm/operations/privateLinkResources.d.ts +0 -91
  259. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  260. package/esm/operations/privateLinkResources.js +0 -127
  261. package/esm/operations/privateLinkResources.js.map +0 -1
  262. package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
  263. package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
  264. package/esm/operations/systemTopicEventSubscriptions.js +0 -379
  265. package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
  266. package/esm/operations/systemTopics.d.ts +0 -167
  267. package/esm/operations/systemTopics.d.ts.map +0 -1
  268. package/esm/operations/systemTopics.js +0 -353
  269. package/esm/operations/systemTopics.js.map +0 -1
  270. package/esm/operations/topicTypes.d.ts +0 -67
  271. package/esm/operations/topicTypes.d.ts.map +0 -1
  272. package/esm/operations/topicTypes.js +0 -106
  273. package/esm/operations/topicTypes.js.map +0 -1
  274. package/esm/operations/topics.d.ts +0 -237
  275. package/esm/operations/topics.d.ts.map +0 -1
  276. package/esm/operations/topics.js +0 -471
  277. package/esm/operations/topics.js.map +0 -1
  278. package/src/eventGridManagementClientContext.ts +0 -68
  279. package/src/models/domainTopicsMappers.ts +0 -66
  280. package/src/models/domainsMappers.ts +0 -69
  281. package/src/models/eventSubscriptionsMappers.ts +0 -69
  282. package/src/models/extensionTopicsMappers.ts +0 -65
  283. package/src/models/privateEndpointConnectionsMappers.ts +0 -66
  284. package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
  285. package/src/models/systemTopicsMappers.ts +0 -67
  286. package/src/models/topicTypesMappers.ts +0 -67
  287. package/src/models/topicsMappers.ts +0 -70
@@ -5,12 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __assign } from "tslib";
9
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
- export var CloudError = CloudErrorMapper;
11
- export var BaseResource = BaseResourceMapper;
12
- export var PrivateEndpoint = {
13
- serializedName: "PrivateEndpoint",
8
+ export const PrivateEndpoint = {
14
9
  type: {
15
10
  name: "Composite",
16
11
  className: "PrivateEndpoint",
@@ -24,8 +19,7 @@ export var PrivateEndpoint = {
24
19
  }
25
20
  }
26
21
  };
27
- export var ConnectionState = {
28
- serializedName: "ConnectionState",
22
+ export const ConnectionState = {
29
23
  type: {
30
24
  name: "Composite",
31
25
  className: "ConnectionState",
@@ -51,29 +45,28 @@ export var ConnectionState = {
51
45
  }
52
46
  }
53
47
  };
54
- export var Resource = {
55
- serializedName: "Resource",
48
+ export const Resource = {
56
49
  type: {
57
50
  name: "Composite",
58
51
  className: "Resource",
59
52
  modelProperties: {
60
53
  id: {
61
- readOnly: true,
62
54
  serializedName: "id",
55
+ readOnly: true,
63
56
  type: {
64
57
  name: "String"
65
58
  }
66
59
  },
67
60
  name: {
68
- readOnly: true,
69
61
  serializedName: "name",
62
+ readOnly: true,
70
63
  type: {
71
64
  name: "String"
72
65
  }
73
66
  },
74
67
  type: {
75
- readOnly: true,
76
68
  serializedName: "type",
69
+ readOnly: true,
77
70
  type: {
78
71
  name: "String"
79
72
  }
@@ -81,55 +74,19 @@ export var Resource = {
81
74
  }
82
75
  }
83
76
  };
84
- export var PrivateEndpointConnection = {
85
- serializedName: "PrivateEndpointConnection",
86
- type: {
87
- name: "Composite",
88
- className: "PrivateEndpointConnection",
89
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { privateEndpoint: {
90
- serializedName: "properties.privateEndpoint",
91
- type: {
92
- name: "Composite",
93
- className: "PrivateEndpoint"
94
- }
95
- }, groupIds: {
96
- serializedName: "properties.groupIds",
97
- type: {
98
- name: "Sequence",
99
- element: {
100
- type: {
101
- name: "String"
102
- }
103
- }
104
- }
105
- }, privateLinkServiceConnectionState: {
106
- serializedName: "properties.privateLinkServiceConnectionState",
107
- type: {
108
- name: "Composite",
109
- className: "ConnectionState"
110
- }
111
- }, provisioningState: {
112
- serializedName: "properties.provisioningState",
113
- type: {
114
- name: "String"
115
- }
116
- } })
117
- }
118
- };
119
- export var InputSchemaMapping = {
120
- serializedName: "InputSchemaMapping",
77
+ export const InputSchemaMapping = {
121
78
  type: {
122
79
  name: "Composite",
80
+ className: "InputSchemaMapping",
81
+ uberParent: "InputSchemaMapping",
123
82
  polymorphicDiscriminator: {
124
83
  serializedName: "inputSchemaMappingType",
125
84
  clientName: "inputSchemaMappingType"
126
85
  },
127
- uberParent: "InputSchemaMapping",
128
- className: "InputSchemaMapping",
129
86
  modelProperties: {
130
87
  inputSchemaMappingType: {
131
- required: true,
132
88
  serializedName: "inputSchemaMappingType",
89
+ required: true,
133
90
  type: {
134
91
  name: "String"
135
92
  }
@@ -137,8 +94,7 @@ export var InputSchemaMapping = {
137
94
  }
138
95
  }
139
96
  };
140
- export var InboundIpRule = {
141
- serializedName: "InboundIpRule",
97
+ export const InboundIpRule = {
142
98
  type: {
143
99
  name: "Composite",
144
100
  className: "InboundIpRule",
@@ -158,29 +114,51 @@ export var InboundIpRule = {
158
114
  }
159
115
  }
160
116
  };
161
- export var UserIdentityProperties = {
162
- serializedName: "UserIdentityProperties",
117
+ export const SystemData = {
163
118
  type: {
164
119
  name: "Composite",
165
- className: "UserIdentityProperties",
120
+ className: "SystemData",
166
121
  modelProperties: {
167
- principalId: {
168
- serializedName: "principalId",
122
+ createdBy: {
123
+ serializedName: "createdBy",
169
124
  type: {
170
125
  name: "String"
171
126
  }
172
127
  },
173
- clientId: {
174
- serializedName: "clientId",
128
+ createdByType: {
129
+ serializedName: "createdByType",
130
+ type: {
131
+ name: "String"
132
+ }
133
+ },
134
+ createdAt: {
135
+ serializedName: "createdAt",
136
+ type: {
137
+ name: "DateTime"
138
+ }
139
+ },
140
+ lastModifiedBy: {
141
+ serializedName: "lastModifiedBy",
142
+ type: {
143
+ name: "String"
144
+ }
145
+ },
146
+ lastModifiedByType: {
147
+ serializedName: "lastModifiedByType",
175
148
  type: {
176
149
  name: "String"
177
150
  }
151
+ },
152
+ lastModifiedAt: {
153
+ serializedName: "lastModifiedAt",
154
+ type: {
155
+ name: "DateTime"
156
+ }
178
157
  }
179
158
  }
180
159
  }
181
160
  };
182
- export var IdentityInfo = {
183
- serializedName: "IdentityInfo",
161
+ export const IdentityInfo = {
184
162
  type: {
185
163
  name: "Composite",
186
164
  className: "IdentityInfo",
@@ -208,45 +186,26 @@ export var IdentityInfo = {
208
186
  type: {
209
187
  name: "Dictionary",
210
188
  value: {
211
- type: {
212
- name: "Composite",
213
- className: "UserIdentityProperties"
214
- }
189
+ type: { name: "Composite", className: "UserIdentityProperties" }
215
190
  }
216
191
  }
217
192
  }
218
193
  }
219
194
  }
220
195
  };
221
- export var JsonField = {
222
- serializedName: "JsonField",
223
- type: {
224
- name: "Composite",
225
- className: "JsonField",
226
- modelProperties: {
227
- sourceField: {
228
- serializedName: "sourceField",
229
- type: {
230
- name: "String"
231
- }
232
- }
233
- }
234
- }
235
- };
236
- export var JsonFieldWithDefault = {
237
- serializedName: "JsonFieldWithDefault",
196
+ export const UserIdentityProperties = {
238
197
  type: {
239
198
  name: "Composite",
240
- className: "JsonFieldWithDefault",
199
+ className: "UserIdentityProperties",
241
200
  modelProperties: {
242
- sourceField: {
243
- serializedName: "sourceField",
201
+ principalId: {
202
+ serializedName: "principalId",
244
203
  type: {
245
204
  name: "String"
246
205
  }
247
206
  },
248
- defaultValue: {
249
- serializedName: "defaultValue",
207
+ clientId: {
208
+ serializedName: "clientId",
250
209
  type: {
251
210
  name: "String"
252
211
  }
@@ -254,313 +213,144 @@ export var JsonFieldWithDefault = {
254
213
  }
255
214
  }
256
215
  };
257
- export var JsonInputSchemaMapping = {
258
- serializedName: "Json",
216
+ export const DomainUpdateParameters = {
259
217
  type: {
260
218
  name: "Composite",
261
- polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
262
- uberParent: "InputSchemaMapping",
263
- className: "JsonInputSchemaMapping",
264
- modelProperties: __assign(__assign({}, InputSchemaMapping.type.modelProperties), { id: {
265
- serializedName: "properties.id",
219
+ className: "DomainUpdateParameters",
220
+ modelProperties: {
221
+ tags: {
222
+ serializedName: "tags",
266
223
  type: {
267
- name: "Composite",
268
- className: "JsonField"
224
+ name: "Dictionary",
225
+ value: { type: { name: "String" } }
269
226
  }
270
- }, topic: {
271
- serializedName: "properties.topic",
227
+ },
228
+ identity: {
229
+ serializedName: "identity",
272
230
  type: {
273
231
  name: "Composite",
274
- className: "JsonField"
232
+ className: "IdentityInfo"
275
233
  }
276
- }, eventTime: {
277
- serializedName: "properties.eventTime",
234
+ },
235
+ publicNetworkAccess: {
236
+ serializedName: "properties.publicNetworkAccess",
278
237
  type: {
279
- name: "Composite",
280
- className: "JsonField"
238
+ name: "String"
281
239
  }
282
- }, eventType: {
283
- serializedName: "properties.eventType",
240
+ },
241
+ inboundIpRules: {
242
+ serializedName: "properties.inboundIpRules",
284
243
  type: {
285
- name: "Composite",
286
- className: "JsonFieldWithDefault"
244
+ name: "Sequence",
245
+ element: {
246
+ type: {
247
+ name: "Composite",
248
+ className: "InboundIpRule"
249
+ }
250
+ }
287
251
  }
288
- }, subject: {
289
- serializedName: "properties.subject",
252
+ },
253
+ disableLocalAuth: {
254
+ serializedName: "properties.disableLocalAuth",
290
255
  type: {
291
- name: "Composite",
292
- className: "JsonFieldWithDefault"
256
+ name: "Boolean"
293
257
  }
294
- }, dataVersion: {
295
- serializedName: "properties.dataVersion",
258
+ },
259
+ autoCreateTopicWithFirstSubscription: {
260
+ serializedName: "properties.autoCreateTopicWithFirstSubscription",
296
261
  type: {
297
- name: "Composite",
298
- className: "JsonFieldWithDefault"
262
+ name: "Boolean"
299
263
  }
300
- } })
264
+ },
265
+ autoDeleteTopicWithLastSubscription: {
266
+ serializedName: "properties.autoDeleteTopicWithLastSubscription",
267
+ type: {
268
+ name: "Boolean"
269
+ }
270
+ }
271
+ }
301
272
  }
302
273
  };
303
- export var TrackedResource = {
304
- serializedName: "TrackedResource",
274
+ export const DomainsListResult = {
305
275
  type: {
306
276
  name: "Composite",
307
- className: "TrackedResource",
308
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { location: {
309
- required: true,
310
- serializedName: "location",
311
- type: {
312
- name: "String"
313
- }
314
- }, tags: {
315
- serializedName: "tags",
277
+ className: "DomainsListResult",
278
+ modelProperties: {
279
+ value: {
280
+ serializedName: "value",
316
281
  type: {
317
- name: "Dictionary",
318
- value: {
282
+ name: "Sequence",
283
+ element: {
319
284
  type: {
320
- name: "String"
285
+ name: "Composite",
286
+ className: "Domain"
321
287
  }
322
288
  }
323
289
  }
324
- } })
290
+ },
291
+ nextLink: {
292
+ serializedName: "nextLink",
293
+ type: {
294
+ name: "String"
295
+ }
296
+ }
297
+ }
325
298
  }
326
299
  };
327
- export var SystemData = {
328
- serializedName: "systemData",
300
+ export const DomainSharedAccessKeys = {
329
301
  type: {
330
302
  name: "Composite",
331
- className: "SystemData",
303
+ className: "DomainSharedAccessKeys",
332
304
  modelProperties: {
333
- createdBy: {
334
- serializedName: "createdBy",
335
- type: {
336
- name: "String"
337
- }
338
- },
339
- createdByType: {
340
- serializedName: "createdByType",
305
+ key1: {
306
+ serializedName: "key1",
341
307
  type: {
342
308
  name: "String"
343
309
  }
344
310
  },
345
- createdAt: {
346
- serializedName: "createdAt",
347
- type: {
348
- name: "DateTime"
349
- }
350
- },
351
- lastModifiedBy: {
352
- serializedName: "lastModifiedBy",
311
+ key2: {
312
+ serializedName: "key2",
353
313
  type: {
354
314
  name: "String"
355
315
  }
356
- },
357
- lastModifiedByType: {
358
- serializedName: "lastModifiedByType",
316
+ }
317
+ }
318
+ }
319
+ };
320
+ export const DomainRegenerateKeyRequest = {
321
+ type: {
322
+ name: "Composite",
323
+ className: "DomainRegenerateKeyRequest",
324
+ modelProperties: {
325
+ keyName: {
326
+ serializedName: "keyName",
327
+ required: true,
359
328
  type: {
360
329
  name: "String"
361
330
  }
362
- },
363
- lastModifiedAt: {
364
- serializedName: "lastModifiedAt",
365
- type: {
366
- name: "DateTime"
367
- }
368
331
  }
369
332
  }
370
333
  }
371
334
  };
372
- export var Domain = {
373
- serializedName: "Domain",
335
+ export const DomainTopicsListResult = {
374
336
  type: {
375
337
  name: "Composite",
376
- className: "Domain",
377
- modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { privateEndpointConnections: {
378
- readOnly: true,
379
- serializedName: "properties.privateEndpointConnections",
338
+ className: "DomainTopicsListResult",
339
+ modelProperties: {
340
+ value: {
341
+ serializedName: "value",
380
342
  type: {
381
343
  name: "Sequence",
382
344
  element: {
383
345
  type: {
384
346
  name: "Composite",
385
- className: "PrivateEndpointConnection"
347
+ className: "DomainTopic"
386
348
  }
387
349
  }
388
350
  }
389
- }, provisioningState: {
390
- readOnly: true,
391
- serializedName: "properties.provisioningState",
392
- type: {
393
- name: "String"
394
- }
395
- }, endpoint: {
396
- readOnly: true,
397
- serializedName: "properties.endpoint",
398
- type: {
399
- name: "String"
400
- }
401
- }, inputSchema: {
402
- serializedName: "properties.inputSchema",
403
- defaultValue: 'EventGridSchema',
404
- type: {
405
- name: "String"
406
- }
407
- }, inputSchemaMapping: {
408
- serializedName: "properties.inputSchemaMapping",
409
- type: {
410
- name: "Composite",
411
- className: "InputSchemaMapping"
412
- }
413
- }, metricResourceId: {
414
- readOnly: true,
415
- serializedName: "properties.metricResourceId",
416
- type: {
417
- name: "String"
418
- }
419
- }, publicNetworkAccess: {
420
- serializedName: "properties.publicNetworkAccess",
421
- defaultValue: 'Enabled',
422
- type: {
423
- name: "String"
424
- }
425
- }, inboundIpRules: {
426
- serializedName: "properties.inboundIpRules",
427
- type: {
428
- name: "Sequence",
429
- element: {
430
- type: {
431
- name: "Composite",
432
- className: "InboundIpRule"
433
- }
434
- }
435
- }
436
- }, disableLocalAuth: {
437
- serializedName: "properties.disableLocalAuth",
438
- defaultValue: false,
439
- type: {
440
- name: "Boolean"
441
- }
442
- }, autoCreateTopicWithFirstSubscription: {
443
- serializedName: "properties.autoCreateTopicWithFirstSubscription",
444
- defaultValue: true,
445
- type: {
446
- name: "Boolean"
447
- }
448
- }, autoDeleteTopicWithLastSubscription: {
449
- serializedName: "properties.autoDeleteTopicWithLastSubscription",
450
- defaultValue: true,
451
- type: {
452
- name: "Boolean"
453
- }
454
- }, systemData: {
455
- readOnly: true,
456
- serializedName: "systemData",
457
- type: {
458
- name: "Composite",
459
- className: "SystemData"
460
- }
461
- }, identity: {
462
- serializedName: "identity",
463
- type: {
464
- name: "Composite",
465
- className: "IdentityInfo"
466
- }
467
- } })
468
- }
469
- };
470
- export var DomainUpdateParameters = {
471
- serializedName: "DomainUpdateParameters",
472
- type: {
473
- name: "Composite",
474
- className: "DomainUpdateParameters",
475
- modelProperties: {
476
- tags: {
477
- serializedName: "tags",
478
- type: {
479
- name: "Dictionary",
480
- value: {
481
- type: {
482
- name: "String"
483
- }
484
- }
485
- }
486
- },
487
- publicNetworkAccess: {
488
- serializedName: "properties.publicNetworkAccess",
489
- defaultValue: 'Enabled',
490
- type: {
491
- name: "String"
492
- }
493
- },
494
- inboundIpRules: {
495
- serializedName: "properties.inboundIpRules",
496
- type: {
497
- name: "Sequence",
498
- element: {
499
- type: {
500
- name: "Composite",
501
- className: "InboundIpRule"
502
- }
503
- }
504
- }
505
- },
506
- disableLocalAuth: {
507
- serializedName: "properties.disableLocalAuth",
508
- type: {
509
- name: "Boolean"
510
- }
511
- },
512
- autoCreateTopicWithFirstSubscription: {
513
- serializedName: "properties.autoCreateTopicWithFirstSubscription",
514
- type: {
515
- name: "Boolean"
516
- }
517
- },
518
- autoDeleteTopicWithLastSubscription: {
519
- serializedName: "properties.autoDeleteTopicWithLastSubscription",
520
- type: {
521
- name: "Boolean"
522
- }
523
- },
524
- identity: {
525
- serializedName: "identity",
526
- type: {
527
- name: "Composite",
528
- className: "IdentityInfo"
529
- }
530
- }
531
- }
532
- }
533
- };
534
- export var DomainSharedAccessKeys = {
535
- serializedName: "DomainSharedAccessKeys",
536
- type: {
537
- name: "Composite",
538
- className: "DomainSharedAccessKeys",
539
- modelProperties: {
540
- key1: {
541
- serializedName: "key1",
542
- type: {
543
- name: "String"
544
- }
545
- },
546
- key2: {
547
- serializedName: "key2",
548
- type: {
549
- name: "String"
550
- }
551
- }
552
- }
553
- }
554
- };
555
- export var DomainRegenerateKeyRequest = {
556
- serializedName: "DomainRegenerateKeyRequest",
557
- type: {
558
- name: "Composite",
559
- className: "DomainRegenerateKeyRequest",
560
- modelProperties: {
561
- keyName: {
562
- required: true,
563
- serializedName: "keyName",
351
+ },
352
+ nextLink: {
353
+ serializedName: "nextLink",
564
354
  type: {
565
355
  name: "String"
566
356
  }
@@ -568,41 +358,19 @@ export var DomainRegenerateKeyRequest = {
568
358
  }
569
359
  }
570
360
  };
571
- export var DomainTopic = {
572
- serializedName: "DomainTopic",
573
- type: {
574
- name: "Composite",
575
- className: "DomainTopic",
576
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { provisioningState: {
577
- readOnly: true,
578
- serializedName: "properties.provisioningState",
579
- type: {
580
- name: "String"
581
- }
582
- }, systemData: {
583
- readOnly: true,
584
- serializedName: "systemData",
585
- type: {
586
- name: "Composite",
587
- className: "SystemData"
588
- }
589
- } })
590
- }
591
- };
592
- export var EventSubscriptionDestination = {
593
- serializedName: "EventSubscriptionDestination",
361
+ export const EventSubscriptionDestination = {
594
362
  type: {
595
363
  name: "Composite",
364
+ className: "EventSubscriptionDestination",
365
+ uberParent: "EventSubscriptionDestination",
596
366
  polymorphicDiscriminator: {
597
367
  serializedName: "endpointType",
598
368
  clientName: "endpointType"
599
369
  },
600
- uberParent: "EventSubscriptionDestination",
601
- className: "EventSubscriptionDestination",
602
370
  modelProperties: {
603
371
  endpointType: {
604
- required: true,
605
372
  serializedName: "endpointType",
373
+ required: true,
606
374
  type: {
607
375
  name: "String"
608
376
  }
@@ -610,29 +378,7 @@ export var EventSubscriptionDestination = {
610
378
  }
611
379
  }
612
380
  };
613
- export var EventSubscriptionIdentity = {
614
- serializedName: "EventSubscriptionIdentity",
615
- type: {
616
- name: "Composite",
617
- className: "EventSubscriptionIdentity",
618
- modelProperties: {
619
- type: {
620
- serializedName: "type",
621
- type: {
622
- name: "String"
623
- }
624
- },
625
- userAssignedIdentity: {
626
- serializedName: "userAssignedIdentity",
627
- type: {
628
- name: "String"
629
- }
630
- }
631
- }
632
- }
633
- };
634
- export var DeliveryWithResourceIdentity = {
635
- serializedName: "DeliveryWithResourceIdentity",
381
+ export const DeliveryWithResourceIdentity = {
636
382
  type: {
637
383
  name: "Composite",
638
384
  className: "DeliveryWithResourceIdentity",
@@ -654,26 +400,19 @@ export var DeliveryWithResourceIdentity = {
654
400
  }
655
401
  }
656
402
  };
657
- export var AdvancedFilter = {
658
- serializedName: "AdvancedFilter",
403
+ export const EventSubscriptionIdentity = {
659
404
  type: {
660
405
  name: "Composite",
661
- polymorphicDiscriminator: {
662
- serializedName: "operatorType",
663
- clientName: "operatorType"
664
- },
665
- uberParent: "AdvancedFilter",
666
- className: "AdvancedFilter",
406
+ className: "EventSubscriptionIdentity",
667
407
  modelProperties: {
668
- key: {
669
- serializedName: "key",
408
+ type: {
409
+ serializedName: "type",
670
410
  type: {
671
411
  name: "String"
672
412
  }
673
413
  },
674
- operatorType: {
675
- required: true,
676
- serializedName: "operatorType",
414
+ userAssignedIdentity: {
415
+ serializedName: "userAssignedIdentity",
677
416
  type: {
678
417
  name: "String"
679
418
  }
@@ -681,8 +420,7 @@ export var AdvancedFilter = {
681
420
  }
682
421
  }
683
422
  };
684
- export var EventSubscriptionFilter = {
685
- serializedName: "EventSubscriptionFilter",
423
+ export const EventSubscriptionFilter = {
686
424
  type: {
687
425
  name: "Composite",
688
426
  className: "EventSubscriptionFilter",
@@ -711,8 +449,8 @@ export var EventSubscriptionFilter = {
711
449
  }
712
450
  },
713
451
  isSubjectCaseSensitive: {
714
- serializedName: "isSubjectCaseSensitive",
715
452
  defaultValue: false,
453
+ serializedName: "isSubjectCaseSensitive",
716
454
  type: {
717
455
  name: "Boolean"
718
456
  }
@@ -738,22 +476,47 @@ export var EventSubscriptionFilter = {
738
476
  }
739
477
  }
740
478
  };
741
- export var RetryPolicy = {
742
- serializedName: "RetryPolicy",
479
+ export const AdvancedFilter = {
480
+ type: {
481
+ name: "Composite",
482
+ className: "AdvancedFilter",
483
+ uberParent: "AdvancedFilter",
484
+ polymorphicDiscriminator: {
485
+ serializedName: "operatorType",
486
+ clientName: "operatorType"
487
+ },
488
+ modelProperties: {
489
+ operatorType: {
490
+ serializedName: "operatorType",
491
+ required: true,
492
+ type: {
493
+ name: "String"
494
+ }
495
+ },
496
+ key: {
497
+ serializedName: "key",
498
+ type: {
499
+ name: "String"
500
+ }
501
+ }
502
+ }
503
+ }
504
+ };
505
+ export const RetryPolicy = {
743
506
  type: {
744
507
  name: "Composite",
745
508
  className: "RetryPolicy",
746
509
  modelProperties: {
747
510
  maxDeliveryAttempts: {
748
- serializedName: "maxDeliveryAttempts",
749
511
  defaultValue: 30,
512
+ serializedName: "maxDeliveryAttempts",
750
513
  type: {
751
514
  name: "Number"
752
515
  }
753
516
  },
754
517
  eventTimeToLiveInMinutes: {
755
- serializedName: "eventTimeToLiveInMinutes",
756
518
  defaultValue: 1440,
519
+ serializedName: "eventTimeToLiveInMinutes",
757
520
  type: {
758
521
  name: "Number"
759
522
  }
@@ -761,20 +524,19 @@ export var RetryPolicy = {
761
524
  }
762
525
  }
763
526
  };
764
- export var DeadLetterDestination = {
765
- serializedName: "DeadLetterDestination",
527
+ export const DeadLetterDestination = {
766
528
  type: {
767
529
  name: "Composite",
530
+ className: "DeadLetterDestination",
531
+ uberParent: "DeadLetterDestination",
768
532
  polymorphicDiscriminator: {
769
533
  serializedName: "endpointType",
770
534
  clientName: "endpointType"
771
535
  },
772
- uberParent: "DeadLetterDestination",
773
- className: "DeadLetterDestination",
774
536
  modelProperties: {
775
537
  endpointType: {
776
- required: true,
777
538
  serializedName: "endpointType",
539
+ required: true,
778
540
  type: {
779
541
  name: "String"
780
542
  }
@@ -782,8 +544,7 @@ export var DeadLetterDestination = {
782
544
  }
783
545
  }
784
546
  };
785
- export var DeadLetterWithResourceIdentity = {
786
- serializedName: "DeadLetterWithResourceIdentity",
547
+ export const DeadLetterWithResourceIdentity = {
787
548
  type: {
788
549
  name: "Composite",
789
550
  className: "DeadLetterWithResourceIdentity",
@@ -805,539 +566,683 @@ export var DeadLetterWithResourceIdentity = {
805
566
  }
806
567
  }
807
568
  };
808
- export var DeliveryAttributeMapping = {
809
- serializedName: "DeliveryAttributeMapping",
569
+ export const EventSubscriptionUpdateParameters = {
810
570
  type: {
811
571
  name: "Composite",
812
- polymorphicDiscriminator: {
813
- serializedName: "type",
814
- clientName: "type"
815
- },
816
- uberParent: "DeliveryAttributeMapping",
817
- className: "DeliveryAttributeMapping",
572
+ className: "EventSubscriptionUpdateParameters",
818
573
  modelProperties: {
819
- name: {
820
- serializedName: "name",
574
+ destination: {
575
+ serializedName: "destination",
821
576
  type: {
822
- name: "String"
577
+ name: "Composite",
578
+ className: "EventSubscriptionDestination"
823
579
  }
824
580
  },
825
- type: {
826
- required: true,
827
- serializedName: "type",
581
+ deliveryWithResourceIdentity: {
582
+ serializedName: "deliveryWithResourceIdentity",
583
+ type: {
584
+ name: "Composite",
585
+ className: "DeliveryWithResourceIdentity"
586
+ }
587
+ },
588
+ filter: {
589
+ serializedName: "filter",
590
+ type: {
591
+ name: "Composite",
592
+ className: "EventSubscriptionFilter"
593
+ }
594
+ },
595
+ labels: {
596
+ serializedName: "labels",
597
+ type: {
598
+ name: "Sequence",
599
+ element: {
600
+ type: {
601
+ name: "String"
602
+ }
603
+ }
604
+ }
605
+ },
606
+ expirationTimeUtc: {
607
+ serializedName: "expirationTimeUtc",
608
+ type: {
609
+ name: "DateTime"
610
+ }
611
+ },
612
+ eventDeliverySchema: {
613
+ serializedName: "eventDeliverySchema",
828
614
  type: {
829
615
  name: "String"
830
616
  }
617
+ },
618
+ retryPolicy: {
619
+ serializedName: "retryPolicy",
620
+ type: {
621
+ name: "Composite",
622
+ className: "RetryPolicy"
623
+ }
624
+ },
625
+ deadLetterDestination: {
626
+ serializedName: "deadLetterDestination",
627
+ type: {
628
+ name: "Composite",
629
+ className: "DeadLetterDestination"
630
+ }
631
+ },
632
+ deadLetterWithResourceIdentity: {
633
+ serializedName: "deadLetterWithResourceIdentity",
634
+ type: {
635
+ name: "Composite",
636
+ className: "DeadLetterWithResourceIdentity"
637
+ }
831
638
  }
832
639
  }
833
640
  }
834
641
  };
835
- export var StaticDeliveryAttributeMapping = {
836
- serializedName: "Static",
642
+ export const EventSubscriptionFullUrl = {
837
643
  type: {
838
644
  name: "Composite",
839
- polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
840
- uberParent: "DeliveryAttributeMapping",
841
- className: "StaticDeliveryAttributeMapping",
842
- modelProperties: __assign(__assign({}, DeliveryAttributeMapping.type.modelProperties), { value: {
843
- serializedName: "properties.value",
645
+ className: "EventSubscriptionFullUrl",
646
+ modelProperties: {
647
+ endpointUrl: {
648
+ serializedName: "endpointUrl",
844
649
  type: {
845
650
  name: "String"
846
651
  }
847
- }, isSecret: {
848
- serializedName: "properties.isSecret",
849
- defaultValue: false,
850
- type: {
851
- name: "Boolean"
852
- }
853
- } })
652
+ }
653
+ }
854
654
  }
855
655
  };
856
- export var DynamicDeliveryAttributeMapping = {
857
- serializedName: "Dynamic",
656
+ export const EventSubscriptionsListResult = {
858
657
  type: {
859
658
  name: "Composite",
860
- polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
861
- uberParent: "DeliveryAttributeMapping",
862
- className: "DynamicDeliveryAttributeMapping",
863
- modelProperties: __assign(__assign({}, DeliveryAttributeMapping.type.modelProperties), { sourceField: {
864
- serializedName: "properties.sourceField",
659
+ className: "EventSubscriptionsListResult",
660
+ modelProperties: {
661
+ value: {
662
+ serializedName: "value",
663
+ type: {
664
+ name: "Sequence",
665
+ element: {
666
+ type: {
667
+ name: "Composite",
668
+ className: "EventSubscription"
669
+ }
670
+ }
671
+ }
672
+ },
673
+ nextLink: {
674
+ serializedName: "nextLink",
865
675
  type: {
866
676
  name: "String"
867
677
  }
868
- } })
678
+ }
679
+ }
869
680
  }
870
681
  };
871
- export var NumberInAdvancedFilter = {
872
- serializedName: "NumberIn",
682
+ export const DeliveryAttributeListResult = {
873
683
  type: {
874
684
  name: "Composite",
875
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
876
- uberParent: "AdvancedFilter",
877
- className: "NumberInAdvancedFilter",
878
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
879
- serializedName: "values",
685
+ className: "DeliveryAttributeListResult",
686
+ modelProperties: {
687
+ value: {
688
+ serializedName: "value",
880
689
  type: {
881
690
  name: "Sequence",
882
691
  element: {
883
692
  type: {
884
- name: "Number"
693
+ name: "Composite",
694
+ className: "DeliveryAttributeMapping"
885
695
  }
886
696
  }
887
697
  }
888
- } })
698
+ }
699
+ }
889
700
  }
890
701
  };
891
- export var StorageBlobDeadLetterDestination = {
892
- serializedName: "StorageBlob",
702
+ export const DeliveryAttributeMapping = {
893
703
  type: {
894
704
  name: "Composite",
895
- polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,
896
- uberParent: "DeadLetterDestination",
897
- className: "StorageBlobDeadLetterDestination",
898
- modelProperties: __assign(__assign({}, DeadLetterDestination.type.modelProperties), { resourceId: {
899
- serializedName: "properties.resourceId",
705
+ className: "DeliveryAttributeMapping",
706
+ uberParent: "DeliveryAttributeMapping",
707
+ polymorphicDiscriminator: {
708
+ serializedName: "type",
709
+ clientName: "type"
710
+ },
711
+ modelProperties: {
712
+ name: {
713
+ serializedName: "name",
900
714
  type: {
901
715
  name: "String"
902
716
  }
903
- }, blobContainerName: {
904
- serializedName: "properties.blobContainerName",
717
+ },
718
+ type: {
719
+ serializedName: "type",
720
+ required: true,
905
721
  type: {
906
722
  name: "String"
907
723
  }
908
- } })
724
+ }
725
+ }
909
726
  }
910
727
  };
911
- export var NumberNotInAdvancedFilter = {
912
- serializedName: "NumberNotIn",
728
+ export const OperationsListResult = {
913
729
  type: {
914
730
  name: "Composite",
915
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
916
- uberParent: "AdvancedFilter",
917
- className: "NumberNotInAdvancedFilter",
918
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
919
- serializedName: "values",
731
+ className: "OperationsListResult",
732
+ modelProperties: {
733
+ value: {
734
+ serializedName: "value",
920
735
  type: {
921
736
  name: "Sequence",
922
737
  element: {
923
738
  type: {
924
- name: "Number"
739
+ name: "Composite",
740
+ className: "Operation"
925
741
  }
926
742
  }
927
743
  }
928
- } })
744
+ }
745
+ }
929
746
  }
930
747
  };
931
- export var NumberLessThanAdvancedFilter = {
932
- serializedName: "NumberLessThan",
748
+ export const Operation = {
933
749
  type: {
934
750
  name: "Composite",
935
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
936
- uberParent: "AdvancedFilter",
937
- className: "NumberLessThanAdvancedFilter",
938
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { value: {
939
- serializedName: "value",
751
+ className: "Operation",
752
+ modelProperties: {
753
+ name: {
754
+ serializedName: "name",
940
755
  type: {
941
- name: "Number"
756
+ name: "String"
942
757
  }
943
- } })
944
- }
945
- };
946
- export var NumberGreaterThanAdvancedFilter = {
947
- serializedName: "NumberGreaterThan",
948
- type: {
949
- name: "Composite",
950
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
951
- uberParent: "AdvancedFilter",
952
- className: "NumberGreaterThanAdvancedFilter",
953
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { value: {
954
- serializedName: "value",
758
+ },
759
+ display: {
760
+ serializedName: "display",
955
761
  type: {
956
- name: "Number"
762
+ name: "Composite",
763
+ className: "OperationInfo"
957
764
  }
958
- } })
959
- }
960
- };
961
- export var NumberLessThanOrEqualsAdvancedFilter = {
962
- serializedName: "NumberLessThanOrEquals",
963
- type: {
964
- name: "Composite",
965
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
966
- uberParent: "AdvancedFilter",
967
- className: "NumberLessThanOrEqualsAdvancedFilter",
968
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { value: {
969
- serializedName: "value",
765
+ },
766
+ origin: {
767
+ serializedName: "origin",
970
768
  type: {
971
- name: "Number"
769
+ name: "String"
972
770
  }
973
- } })
771
+ },
772
+ properties: {
773
+ serializedName: "properties",
774
+ type: {
775
+ name: "Dictionary",
776
+ value: { type: { name: "any" } }
777
+ }
778
+ }
779
+ }
974
780
  }
975
781
  };
976
- export var NumberGreaterThanOrEqualsAdvancedFilter = {
977
- serializedName: "NumberGreaterThanOrEquals",
782
+ export const OperationInfo = {
978
783
  type: {
979
784
  name: "Composite",
980
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
981
- uberParent: "AdvancedFilter",
982
- className: "NumberGreaterThanOrEqualsAdvancedFilter",
983
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { value: {
984
- serializedName: "value",
785
+ className: "OperationInfo",
786
+ modelProperties: {
787
+ provider: {
788
+ serializedName: "provider",
985
789
  type: {
986
- name: "Number"
790
+ name: "String"
987
791
  }
988
- } })
792
+ },
793
+ resource: {
794
+ serializedName: "resource",
795
+ type: {
796
+ name: "String"
797
+ }
798
+ },
799
+ operation: {
800
+ serializedName: "operation",
801
+ type: {
802
+ name: "String"
803
+ }
804
+ },
805
+ description: {
806
+ serializedName: "description",
807
+ type: {
808
+ name: "String"
809
+ }
810
+ }
811
+ }
989
812
  }
990
813
  };
991
- export var BoolEqualsAdvancedFilter = {
992
- serializedName: "BoolEquals",
814
+ export const TopicUpdateParameters = {
993
815
  type: {
994
816
  name: "Composite",
995
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
996
- uberParent: "AdvancedFilter",
997
- className: "BoolEqualsAdvancedFilter",
998
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { value: {
999
- serializedName: "value",
817
+ className: "TopicUpdateParameters",
818
+ modelProperties: {
819
+ tags: {
820
+ serializedName: "tags",
1000
821
  type: {
1001
- name: "Boolean"
822
+ name: "Dictionary",
823
+ value: { type: { name: "String" } }
1002
824
  }
1003
- } })
1004
- }
1005
- };
1006
- export var StringInAdvancedFilter = {
1007
- serializedName: "StringIn",
1008
- type: {
1009
- name: "Composite",
1010
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1011
- uberParent: "AdvancedFilter",
1012
- className: "StringInAdvancedFilter",
1013
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
1014
- serializedName: "values",
825
+ },
826
+ identity: {
827
+ serializedName: "identity",
828
+ type: {
829
+ name: "Composite",
830
+ className: "IdentityInfo"
831
+ }
832
+ },
833
+ publicNetworkAccess: {
834
+ serializedName: "properties.publicNetworkAccess",
835
+ type: {
836
+ name: "String"
837
+ }
838
+ },
839
+ inboundIpRules: {
840
+ serializedName: "properties.inboundIpRules",
1015
841
  type: {
1016
842
  name: "Sequence",
1017
843
  element: {
1018
844
  type: {
1019
- name: "String"
845
+ name: "Composite",
846
+ className: "InboundIpRule"
1020
847
  }
1021
848
  }
1022
849
  }
1023
- } })
850
+ },
851
+ disableLocalAuth: {
852
+ serializedName: "properties.disableLocalAuth",
853
+ type: {
854
+ name: "Boolean"
855
+ }
856
+ }
857
+ }
1024
858
  }
1025
859
  };
1026
- export var StringNotInAdvancedFilter = {
1027
- serializedName: "StringNotIn",
860
+ export const TopicsListResult = {
1028
861
  type: {
1029
862
  name: "Composite",
1030
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1031
- uberParent: "AdvancedFilter",
1032
- className: "StringNotInAdvancedFilter",
1033
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
1034
- serializedName: "values",
863
+ className: "TopicsListResult",
864
+ modelProperties: {
865
+ value: {
866
+ serializedName: "value",
1035
867
  type: {
1036
868
  name: "Sequence",
1037
869
  element: {
1038
870
  type: {
1039
- name: "String"
871
+ name: "Composite",
872
+ className: "Topic"
1040
873
  }
1041
874
  }
1042
875
  }
1043
- } })
876
+ },
877
+ nextLink: {
878
+ serializedName: "nextLink",
879
+ type: {
880
+ name: "String"
881
+ }
882
+ }
883
+ }
1044
884
  }
1045
885
  };
1046
- export var StringBeginsWithAdvancedFilter = {
1047
- serializedName: "StringBeginsWith",
886
+ export const TopicSharedAccessKeys = {
1048
887
  type: {
1049
888
  name: "Composite",
1050
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1051
- uberParent: "AdvancedFilter",
1052
- className: "StringBeginsWithAdvancedFilter",
1053
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
1054
- serializedName: "values",
889
+ className: "TopicSharedAccessKeys",
890
+ modelProperties: {
891
+ key1: {
892
+ serializedName: "key1",
1055
893
  type: {
1056
- name: "Sequence",
1057
- element: {
1058
- type: {
1059
- name: "String"
1060
- }
1061
- }
894
+ name: "String"
1062
895
  }
1063
- } })
896
+ },
897
+ key2: {
898
+ serializedName: "key2",
899
+ type: {
900
+ name: "String"
901
+ }
902
+ }
903
+ }
1064
904
  }
1065
905
  };
1066
- export var StringEndsWithAdvancedFilter = {
1067
- serializedName: "StringEndsWith",
906
+ export const TopicRegenerateKeyRequest = {
1068
907
  type: {
1069
908
  name: "Composite",
1070
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1071
- uberParent: "AdvancedFilter",
1072
- className: "StringEndsWithAdvancedFilter",
1073
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
1074
- serializedName: "values",
909
+ className: "TopicRegenerateKeyRequest",
910
+ modelProperties: {
911
+ keyName: {
912
+ serializedName: "keyName",
913
+ required: true,
1075
914
  type: {
1076
- name: "Sequence",
1077
- element: {
1078
- type: {
1079
- name: "String"
1080
- }
1081
- }
915
+ name: "String"
1082
916
  }
1083
- } })
917
+ }
918
+ }
1084
919
  }
1085
920
  };
1086
- export var StringContainsAdvancedFilter = {
1087
- serializedName: "StringContains",
921
+ export const PrivateEndpointConnectionListResult = {
1088
922
  type: {
1089
923
  name: "Composite",
1090
- polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1091
- uberParent: "AdvancedFilter",
1092
- className: "StringContainsAdvancedFilter",
1093
- modelProperties: __assign(__assign({}, AdvancedFilter.type.modelProperties), { values: {
1094
- serializedName: "values",
924
+ className: "PrivateEndpointConnectionListResult",
925
+ modelProperties: {
926
+ value: {
927
+ serializedName: "value",
1095
928
  type: {
1096
929
  name: "Sequence",
1097
930
  element: {
1098
931
  type: {
1099
- name: "String"
932
+ name: "Composite",
933
+ className: "PrivateEndpointConnection"
1100
934
  }
1101
935
  }
1102
936
  }
1103
- } })
937
+ },
938
+ nextLink: {
939
+ serializedName: "nextLink",
940
+ type: {
941
+ name: "String"
942
+ }
943
+ }
944
+ }
1104
945
  }
1105
946
  };
1106
- export var WebHookEventSubscriptionDestination = {
1107
- serializedName: "WebHook",
947
+ export const PrivateLinkResource = {
1108
948
  type: {
1109
949
  name: "Composite",
1110
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1111
- uberParent: "EventSubscriptionDestination",
1112
- className: "WebHookEventSubscriptionDestination",
1113
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { endpointUrl: {
1114
- serializedName: "properties.endpointUrl",
950
+ className: "PrivateLinkResource",
951
+ modelProperties: {
952
+ id: {
953
+ serializedName: "id",
1115
954
  type: {
1116
955
  name: "String"
1117
956
  }
1118
- }, endpointBaseUrl: {
1119
- readOnly: true,
1120
- serializedName: "properties.endpointBaseUrl",
957
+ },
958
+ name: {
959
+ serializedName: "name",
1121
960
  type: {
1122
961
  name: "String"
1123
962
  }
1124
- }, maxEventsPerBatch: {
1125
- serializedName: "properties.maxEventsPerBatch",
1126
- defaultValue: 1,
963
+ },
964
+ type: {
965
+ serializedName: "type",
1127
966
  type: {
1128
- name: "Number"
967
+ name: "String"
1129
968
  }
1130
- }, preferredBatchSizeInKilobytes: {
1131
- serializedName: "properties.preferredBatchSizeInKilobytes",
1132
- defaultValue: 64,
969
+ },
970
+ groupId: {
971
+ serializedName: "properties.groupId",
1133
972
  type: {
1134
- name: "Number"
973
+ name: "String"
1135
974
  }
1136
- }, azureActiveDirectoryTenantId: {
1137
- serializedName: "properties.azureActiveDirectoryTenantId",
975
+ },
976
+ displayName: {
977
+ serializedName: "properties.displayName",
1138
978
  type: {
1139
979
  name: "String"
1140
980
  }
1141
- }, azureActiveDirectoryApplicationIdOrUri: {
1142
- serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
981
+ },
982
+ requiredMembers: {
983
+ serializedName: "properties.requiredMembers",
1143
984
  type: {
1144
- name: "String"
985
+ name: "Sequence",
986
+ element: {
987
+ type: {
988
+ name: "String"
989
+ }
990
+ }
1145
991
  }
1146
- }, deliveryAttributeMappings: {
1147
- serializedName: "properties.deliveryAttributeMappings",
992
+ },
993
+ requiredZoneNames: {
994
+ serializedName: "properties.requiredZoneNames",
1148
995
  type: {
1149
996
  name: "Sequence",
1150
997
  element: {
1151
998
  type: {
1152
- name: "Composite",
1153
- className: "DeliveryAttributeMapping"
999
+ name: "String"
1154
1000
  }
1155
1001
  }
1156
1002
  }
1157
- } })
1003
+ }
1004
+ }
1158
1005
  }
1159
1006
  };
1160
- export var EventHubEventSubscriptionDestination = {
1161
- serializedName: "EventHub",
1007
+ export const PrivateLinkResourcesListResult = {
1162
1008
  type: {
1163
1009
  name: "Composite",
1164
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1165
- uberParent: "EventSubscriptionDestination",
1166
- className: "EventHubEventSubscriptionDestination",
1167
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1168
- serializedName: "properties.resourceId",
1169
- type: {
1170
- name: "String"
1171
- }
1172
- }, deliveryAttributeMappings: {
1173
- serializedName: "properties.deliveryAttributeMappings",
1010
+ className: "PrivateLinkResourcesListResult",
1011
+ modelProperties: {
1012
+ value: {
1013
+ serializedName: "value",
1174
1014
  type: {
1175
1015
  name: "Sequence",
1176
1016
  element: {
1177
1017
  type: {
1178
1018
  name: "Composite",
1179
- className: "DeliveryAttributeMapping"
1019
+ className: "PrivateLinkResource"
1180
1020
  }
1181
1021
  }
1182
1022
  }
1183
- } })
1023
+ },
1024
+ nextLink: {
1025
+ serializedName: "nextLink",
1026
+ type: {
1027
+ name: "String"
1028
+ }
1029
+ }
1030
+ }
1184
1031
  }
1185
1032
  };
1186
- export var StorageQueueEventSubscriptionDestination = {
1187
- serializedName: "StorageQueue",
1033
+ export const SystemTopicUpdateParameters = {
1188
1034
  type: {
1189
1035
  name: "Composite",
1190
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1191
- uberParent: "EventSubscriptionDestination",
1192
- className: "StorageQueueEventSubscriptionDestination",
1193
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1194
- serializedName: "properties.resourceId",
1195
- type: {
1196
- name: "String"
1197
- }
1198
- }, queueName: {
1199
- serializedName: "properties.queueName",
1036
+ className: "SystemTopicUpdateParameters",
1037
+ modelProperties: {
1038
+ tags: {
1039
+ serializedName: "tags",
1200
1040
  type: {
1201
- name: "String"
1041
+ name: "Dictionary",
1042
+ value: { type: { name: "String" } }
1202
1043
  }
1203
- }, queueMessageTimeToLiveInSeconds: {
1204
- serializedName: "properties.queueMessageTimeToLiveInSeconds",
1044
+ },
1045
+ identity: {
1046
+ serializedName: "identity",
1205
1047
  type: {
1206
- name: "Number"
1048
+ name: "Composite",
1049
+ className: "IdentityInfo"
1207
1050
  }
1208
- } })
1051
+ }
1052
+ }
1209
1053
  }
1210
1054
  };
1211
- export var HybridConnectionEventSubscriptionDestination = {
1212
- serializedName: "HybridConnection",
1055
+ export const SystemTopicsListResult = {
1213
1056
  type: {
1214
1057
  name: "Composite",
1215
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1216
- uberParent: "EventSubscriptionDestination",
1217
- className: "HybridConnectionEventSubscriptionDestination",
1218
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1219
- serializedName: "properties.resourceId",
1220
- type: {
1221
- name: "String"
1222
- }
1223
- }, deliveryAttributeMappings: {
1224
- serializedName: "properties.deliveryAttributeMappings",
1058
+ className: "SystemTopicsListResult",
1059
+ modelProperties: {
1060
+ value: {
1061
+ serializedName: "value",
1225
1062
  type: {
1226
1063
  name: "Sequence",
1227
1064
  element: {
1228
1065
  type: {
1229
1066
  name: "Composite",
1230
- className: "DeliveryAttributeMapping"
1067
+ className: "SystemTopic"
1231
1068
  }
1232
1069
  }
1233
1070
  }
1234
- } })
1071
+ },
1072
+ nextLink: {
1073
+ serializedName: "nextLink",
1074
+ type: {
1075
+ name: "String"
1076
+ }
1077
+ }
1078
+ }
1235
1079
  }
1236
1080
  };
1237
- export var ServiceBusQueueEventSubscriptionDestination = {
1238
- serializedName: "ServiceBusQueue",
1081
+ export const EventTypesListResult = {
1239
1082
  type: {
1240
1083
  name: "Composite",
1241
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1242
- uberParent: "EventSubscriptionDestination",
1243
- className: "ServiceBusQueueEventSubscriptionDestination",
1244
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1245
- serializedName: "properties.resourceId",
1246
- type: {
1247
- name: "String"
1248
- }
1249
- }, deliveryAttributeMappings: {
1250
- serializedName: "properties.deliveryAttributeMappings",
1084
+ className: "EventTypesListResult",
1085
+ modelProperties: {
1086
+ value: {
1087
+ serializedName: "value",
1251
1088
  type: {
1252
1089
  name: "Sequence",
1253
1090
  element: {
1254
1091
  type: {
1255
1092
  name: "Composite",
1256
- className: "DeliveryAttributeMapping"
1093
+ className: "EventType"
1257
1094
  }
1258
1095
  }
1259
1096
  }
1260
- } })
1097
+ }
1098
+ }
1261
1099
  }
1262
1100
  };
1263
- export var ServiceBusTopicEventSubscriptionDestination = {
1264
- serializedName: "ServiceBusTopic",
1101
+ export const TopicTypesListResult = {
1265
1102
  type: {
1266
1103
  name: "Composite",
1267
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1268
- uberParent: "EventSubscriptionDestination",
1269
- className: "ServiceBusTopicEventSubscriptionDestination",
1270
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1271
- serializedName: "properties.resourceId",
1272
- type: {
1273
- name: "String"
1274
- }
1275
- }, deliveryAttributeMappings: {
1276
- serializedName: "properties.deliveryAttributeMappings",
1104
+ className: "TopicTypesListResult",
1105
+ modelProperties: {
1106
+ value: {
1107
+ serializedName: "value",
1277
1108
  type: {
1278
1109
  name: "Sequence",
1279
1110
  element: {
1280
1111
  type: {
1281
1112
  name: "Composite",
1282
- className: "DeliveryAttributeMapping"
1113
+ className: "TopicTypeInfo"
1283
1114
  }
1284
1115
  }
1285
1116
  }
1286
- } })
1117
+ }
1118
+ }
1287
1119
  }
1288
1120
  };
1289
- export var AzureFunctionEventSubscriptionDestination = {
1290
- serializedName: "AzureFunction",
1121
+ export const JsonField = {
1291
1122
  type: {
1292
1123
  name: "Composite",
1293
- polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1294
- uberParent: "EventSubscriptionDestination",
1295
- className: "AzureFunctionEventSubscriptionDestination",
1296
- modelProperties: __assign(__assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1297
- serializedName: "properties.resourceId",
1124
+ className: "JsonField",
1125
+ modelProperties: {
1126
+ sourceField: {
1127
+ serializedName: "sourceField",
1298
1128
  type: {
1299
1129
  name: "String"
1300
1130
  }
1301
- }, maxEventsPerBatch: {
1302
- serializedName: "properties.maxEventsPerBatch",
1303
- defaultValue: 1,
1131
+ }
1132
+ }
1133
+ }
1134
+ };
1135
+ export const JsonFieldWithDefault = {
1136
+ type: {
1137
+ name: "Composite",
1138
+ className: "JsonFieldWithDefault",
1139
+ modelProperties: {
1140
+ sourceField: {
1141
+ serializedName: "sourceField",
1304
1142
  type: {
1305
- name: "Number"
1143
+ name: "String"
1306
1144
  }
1307
- }, preferredBatchSizeInKilobytes: {
1308
- serializedName: "properties.preferredBatchSizeInKilobytes",
1309
- defaultValue: 64,
1145
+ },
1146
+ defaultValue: {
1147
+ serializedName: "defaultValue",
1310
1148
  type: {
1311
- name: "Number"
1149
+ name: "String"
1312
1150
  }
1313
- }, deliveryAttributeMappings: {
1314
- serializedName: "properties.deliveryAttributeMappings",
1151
+ }
1152
+ }
1153
+ }
1154
+ };
1155
+ export const PrivateEndpointConnection = {
1156
+ type: {
1157
+ name: "Composite",
1158
+ className: "PrivateEndpointConnection",
1159
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { privateEndpoint: {
1160
+ serializedName: "properties.privateEndpoint",
1161
+ type: {
1162
+ name: "Composite",
1163
+ className: "PrivateEndpoint"
1164
+ }
1165
+ }, groupIds: {
1166
+ serializedName: "properties.groupIds",
1315
1167
  type: {
1316
1168
  name: "Sequence",
1317
1169
  element: {
1318
1170
  type: {
1319
- name: "Composite",
1320
- className: "DeliveryAttributeMapping"
1171
+ name: "String"
1321
1172
  }
1322
1173
  }
1323
1174
  }
1175
+ }, privateLinkServiceConnectionState: {
1176
+ serializedName: "properties.privateLinkServiceConnectionState",
1177
+ type: {
1178
+ name: "Composite",
1179
+ className: "ConnectionState"
1180
+ }
1181
+ }, provisioningState: {
1182
+ serializedName: "properties.provisioningState",
1183
+ type: {
1184
+ name: "String"
1185
+ }
1324
1186
  } })
1325
1187
  }
1326
1188
  };
1327
- export var EventSubscription = {
1328
- serializedName: "EventSubscription",
1189
+ export const TrackedResource = {
1329
1190
  type: {
1330
1191
  name: "Composite",
1331
- className: "EventSubscription",
1332
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { topic: {
1192
+ className: "TrackedResource",
1193
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { location: {
1194
+ serializedName: "location",
1195
+ required: true,
1196
+ type: {
1197
+ name: "String"
1198
+ }
1199
+ }, tags: {
1200
+ serializedName: "tags",
1201
+ type: {
1202
+ name: "Dictionary",
1203
+ value: { type: { name: "String" } }
1204
+ }
1205
+ } })
1206
+ }
1207
+ };
1208
+ export const DomainTopic = {
1209
+ type: {
1210
+ name: "Composite",
1211
+ className: "DomainTopic",
1212
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { systemData: {
1213
+ serializedName: "systemData",
1214
+ type: {
1215
+ name: "Composite",
1216
+ className: "SystemData"
1217
+ }
1218
+ }, provisioningState: {
1219
+ serializedName: "properties.provisioningState",
1333
1220
  readOnly: true,
1221
+ type: {
1222
+ name: "String"
1223
+ }
1224
+ } })
1225
+ }
1226
+ };
1227
+ export const EventSubscription = {
1228
+ type: {
1229
+ name: "Composite",
1230
+ className: "EventSubscription",
1231
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { systemData: {
1232
+ serializedName: "systemData",
1233
+ type: {
1234
+ name: "Composite",
1235
+ className: "SystemData"
1236
+ }
1237
+ }, topic: {
1334
1238
  serializedName: "properties.topic",
1239
+ readOnly: true,
1335
1240
  type: {
1336
1241
  name: "String"
1337
1242
  }
1338
1243
  }, provisioningState: {
1339
- readOnly: true,
1340
1244
  serializedName: "properties.provisioningState",
1245
+ readOnly: true,
1341
1246
  type: {
1342
1247
  name: "String"
1343
1248
  }
@@ -1376,7 +1281,6 @@ export var EventSubscription = {
1376
1281
  }
1377
1282
  }, eventDeliverySchema: {
1378
1283
  serializedName: "properties.eventDeliverySchema",
1379
- defaultValue: 'EventGridSchema',
1380
1284
  type: {
1381
1285
  name: "String"
1382
1286
  }
@@ -1398,45 +1302,90 @@ export var EventSubscription = {
1398
1302
  name: "Composite",
1399
1303
  className: "DeadLetterWithResourceIdentity"
1400
1304
  }
1401
- }, systemData: {
1402
- readOnly: true,
1305
+ } })
1306
+ }
1307
+ };
1308
+ export const EventType = {
1309
+ type: {
1310
+ name: "Composite",
1311
+ className: "EventType",
1312
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { displayName: {
1313
+ serializedName: "properties.displayName",
1314
+ type: {
1315
+ name: "String"
1316
+ }
1317
+ }, description: {
1318
+ serializedName: "properties.description",
1319
+ type: {
1320
+ name: "String"
1321
+ }
1322
+ }, schemaUrl: {
1323
+ serializedName: "properties.schemaUrl",
1324
+ type: {
1325
+ name: "String"
1326
+ }
1327
+ }, isInDefaultSet: {
1328
+ serializedName: "properties.isInDefaultSet",
1329
+ type: {
1330
+ name: "Boolean"
1331
+ }
1332
+ } })
1333
+ }
1334
+ };
1335
+ export const ExtensionTopic = {
1336
+ type: {
1337
+ name: "Composite",
1338
+ className: "ExtensionTopic",
1339
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { systemData: {
1403
1340
  serializedName: "systemData",
1404
1341
  type: {
1405
1342
  name: "Composite",
1406
1343
  className: "SystemData"
1407
1344
  }
1345
+ }, description: {
1346
+ serializedName: "properties.description",
1347
+ type: {
1348
+ name: "String"
1349
+ }
1350
+ }, systemTopic: {
1351
+ serializedName: "properties.systemTopic",
1352
+ type: {
1353
+ name: "String"
1354
+ }
1408
1355
  } })
1409
1356
  }
1410
1357
  };
1411
- export var EventSubscriptionUpdateParameters = {
1412
- serializedName: "EventSubscriptionUpdateParameters",
1358
+ export const TopicTypeInfo = {
1413
1359
  type: {
1414
1360
  name: "Composite",
1415
- className: "EventSubscriptionUpdateParameters",
1416
- modelProperties: {
1417
- destination: {
1418
- serializedName: "destination",
1361
+ className: "TopicTypeInfo",
1362
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provider: {
1363
+ serializedName: "properties.provider",
1419
1364
  type: {
1420
- name: "Composite",
1421
- className: "EventSubscriptionDestination"
1365
+ name: "String"
1422
1366
  }
1423
- },
1424
- deliveryWithResourceIdentity: {
1425
- serializedName: "deliveryWithResourceIdentity",
1367
+ }, displayName: {
1368
+ serializedName: "properties.displayName",
1426
1369
  type: {
1427
- name: "Composite",
1428
- className: "DeliveryWithResourceIdentity"
1370
+ name: "String"
1429
1371
  }
1430
- },
1431
- filter: {
1432
- serializedName: "filter",
1372
+ }, description: {
1373
+ serializedName: "properties.description",
1433
1374
  type: {
1434
- name: "Composite",
1435
- className: "EventSubscriptionFilter"
1375
+ name: "String"
1436
1376
  }
1437
- },
1438
- labels: {
1439
- serializedName: "labels",
1377
+ }, resourceRegionType: {
1378
+ serializedName: "properties.resourceRegionType",
1379
+ type: {
1380
+ name: "String"
1381
+ }
1382
+ }, provisioningState: {
1383
+ serializedName: "properties.provisioningState",
1384
+ type: {
1385
+ name: "String"
1386
+ }
1387
+ }, supportedLocations: {
1388
+ serializedName: "properties.supportedLocations",
1440
1389
  type: {
1441
1390
  name: "Sequence",
1442
1391
  element: {
@@ -1445,537 +1394,415 @@ export var EventSubscriptionUpdateParameters = {
1445
1394
  }
1446
1395
  }
1447
1396
  }
1448
- },
1449
- expirationTimeUtc: {
1450
- serializedName: "expirationTimeUtc",
1451
- type: {
1452
- name: "DateTime"
1453
- }
1454
- },
1455
- eventDeliverySchema: {
1456
- serializedName: "eventDeliverySchema",
1397
+ }, sourceResourceFormat: {
1398
+ serializedName: "properties.sourceResourceFormat",
1457
1399
  type: {
1458
1400
  name: "String"
1459
1401
  }
1460
- },
1461
- retryPolicy: {
1462
- serializedName: "retryPolicy",
1463
- type: {
1464
- name: "Composite",
1465
- className: "RetryPolicy"
1466
- }
1467
- },
1468
- deadLetterDestination: {
1469
- serializedName: "deadLetterDestination",
1470
- type: {
1471
- name: "Composite",
1472
- className: "DeadLetterDestination"
1473
- }
1474
- },
1475
- deadLetterWithResourceIdentity: {
1476
- serializedName: "deadLetterWithResourceIdentity",
1477
- type: {
1478
- name: "Composite",
1479
- className: "DeadLetterWithResourceIdentity"
1480
- }
1481
- }
1482
- }
1483
- }
1484
- };
1485
- export var EventSubscriptionFullUrl = {
1486
- serializedName: "EventSubscriptionFullUrl",
1487
- type: {
1488
- name: "Composite",
1489
- className: "EventSubscriptionFullUrl",
1490
- modelProperties: {
1491
- endpointUrl: {
1492
- serializedName: "endpointUrl",
1493
- type: {
1494
- name: "String"
1495
- }
1496
- }
1497
- }
1498
- }
1499
- };
1500
- export var DeliveryAttributeListResult = {
1501
- serializedName: "DeliveryAttributeListResult",
1502
- type: {
1503
- name: "Composite",
1504
- className: "DeliveryAttributeListResult",
1505
- modelProperties: {
1506
- value: {
1507
- serializedName: "value",
1402
+ }, supportedScopesForSource: {
1403
+ serializedName: "properties.supportedScopesForSource",
1508
1404
  type: {
1509
1405
  name: "Sequence",
1510
1406
  element: {
1511
1407
  type: {
1512
- name: "Composite",
1513
- className: "DeliveryAttributeMapping"
1408
+ name: "String"
1514
1409
  }
1515
1410
  }
1516
1411
  }
1517
- }
1518
- }
1412
+ } })
1519
1413
  }
1520
1414
  };
1521
- export var OperationInfo = {
1522
- serializedName: "OperationInfo",
1415
+ export const JsonInputSchemaMapping = {
1416
+ serializedName: "Json",
1523
1417
  type: {
1524
1418
  name: "Composite",
1525
- className: "OperationInfo",
1526
- modelProperties: {
1527
- provider: {
1528
- serializedName: "provider",
1419
+ className: "JsonInputSchemaMapping",
1420
+ uberParent: "InputSchemaMapping",
1421
+ polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
1422
+ modelProperties: Object.assign(Object.assign({}, InputSchemaMapping.type.modelProperties), { id: {
1423
+ serializedName: "properties.id",
1529
1424
  type: {
1530
- name: "String"
1425
+ name: "Composite",
1426
+ className: "JsonField"
1531
1427
  }
1532
- },
1533
- resource: {
1534
- serializedName: "resource",
1428
+ }, topic: {
1429
+ serializedName: "properties.topic",
1535
1430
  type: {
1536
- name: "String"
1431
+ name: "Composite",
1432
+ className: "JsonField"
1537
1433
  }
1538
- },
1539
- operation: {
1540
- serializedName: "operation",
1434
+ }, eventTime: {
1435
+ serializedName: "properties.eventTime",
1541
1436
  type: {
1542
- name: "String"
1437
+ name: "Composite",
1438
+ className: "JsonField"
1543
1439
  }
1544
- },
1545
- description: {
1546
- serializedName: "description",
1440
+ }, eventType: {
1441
+ serializedName: "properties.eventType",
1547
1442
  type: {
1548
- name: "String"
1443
+ name: "Composite",
1444
+ className: "JsonFieldWithDefault"
1549
1445
  }
1550
- }
1551
- }
1446
+ }, subject: {
1447
+ serializedName: "properties.subject",
1448
+ type: {
1449
+ name: "Composite",
1450
+ className: "JsonFieldWithDefault"
1451
+ }
1452
+ }, dataVersion: {
1453
+ serializedName: "properties.dataVersion",
1454
+ type: {
1455
+ name: "Composite",
1456
+ className: "JsonFieldWithDefault"
1457
+ }
1458
+ } })
1552
1459
  }
1553
1460
  };
1554
- export var Operation = {
1555
- serializedName: "Operation",
1461
+ export const WebHookEventSubscriptionDestination = {
1462
+ serializedName: "WebHook",
1556
1463
  type: {
1557
1464
  name: "Composite",
1558
- className: "Operation",
1559
- modelProperties: {
1560
- name: {
1561
- serializedName: "name",
1465
+ className: "WebHookEventSubscriptionDestination",
1466
+ uberParent: "EventSubscriptionDestination",
1467
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1468
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { endpointUrl: {
1469
+ serializedName: "properties.endpointUrl",
1562
1470
  type: {
1563
1471
  name: "String"
1564
1472
  }
1565
- },
1566
- display: {
1567
- serializedName: "display",
1473
+ }, endpointBaseUrl: {
1474
+ serializedName: "properties.endpointBaseUrl",
1475
+ readOnly: true,
1568
1476
  type: {
1569
- name: "Composite",
1570
- className: "OperationInfo"
1477
+ name: "String"
1571
1478
  }
1572
- },
1573
- origin: {
1574
- serializedName: "origin",
1479
+ }, maxEventsPerBatch: {
1480
+ defaultValue: 1,
1481
+ serializedName: "properties.maxEventsPerBatch",
1575
1482
  type: {
1576
- name: "String"
1483
+ name: "Number"
1577
1484
  }
1578
- },
1579
- properties: {
1580
- serializedName: "properties",
1485
+ }, preferredBatchSizeInKilobytes: {
1486
+ defaultValue: 64,
1487
+ serializedName: "properties.preferredBatchSizeInKilobytes",
1581
1488
  type: {
1582
- name: "Object"
1489
+ name: "Number"
1583
1490
  }
1584
- }
1585
- }
1586
- }
1587
- };
1588
- export var PrivateLinkResource = {
1589
- serializedName: "PrivateLinkResource",
1590
- type: {
1591
- name: "Composite",
1592
- className: "PrivateLinkResource",
1593
- modelProperties: {
1594
- groupId: {
1595
- serializedName: "properties.groupId",
1491
+ }, azureActiveDirectoryTenantId: {
1492
+ serializedName: "properties.azureActiveDirectoryTenantId",
1596
1493
  type: {
1597
1494
  name: "String"
1598
1495
  }
1599
- },
1600
- displayName: {
1601
- serializedName: "properties.displayName",
1496
+ }, azureActiveDirectoryApplicationIdOrUri: {
1497
+ serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
1602
1498
  type: {
1603
1499
  name: "String"
1604
1500
  }
1605
- },
1606
- requiredMembers: {
1607
- serializedName: "properties.requiredMembers",
1501
+ }, deliveryAttributeMappings: {
1502
+ serializedName: "properties.deliveryAttributeMappings",
1608
1503
  type: {
1609
1504
  name: "Sequence",
1610
1505
  element: {
1611
1506
  type: {
1612
- name: "String"
1507
+ name: "Composite",
1508
+ className: "DeliveryAttributeMapping"
1613
1509
  }
1614
1510
  }
1615
1511
  }
1616
- },
1617
- requiredZoneNames: {
1618
- serializedName: "properties.requiredZoneNames",
1512
+ } })
1513
+ }
1514
+ };
1515
+ export const EventHubEventSubscriptionDestination = {
1516
+ serializedName: "EventHub",
1517
+ type: {
1518
+ name: "Composite",
1519
+ className: "EventHubEventSubscriptionDestination",
1520
+ uberParent: "EventSubscriptionDestination",
1521
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1522
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1523
+ serializedName: "properties.resourceId",
1524
+ type: {
1525
+ name: "String"
1526
+ }
1527
+ }, deliveryAttributeMappings: {
1528
+ serializedName: "properties.deliveryAttributeMappings",
1619
1529
  type: {
1620
1530
  name: "Sequence",
1621
1531
  element: {
1622
1532
  type: {
1623
- name: "String"
1533
+ name: "Composite",
1534
+ className: "DeliveryAttributeMapping"
1624
1535
  }
1625
1536
  }
1626
1537
  }
1627
- },
1628
- id: {
1629
- serializedName: "id",
1630
- type: {
1631
- name: "String"
1632
- }
1633
- },
1634
- name: {
1635
- serializedName: "name",
1636
- type: {
1637
- name: "String"
1638
- }
1639
- },
1640
- type: {
1641
- serializedName: "type",
1642
- type: {
1643
- name: "String"
1644
- }
1645
- }
1646
- }
1538
+ } })
1647
1539
  }
1648
1540
  };
1649
- export var SystemTopic = {
1650
- serializedName: "SystemTopic",
1541
+ export const StorageQueueEventSubscriptionDestination = {
1542
+ serializedName: "StorageQueue",
1651
1543
  type: {
1652
1544
  name: "Composite",
1653
- className: "SystemTopic",
1654
- modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { provisioningState: {
1655
- readOnly: true,
1656
- serializedName: "properties.provisioningState",
1545
+ className: "StorageQueueEventSubscriptionDestination",
1546
+ uberParent: "EventSubscriptionDestination",
1547
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1548
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1549
+ serializedName: "properties.resourceId",
1657
1550
  type: {
1658
1551
  name: "String"
1659
1552
  }
1660
- }, source: {
1661
- serializedName: "properties.source",
1553
+ }, queueName: {
1554
+ serializedName: "properties.queueName",
1662
1555
  type: {
1663
1556
  name: "String"
1664
1557
  }
1665
- }, topicType: {
1666
- serializedName: "properties.topicType",
1558
+ }, queueMessageTimeToLiveInSeconds: {
1559
+ serializedName: "properties.queueMessageTimeToLiveInSeconds",
1667
1560
  type: {
1668
- name: "String"
1561
+ name: "Number"
1669
1562
  }
1670
- }, metricResourceId: {
1671
- readOnly: true,
1672
- serializedName: "properties.metricResourceId",
1563
+ } })
1564
+ }
1565
+ };
1566
+ export const HybridConnectionEventSubscriptionDestination = {
1567
+ serializedName: "HybridConnection",
1568
+ type: {
1569
+ name: "Composite",
1570
+ className: "HybridConnectionEventSubscriptionDestination",
1571
+ uberParent: "EventSubscriptionDestination",
1572
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1573
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1574
+ serializedName: "properties.resourceId",
1673
1575
  type: {
1674
1576
  name: "String"
1675
1577
  }
1676
- }, identity: {
1677
- serializedName: "identity",
1678
- type: {
1679
- name: "Composite",
1680
- className: "IdentityInfo"
1681
- }
1682
- }, systemData: {
1683
- readOnly: true,
1684
- serializedName: "systemData",
1578
+ }, deliveryAttributeMappings: {
1579
+ serializedName: "properties.deliveryAttributeMappings",
1685
1580
  type: {
1686
- name: "Composite",
1687
- className: "SystemData"
1581
+ name: "Sequence",
1582
+ element: {
1583
+ type: {
1584
+ name: "Composite",
1585
+ className: "DeliveryAttributeMapping"
1586
+ }
1587
+ }
1688
1588
  }
1689
1589
  } })
1690
1590
  }
1691
1591
  };
1692
- export var SystemTopicUpdateParameters = {
1693
- serializedName: "SystemTopicUpdateParameters",
1592
+ export const ServiceBusQueueEventSubscriptionDestination = {
1593
+ serializedName: "ServiceBusQueue",
1694
1594
  type: {
1695
1595
  name: "Composite",
1696
- className: "SystemTopicUpdateParameters",
1697
- modelProperties: {
1698
- tags: {
1699
- serializedName: "tags",
1596
+ className: "ServiceBusQueueEventSubscriptionDestination",
1597
+ uberParent: "EventSubscriptionDestination",
1598
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1599
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1600
+ serializedName: "properties.resourceId",
1700
1601
  type: {
1701
- name: "Dictionary",
1702
- value: {
1602
+ name: "String"
1603
+ }
1604
+ }, deliveryAttributeMappings: {
1605
+ serializedName: "properties.deliveryAttributeMappings",
1606
+ type: {
1607
+ name: "Sequence",
1608
+ element: {
1703
1609
  type: {
1704
- name: "String"
1610
+ name: "Composite",
1611
+ className: "DeliveryAttributeMapping"
1705
1612
  }
1706
1613
  }
1707
1614
  }
1708
- },
1709
- identity: {
1710
- serializedName: "identity",
1711
- type: {
1712
- name: "Composite",
1713
- className: "IdentityInfo"
1714
- }
1715
- }
1716
- }
1615
+ } })
1717
1616
  }
1718
1617
  };
1719
- export var Topic = {
1720
- serializedName: "Topic",
1618
+ export const ServiceBusTopicEventSubscriptionDestination = {
1619
+ serializedName: "ServiceBusTopic",
1721
1620
  type: {
1722
1621
  name: "Composite",
1723
- className: "Topic",
1724
- modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { privateEndpointConnections: {
1725
- readOnly: true,
1726
- serializedName: "properties.privateEndpointConnections",
1622
+ className: "ServiceBusTopicEventSubscriptionDestination",
1623
+ uberParent: "EventSubscriptionDestination",
1624
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1625
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1626
+ serializedName: "properties.resourceId",
1627
+ type: {
1628
+ name: "String"
1629
+ }
1630
+ }, deliveryAttributeMappings: {
1631
+ serializedName: "properties.deliveryAttributeMappings",
1727
1632
  type: {
1728
1633
  name: "Sequence",
1729
1634
  element: {
1730
1635
  type: {
1731
1636
  name: "Composite",
1732
- className: "PrivateEndpointConnection"
1637
+ className: "DeliveryAttributeMapping"
1733
1638
  }
1734
1639
  }
1735
1640
  }
1736
- }, provisioningState: {
1737
- readOnly: true,
1738
- serializedName: "properties.provisioningState",
1739
- type: {
1740
- name: "String"
1741
- }
1742
- }, endpoint: {
1743
- readOnly: true,
1744
- serializedName: "properties.endpoint",
1745
- type: {
1746
- name: "String"
1747
- }
1748
- }, inputSchema: {
1749
- serializedName: "properties.inputSchema",
1750
- defaultValue: 'EventGridSchema',
1641
+ } })
1642
+ }
1643
+ };
1644
+ export const AzureFunctionEventSubscriptionDestination = {
1645
+ serializedName: "AzureFunction",
1646
+ type: {
1647
+ name: "Composite",
1648
+ className: "AzureFunctionEventSubscriptionDestination",
1649
+ uberParent: "EventSubscriptionDestination",
1650
+ polymorphicDiscriminator: EventSubscriptionDestination.type.polymorphicDiscriminator,
1651
+ modelProperties: Object.assign(Object.assign({}, EventSubscriptionDestination.type.modelProperties), { resourceId: {
1652
+ serializedName: "properties.resourceId",
1751
1653
  type: {
1752
1654
  name: "String"
1753
1655
  }
1754
- }, inputSchemaMapping: {
1755
- serializedName: "properties.inputSchemaMapping",
1756
- type: {
1757
- name: "Composite",
1758
- className: "InputSchemaMapping"
1759
- }
1760
- }, metricResourceId: {
1761
- readOnly: true,
1762
- serializedName: "properties.metricResourceId",
1656
+ }, maxEventsPerBatch: {
1657
+ defaultValue: 1,
1658
+ serializedName: "properties.maxEventsPerBatch",
1763
1659
  type: {
1764
- name: "String"
1660
+ name: "Number"
1765
1661
  }
1766
- }, publicNetworkAccess: {
1767
- serializedName: "properties.publicNetworkAccess",
1768
- defaultValue: 'Enabled',
1662
+ }, preferredBatchSizeInKilobytes: {
1663
+ defaultValue: 64,
1664
+ serializedName: "properties.preferredBatchSizeInKilobytes",
1769
1665
  type: {
1770
- name: "String"
1666
+ name: "Number"
1771
1667
  }
1772
- }, inboundIpRules: {
1773
- serializedName: "properties.inboundIpRules",
1668
+ }, deliveryAttributeMappings: {
1669
+ serializedName: "properties.deliveryAttributeMappings",
1774
1670
  type: {
1775
1671
  name: "Sequence",
1776
1672
  element: {
1777
1673
  type: {
1778
1674
  name: "Composite",
1779
- className: "InboundIpRule"
1675
+ className: "DeliveryAttributeMapping"
1780
1676
  }
1781
1677
  }
1782
1678
  }
1783
- }, disableLocalAuth: {
1784
- serializedName: "properties.disableLocalAuth",
1785
- defaultValue: false,
1786
- type: {
1787
- name: "Boolean"
1788
- }
1789
- }, identity: {
1790
- serializedName: "identity",
1791
- type: {
1792
- name: "Composite",
1793
- className: "IdentityInfo"
1794
- }
1795
- }, systemData: {
1796
- readOnly: true,
1797
- serializedName: "systemData",
1798
- type: {
1799
- name: "Composite",
1800
- className: "SystemData"
1801
- }
1802
1679
  } })
1803
1680
  }
1804
1681
  };
1805
- export var TopicUpdateParameters = {
1806
- serializedName: "TopicUpdateParameters",
1682
+ export const NumberInAdvancedFilter = {
1683
+ serializedName: "NumberIn",
1807
1684
  type: {
1808
1685
  name: "Composite",
1809
- className: "TopicUpdateParameters",
1810
- modelProperties: {
1811
- tags: {
1812
- serializedName: "tags",
1686
+ className: "NumberInAdvancedFilter",
1687
+ uberParent: "AdvancedFilter",
1688
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1689
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1690
+ serializedName: "values",
1813
1691
  type: {
1814
- name: "Dictionary",
1815
- value: {
1692
+ name: "Sequence",
1693
+ element: {
1816
1694
  type: {
1817
- name: "String"
1695
+ name: "Number"
1818
1696
  }
1819
1697
  }
1820
1698
  }
1821
- },
1822
- identity: {
1823
- serializedName: "identity",
1824
- type: {
1825
- name: "Composite",
1826
- className: "IdentityInfo"
1827
- }
1828
- },
1829
- publicNetworkAccess: {
1830
- serializedName: "properties.publicNetworkAccess",
1831
- defaultValue: 'Enabled',
1832
- type: {
1833
- name: "String"
1834
- }
1835
- },
1836
- inboundIpRules: {
1837
- serializedName: "properties.inboundIpRules",
1699
+ } })
1700
+ }
1701
+ };
1702
+ export const NumberNotInAdvancedFilter = {
1703
+ serializedName: "NumberNotIn",
1704
+ type: {
1705
+ name: "Composite",
1706
+ className: "NumberNotInAdvancedFilter",
1707
+ uberParent: "AdvancedFilter",
1708
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1709
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1710
+ serializedName: "values",
1838
1711
  type: {
1839
1712
  name: "Sequence",
1840
1713
  element: {
1841
1714
  type: {
1842
- name: "Composite",
1843
- className: "InboundIpRule"
1715
+ name: "Number"
1844
1716
  }
1845
1717
  }
1846
1718
  }
1847
- },
1848
- disableLocalAuth: {
1849
- serializedName: "properties.disableLocalAuth",
1850
- type: {
1851
- name: "Boolean"
1852
- }
1853
- }
1854
- }
1719
+ } })
1855
1720
  }
1856
1721
  };
1857
- export var TopicSharedAccessKeys = {
1858
- serializedName: "TopicSharedAccessKeys",
1722
+ export const NumberLessThanAdvancedFilter = {
1723
+ serializedName: "NumberLessThan",
1859
1724
  type: {
1860
1725
  name: "Composite",
1861
- className: "TopicSharedAccessKeys",
1862
- modelProperties: {
1863
- key1: {
1864
- serializedName: "key1",
1865
- type: {
1866
- name: "String"
1867
- }
1868
- },
1869
- key2: {
1870
- serializedName: "key2",
1726
+ className: "NumberLessThanAdvancedFilter",
1727
+ uberParent: "AdvancedFilter",
1728
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1729
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { value: {
1730
+ serializedName: "value",
1871
1731
  type: {
1872
- name: "String"
1732
+ name: "Number"
1873
1733
  }
1874
- }
1875
- }
1734
+ } })
1876
1735
  }
1877
1736
  };
1878
- export var TopicRegenerateKeyRequest = {
1879
- serializedName: "TopicRegenerateKeyRequest",
1737
+ export const NumberGreaterThanAdvancedFilter = {
1738
+ serializedName: "NumberGreaterThan",
1880
1739
  type: {
1881
1740
  name: "Composite",
1882
- className: "TopicRegenerateKeyRequest",
1883
- modelProperties: {
1884
- keyName: {
1885
- required: true,
1886
- serializedName: "keyName",
1741
+ className: "NumberGreaterThanAdvancedFilter",
1742
+ uberParent: "AdvancedFilter",
1743
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1744
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { value: {
1745
+ serializedName: "value",
1887
1746
  type: {
1888
- name: "String"
1747
+ name: "Number"
1889
1748
  }
1890
- }
1891
- }
1749
+ } })
1892
1750
  }
1893
1751
  };
1894
- export var ExtensionTopic = {
1895
- serializedName: "ExtensionTopic",
1752
+ export const NumberLessThanOrEqualsAdvancedFilter = {
1753
+ serializedName: "NumberLessThanOrEquals",
1896
1754
  type: {
1897
1755
  name: "Composite",
1898
- className: "ExtensionTopic",
1899
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { description: {
1900
- serializedName: "properties.description",
1901
- type: {
1902
- name: "String"
1903
- }
1904
- }, systemTopic: {
1905
- serializedName: "properties.systemTopic",
1906
- type: {
1907
- name: "String"
1908
- }
1909
- }, systemData: {
1910
- readOnly: true,
1911
- serializedName: "systemData",
1756
+ className: "NumberLessThanOrEqualsAdvancedFilter",
1757
+ uberParent: "AdvancedFilter",
1758
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1759
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { value: {
1760
+ serializedName: "value",
1912
1761
  type: {
1913
- name: "Composite",
1914
- className: "SystemData"
1762
+ name: "Number"
1915
1763
  }
1916
1764
  } })
1917
1765
  }
1918
1766
  };
1919
- export var EventType = {
1920
- serializedName: "EventType",
1767
+ export const NumberGreaterThanOrEqualsAdvancedFilter = {
1768
+ serializedName: "NumberGreaterThanOrEquals",
1921
1769
  type: {
1922
1770
  name: "Composite",
1923
- className: "EventType",
1924
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { displayName: {
1925
- serializedName: "properties.displayName",
1926
- type: {
1927
- name: "String"
1928
- }
1929
- }, description: {
1930
- serializedName: "properties.description",
1931
- type: {
1932
- name: "String"
1933
- }
1934
- }, schemaUrl: {
1935
- serializedName: "properties.schemaUrl",
1771
+ className: "NumberGreaterThanOrEqualsAdvancedFilter",
1772
+ uberParent: "AdvancedFilter",
1773
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1774
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { value: {
1775
+ serializedName: "value",
1936
1776
  type: {
1937
- name: "String"
1777
+ name: "Number"
1938
1778
  }
1939
- }, isInDefaultSet: {
1940
- serializedName: "properties.isInDefaultSet",
1779
+ } })
1780
+ }
1781
+ };
1782
+ export const BoolEqualsAdvancedFilter = {
1783
+ serializedName: "BoolEquals",
1784
+ type: {
1785
+ name: "Composite",
1786
+ className: "BoolEqualsAdvancedFilter",
1787
+ uberParent: "AdvancedFilter",
1788
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1789
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { value: {
1790
+ serializedName: "value",
1941
1791
  type: {
1942
1792
  name: "Boolean"
1943
1793
  }
1944
1794
  } })
1945
1795
  }
1946
1796
  };
1947
- export var TopicTypeInfo = {
1948
- serializedName: "TopicTypeInfo",
1797
+ export const StringInAdvancedFilter = {
1798
+ serializedName: "StringIn",
1949
1799
  type: {
1950
1800
  name: "Composite",
1951
- className: "TopicTypeInfo",
1952
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { provider: {
1953
- serializedName: "properties.provider",
1954
- type: {
1955
- name: "String"
1956
- }
1957
- }, displayName: {
1958
- serializedName: "properties.displayName",
1959
- type: {
1960
- name: "String"
1961
- }
1962
- }, description: {
1963
- serializedName: "properties.description",
1964
- type: {
1965
- name: "String"
1966
- }
1967
- }, resourceRegionType: {
1968
- serializedName: "properties.resourceRegionType",
1969
- type: {
1970
- name: "String"
1971
- }
1972
- }, provisioningState: {
1973
- serializedName: "properties.provisioningState",
1974
- type: {
1975
- name: "String"
1976
- }
1977
- }, supportedLocations: {
1978
- serializedName: "properties.supportedLocations",
1801
+ className: "StringInAdvancedFilter",
1802
+ uberParent: "AdvancedFilter",
1803
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1804
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1805
+ serializedName: "values",
1979
1806
  type: {
1980
1807
  name: "Sequence",
1981
1808
  element: {
@@ -1984,13 +1811,18 @@ export var TopicTypeInfo = {
1984
1811
  }
1985
1812
  }
1986
1813
  }
1987
- }, sourceResourceFormat: {
1988
- serializedName: "properties.sourceResourceFormat",
1989
- type: {
1990
- name: "String"
1991
- }
1992
- }, supportedScopesForSource: {
1993
- serializedName: "properties.supportedScopesForSource",
1814
+ } })
1815
+ }
1816
+ };
1817
+ export const StringNotInAdvancedFilter = {
1818
+ serializedName: "StringNotIn",
1819
+ type: {
1820
+ name: "Composite",
1821
+ className: "StringNotInAdvancedFilter",
1822
+ uberParent: "AdvancedFilter",
1823
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1824
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1825
+ serializedName: "values",
1994
1826
  type: {
1995
1827
  name: "Sequence",
1996
1828
  element: {
@@ -2002,164 +1834,141 @@ export var TopicTypeInfo = {
2002
1834
  } })
2003
1835
  }
2004
1836
  };
2005
- export var DomainsListResult = {
2006
- serializedName: "DomainsListResult",
1837
+ export const StringBeginsWithAdvancedFilter = {
1838
+ serializedName: "StringBeginsWith",
2007
1839
  type: {
2008
1840
  name: "Composite",
2009
- className: "DomainsListResult",
2010
- modelProperties: {
2011
- value: {
2012
- serializedName: "",
1841
+ className: "StringBeginsWithAdvancedFilter",
1842
+ uberParent: "AdvancedFilter",
1843
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1844
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1845
+ serializedName: "values",
2013
1846
  type: {
2014
1847
  name: "Sequence",
2015
1848
  element: {
2016
1849
  type: {
2017
- name: "Composite",
2018
- className: "Domain"
1850
+ name: "String"
2019
1851
  }
2020
1852
  }
2021
1853
  }
2022
- },
2023
- nextLink: {
2024
- serializedName: "nextLink",
2025
- type: {
2026
- name: "String"
2027
- }
2028
- }
2029
- }
1854
+ } })
2030
1855
  }
2031
1856
  };
2032
- export var DomainTopicsListResult = {
2033
- serializedName: "DomainTopicsListResult",
1857
+ export const StringEndsWithAdvancedFilter = {
1858
+ serializedName: "StringEndsWith",
2034
1859
  type: {
2035
1860
  name: "Composite",
2036
- className: "DomainTopicsListResult",
2037
- modelProperties: {
2038
- value: {
2039
- serializedName: "",
1861
+ className: "StringEndsWithAdvancedFilter",
1862
+ uberParent: "AdvancedFilter",
1863
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1864
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1865
+ serializedName: "values",
2040
1866
  type: {
2041
1867
  name: "Sequence",
2042
1868
  element: {
2043
1869
  type: {
2044
- name: "Composite",
2045
- className: "DomainTopic"
1870
+ name: "String"
2046
1871
  }
2047
1872
  }
2048
1873
  }
2049
- },
2050
- nextLink: {
2051
- serializedName: "nextLink",
2052
- type: {
2053
- name: "String"
2054
- }
2055
- }
2056
- }
1874
+ } })
2057
1875
  }
2058
1876
  };
2059
- export var EventSubscriptionsListResult = {
2060
- serializedName: "EventSubscriptionsListResult",
1877
+ export const StringContainsAdvancedFilter = {
1878
+ serializedName: "StringContains",
2061
1879
  type: {
2062
1880
  name: "Composite",
2063
- className: "EventSubscriptionsListResult",
2064
- modelProperties: {
2065
- value: {
2066
- serializedName: "",
1881
+ className: "StringContainsAdvancedFilter",
1882
+ uberParent: "AdvancedFilter",
1883
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
1884
+ modelProperties: Object.assign(Object.assign({}, AdvancedFilter.type.modelProperties), { values: {
1885
+ serializedName: "values",
2067
1886
  type: {
2068
1887
  name: "Sequence",
2069
1888
  element: {
2070
1889
  type: {
2071
- name: "Composite",
2072
- className: "EventSubscription"
1890
+ name: "String"
2073
1891
  }
2074
1892
  }
2075
1893
  }
2076
- },
2077
- nextLink: {
2078
- serializedName: "nextLink",
2079
- type: {
2080
- name: "String"
2081
- }
2082
- }
2083
- }
1894
+ } })
2084
1895
  }
2085
1896
  };
2086
- export var OperationsListResult = {
2087
- serializedName: "OperationsListResult",
1897
+ export const StorageBlobDeadLetterDestination = {
1898
+ serializedName: "StorageBlob",
2088
1899
  type: {
2089
1900
  name: "Composite",
2090
- className: "OperationsListResult",
2091
- modelProperties: {
2092
- value: {
2093
- serializedName: "",
1901
+ className: "StorageBlobDeadLetterDestination",
1902
+ uberParent: "DeadLetterDestination",
1903
+ polymorphicDiscriminator: DeadLetterDestination.type.polymorphicDiscriminator,
1904
+ modelProperties: Object.assign(Object.assign({}, DeadLetterDestination.type.modelProperties), { resourceId: {
1905
+ serializedName: "properties.resourceId",
2094
1906
  type: {
2095
- name: "Sequence",
2096
- element: {
2097
- type: {
2098
- name: "Composite",
2099
- className: "Operation"
2100
- }
2101
- }
1907
+ name: "String"
2102
1908
  }
2103
- }
2104
- }
1909
+ }, blobContainerName: {
1910
+ serializedName: "properties.blobContainerName",
1911
+ type: {
1912
+ name: "String"
1913
+ }
1914
+ } })
2105
1915
  }
2106
1916
  };
2107
- export var TopicsListResult = {
2108
- serializedName: "TopicsListResult",
1917
+ export const StaticDeliveryAttributeMapping = {
1918
+ serializedName: "Static",
2109
1919
  type: {
2110
1920
  name: "Composite",
2111
- className: "TopicsListResult",
2112
- modelProperties: {
2113
- value: {
2114
- serializedName: "",
1921
+ className: "StaticDeliveryAttributeMapping",
1922
+ uberParent: "DeliveryAttributeMapping",
1923
+ polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
1924
+ modelProperties: Object.assign(Object.assign({}, DeliveryAttributeMapping.type.modelProperties), { value: {
1925
+ serializedName: "properties.value",
2115
1926
  type: {
2116
- name: "Sequence",
2117
- element: {
2118
- type: {
2119
- name: "Composite",
2120
- className: "Topic"
2121
- }
2122
- }
1927
+ name: "String"
2123
1928
  }
2124
- },
2125
- nextLink: {
2126
- serializedName: "nextLink",
1929
+ }, isSecret: {
1930
+ defaultValue: false,
1931
+ serializedName: "properties.isSecret",
2127
1932
  type: {
2128
- name: "String"
1933
+ name: "Boolean"
2129
1934
  }
2130
- }
2131
- }
1935
+ } })
2132
1936
  }
2133
1937
  };
2134
- export var EventTypesListResult = {
2135
- serializedName: "EventTypesListResult",
1938
+ export const DynamicDeliveryAttributeMapping = {
1939
+ serializedName: "Dynamic",
2136
1940
  type: {
2137
1941
  name: "Composite",
2138
- className: "EventTypesListResult",
2139
- modelProperties: {
2140
- value: {
2141
- serializedName: "",
1942
+ className: "DynamicDeliveryAttributeMapping",
1943
+ uberParent: "DeliveryAttributeMapping",
1944
+ polymorphicDiscriminator: DeliveryAttributeMapping.type.polymorphicDiscriminator,
1945
+ modelProperties: Object.assign(Object.assign({}, DeliveryAttributeMapping.type.modelProperties), { sourceField: {
1946
+ serializedName: "properties.sourceField",
2142
1947
  type: {
2143
- name: "Sequence",
2144
- element: {
2145
- type: {
2146
- name: "Composite",
2147
- className: "EventType"
2148
- }
2149
- }
1948
+ name: "String"
2150
1949
  }
2151
- }
2152
- }
1950
+ } })
2153
1951
  }
2154
1952
  };
2155
- export var PrivateEndpointConnectionListResult = {
2156
- serializedName: "PrivateEndpointConnectionListResult",
1953
+ export const Domain = {
2157
1954
  type: {
2158
1955
  name: "Composite",
2159
- className: "PrivateEndpointConnectionListResult",
2160
- modelProperties: {
2161
- value: {
2162
- serializedName: "",
1956
+ className: "Domain",
1957
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { systemData: {
1958
+ serializedName: "systemData",
1959
+ type: {
1960
+ name: "Composite",
1961
+ className: "SystemData"
1962
+ }
1963
+ }, identity: {
1964
+ serializedName: "identity",
1965
+ type: {
1966
+ name: "Composite",
1967
+ className: "IdentityInfo"
1968
+ }
1969
+ }, privateEndpointConnections: {
1970
+ serializedName: "properties.privateEndpointConnections",
1971
+ readOnly: true,
2163
1972
  type: {
2164
1973
  name: "Sequence",
2165
1974
  element: {
@@ -2169,119 +1978,223 @@ export var PrivateEndpointConnectionListResult = {
2169
1978
  }
2170
1979
  }
2171
1980
  }
2172
- },
2173
- nextLink: {
2174
- serializedName: "nextLink",
1981
+ }, provisioningState: {
1982
+ serializedName: "properties.provisioningState",
1983
+ readOnly: true,
2175
1984
  type: {
2176
1985
  name: "String"
2177
1986
  }
2178
- }
2179
- }
2180
- }
2181
- };
2182
- export var PrivateLinkResourcesListResult = {
2183
- serializedName: "PrivateLinkResourcesListResult",
2184
- type: {
2185
- name: "Composite",
2186
- className: "PrivateLinkResourcesListResult",
2187
- modelProperties: {
2188
- value: {
2189
- serializedName: "",
1987
+ }, endpoint: {
1988
+ serializedName: "properties.endpoint",
1989
+ readOnly: true,
1990
+ type: {
1991
+ name: "String"
1992
+ }
1993
+ }, inputSchema: {
1994
+ serializedName: "properties.inputSchema",
1995
+ type: {
1996
+ name: "String"
1997
+ }
1998
+ }, inputSchemaMapping: {
1999
+ serializedName: "properties.inputSchemaMapping",
2000
+ type: {
2001
+ name: "Composite",
2002
+ className: "InputSchemaMapping"
2003
+ }
2004
+ }, metricResourceId: {
2005
+ serializedName: "properties.metricResourceId",
2006
+ readOnly: true,
2007
+ type: {
2008
+ name: "String"
2009
+ }
2010
+ }, publicNetworkAccess: {
2011
+ serializedName: "properties.publicNetworkAccess",
2012
+ type: {
2013
+ name: "String"
2014
+ }
2015
+ }, inboundIpRules: {
2016
+ serializedName: "properties.inboundIpRules",
2190
2017
  type: {
2191
2018
  name: "Sequence",
2192
2019
  element: {
2193
2020
  type: {
2194
2021
  name: "Composite",
2195
- className: "PrivateLinkResource"
2022
+ className: "InboundIpRule"
2196
2023
  }
2197
2024
  }
2198
2025
  }
2199
- },
2200
- nextLink: {
2201
- serializedName: "nextLink",
2026
+ }, disableLocalAuth: {
2027
+ defaultValue: false,
2028
+ serializedName: "properties.disableLocalAuth",
2202
2029
  type: {
2203
- name: "String"
2030
+ name: "Boolean"
2204
2031
  }
2205
- }
2206
- }
2032
+ }, autoCreateTopicWithFirstSubscription: {
2033
+ defaultValue: true,
2034
+ serializedName: "properties.autoCreateTopicWithFirstSubscription",
2035
+ type: {
2036
+ name: "Boolean"
2037
+ }
2038
+ }, autoDeleteTopicWithLastSubscription: {
2039
+ defaultValue: true,
2040
+ serializedName: "properties.autoDeleteTopicWithLastSubscription",
2041
+ type: {
2042
+ name: "Boolean"
2043
+ }
2044
+ } })
2207
2045
  }
2208
2046
  };
2209
- export var SystemTopicsListResult = {
2210
- serializedName: "SystemTopicsListResult",
2047
+ export const Topic = {
2211
2048
  type: {
2212
2049
  name: "Composite",
2213
- className: "SystemTopicsListResult",
2214
- modelProperties: {
2215
- value: {
2216
- serializedName: "",
2050
+ className: "Topic",
2051
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
2052
+ serializedName: "identity",
2053
+ type: {
2054
+ name: "Composite",
2055
+ className: "IdentityInfo"
2056
+ }
2057
+ }, systemData: {
2058
+ serializedName: "systemData",
2059
+ type: {
2060
+ name: "Composite",
2061
+ className: "SystemData"
2062
+ }
2063
+ }, privateEndpointConnections: {
2064
+ serializedName: "properties.privateEndpointConnections",
2065
+ readOnly: true,
2217
2066
  type: {
2218
2067
  name: "Sequence",
2219
2068
  element: {
2220
2069
  type: {
2221
2070
  name: "Composite",
2222
- className: "SystemTopic"
2071
+ className: "PrivateEndpointConnection"
2223
2072
  }
2224
2073
  }
2225
2074
  }
2226
- },
2227
- nextLink: {
2228
- serializedName: "nextLink",
2075
+ }, provisioningState: {
2076
+ serializedName: "properties.provisioningState",
2077
+ readOnly: true,
2229
2078
  type: {
2230
2079
  name: "String"
2231
2080
  }
2232
- }
2233
- }
2234
- }
2235
- };
2236
- export var TopicTypesListResult = {
2237
- serializedName: "TopicTypesListResult",
2238
- type: {
2239
- name: "Composite",
2240
- className: "TopicTypesListResult",
2241
- modelProperties: {
2242
- value: {
2243
- serializedName: "",
2081
+ }, endpoint: {
2082
+ serializedName: "properties.endpoint",
2083
+ readOnly: true,
2084
+ type: {
2085
+ name: "String"
2086
+ }
2087
+ }, inputSchema: {
2088
+ serializedName: "properties.inputSchema",
2089
+ type: {
2090
+ name: "String"
2091
+ }
2092
+ }, inputSchemaMapping: {
2093
+ serializedName: "properties.inputSchemaMapping",
2094
+ type: {
2095
+ name: "Composite",
2096
+ className: "InputSchemaMapping"
2097
+ }
2098
+ }, metricResourceId: {
2099
+ serializedName: "properties.metricResourceId",
2100
+ readOnly: true,
2101
+ type: {
2102
+ name: "String"
2103
+ }
2104
+ }, publicNetworkAccess: {
2105
+ serializedName: "properties.publicNetworkAccess",
2106
+ type: {
2107
+ name: "String"
2108
+ }
2109
+ }, inboundIpRules: {
2110
+ serializedName: "properties.inboundIpRules",
2244
2111
  type: {
2245
2112
  name: "Sequence",
2246
2113
  element: {
2247
2114
  type: {
2248
2115
  name: "Composite",
2249
- className: "TopicTypeInfo"
2116
+ className: "InboundIpRule"
2250
2117
  }
2251
2118
  }
2252
2119
  }
2253
- }
2254
- }
2120
+ }, disableLocalAuth: {
2121
+ defaultValue: false,
2122
+ serializedName: "properties.disableLocalAuth",
2123
+ type: {
2124
+ name: "Boolean"
2125
+ }
2126
+ } })
2127
+ }
2128
+ };
2129
+ export const SystemTopic = {
2130
+ type: {
2131
+ name: "Composite",
2132
+ className: "SystemTopic",
2133
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
2134
+ serializedName: "identity",
2135
+ type: {
2136
+ name: "Composite",
2137
+ className: "IdentityInfo"
2138
+ }
2139
+ }, systemData: {
2140
+ serializedName: "systemData",
2141
+ type: {
2142
+ name: "Composite",
2143
+ className: "SystemData"
2144
+ }
2145
+ }, provisioningState: {
2146
+ serializedName: "properties.provisioningState",
2147
+ readOnly: true,
2148
+ type: {
2149
+ name: "String"
2150
+ }
2151
+ }, source: {
2152
+ serializedName: "properties.source",
2153
+ type: {
2154
+ name: "String"
2155
+ }
2156
+ }, topicType: {
2157
+ serializedName: "properties.topicType",
2158
+ type: {
2159
+ name: "String"
2160
+ }
2161
+ }, metricResourceId: {
2162
+ serializedName: "properties.metricResourceId",
2163
+ readOnly: true,
2164
+ type: {
2165
+ name: "String"
2166
+ }
2167
+ } })
2255
2168
  }
2256
2169
  };
2257
- export var discriminators = {
2258
- 'InputSchemaMapping': InputSchemaMapping,
2259
- 'InputSchemaMapping.Json': JsonInputSchemaMapping,
2260
- 'EventSubscriptionDestination': EventSubscriptionDestination,
2261
- 'AdvancedFilter': AdvancedFilter,
2262
- 'DeadLetterDestination': DeadLetterDestination,
2263
- 'DeliveryAttributeMapping': DeliveryAttributeMapping,
2264
- 'DeliveryAttributeMapping.Static': StaticDeliveryAttributeMapping,
2265
- 'DeliveryAttributeMapping.Dynamic': DynamicDeliveryAttributeMapping,
2266
- 'AdvancedFilter.NumberIn': NumberInAdvancedFilter,
2267
- 'DeadLetterDestination.StorageBlob': StorageBlobDeadLetterDestination,
2268
- 'AdvancedFilter.NumberNotIn': NumberNotInAdvancedFilter,
2269
- 'AdvancedFilter.NumberLessThan': NumberLessThanAdvancedFilter,
2270
- 'AdvancedFilter.NumberGreaterThan': NumberGreaterThanAdvancedFilter,
2271
- 'AdvancedFilter.NumberLessThanOrEquals': NumberLessThanOrEqualsAdvancedFilter,
2272
- 'AdvancedFilter.NumberGreaterThanOrEquals': NumberGreaterThanOrEqualsAdvancedFilter,
2273
- 'AdvancedFilter.BoolEquals': BoolEqualsAdvancedFilter,
2274
- 'AdvancedFilter.StringIn': StringInAdvancedFilter,
2275
- 'AdvancedFilter.StringNotIn': StringNotInAdvancedFilter,
2276
- 'AdvancedFilter.StringBeginsWith': StringBeginsWithAdvancedFilter,
2277
- 'AdvancedFilter.StringEndsWith': StringEndsWithAdvancedFilter,
2278
- 'AdvancedFilter.StringContains': StringContainsAdvancedFilter,
2279
- 'EventSubscriptionDestination.WebHook': WebHookEventSubscriptionDestination,
2280
- 'EventSubscriptionDestination.EventHub': EventHubEventSubscriptionDestination,
2281
- 'EventSubscriptionDestination.StorageQueue': StorageQueueEventSubscriptionDestination,
2282
- 'EventSubscriptionDestination.HybridConnection': HybridConnectionEventSubscriptionDestination,
2283
- 'EventSubscriptionDestination.ServiceBusQueue': ServiceBusQueueEventSubscriptionDestination,
2284
- 'EventSubscriptionDestination.ServiceBusTopic': ServiceBusTopicEventSubscriptionDestination,
2285
- 'EventSubscriptionDestination.AzureFunction': AzureFunctionEventSubscriptionDestination
2170
+ export let discriminators = {
2171
+ InputSchemaMapping: InputSchemaMapping,
2172
+ EventSubscriptionDestination: EventSubscriptionDestination,
2173
+ AdvancedFilter: AdvancedFilter,
2174
+ DeadLetterDestination: DeadLetterDestination,
2175
+ DeliveryAttributeMapping: DeliveryAttributeMapping,
2176
+ "InputSchemaMapping.Json": JsonInputSchemaMapping,
2177
+ "EventSubscriptionDestination.WebHook": WebHookEventSubscriptionDestination,
2178
+ "EventSubscriptionDestination.EventHub": EventHubEventSubscriptionDestination,
2179
+ "EventSubscriptionDestination.StorageQueue": StorageQueueEventSubscriptionDestination,
2180
+ "EventSubscriptionDestination.HybridConnection": HybridConnectionEventSubscriptionDestination,
2181
+ "EventSubscriptionDestination.ServiceBusQueue": ServiceBusQueueEventSubscriptionDestination,
2182
+ "EventSubscriptionDestination.ServiceBusTopic": ServiceBusTopicEventSubscriptionDestination,
2183
+ "EventSubscriptionDestination.AzureFunction": AzureFunctionEventSubscriptionDestination,
2184
+ "AdvancedFilter.NumberIn": NumberInAdvancedFilter,
2185
+ "AdvancedFilter.NumberNotIn": NumberNotInAdvancedFilter,
2186
+ "AdvancedFilter.NumberLessThan": NumberLessThanAdvancedFilter,
2187
+ "AdvancedFilter.NumberGreaterThan": NumberGreaterThanAdvancedFilter,
2188
+ "AdvancedFilter.NumberLessThanOrEquals": NumberLessThanOrEqualsAdvancedFilter,
2189
+ "AdvancedFilter.NumberGreaterThanOrEquals": NumberGreaterThanOrEqualsAdvancedFilter,
2190
+ "AdvancedFilter.BoolEquals": BoolEqualsAdvancedFilter,
2191
+ "AdvancedFilter.StringIn": StringInAdvancedFilter,
2192
+ "AdvancedFilter.StringNotIn": StringNotInAdvancedFilter,
2193
+ "AdvancedFilter.StringBeginsWith": StringBeginsWithAdvancedFilter,
2194
+ "AdvancedFilter.StringEndsWith": StringEndsWithAdvancedFilter,
2195
+ "AdvancedFilter.StringContains": StringContainsAdvancedFilter,
2196
+ "DeadLetterDestination.StorageBlob": StorageBlobDeadLetterDestination,
2197
+ "DeliveryAttributeMapping.Static": StaticDeliveryAttributeMapping,
2198
+ "DeliveryAttributeMapping.Dynamic": DynamicDeliveryAttributeMapping
2286
2199
  };
2287
2200
  //# sourceMappingURL=mappers.js.map