@azure/arm-eventgrid 30.0.0-alpha.20210929.1

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 (222) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +21 -0
  3. package/README.md +94 -0
  4. package/dist/index.js +10620 -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 +31 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +38 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/eventGridManagementClientContext.js +50 -0
  15. package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +2765 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +289 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +139 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/dist-esm/src/models/mappers.js +2979 -0
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +53 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +415 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  37. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domainTopics.js +310 -0
  39. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  40. package/dist-esm/src/operations/domains.d.ts +122 -0
  41. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  42. package/dist-esm/src/operations/domains.js +522 -0
  43. package/dist-esm/src/operations/domains.js.map +1 -0
  44. package/dist-esm/src/operations/eventChannels.d.ts +72 -0
  45. package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
  46. package/dist-esm/src/operations/eventChannels.js +269 -0
  47. package/dist-esm/src/operations/eventChannels.js.map +1 -0
  48. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  49. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  50. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  51. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  52. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  53. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  54. package/dist-esm/src/operations/extensionTopics.js +50 -0
  55. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +17 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +24 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +26 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +88 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/partnerNamespaces.d.ts +122 -0
  65. package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
  66. package/dist-esm/src/operations/partnerNamespaces.js +537 -0
  67. package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
  68. package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
  69. package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/partnerRegistrations.js +349 -0
  71. package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
  72. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
  73. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
  74. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
  75. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
  76. package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
  77. package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/partnerTopics.js +408 -0
  79. package/dist-esm/src/operations/partnerTopics.js.map +1 -0
  80. package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
  81. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
  83. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  84. package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
  85. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  86. package/dist-esm/src/operations/privateLinkResources.js +184 -0
  87. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  88. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  89. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  90. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  91. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  93. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operations/systemTopics.js +482 -0
  95. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  96. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  97. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  98. package/dist-esm/src/operations/topicTypes.js +175 -0
  99. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  100. package/dist-esm/src/operations/topics.d.ts +150 -0
  101. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  102. package/dist-esm/src/operations/topics.js +656 -0
  103. package/dist-esm/src/operations/topics.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  105. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  109. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/domains.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
  113. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/eventChannels.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  117. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  121. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  129. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +86 -0
  133. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
  137. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
  141. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
  145. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  149. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +27 -0
  153. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  157. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  161. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  165. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  169. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/topics.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  172. package/dist-esm/test/eventgrid_examples.d.ts +2 -0
  173. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  174. package/dist-esm/test/eventgrid_examples.js +163 -0
  175. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  176. package/package.json +102 -0
  177. package/review/arm-eventgrid.api.md +2518 -0
  178. package/rollup.config.js +188 -0
  179. package/src/eventGridManagementClient.ts +101 -0
  180. package/src/eventGridManagementClientContext.ts +71 -0
  181. package/src/index.ts +13 -0
  182. package/src/lroImpl.ts +34 -0
  183. package/src/models/index.ts +3297 -0
  184. package/src/models/mappers.ts +3334 -0
  185. package/src/models/parameters.ts +490 -0
  186. package/src/operations/domainTopics.ts +452 -0
  187. package/src/operations/domains.ts +713 -0
  188. package/src/operations/eventChannels.ts +382 -0
  189. package/src/operations/eventSubscriptions.ts +2077 -0
  190. package/src/operations/extensionTopics.ts +67 -0
  191. package/src/operations/index.ts +24 -0
  192. package/src/operations/operations.ts +96 -0
  193. package/src/operations/partnerNamespaces.ts +729 -0
  194. package/src/operations/partnerRegistrations.ts +440 -0
  195. package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
  196. package/src/operations/partnerTopics.ts +532 -0
  197. package/src/operations/privateEndpointConnections.ts +529 -0
  198. package/src/operations/privateLinkResources.ts +259 -0
  199. package/src/operations/systemTopicEventSubscriptions.ts +699 -0
  200. package/src/operations/systemTopics.ts +656 -0
  201. package/src/operations/topicTypes.ts +202 -0
  202. package/src/operations/topics.ts +921 -0
  203. package/src/operationsInterfaces/domainTopics.ts +105 -0
  204. package/src/operationsInterfaces/domains.ts +162 -0
  205. package/src/operationsInterfaces/eventChannels.ts +89 -0
  206. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  207. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  208. package/src/operationsInterfaces/index.ts +24 -0
  209. package/src/operationsInterfaces/operations.ts +22 -0
  210. package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
  211. package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
  212. package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
  213. package/src/operationsInterfaces/partnerTopics.ts +114 -0
  214. package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
  215. package/src/operationsInterfaces/privateLinkResources.ts +52 -0
  216. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  217. package/src/operationsInterfaces/systemTopics.ts +139 -0
  218. package/src/operationsInterfaces/topicTypes.ts +47 -0
  219. package/src/operationsInterfaces/topics.ts +197 -0
  220. package/tsconfig.json +19 -0
  221. package/types/arm-eventgrid.d.ts +4299 -0
  222. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,3334 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import * as coreClient from "@azure/core-client";
10
+
11
+ export const Resource: coreClient.CompositeMapper = {
12
+ type: {
13
+ name: "Composite",
14
+ className: "Resource",
15
+ modelProperties: {
16
+ id: {
17
+ serializedName: "id",
18
+ readOnly: true,
19
+ type: {
20
+ name: "String"
21
+ }
22
+ },
23
+ name: {
24
+ serializedName: "name",
25
+ readOnly: true,
26
+ type: {
27
+ name: "String"
28
+ }
29
+ },
30
+ type: {
31
+ serializedName: "type",
32
+ readOnly: true,
33
+ type: {
34
+ name: "String"
35
+ }
36
+ }
37
+ }
38
+ }
39
+ };
40
+
41
+ export const PrivateEndpoint: coreClient.CompositeMapper = {
42
+ type: {
43
+ name: "Composite",
44
+ className: "PrivateEndpoint",
45
+ modelProperties: {
46
+ id: {
47
+ serializedName: "id",
48
+ type: {
49
+ name: "String"
50
+ }
51
+ }
52
+ }
53
+ }
54
+ };
55
+
56
+ export const ConnectionState: coreClient.CompositeMapper = {
57
+ type: {
58
+ name: "Composite",
59
+ className: "ConnectionState",
60
+ modelProperties: {
61
+ status: {
62
+ serializedName: "status",
63
+ type: {
64
+ name: "String"
65
+ }
66
+ },
67
+ description: {
68
+ serializedName: "description",
69
+ type: {
70
+ name: "String"
71
+ }
72
+ },
73
+ actionsRequired: {
74
+ serializedName: "actionsRequired",
75
+ type: {
76
+ name: "String"
77
+ }
78
+ }
79
+ }
80
+ }
81
+ };
82
+
83
+ export const InputSchemaMapping: coreClient.CompositeMapper = {
84
+ type: {
85
+ name: "Composite",
86
+ className: "InputSchemaMapping",
87
+ uberParent: "InputSchemaMapping",
88
+ polymorphicDiscriminator: {
89
+ serializedName: "inputSchemaMappingType",
90
+ clientName: "inputSchemaMappingType"
91
+ },
92
+ modelProperties: {
93
+ inputSchemaMappingType: {
94
+ serializedName: "inputSchemaMappingType",
95
+ required: true,
96
+ type: {
97
+ name: "String"
98
+ }
99
+ }
100
+ }
101
+ }
102
+ };
103
+
104
+ export const InboundIpRule: coreClient.CompositeMapper = {
105
+ type: {
106
+ name: "Composite",
107
+ className: "InboundIpRule",
108
+ modelProperties: {
109
+ ipMask: {
110
+ serializedName: "ipMask",
111
+ type: {
112
+ name: "String"
113
+ }
114
+ },
115
+ action: {
116
+ serializedName: "action",
117
+ type: {
118
+ name: "String"
119
+ }
120
+ }
121
+ }
122
+ }
123
+ };
124
+
125
+ export const ResourceSku: coreClient.CompositeMapper = {
126
+ type: {
127
+ name: "Composite",
128
+ className: "ResourceSku",
129
+ modelProperties: {
130
+ name: {
131
+ defaultValue: "Basic",
132
+ serializedName: "name",
133
+ type: {
134
+ name: "String"
135
+ }
136
+ }
137
+ }
138
+ }
139
+ };
140
+
141
+ export const IdentityInfo: coreClient.CompositeMapper = {
142
+ type: {
143
+ name: "Composite",
144
+ className: "IdentityInfo",
145
+ modelProperties: {
146
+ type: {
147
+ serializedName: "type",
148
+ type: {
149
+ name: "String"
150
+ }
151
+ },
152
+ principalId: {
153
+ serializedName: "principalId",
154
+ type: {
155
+ name: "String"
156
+ }
157
+ },
158
+ tenantId: {
159
+ serializedName: "tenantId",
160
+ type: {
161
+ name: "String"
162
+ }
163
+ },
164
+ userAssignedIdentities: {
165
+ serializedName: "userAssignedIdentities",
166
+ type: {
167
+ name: "Dictionary",
168
+ value: {
169
+ type: { name: "Composite", className: "UserIdentityProperties" }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ }
175
+ };
176
+
177
+ export const UserIdentityProperties: coreClient.CompositeMapper = {
178
+ type: {
179
+ name: "Composite",
180
+ className: "UserIdentityProperties",
181
+ modelProperties: {
182
+ principalId: {
183
+ serializedName: "principalId",
184
+ type: {
185
+ name: "String"
186
+ }
187
+ },
188
+ clientId: {
189
+ serializedName: "clientId",
190
+ type: {
191
+ name: "String"
192
+ }
193
+ }
194
+ }
195
+ }
196
+ };
197
+
198
+ export const SystemData: coreClient.CompositeMapper = {
199
+ type: {
200
+ name: "Composite",
201
+ className: "SystemData",
202
+ modelProperties: {
203
+ createdBy: {
204
+ serializedName: "createdBy",
205
+ type: {
206
+ name: "String"
207
+ }
208
+ },
209
+ createdByType: {
210
+ serializedName: "createdByType",
211
+ type: {
212
+ name: "String"
213
+ }
214
+ },
215
+ createdAt: {
216
+ serializedName: "createdAt",
217
+ type: {
218
+ name: "DateTime"
219
+ }
220
+ },
221
+ lastModifiedBy: {
222
+ serializedName: "lastModifiedBy",
223
+ type: {
224
+ name: "String"
225
+ }
226
+ },
227
+ lastModifiedByType: {
228
+ serializedName: "lastModifiedByType",
229
+ type: {
230
+ name: "String"
231
+ }
232
+ },
233
+ lastModifiedAt: {
234
+ serializedName: "lastModifiedAt",
235
+ type: {
236
+ name: "DateTime"
237
+ }
238
+ }
239
+ }
240
+ }
241
+ };
242
+
243
+ export const DomainUpdateParameters: coreClient.CompositeMapper = {
244
+ type: {
245
+ name: "Composite",
246
+ className: "DomainUpdateParameters",
247
+ modelProperties: {
248
+ tags: {
249
+ serializedName: "tags",
250
+ type: {
251
+ name: "Dictionary",
252
+ value: { type: { name: "String" } }
253
+ }
254
+ },
255
+ identity: {
256
+ serializedName: "identity",
257
+ type: {
258
+ name: "Composite",
259
+ className: "IdentityInfo"
260
+ }
261
+ },
262
+ sku: {
263
+ serializedName: "sku",
264
+ type: {
265
+ name: "Composite",
266
+ className: "ResourceSku"
267
+ }
268
+ },
269
+ publicNetworkAccess: {
270
+ serializedName: "properties.publicNetworkAccess",
271
+ type: {
272
+ name: "String"
273
+ }
274
+ },
275
+ inboundIpRules: {
276
+ serializedName: "properties.inboundIpRules",
277
+ type: {
278
+ name: "Sequence",
279
+ element: {
280
+ type: {
281
+ name: "Composite",
282
+ className: "InboundIpRule"
283
+ }
284
+ }
285
+ }
286
+ },
287
+ disableLocalAuth: {
288
+ serializedName: "properties.disableLocalAuth",
289
+ type: {
290
+ name: "Boolean"
291
+ }
292
+ },
293
+ autoCreateTopicWithFirstSubscription: {
294
+ serializedName: "properties.autoCreateTopicWithFirstSubscription",
295
+ type: {
296
+ name: "Boolean"
297
+ }
298
+ },
299
+ autoDeleteTopicWithLastSubscription: {
300
+ serializedName: "properties.autoDeleteTopicWithLastSubscription",
301
+ type: {
302
+ name: "Boolean"
303
+ }
304
+ }
305
+ }
306
+ }
307
+ };
308
+
309
+ export const DomainsListResult: coreClient.CompositeMapper = {
310
+ type: {
311
+ name: "Composite",
312
+ className: "DomainsListResult",
313
+ modelProperties: {
314
+ value: {
315
+ serializedName: "value",
316
+ type: {
317
+ name: "Sequence",
318
+ element: {
319
+ type: {
320
+ name: "Composite",
321
+ className: "Domain"
322
+ }
323
+ }
324
+ }
325
+ },
326
+ nextLink: {
327
+ serializedName: "nextLink",
328
+ type: {
329
+ name: "String"
330
+ }
331
+ }
332
+ }
333
+ }
334
+ };
335
+
336
+ export const DomainSharedAccessKeys: coreClient.CompositeMapper = {
337
+ type: {
338
+ name: "Composite",
339
+ className: "DomainSharedAccessKeys",
340
+ modelProperties: {
341
+ key1: {
342
+ serializedName: "key1",
343
+ type: {
344
+ name: "String"
345
+ }
346
+ },
347
+ key2: {
348
+ serializedName: "key2",
349
+ type: {
350
+ name: "String"
351
+ }
352
+ }
353
+ }
354
+ }
355
+ };
356
+
357
+ export const DomainRegenerateKeyRequest: coreClient.CompositeMapper = {
358
+ type: {
359
+ name: "Composite",
360
+ className: "DomainRegenerateKeyRequest",
361
+ modelProperties: {
362
+ keyName: {
363
+ serializedName: "keyName",
364
+ required: true,
365
+ type: {
366
+ name: "String"
367
+ }
368
+ }
369
+ }
370
+ }
371
+ };
372
+
373
+ export const DomainTopicsListResult: coreClient.CompositeMapper = {
374
+ type: {
375
+ name: "Composite",
376
+ className: "DomainTopicsListResult",
377
+ modelProperties: {
378
+ value: {
379
+ serializedName: "value",
380
+ type: {
381
+ name: "Sequence",
382
+ element: {
383
+ type: {
384
+ name: "Composite",
385
+ className: "DomainTopic"
386
+ }
387
+ }
388
+ }
389
+ },
390
+ nextLink: {
391
+ serializedName: "nextLink",
392
+ type: {
393
+ name: "String"
394
+ }
395
+ }
396
+ }
397
+ }
398
+ };
399
+
400
+ export const EventChannelSource: coreClient.CompositeMapper = {
401
+ type: {
402
+ name: "Composite",
403
+ className: "EventChannelSource",
404
+ modelProperties: {
405
+ source: {
406
+ serializedName: "source",
407
+ type: {
408
+ name: "String"
409
+ }
410
+ }
411
+ }
412
+ }
413
+ };
414
+
415
+ export const EventChannelDestination: coreClient.CompositeMapper = {
416
+ type: {
417
+ name: "Composite",
418
+ className: "EventChannelDestination",
419
+ modelProperties: {
420
+ azureSubscriptionId: {
421
+ serializedName: "azureSubscriptionId",
422
+ type: {
423
+ name: "String"
424
+ }
425
+ },
426
+ resourceGroup: {
427
+ serializedName: "resourceGroup",
428
+ type: {
429
+ name: "String"
430
+ }
431
+ },
432
+ partnerTopicName: {
433
+ serializedName: "partnerTopicName",
434
+ type: {
435
+ name: "String"
436
+ }
437
+ }
438
+ }
439
+ }
440
+ };
441
+
442
+ export const EventChannelFilter: coreClient.CompositeMapper = {
443
+ type: {
444
+ name: "Composite",
445
+ className: "EventChannelFilter",
446
+ modelProperties: {
447
+ enableAdvancedFilteringOnArrays: {
448
+ defaultValue: false,
449
+ serializedName: "enableAdvancedFilteringOnArrays",
450
+ type: {
451
+ name: "Boolean"
452
+ }
453
+ },
454
+ advancedFilters: {
455
+ serializedName: "advancedFilters",
456
+ type: {
457
+ name: "Sequence",
458
+ element: {
459
+ type: {
460
+ name: "Composite",
461
+ className: "AdvancedFilter"
462
+ }
463
+ }
464
+ }
465
+ }
466
+ }
467
+ }
468
+ };
469
+
470
+ export const AdvancedFilter: coreClient.CompositeMapper = {
471
+ type: {
472
+ name: "Composite",
473
+ className: "AdvancedFilter",
474
+ uberParent: "AdvancedFilter",
475
+ polymorphicDiscriminator: {
476
+ serializedName: "operatorType",
477
+ clientName: "operatorType"
478
+ },
479
+ modelProperties: {
480
+ operatorType: {
481
+ serializedName: "operatorType",
482
+ required: true,
483
+ type: {
484
+ name: "String"
485
+ }
486
+ },
487
+ key: {
488
+ serializedName: "key",
489
+ type: {
490
+ name: "String"
491
+ }
492
+ }
493
+ }
494
+ }
495
+ };
496
+
497
+ export const EventChannelsListResult: coreClient.CompositeMapper = {
498
+ type: {
499
+ name: "Composite",
500
+ className: "EventChannelsListResult",
501
+ modelProperties: {
502
+ value: {
503
+ serializedName: "value",
504
+ type: {
505
+ name: "Sequence",
506
+ element: {
507
+ type: {
508
+ name: "Composite",
509
+ className: "EventChannel"
510
+ }
511
+ }
512
+ }
513
+ },
514
+ nextLink: {
515
+ serializedName: "nextLink",
516
+ type: {
517
+ name: "String"
518
+ }
519
+ }
520
+ }
521
+ }
522
+ };
523
+
524
+ export const EventSubscriptionDestination: coreClient.CompositeMapper = {
525
+ type: {
526
+ name: "Composite",
527
+ className: "EventSubscriptionDestination",
528
+ uberParent: "EventSubscriptionDestination",
529
+ polymorphicDiscriminator: {
530
+ serializedName: "endpointType",
531
+ clientName: "endpointType"
532
+ },
533
+ modelProperties: {
534
+ endpointType: {
535
+ serializedName: "endpointType",
536
+ required: true,
537
+ type: {
538
+ name: "String"
539
+ }
540
+ }
541
+ }
542
+ }
543
+ };
544
+
545
+ export const DeliveryWithResourceIdentity: coreClient.CompositeMapper = {
546
+ type: {
547
+ name: "Composite",
548
+ className: "DeliveryWithResourceIdentity",
549
+ modelProperties: {
550
+ identity: {
551
+ serializedName: "identity",
552
+ type: {
553
+ name: "Composite",
554
+ className: "EventSubscriptionIdentity"
555
+ }
556
+ },
557
+ destination: {
558
+ serializedName: "destination",
559
+ type: {
560
+ name: "Composite",
561
+ className: "EventSubscriptionDestination"
562
+ }
563
+ }
564
+ }
565
+ }
566
+ };
567
+
568
+ export const EventSubscriptionIdentity: coreClient.CompositeMapper = {
569
+ type: {
570
+ name: "Composite",
571
+ className: "EventSubscriptionIdentity",
572
+ modelProperties: {
573
+ type: {
574
+ serializedName: "type",
575
+ type: {
576
+ name: "String"
577
+ }
578
+ },
579
+ userAssignedIdentity: {
580
+ serializedName: "userAssignedIdentity",
581
+ type: {
582
+ name: "String"
583
+ }
584
+ }
585
+ }
586
+ }
587
+ };
588
+
589
+ export const EventSubscriptionFilter: coreClient.CompositeMapper = {
590
+ type: {
591
+ name: "Composite",
592
+ className: "EventSubscriptionFilter",
593
+ modelProperties: {
594
+ subjectBeginsWith: {
595
+ serializedName: "subjectBeginsWith",
596
+ type: {
597
+ name: "String"
598
+ }
599
+ },
600
+ subjectEndsWith: {
601
+ serializedName: "subjectEndsWith",
602
+ type: {
603
+ name: "String"
604
+ }
605
+ },
606
+ includedEventTypes: {
607
+ serializedName: "includedEventTypes",
608
+ type: {
609
+ name: "Sequence",
610
+ element: {
611
+ type: {
612
+ name: "String"
613
+ }
614
+ }
615
+ }
616
+ },
617
+ isSubjectCaseSensitive: {
618
+ defaultValue: false,
619
+ serializedName: "isSubjectCaseSensitive",
620
+ type: {
621
+ name: "Boolean"
622
+ }
623
+ },
624
+ enableAdvancedFilteringOnArrays: {
625
+ serializedName: "enableAdvancedFilteringOnArrays",
626
+ type: {
627
+ name: "Boolean"
628
+ }
629
+ },
630
+ advancedFilters: {
631
+ serializedName: "advancedFilters",
632
+ type: {
633
+ name: "Sequence",
634
+ element: {
635
+ type: {
636
+ name: "Composite",
637
+ className: "AdvancedFilter"
638
+ }
639
+ }
640
+ }
641
+ }
642
+ }
643
+ }
644
+ };
645
+
646
+ export const RetryPolicy: coreClient.CompositeMapper = {
647
+ type: {
648
+ name: "Composite",
649
+ className: "RetryPolicy",
650
+ modelProperties: {
651
+ maxDeliveryAttempts: {
652
+ defaultValue: 30,
653
+ serializedName: "maxDeliveryAttempts",
654
+ type: {
655
+ name: "Number"
656
+ }
657
+ },
658
+ eventTimeToLiveInMinutes: {
659
+ defaultValue: 1440,
660
+ serializedName: "eventTimeToLiveInMinutes",
661
+ type: {
662
+ name: "Number"
663
+ }
664
+ }
665
+ }
666
+ }
667
+ };
668
+
669
+ export const DeadLetterDestination: coreClient.CompositeMapper = {
670
+ type: {
671
+ name: "Composite",
672
+ className: "DeadLetterDestination",
673
+ uberParent: "DeadLetterDestination",
674
+ polymorphicDiscriminator: {
675
+ serializedName: "endpointType",
676
+ clientName: "endpointType"
677
+ },
678
+ modelProperties: {
679
+ endpointType: {
680
+ serializedName: "endpointType",
681
+ required: true,
682
+ type: {
683
+ name: "String"
684
+ }
685
+ }
686
+ }
687
+ }
688
+ };
689
+
690
+ export const DeadLetterWithResourceIdentity: coreClient.CompositeMapper = {
691
+ type: {
692
+ name: "Composite",
693
+ className: "DeadLetterWithResourceIdentity",
694
+ modelProperties: {
695
+ identity: {
696
+ serializedName: "identity",
697
+ type: {
698
+ name: "Composite",
699
+ className: "EventSubscriptionIdentity"
700
+ }
701
+ },
702
+ deadLetterDestination: {
703
+ serializedName: "deadLetterDestination",
704
+ type: {
705
+ name: "Composite",
706
+ className: "DeadLetterDestination"
707
+ }
708
+ }
709
+ }
710
+ }
711
+ };
712
+
713
+ export const EventSubscriptionUpdateParameters: coreClient.CompositeMapper = {
714
+ type: {
715
+ name: "Composite",
716
+ className: "EventSubscriptionUpdateParameters",
717
+ modelProperties: {
718
+ destination: {
719
+ serializedName: "destination",
720
+ type: {
721
+ name: "Composite",
722
+ className: "EventSubscriptionDestination"
723
+ }
724
+ },
725
+ deliveryWithResourceIdentity: {
726
+ serializedName: "deliveryWithResourceIdentity",
727
+ type: {
728
+ name: "Composite",
729
+ className: "DeliveryWithResourceIdentity"
730
+ }
731
+ },
732
+ filter: {
733
+ serializedName: "filter",
734
+ type: {
735
+ name: "Composite",
736
+ className: "EventSubscriptionFilter"
737
+ }
738
+ },
739
+ labels: {
740
+ serializedName: "labels",
741
+ type: {
742
+ name: "Sequence",
743
+ element: {
744
+ type: {
745
+ name: "String"
746
+ }
747
+ }
748
+ }
749
+ },
750
+ expirationTimeUtc: {
751
+ serializedName: "expirationTimeUtc",
752
+ type: {
753
+ name: "DateTime"
754
+ }
755
+ },
756
+ eventDeliverySchema: {
757
+ serializedName: "eventDeliverySchema",
758
+ type: {
759
+ name: "String"
760
+ }
761
+ },
762
+ retryPolicy: {
763
+ serializedName: "retryPolicy",
764
+ type: {
765
+ name: "Composite",
766
+ className: "RetryPolicy"
767
+ }
768
+ },
769
+ deadLetterDestination: {
770
+ serializedName: "deadLetterDestination",
771
+ type: {
772
+ name: "Composite",
773
+ className: "DeadLetterDestination"
774
+ }
775
+ },
776
+ deadLetterWithResourceIdentity: {
777
+ serializedName: "deadLetterWithResourceIdentity",
778
+ type: {
779
+ name: "Composite",
780
+ className: "DeadLetterWithResourceIdentity"
781
+ }
782
+ }
783
+ }
784
+ }
785
+ };
786
+
787
+ export const EventSubscriptionFullUrl: coreClient.CompositeMapper = {
788
+ type: {
789
+ name: "Composite",
790
+ className: "EventSubscriptionFullUrl",
791
+ modelProperties: {
792
+ endpointUrl: {
793
+ serializedName: "endpointUrl",
794
+ type: {
795
+ name: "String"
796
+ }
797
+ }
798
+ }
799
+ }
800
+ };
801
+
802
+ export const EventSubscriptionsListResult: coreClient.CompositeMapper = {
803
+ type: {
804
+ name: "Composite",
805
+ className: "EventSubscriptionsListResult",
806
+ modelProperties: {
807
+ value: {
808
+ serializedName: "value",
809
+ type: {
810
+ name: "Sequence",
811
+ element: {
812
+ type: {
813
+ name: "Composite",
814
+ className: "EventSubscription"
815
+ }
816
+ }
817
+ }
818
+ },
819
+ nextLink: {
820
+ serializedName: "nextLink",
821
+ type: {
822
+ name: "String"
823
+ }
824
+ }
825
+ }
826
+ }
827
+ };
828
+
829
+ export const DeliveryAttributeListResult: coreClient.CompositeMapper = {
830
+ type: {
831
+ name: "Composite",
832
+ className: "DeliveryAttributeListResult",
833
+ modelProperties: {
834
+ value: {
835
+ serializedName: "value",
836
+ type: {
837
+ name: "Sequence",
838
+ element: {
839
+ type: {
840
+ name: "Composite",
841
+ className: "DeliveryAttributeMapping"
842
+ }
843
+ }
844
+ }
845
+ }
846
+ }
847
+ }
848
+ };
849
+
850
+ export const DeliveryAttributeMapping: coreClient.CompositeMapper = {
851
+ type: {
852
+ name: "Composite",
853
+ className: "DeliveryAttributeMapping",
854
+ uberParent: "DeliveryAttributeMapping",
855
+ polymorphicDiscriminator: {
856
+ serializedName: "type",
857
+ clientName: "type"
858
+ },
859
+ modelProperties: {
860
+ name: {
861
+ serializedName: "name",
862
+ type: {
863
+ name: "String"
864
+ }
865
+ },
866
+ type: {
867
+ serializedName: "type",
868
+ required: true,
869
+ type: {
870
+ name: "String"
871
+ }
872
+ }
873
+ }
874
+ }
875
+ };
876
+
877
+ export const OperationsListResult: coreClient.CompositeMapper = {
878
+ type: {
879
+ name: "Composite",
880
+ className: "OperationsListResult",
881
+ modelProperties: {
882
+ value: {
883
+ serializedName: "value",
884
+ type: {
885
+ name: "Sequence",
886
+ element: {
887
+ type: {
888
+ name: "Composite",
889
+ className: "Operation"
890
+ }
891
+ }
892
+ }
893
+ }
894
+ }
895
+ }
896
+ };
897
+
898
+ export const Operation: coreClient.CompositeMapper = {
899
+ type: {
900
+ name: "Composite",
901
+ className: "Operation",
902
+ modelProperties: {
903
+ name: {
904
+ serializedName: "name",
905
+ type: {
906
+ name: "String"
907
+ }
908
+ },
909
+ display: {
910
+ serializedName: "display",
911
+ type: {
912
+ name: "Composite",
913
+ className: "OperationInfo"
914
+ }
915
+ },
916
+ origin: {
917
+ serializedName: "origin",
918
+ type: {
919
+ name: "String"
920
+ }
921
+ },
922
+ isDataAction: {
923
+ serializedName: "isDataAction",
924
+ type: {
925
+ name: "Boolean"
926
+ }
927
+ },
928
+ properties: {
929
+ serializedName: "properties",
930
+ type: {
931
+ name: "Dictionary",
932
+ value: { type: { name: "any" } }
933
+ }
934
+ }
935
+ }
936
+ }
937
+ };
938
+
939
+ export const OperationInfo: coreClient.CompositeMapper = {
940
+ type: {
941
+ name: "Composite",
942
+ className: "OperationInfo",
943
+ modelProperties: {
944
+ provider: {
945
+ serializedName: "provider",
946
+ type: {
947
+ name: "String"
948
+ }
949
+ },
950
+ resource: {
951
+ serializedName: "resource",
952
+ type: {
953
+ name: "String"
954
+ }
955
+ },
956
+ operation: {
957
+ serializedName: "operation",
958
+ type: {
959
+ name: "String"
960
+ }
961
+ },
962
+ description: {
963
+ serializedName: "description",
964
+ type: {
965
+ name: "String"
966
+ }
967
+ }
968
+ }
969
+ }
970
+ };
971
+
972
+ export const PartnerNamespaceUpdateParameters: coreClient.CompositeMapper = {
973
+ type: {
974
+ name: "Composite",
975
+ className: "PartnerNamespaceUpdateParameters",
976
+ modelProperties: {
977
+ tags: {
978
+ serializedName: "tags",
979
+ type: {
980
+ name: "Dictionary",
981
+ value: { type: { name: "String" } }
982
+ }
983
+ },
984
+ publicNetworkAccess: {
985
+ serializedName: "properties.publicNetworkAccess",
986
+ type: {
987
+ name: "String"
988
+ }
989
+ },
990
+ inboundIpRules: {
991
+ serializedName: "properties.inboundIpRules",
992
+ type: {
993
+ name: "Sequence",
994
+ element: {
995
+ type: {
996
+ name: "Composite",
997
+ className: "InboundIpRule"
998
+ }
999
+ }
1000
+ }
1001
+ },
1002
+ disableLocalAuth: {
1003
+ serializedName: "properties.disableLocalAuth",
1004
+ type: {
1005
+ name: "Boolean"
1006
+ }
1007
+ }
1008
+ }
1009
+ }
1010
+ };
1011
+
1012
+ export const PartnerNamespacesListResult: coreClient.CompositeMapper = {
1013
+ type: {
1014
+ name: "Composite",
1015
+ className: "PartnerNamespacesListResult",
1016
+ modelProperties: {
1017
+ value: {
1018
+ serializedName: "value",
1019
+ type: {
1020
+ name: "Sequence",
1021
+ element: {
1022
+ type: {
1023
+ name: "Composite",
1024
+ className: "PartnerNamespace"
1025
+ }
1026
+ }
1027
+ }
1028
+ },
1029
+ nextLink: {
1030
+ serializedName: "nextLink",
1031
+ type: {
1032
+ name: "String"
1033
+ }
1034
+ }
1035
+ }
1036
+ }
1037
+ };
1038
+
1039
+ export const PartnerNamespaceSharedAccessKeys: coreClient.CompositeMapper = {
1040
+ type: {
1041
+ name: "Composite",
1042
+ className: "PartnerNamespaceSharedAccessKeys",
1043
+ modelProperties: {
1044
+ key1: {
1045
+ serializedName: "key1",
1046
+ type: {
1047
+ name: "String"
1048
+ }
1049
+ },
1050
+ key2: {
1051
+ serializedName: "key2",
1052
+ type: {
1053
+ name: "String"
1054
+ }
1055
+ }
1056
+ }
1057
+ }
1058
+ };
1059
+
1060
+ export const PartnerNamespaceRegenerateKeyRequest: coreClient.CompositeMapper = {
1061
+ type: {
1062
+ name: "Composite",
1063
+ className: "PartnerNamespaceRegenerateKeyRequest",
1064
+ modelProperties: {
1065
+ keyName: {
1066
+ serializedName: "keyName",
1067
+ required: true,
1068
+ type: {
1069
+ name: "String"
1070
+ }
1071
+ }
1072
+ }
1073
+ }
1074
+ };
1075
+
1076
+ export const PartnerRegistrationUpdateParameters: coreClient.CompositeMapper = {
1077
+ type: {
1078
+ name: "Composite",
1079
+ className: "PartnerRegistrationUpdateParameters",
1080
+ modelProperties: {
1081
+ tags: {
1082
+ serializedName: "tags",
1083
+ type: {
1084
+ name: "Dictionary",
1085
+ value: { type: { name: "String" } }
1086
+ }
1087
+ },
1088
+ partnerTopicTypeName: {
1089
+ serializedName: "partnerTopicTypeName",
1090
+ type: {
1091
+ name: "String"
1092
+ }
1093
+ },
1094
+ partnerTopicTypeDisplayName: {
1095
+ serializedName: "partnerTopicTypeDisplayName",
1096
+ type: {
1097
+ name: "String"
1098
+ }
1099
+ },
1100
+ partnerTopicTypeDescription: {
1101
+ serializedName: "partnerTopicTypeDescription",
1102
+ type: {
1103
+ name: "String"
1104
+ }
1105
+ },
1106
+ setupUri: {
1107
+ serializedName: "setupUri",
1108
+ type: {
1109
+ name: "String"
1110
+ }
1111
+ },
1112
+ logoUri: {
1113
+ serializedName: "logoUri",
1114
+ type: {
1115
+ name: "String"
1116
+ }
1117
+ },
1118
+ authorizedAzureSubscriptionIds: {
1119
+ serializedName: "authorizedAzureSubscriptionIds",
1120
+ type: {
1121
+ name: "Sequence",
1122
+ element: {
1123
+ type: {
1124
+ name: "String"
1125
+ }
1126
+ }
1127
+ }
1128
+ }
1129
+ }
1130
+ }
1131
+ };
1132
+
1133
+ export const PartnerRegistrationsListResult: coreClient.CompositeMapper = {
1134
+ type: {
1135
+ name: "Composite",
1136
+ className: "PartnerRegistrationsListResult",
1137
+ modelProperties: {
1138
+ value: {
1139
+ serializedName: "value",
1140
+ type: {
1141
+ name: "Sequence",
1142
+ element: {
1143
+ type: {
1144
+ name: "Composite",
1145
+ className: "PartnerRegistration"
1146
+ }
1147
+ }
1148
+ }
1149
+ },
1150
+ nextLink: {
1151
+ serializedName: "nextLink",
1152
+ type: {
1153
+ name: "String"
1154
+ }
1155
+ }
1156
+ }
1157
+ }
1158
+ };
1159
+
1160
+ export const PartnerTopicUpdateParameters: coreClient.CompositeMapper = {
1161
+ type: {
1162
+ name: "Composite",
1163
+ className: "PartnerTopicUpdateParameters",
1164
+ modelProperties: {
1165
+ tags: {
1166
+ serializedName: "tags",
1167
+ type: {
1168
+ name: "Dictionary",
1169
+ value: { type: { name: "String" } }
1170
+ }
1171
+ },
1172
+ identity: {
1173
+ serializedName: "identity",
1174
+ type: {
1175
+ name: "Composite",
1176
+ className: "IdentityInfo"
1177
+ }
1178
+ }
1179
+ }
1180
+ }
1181
+ };
1182
+
1183
+ export const PartnerTopicsListResult: coreClient.CompositeMapper = {
1184
+ type: {
1185
+ name: "Composite",
1186
+ className: "PartnerTopicsListResult",
1187
+ modelProperties: {
1188
+ value: {
1189
+ serializedName: "value",
1190
+ type: {
1191
+ name: "Sequence",
1192
+ element: {
1193
+ type: {
1194
+ name: "Composite",
1195
+ className: "PartnerTopic"
1196
+ }
1197
+ }
1198
+ }
1199
+ },
1200
+ nextLink: {
1201
+ serializedName: "nextLink",
1202
+ type: {
1203
+ name: "String"
1204
+ }
1205
+ }
1206
+ }
1207
+ }
1208
+ };
1209
+
1210
+ export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
1211
+ type: {
1212
+ name: "Composite",
1213
+ className: "PrivateEndpointConnectionListResult",
1214
+ modelProperties: {
1215
+ value: {
1216
+ serializedName: "value",
1217
+ type: {
1218
+ name: "Sequence",
1219
+ element: {
1220
+ type: {
1221
+ name: "Composite",
1222
+ className: "PrivateEndpointConnection"
1223
+ }
1224
+ }
1225
+ }
1226
+ },
1227
+ nextLink: {
1228
+ serializedName: "nextLink",
1229
+ type: {
1230
+ name: "String"
1231
+ }
1232
+ }
1233
+ }
1234
+ }
1235
+ };
1236
+
1237
+ export const PrivateLinkResource: coreClient.CompositeMapper = {
1238
+ type: {
1239
+ name: "Composite",
1240
+ className: "PrivateLinkResource",
1241
+ modelProperties: {
1242
+ id: {
1243
+ serializedName: "id",
1244
+ type: {
1245
+ name: "String"
1246
+ }
1247
+ },
1248
+ name: {
1249
+ serializedName: "name",
1250
+ type: {
1251
+ name: "String"
1252
+ }
1253
+ },
1254
+ type: {
1255
+ serializedName: "type",
1256
+ type: {
1257
+ name: "String"
1258
+ }
1259
+ },
1260
+ groupId: {
1261
+ serializedName: "properties.groupId",
1262
+ type: {
1263
+ name: "String"
1264
+ }
1265
+ },
1266
+ displayName: {
1267
+ serializedName: "properties.displayName",
1268
+ type: {
1269
+ name: "String"
1270
+ }
1271
+ },
1272
+ requiredMembers: {
1273
+ serializedName: "properties.requiredMembers",
1274
+ type: {
1275
+ name: "Sequence",
1276
+ element: {
1277
+ type: {
1278
+ name: "String"
1279
+ }
1280
+ }
1281
+ }
1282
+ },
1283
+ requiredZoneNames: {
1284
+ serializedName: "properties.requiredZoneNames",
1285
+ type: {
1286
+ name: "Sequence",
1287
+ element: {
1288
+ type: {
1289
+ name: "String"
1290
+ }
1291
+ }
1292
+ }
1293
+ }
1294
+ }
1295
+ }
1296
+ };
1297
+
1298
+ export const PrivateLinkResourcesListResult: coreClient.CompositeMapper = {
1299
+ type: {
1300
+ name: "Composite",
1301
+ className: "PrivateLinkResourcesListResult",
1302
+ modelProperties: {
1303
+ value: {
1304
+ serializedName: "value",
1305
+ type: {
1306
+ name: "Sequence",
1307
+ element: {
1308
+ type: {
1309
+ name: "Composite",
1310
+ className: "PrivateLinkResource"
1311
+ }
1312
+ }
1313
+ }
1314
+ },
1315
+ nextLink: {
1316
+ serializedName: "nextLink",
1317
+ type: {
1318
+ name: "String"
1319
+ }
1320
+ }
1321
+ }
1322
+ }
1323
+ };
1324
+
1325
+ export const SystemTopicUpdateParameters: coreClient.CompositeMapper = {
1326
+ type: {
1327
+ name: "Composite",
1328
+ className: "SystemTopicUpdateParameters",
1329
+ modelProperties: {
1330
+ tags: {
1331
+ serializedName: "tags",
1332
+ type: {
1333
+ name: "Dictionary",
1334
+ value: { type: { name: "String" } }
1335
+ }
1336
+ },
1337
+ identity: {
1338
+ serializedName: "identity",
1339
+ type: {
1340
+ name: "Composite",
1341
+ className: "IdentityInfo"
1342
+ }
1343
+ }
1344
+ }
1345
+ }
1346
+ };
1347
+
1348
+ export const SystemTopicsListResult: coreClient.CompositeMapper = {
1349
+ type: {
1350
+ name: "Composite",
1351
+ className: "SystemTopicsListResult",
1352
+ modelProperties: {
1353
+ value: {
1354
+ serializedName: "value",
1355
+ type: {
1356
+ name: "Sequence",
1357
+ element: {
1358
+ type: {
1359
+ name: "Composite",
1360
+ className: "SystemTopic"
1361
+ }
1362
+ }
1363
+ }
1364
+ },
1365
+ nextLink: {
1366
+ serializedName: "nextLink",
1367
+ type: {
1368
+ name: "String"
1369
+ }
1370
+ }
1371
+ }
1372
+ }
1373
+ };
1374
+
1375
+ export const ExtendedLocation: coreClient.CompositeMapper = {
1376
+ type: {
1377
+ name: "Composite",
1378
+ className: "ExtendedLocation",
1379
+ modelProperties: {
1380
+ name: {
1381
+ serializedName: "name",
1382
+ type: {
1383
+ name: "String"
1384
+ }
1385
+ },
1386
+ type: {
1387
+ serializedName: "type",
1388
+ type: {
1389
+ name: "String"
1390
+ }
1391
+ }
1392
+ }
1393
+ }
1394
+ };
1395
+
1396
+ export const TopicUpdateParameters: coreClient.CompositeMapper = {
1397
+ type: {
1398
+ name: "Composite",
1399
+ className: "TopicUpdateParameters",
1400
+ modelProperties: {
1401
+ tags: {
1402
+ serializedName: "tags",
1403
+ type: {
1404
+ name: "Dictionary",
1405
+ value: { type: { name: "String" } }
1406
+ }
1407
+ },
1408
+ identity: {
1409
+ serializedName: "identity",
1410
+ type: {
1411
+ name: "Composite",
1412
+ className: "IdentityInfo"
1413
+ }
1414
+ },
1415
+ sku: {
1416
+ serializedName: "sku",
1417
+ type: {
1418
+ name: "Composite",
1419
+ className: "ResourceSku"
1420
+ }
1421
+ },
1422
+ publicNetworkAccess: {
1423
+ serializedName: "properties.publicNetworkAccess",
1424
+ type: {
1425
+ name: "String"
1426
+ }
1427
+ },
1428
+ inboundIpRules: {
1429
+ serializedName: "properties.inboundIpRules",
1430
+ type: {
1431
+ name: "Sequence",
1432
+ element: {
1433
+ type: {
1434
+ name: "Composite",
1435
+ className: "InboundIpRule"
1436
+ }
1437
+ }
1438
+ }
1439
+ },
1440
+ disableLocalAuth: {
1441
+ serializedName: "properties.disableLocalAuth",
1442
+ type: {
1443
+ name: "Boolean"
1444
+ }
1445
+ }
1446
+ }
1447
+ }
1448
+ };
1449
+
1450
+ export const TopicsListResult: coreClient.CompositeMapper = {
1451
+ type: {
1452
+ name: "Composite",
1453
+ className: "TopicsListResult",
1454
+ modelProperties: {
1455
+ value: {
1456
+ serializedName: "value",
1457
+ type: {
1458
+ name: "Sequence",
1459
+ element: {
1460
+ type: {
1461
+ name: "Composite",
1462
+ className: "Topic"
1463
+ }
1464
+ }
1465
+ }
1466
+ },
1467
+ nextLink: {
1468
+ serializedName: "nextLink",
1469
+ type: {
1470
+ name: "String"
1471
+ }
1472
+ }
1473
+ }
1474
+ }
1475
+ };
1476
+
1477
+ export const TopicSharedAccessKeys: coreClient.CompositeMapper = {
1478
+ type: {
1479
+ name: "Composite",
1480
+ className: "TopicSharedAccessKeys",
1481
+ modelProperties: {
1482
+ key1: {
1483
+ serializedName: "key1",
1484
+ type: {
1485
+ name: "String"
1486
+ }
1487
+ },
1488
+ key2: {
1489
+ serializedName: "key2",
1490
+ type: {
1491
+ name: "String"
1492
+ }
1493
+ }
1494
+ }
1495
+ }
1496
+ };
1497
+
1498
+ export const TopicRegenerateKeyRequest: coreClient.CompositeMapper = {
1499
+ type: {
1500
+ name: "Composite",
1501
+ className: "TopicRegenerateKeyRequest",
1502
+ modelProperties: {
1503
+ keyName: {
1504
+ serializedName: "keyName",
1505
+ required: true,
1506
+ type: {
1507
+ name: "String"
1508
+ }
1509
+ }
1510
+ }
1511
+ }
1512
+ };
1513
+
1514
+ export const EventTypesListResult: coreClient.CompositeMapper = {
1515
+ type: {
1516
+ name: "Composite",
1517
+ className: "EventTypesListResult",
1518
+ modelProperties: {
1519
+ value: {
1520
+ serializedName: "value",
1521
+ type: {
1522
+ name: "Sequence",
1523
+ element: {
1524
+ type: {
1525
+ name: "Composite",
1526
+ className: "EventType"
1527
+ }
1528
+ }
1529
+ }
1530
+ }
1531
+ }
1532
+ }
1533
+ };
1534
+
1535
+ export const TopicTypesListResult: coreClient.CompositeMapper = {
1536
+ type: {
1537
+ name: "Composite",
1538
+ className: "TopicTypesListResult",
1539
+ modelProperties: {
1540
+ value: {
1541
+ serializedName: "value",
1542
+ type: {
1543
+ name: "Sequence",
1544
+ element: {
1545
+ type: {
1546
+ name: "Composite",
1547
+ className: "TopicTypeInfo"
1548
+ }
1549
+ }
1550
+ }
1551
+ }
1552
+ }
1553
+ }
1554
+ };
1555
+
1556
+ export const JsonField: coreClient.CompositeMapper = {
1557
+ type: {
1558
+ name: "Composite",
1559
+ className: "JsonField",
1560
+ modelProperties: {
1561
+ sourceField: {
1562
+ serializedName: "sourceField",
1563
+ type: {
1564
+ name: "String"
1565
+ }
1566
+ }
1567
+ }
1568
+ }
1569
+ };
1570
+
1571
+ export const JsonFieldWithDefault: coreClient.CompositeMapper = {
1572
+ type: {
1573
+ name: "Composite",
1574
+ className: "JsonFieldWithDefault",
1575
+ modelProperties: {
1576
+ sourceField: {
1577
+ serializedName: "sourceField",
1578
+ type: {
1579
+ name: "String"
1580
+ }
1581
+ },
1582
+ defaultValue: {
1583
+ serializedName: "defaultValue",
1584
+ type: {
1585
+ name: "String"
1586
+ }
1587
+ }
1588
+ }
1589
+ }
1590
+ };
1591
+
1592
+ export const TrackedResource: coreClient.CompositeMapper = {
1593
+ type: {
1594
+ name: "Composite",
1595
+ className: "TrackedResource",
1596
+ modelProperties: {
1597
+ ...Resource.type.modelProperties,
1598
+ location: {
1599
+ serializedName: "location",
1600
+ required: true,
1601
+ type: {
1602
+ name: "String"
1603
+ }
1604
+ },
1605
+ tags: {
1606
+ serializedName: "tags",
1607
+ type: {
1608
+ name: "Dictionary",
1609
+ value: { type: { name: "String" } }
1610
+ }
1611
+ }
1612
+ }
1613
+ }
1614
+ };
1615
+
1616
+ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
1617
+ type: {
1618
+ name: "Composite",
1619
+ className: "PrivateEndpointConnection",
1620
+ modelProperties: {
1621
+ ...Resource.type.modelProperties,
1622
+ privateEndpoint: {
1623
+ serializedName: "properties.privateEndpoint",
1624
+ type: {
1625
+ name: "Composite",
1626
+ className: "PrivateEndpoint"
1627
+ }
1628
+ },
1629
+ groupIds: {
1630
+ serializedName: "properties.groupIds",
1631
+ type: {
1632
+ name: "Sequence",
1633
+ element: {
1634
+ type: {
1635
+ name: "String"
1636
+ }
1637
+ }
1638
+ }
1639
+ },
1640
+ privateLinkServiceConnectionState: {
1641
+ serializedName: "properties.privateLinkServiceConnectionState",
1642
+ type: {
1643
+ name: "Composite",
1644
+ className: "ConnectionState"
1645
+ }
1646
+ },
1647
+ provisioningState: {
1648
+ serializedName: "properties.provisioningState",
1649
+ type: {
1650
+ name: "String"
1651
+ }
1652
+ }
1653
+ }
1654
+ }
1655
+ };
1656
+
1657
+ export const DomainTopic: coreClient.CompositeMapper = {
1658
+ type: {
1659
+ name: "Composite",
1660
+ className: "DomainTopic",
1661
+ modelProperties: {
1662
+ ...Resource.type.modelProperties,
1663
+ systemData: {
1664
+ serializedName: "systemData",
1665
+ type: {
1666
+ name: "Composite",
1667
+ className: "SystemData"
1668
+ }
1669
+ },
1670
+ provisioningState: {
1671
+ serializedName: "properties.provisioningState",
1672
+ readOnly: true,
1673
+ type: {
1674
+ name: "String"
1675
+ }
1676
+ }
1677
+ }
1678
+ }
1679
+ };
1680
+
1681
+ export const EventChannel: coreClient.CompositeMapper = {
1682
+ type: {
1683
+ name: "Composite",
1684
+ className: "EventChannel",
1685
+ modelProperties: {
1686
+ ...Resource.type.modelProperties,
1687
+ systemData: {
1688
+ serializedName: "systemData",
1689
+ type: {
1690
+ name: "Composite",
1691
+ className: "SystemData"
1692
+ }
1693
+ },
1694
+ source: {
1695
+ serializedName: "properties.source",
1696
+ type: {
1697
+ name: "Composite",
1698
+ className: "EventChannelSource"
1699
+ }
1700
+ },
1701
+ destination: {
1702
+ serializedName: "properties.destination",
1703
+ type: {
1704
+ name: "Composite",
1705
+ className: "EventChannelDestination"
1706
+ }
1707
+ },
1708
+ provisioningState: {
1709
+ serializedName: "properties.provisioningState",
1710
+ readOnly: true,
1711
+ type: {
1712
+ name: "String"
1713
+ }
1714
+ },
1715
+ partnerTopicReadinessState: {
1716
+ serializedName: "properties.partnerTopicReadinessState",
1717
+ readOnly: true,
1718
+ type: {
1719
+ name: "String"
1720
+ }
1721
+ },
1722
+ expirationTimeIfNotActivatedUtc: {
1723
+ serializedName: "properties.expirationTimeIfNotActivatedUtc",
1724
+ type: {
1725
+ name: "DateTime"
1726
+ }
1727
+ },
1728
+ filter: {
1729
+ serializedName: "properties.filter",
1730
+ type: {
1731
+ name: "Composite",
1732
+ className: "EventChannelFilter"
1733
+ }
1734
+ },
1735
+ partnerTopicFriendlyDescription: {
1736
+ serializedName: "properties.partnerTopicFriendlyDescription",
1737
+ type: {
1738
+ name: "String"
1739
+ }
1740
+ }
1741
+ }
1742
+ }
1743
+ };
1744
+
1745
+ export const EventSubscription: coreClient.CompositeMapper = {
1746
+ type: {
1747
+ name: "Composite",
1748
+ className: "EventSubscription",
1749
+ modelProperties: {
1750
+ ...Resource.type.modelProperties,
1751
+ systemData: {
1752
+ serializedName: "systemData",
1753
+ type: {
1754
+ name: "Composite",
1755
+ className: "SystemData"
1756
+ }
1757
+ },
1758
+ topic: {
1759
+ serializedName: "properties.topic",
1760
+ readOnly: true,
1761
+ type: {
1762
+ name: "String"
1763
+ }
1764
+ },
1765
+ provisioningState: {
1766
+ serializedName: "properties.provisioningState",
1767
+ readOnly: true,
1768
+ type: {
1769
+ name: "String"
1770
+ }
1771
+ },
1772
+ destination: {
1773
+ serializedName: "properties.destination",
1774
+ type: {
1775
+ name: "Composite",
1776
+ className: "EventSubscriptionDestination"
1777
+ }
1778
+ },
1779
+ deliveryWithResourceIdentity: {
1780
+ serializedName: "properties.deliveryWithResourceIdentity",
1781
+ type: {
1782
+ name: "Composite",
1783
+ className: "DeliveryWithResourceIdentity"
1784
+ }
1785
+ },
1786
+ filter: {
1787
+ serializedName: "properties.filter",
1788
+ type: {
1789
+ name: "Composite",
1790
+ className: "EventSubscriptionFilter"
1791
+ }
1792
+ },
1793
+ labels: {
1794
+ serializedName: "properties.labels",
1795
+ type: {
1796
+ name: "Sequence",
1797
+ element: {
1798
+ type: {
1799
+ name: "String"
1800
+ }
1801
+ }
1802
+ }
1803
+ },
1804
+ expirationTimeUtc: {
1805
+ serializedName: "properties.expirationTimeUtc",
1806
+ type: {
1807
+ name: "DateTime"
1808
+ }
1809
+ },
1810
+ eventDeliverySchema: {
1811
+ serializedName: "properties.eventDeliverySchema",
1812
+ type: {
1813
+ name: "String"
1814
+ }
1815
+ },
1816
+ retryPolicy: {
1817
+ serializedName: "properties.retryPolicy",
1818
+ type: {
1819
+ name: "Composite",
1820
+ className: "RetryPolicy"
1821
+ }
1822
+ },
1823
+ deadLetterDestination: {
1824
+ serializedName: "properties.deadLetterDestination",
1825
+ type: {
1826
+ name: "Composite",
1827
+ className: "DeadLetterDestination"
1828
+ }
1829
+ },
1830
+ deadLetterWithResourceIdentity: {
1831
+ serializedName: "properties.deadLetterWithResourceIdentity",
1832
+ type: {
1833
+ name: "Composite",
1834
+ className: "DeadLetterWithResourceIdentity"
1835
+ }
1836
+ }
1837
+ }
1838
+ }
1839
+ };
1840
+
1841
+ export const EventType: coreClient.CompositeMapper = {
1842
+ type: {
1843
+ name: "Composite",
1844
+ className: "EventType",
1845
+ modelProperties: {
1846
+ ...Resource.type.modelProperties,
1847
+ displayName: {
1848
+ serializedName: "properties.displayName",
1849
+ type: {
1850
+ name: "String"
1851
+ }
1852
+ },
1853
+ description: {
1854
+ serializedName: "properties.description",
1855
+ type: {
1856
+ name: "String"
1857
+ }
1858
+ },
1859
+ schemaUrl: {
1860
+ serializedName: "properties.schemaUrl",
1861
+ type: {
1862
+ name: "String"
1863
+ }
1864
+ },
1865
+ isInDefaultSet: {
1866
+ serializedName: "properties.isInDefaultSet",
1867
+ type: {
1868
+ name: "Boolean"
1869
+ }
1870
+ }
1871
+ }
1872
+ }
1873
+ };
1874
+
1875
+ export const ExtensionTopic: coreClient.CompositeMapper = {
1876
+ type: {
1877
+ name: "Composite",
1878
+ className: "ExtensionTopic",
1879
+ modelProperties: {
1880
+ ...Resource.type.modelProperties,
1881
+ description: {
1882
+ serializedName: "properties.description",
1883
+ type: {
1884
+ name: "String"
1885
+ }
1886
+ },
1887
+ systemTopic: {
1888
+ serializedName: "properties.systemTopic",
1889
+ type: {
1890
+ name: "String"
1891
+ }
1892
+ }
1893
+ }
1894
+ }
1895
+ };
1896
+
1897
+ export const TopicTypeInfo: coreClient.CompositeMapper = {
1898
+ type: {
1899
+ name: "Composite",
1900
+ className: "TopicTypeInfo",
1901
+ modelProperties: {
1902
+ ...Resource.type.modelProperties,
1903
+ provider: {
1904
+ serializedName: "properties.provider",
1905
+ type: {
1906
+ name: "String"
1907
+ }
1908
+ },
1909
+ displayName: {
1910
+ serializedName: "properties.displayName",
1911
+ type: {
1912
+ name: "String"
1913
+ }
1914
+ },
1915
+ description: {
1916
+ serializedName: "properties.description",
1917
+ type: {
1918
+ name: "String"
1919
+ }
1920
+ },
1921
+ resourceRegionType: {
1922
+ serializedName: "properties.resourceRegionType",
1923
+ type: {
1924
+ name: "String"
1925
+ }
1926
+ },
1927
+ provisioningState: {
1928
+ serializedName: "properties.provisioningState",
1929
+ type: {
1930
+ name: "String"
1931
+ }
1932
+ },
1933
+ supportedLocations: {
1934
+ serializedName: "properties.supportedLocations",
1935
+ type: {
1936
+ name: "Sequence",
1937
+ element: {
1938
+ type: {
1939
+ name: "String"
1940
+ }
1941
+ }
1942
+ }
1943
+ },
1944
+ sourceResourceFormat: {
1945
+ serializedName: "properties.sourceResourceFormat",
1946
+ type: {
1947
+ name: "String"
1948
+ }
1949
+ },
1950
+ supportedScopesForSource: {
1951
+ serializedName: "properties.supportedScopesForSource",
1952
+ type: {
1953
+ name: "Sequence",
1954
+ element: {
1955
+ type: {
1956
+ name: "String"
1957
+ }
1958
+ }
1959
+ }
1960
+ }
1961
+ }
1962
+ }
1963
+ };
1964
+
1965
+ export const JsonInputSchemaMapping: coreClient.CompositeMapper = {
1966
+ serializedName: "Json",
1967
+ type: {
1968
+ name: "Composite",
1969
+ className: "JsonInputSchemaMapping",
1970
+ uberParent: "InputSchemaMapping",
1971
+ polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,
1972
+ modelProperties: {
1973
+ ...InputSchemaMapping.type.modelProperties,
1974
+ id: {
1975
+ serializedName: "properties.id",
1976
+ type: {
1977
+ name: "Composite",
1978
+ className: "JsonField"
1979
+ }
1980
+ },
1981
+ topic: {
1982
+ serializedName: "properties.topic",
1983
+ type: {
1984
+ name: "Composite",
1985
+ className: "JsonField"
1986
+ }
1987
+ },
1988
+ eventTime: {
1989
+ serializedName: "properties.eventTime",
1990
+ type: {
1991
+ name: "Composite",
1992
+ className: "JsonField"
1993
+ }
1994
+ },
1995
+ eventType: {
1996
+ serializedName: "properties.eventType",
1997
+ type: {
1998
+ name: "Composite",
1999
+ className: "JsonFieldWithDefault"
2000
+ }
2001
+ },
2002
+ subject: {
2003
+ serializedName: "properties.subject",
2004
+ type: {
2005
+ name: "Composite",
2006
+ className: "JsonFieldWithDefault"
2007
+ }
2008
+ },
2009
+ dataVersion: {
2010
+ serializedName: "properties.dataVersion",
2011
+ type: {
2012
+ name: "Composite",
2013
+ className: "JsonFieldWithDefault"
2014
+ }
2015
+ }
2016
+ }
2017
+ }
2018
+ };
2019
+
2020
+ export const NumberInAdvancedFilter: coreClient.CompositeMapper = {
2021
+ serializedName: "NumberIn",
2022
+ type: {
2023
+ name: "Composite",
2024
+ className: "NumberInAdvancedFilter",
2025
+ uberParent: "AdvancedFilter",
2026
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2027
+ modelProperties: {
2028
+ ...AdvancedFilter.type.modelProperties,
2029
+ values: {
2030
+ serializedName: "values",
2031
+ type: {
2032
+ name: "Sequence",
2033
+ element: {
2034
+ type: {
2035
+ name: "Number"
2036
+ }
2037
+ }
2038
+ }
2039
+ }
2040
+ }
2041
+ }
2042
+ };
2043
+
2044
+ export const NumberNotInAdvancedFilter: coreClient.CompositeMapper = {
2045
+ serializedName: "NumberNotIn",
2046
+ type: {
2047
+ name: "Composite",
2048
+ className: "NumberNotInAdvancedFilter",
2049
+ uberParent: "AdvancedFilter",
2050
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2051
+ modelProperties: {
2052
+ ...AdvancedFilter.type.modelProperties,
2053
+ values: {
2054
+ serializedName: "values",
2055
+ type: {
2056
+ name: "Sequence",
2057
+ element: {
2058
+ type: {
2059
+ name: "Number"
2060
+ }
2061
+ }
2062
+ }
2063
+ }
2064
+ }
2065
+ }
2066
+ };
2067
+
2068
+ export const NumberLessThanAdvancedFilter: coreClient.CompositeMapper = {
2069
+ serializedName: "NumberLessThan",
2070
+ type: {
2071
+ name: "Composite",
2072
+ className: "NumberLessThanAdvancedFilter",
2073
+ uberParent: "AdvancedFilter",
2074
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2075
+ modelProperties: {
2076
+ ...AdvancedFilter.type.modelProperties,
2077
+ value: {
2078
+ serializedName: "value",
2079
+ type: {
2080
+ name: "Number"
2081
+ }
2082
+ }
2083
+ }
2084
+ }
2085
+ };
2086
+
2087
+ export const NumberGreaterThanAdvancedFilter: coreClient.CompositeMapper = {
2088
+ serializedName: "NumberGreaterThan",
2089
+ type: {
2090
+ name: "Composite",
2091
+ className: "NumberGreaterThanAdvancedFilter",
2092
+ uberParent: "AdvancedFilter",
2093
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2094
+ modelProperties: {
2095
+ ...AdvancedFilter.type.modelProperties,
2096
+ value: {
2097
+ serializedName: "value",
2098
+ type: {
2099
+ name: "Number"
2100
+ }
2101
+ }
2102
+ }
2103
+ }
2104
+ };
2105
+
2106
+ export const NumberLessThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {
2107
+ serializedName: "NumberLessThanOrEquals",
2108
+ type: {
2109
+ name: "Composite",
2110
+ className: "NumberLessThanOrEqualsAdvancedFilter",
2111
+ uberParent: "AdvancedFilter",
2112
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2113
+ modelProperties: {
2114
+ ...AdvancedFilter.type.modelProperties,
2115
+ value: {
2116
+ serializedName: "value",
2117
+ type: {
2118
+ name: "Number"
2119
+ }
2120
+ }
2121
+ }
2122
+ }
2123
+ };
2124
+
2125
+ export const NumberGreaterThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {
2126
+ serializedName: "NumberGreaterThanOrEquals",
2127
+ type: {
2128
+ name: "Composite",
2129
+ className: "NumberGreaterThanOrEqualsAdvancedFilter",
2130
+ uberParent: "AdvancedFilter",
2131
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2132
+ modelProperties: {
2133
+ ...AdvancedFilter.type.modelProperties,
2134
+ value: {
2135
+ serializedName: "value",
2136
+ type: {
2137
+ name: "Number"
2138
+ }
2139
+ }
2140
+ }
2141
+ }
2142
+ };
2143
+
2144
+ export const BoolEqualsAdvancedFilter: coreClient.CompositeMapper = {
2145
+ serializedName: "BoolEquals",
2146
+ type: {
2147
+ name: "Composite",
2148
+ className: "BoolEqualsAdvancedFilter",
2149
+ uberParent: "AdvancedFilter",
2150
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2151
+ modelProperties: {
2152
+ ...AdvancedFilter.type.modelProperties,
2153
+ value: {
2154
+ serializedName: "value",
2155
+ type: {
2156
+ name: "Boolean"
2157
+ }
2158
+ }
2159
+ }
2160
+ }
2161
+ };
2162
+
2163
+ export const StringInAdvancedFilter: coreClient.CompositeMapper = {
2164
+ serializedName: "StringIn",
2165
+ type: {
2166
+ name: "Composite",
2167
+ className: "StringInAdvancedFilter",
2168
+ uberParent: "AdvancedFilter",
2169
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2170
+ modelProperties: {
2171
+ ...AdvancedFilter.type.modelProperties,
2172
+ values: {
2173
+ serializedName: "values",
2174
+ type: {
2175
+ name: "Sequence",
2176
+ element: {
2177
+ type: {
2178
+ name: "String"
2179
+ }
2180
+ }
2181
+ }
2182
+ }
2183
+ }
2184
+ }
2185
+ };
2186
+
2187
+ export const StringNotInAdvancedFilter: coreClient.CompositeMapper = {
2188
+ serializedName: "StringNotIn",
2189
+ type: {
2190
+ name: "Composite",
2191
+ className: "StringNotInAdvancedFilter",
2192
+ uberParent: "AdvancedFilter",
2193
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2194
+ modelProperties: {
2195
+ ...AdvancedFilter.type.modelProperties,
2196
+ values: {
2197
+ serializedName: "values",
2198
+ type: {
2199
+ name: "Sequence",
2200
+ element: {
2201
+ type: {
2202
+ name: "String"
2203
+ }
2204
+ }
2205
+ }
2206
+ }
2207
+ }
2208
+ }
2209
+ };
2210
+
2211
+ export const StringBeginsWithAdvancedFilter: coreClient.CompositeMapper = {
2212
+ serializedName: "StringBeginsWith",
2213
+ type: {
2214
+ name: "Composite",
2215
+ className: "StringBeginsWithAdvancedFilter",
2216
+ uberParent: "AdvancedFilter",
2217
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2218
+ modelProperties: {
2219
+ ...AdvancedFilter.type.modelProperties,
2220
+ values: {
2221
+ serializedName: "values",
2222
+ type: {
2223
+ name: "Sequence",
2224
+ element: {
2225
+ type: {
2226
+ name: "String"
2227
+ }
2228
+ }
2229
+ }
2230
+ }
2231
+ }
2232
+ }
2233
+ };
2234
+
2235
+ export const StringEndsWithAdvancedFilter: coreClient.CompositeMapper = {
2236
+ serializedName: "StringEndsWith",
2237
+ type: {
2238
+ name: "Composite",
2239
+ className: "StringEndsWithAdvancedFilter",
2240
+ uberParent: "AdvancedFilter",
2241
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2242
+ modelProperties: {
2243
+ ...AdvancedFilter.type.modelProperties,
2244
+ values: {
2245
+ serializedName: "values",
2246
+ type: {
2247
+ name: "Sequence",
2248
+ element: {
2249
+ type: {
2250
+ name: "String"
2251
+ }
2252
+ }
2253
+ }
2254
+ }
2255
+ }
2256
+ }
2257
+ };
2258
+
2259
+ export const StringContainsAdvancedFilter: coreClient.CompositeMapper = {
2260
+ serializedName: "StringContains",
2261
+ type: {
2262
+ name: "Composite",
2263
+ className: "StringContainsAdvancedFilter",
2264
+ uberParent: "AdvancedFilter",
2265
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2266
+ modelProperties: {
2267
+ ...AdvancedFilter.type.modelProperties,
2268
+ values: {
2269
+ serializedName: "values",
2270
+ type: {
2271
+ name: "Sequence",
2272
+ element: {
2273
+ type: {
2274
+ name: "String"
2275
+ }
2276
+ }
2277
+ }
2278
+ }
2279
+ }
2280
+ }
2281
+ };
2282
+
2283
+ export const NumberInRangeAdvancedFilter: coreClient.CompositeMapper = {
2284
+ serializedName: "NumberInRange",
2285
+ type: {
2286
+ name: "Composite",
2287
+ className: "NumberInRangeAdvancedFilter",
2288
+ uberParent: "AdvancedFilter",
2289
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2290
+ modelProperties: {
2291
+ ...AdvancedFilter.type.modelProperties,
2292
+ values: {
2293
+ serializedName: "values",
2294
+ type: {
2295
+ name: "Sequence",
2296
+ element: {
2297
+ type: {
2298
+ name: "Sequence",
2299
+ element: {
2300
+ type: {
2301
+ name: "Number"
2302
+ }
2303
+ }
2304
+ }
2305
+ }
2306
+ }
2307
+ }
2308
+ }
2309
+ }
2310
+ };
2311
+
2312
+ export const NumberNotInRangeAdvancedFilter: coreClient.CompositeMapper = {
2313
+ serializedName: "NumberNotInRange",
2314
+ type: {
2315
+ name: "Composite",
2316
+ className: "NumberNotInRangeAdvancedFilter",
2317
+ uberParent: "AdvancedFilter",
2318
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2319
+ modelProperties: {
2320
+ ...AdvancedFilter.type.modelProperties,
2321
+ values: {
2322
+ serializedName: "values",
2323
+ type: {
2324
+ name: "Sequence",
2325
+ element: {
2326
+ type: {
2327
+ name: "Sequence",
2328
+ element: {
2329
+ type: {
2330
+ name: "Number"
2331
+ }
2332
+ }
2333
+ }
2334
+ }
2335
+ }
2336
+ }
2337
+ }
2338
+ }
2339
+ };
2340
+
2341
+ export const StringNotBeginsWithAdvancedFilter: coreClient.CompositeMapper = {
2342
+ serializedName: "StringNotBeginsWith",
2343
+ type: {
2344
+ name: "Composite",
2345
+ className: "StringNotBeginsWithAdvancedFilter",
2346
+ uberParent: "AdvancedFilter",
2347
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2348
+ modelProperties: {
2349
+ ...AdvancedFilter.type.modelProperties,
2350
+ values: {
2351
+ serializedName: "values",
2352
+ type: {
2353
+ name: "Sequence",
2354
+ element: {
2355
+ type: {
2356
+ name: "String"
2357
+ }
2358
+ }
2359
+ }
2360
+ }
2361
+ }
2362
+ }
2363
+ };
2364
+
2365
+ export const StringNotEndsWithAdvancedFilter: coreClient.CompositeMapper = {
2366
+ serializedName: "StringNotEndsWith",
2367
+ type: {
2368
+ name: "Composite",
2369
+ className: "StringNotEndsWithAdvancedFilter",
2370
+ uberParent: "AdvancedFilter",
2371
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2372
+ modelProperties: {
2373
+ ...AdvancedFilter.type.modelProperties,
2374
+ values: {
2375
+ serializedName: "values",
2376
+ type: {
2377
+ name: "Sequence",
2378
+ element: {
2379
+ type: {
2380
+ name: "String"
2381
+ }
2382
+ }
2383
+ }
2384
+ }
2385
+ }
2386
+ }
2387
+ };
2388
+
2389
+ export const StringNotContainsAdvancedFilter: coreClient.CompositeMapper = {
2390
+ serializedName: "StringNotContains",
2391
+ type: {
2392
+ name: "Composite",
2393
+ className: "StringNotContainsAdvancedFilter",
2394
+ uberParent: "AdvancedFilter",
2395
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2396
+ modelProperties: {
2397
+ ...AdvancedFilter.type.modelProperties,
2398
+ values: {
2399
+ serializedName: "values",
2400
+ type: {
2401
+ name: "Sequence",
2402
+ element: {
2403
+ type: {
2404
+ name: "String"
2405
+ }
2406
+ }
2407
+ }
2408
+ }
2409
+ }
2410
+ }
2411
+ };
2412
+
2413
+ export const IsNullOrUndefinedAdvancedFilter: coreClient.CompositeMapper = {
2414
+ serializedName: "IsNullOrUndefined",
2415
+ type: {
2416
+ name: "Composite",
2417
+ className: "IsNullOrUndefinedAdvancedFilter",
2418
+ uberParent: "AdvancedFilter",
2419
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2420
+ modelProperties: {
2421
+ ...AdvancedFilter.type.modelProperties
2422
+ }
2423
+ }
2424
+ };
2425
+
2426
+ export const IsNotNullAdvancedFilter: coreClient.CompositeMapper = {
2427
+ serializedName: "IsNotNull",
2428
+ type: {
2429
+ name: "Composite",
2430
+ className: "IsNotNullAdvancedFilter",
2431
+ uberParent: "AdvancedFilter",
2432
+ polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,
2433
+ modelProperties: {
2434
+ ...AdvancedFilter.type.modelProperties
2435
+ }
2436
+ }
2437
+ };
2438
+
2439
+ export const WebHookEventSubscriptionDestination: coreClient.CompositeMapper = {
2440
+ serializedName: "WebHook",
2441
+ type: {
2442
+ name: "Composite",
2443
+ className: "WebHookEventSubscriptionDestination",
2444
+ uberParent: "EventSubscriptionDestination",
2445
+ polymorphicDiscriminator:
2446
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2447
+ modelProperties: {
2448
+ ...EventSubscriptionDestination.type.modelProperties,
2449
+ endpointUrl: {
2450
+ serializedName: "properties.endpointUrl",
2451
+ type: {
2452
+ name: "String"
2453
+ }
2454
+ },
2455
+ endpointBaseUrl: {
2456
+ serializedName: "properties.endpointBaseUrl",
2457
+ readOnly: true,
2458
+ type: {
2459
+ name: "String"
2460
+ }
2461
+ },
2462
+ maxEventsPerBatch: {
2463
+ defaultValue: 1,
2464
+ serializedName: "properties.maxEventsPerBatch",
2465
+ type: {
2466
+ name: "Number"
2467
+ }
2468
+ },
2469
+ preferredBatchSizeInKilobytes: {
2470
+ defaultValue: 64,
2471
+ serializedName: "properties.preferredBatchSizeInKilobytes",
2472
+ type: {
2473
+ name: "Number"
2474
+ }
2475
+ },
2476
+ azureActiveDirectoryTenantId: {
2477
+ serializedName: "properties.azureActiveDirectoryTenantId",
2478
+ type: {
2479
+ name: "String"
2480
+ }
2481
+ },
2482
+ azureActiveDirectoryApplicationIdOrUri: {
2483
+ serializedName: "properties.azureActiveDirectoryApplicationIdOrUri",
2484
+ type: {
2485
+ name: "String"
2486
+ }
2487
+ },
2488
+ deliveryAttributeMappings: {
2489
+ serializedName: "properties.deliveryAttributeMappings",
2490
+ type: {
2491
+ name: "Sequence",
2492
+ element: {
2493
+ type: {
2494
+ name: "Composite",
2495
+ className: "DeliveryAttributeMapping"
2496
+ }
2497
+ }
2498
+ }
2499
+ }
2500
+ }
2501
+ }
2502
+ };
2503
+
2504
+ export const EventHubEventSubscriptionDestination: coreClient.CompositeMapper = {
2505
+ serializedName: "EventHub",
2506
+ type: {
2507
+ name: "Composite",
2508
+ className: "EventHubEventSubscriptionDestination",
2509
+ uberParent: "EventSubscriptionDestination",
2510
+ polymorphicDiscriminator:
2511
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2512
+ modelProperties: {
2513
+ ...EventSubscriptionDestination.type.modelProperties,
2514
+ resourceId: {
2515
+ serializedName: "properties.resourceId",
2516
+ type: {
2517
+ name: "String"
2518
+ }
2519
+ },
2520
+ deliveryAttributeMappings: {
2521
+ serializedName: "properties.deliveryAttributeMappings",
2522
+ type: {
2523
+ name: "Sequence",
2524
+ element: {
2525
+ type: {
2526
+ name: "Composite",
2527
+ className: "DeliveryAttributeMapping"
2528
+ }
2529
+ }
2530
+ }
2531
+ }
2532
+ }
2533
+ }
2534
+ };
2535
+
2536
+ export const StorageQueueEventSubscriptionDestination: coreClient.CompositeMapper = {
2537
+ serializedName: "StorageQueue",
2538
+ type: {
2539
+ name: "Composite",
2540
+ className: "StorageQueueEventSubscriptionDestination",
2541
+ uberParent: "EventSubscriptionDestination",
2542
+ polymorphicDiscriminator:
2543
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2544
+ modelProperties: {
2545
+ ...EventSubscriptionDestination.type.modelProperties,
2546
+ resourceId: {
2547
+ serializedName: "properties.resourceId",
2548
+ type: {
2549
+ name: "String"
2550
+ }
2551
+ },
2552
+ queueName: {
2553
+ serializedName: "properties.queueName",
2554
+ type: {
2555
+ name: "String"
2556
+ }
2557
+ },
2558
+ queueMessageTimeToLiveInSeconds: {
2559
+ serializedName: "properties.queueMessageTimeToLiveInSeconds",
2560
+ type: {
2561
+ name: "Number"
2562
+ }
2563
+ }
2564
+ }
2565
+ }
2566
+ };
2567
+
2568
+ export const HybridConnectionEventSubscriptionDestination: coreClient.CompositeMapper = {
2569
+ serializedName: "HybridConnection",
2570
+ type: {
2571
+ name: "Composite",
2572
+ className: "HybridConnectionEventSubscriptionDestination",
2573
+ uberParent: "EventSubscriptionDestination",
2574
+ polymorphicDiscriminator:
2575
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2576
+ modelProperties: {
2577
+ ...EventSubscriptionDestination.type.modelProperties,
2578
+ resourceId: {
2579
+ serializedName: "properties.resourceId",
2580
+ type: {
2581
+ name: "String"
2582
+ }
2583
+ },
2584
+ deliveryAttributeMappings: {
2585
+ serializedName: "properties.deliveryAttributeMappings",
2586
+ type: {
2587
+ name: "Sequence",
2588
+ element: {
2589
+ type: {
2590
+ name: "Composite",
2591
+ className: "DeliveryAttributeMapping"
2592
+ }
2593
+ }
2594
+ }
2595
+ }
2596
+ }
2597
+ }
2598
+ };
2599
+
2600
+ export const ServiceBusQueueEventSubscriptionDestination: coreClient.CompositeMapper = {
2601
+ serializedName: "ServiceBusQueue",
2602
+ type: {
2603
+ name: "Composite",
2604
+ className: "ServiceBusQueueEventSubscriptionDestination",
2605
+ uberParent: "EventSubscriptionDestination",
2606
+ polymorphicDiscriminator:
2607
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2608
+ modelProperties: {
2609
+ ...EventSubscriptionDestination.type.modelProperties,
2610
+ resourceId: {
2611
+ serializedName: "properties.resourceId",
2612
+ type: {
2613
+ name: "String"
2614
+ }
2615
+ },
2616
+ deliveryAttributeMappings: {
2617
+ serializedName: "properties.deliveryAttributeMappings",
2618
+ type: {
2619
+ name: "Sequence",
2620
+ element: {
2621
+ type: {
2622
+ name: "Composite",
2623
+ className: "DeliveryAttributeMapping"
2624
+ }
2625
+ }
2626
+ }
2627
+ }
2628
+ }
2629
+ }
2630
+ };
2631
+
2632
+ export const ServiceBusTopicEventSubscriptionDestination: coreClient.CompositeMapper = {
2633
+ serializedName: "ServiceBusTopic",
2634
+ type: {
2635
+ name: "Composite",
2636
+ className: "ServiceBusTopicEventSubscriptionDestination",
2637
+ uberParent: "EventSubscriptionDestination",
2638
+ polymorphicDiscriminator:
2639
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2640
+ modelProperties: {
2641
+ ...EventSubscriptionDestination.type.modelProperties,
2642
+ resourceId: {
2643
+ serializedName: "properties.resourceId",
2644
+ type: {
2645
+ name: "String"
2646
+ }
2647
+ },
2648
+ deliveryAttributeMappings: {
2649
+ serializedName: "properties.deliveryAttributeMappings",
2650
+ type: {
2651
+ name: "Sequence",
2652
+ element: {
2653
+ type: {
2654
+ name: "Composite",
2655
+ className: "DeliveryAttributeMapping"
2656
+ }
2657
+ }
2658
+ }
2659
+ }
2660
+ }
2661
+ }
2662
+ };
2663
+
2664
+ export const AzureFunctionEventSubscriptionDestination: coreClient.CompositeMapper = {
2665
+ serializedName: "AzureFunction",
2666
+ type: {
2667
+ name: "Composite",
2668
+ className: "AzureFunctionEventSubscriptionDestination",
2669
+ uberParent: "EventSubscriptionDestination",
2670
+ polymorphicDiscriminator:
2671
+ EventSubscriptionDestination.type.polymorphicDiscriminator,
2672
+ modelProperties: {
2673
+ ...EventSubscriptionDestination.type.modelProperties,
2674
+ resourceId: {
2675
+ serializedName: "properties.resourceId",
2676
+ type: {
2677
+ name: "String"
2678
+ }
2679
+ },
2680
+ maxEventsPerBatch: {
2681
+ defaultValue: 1,
2682
+ serializedName: "properties.maxEventsPerBatch",
2683
+ type: {
2684
+ name: "Number"
2685
+ }
2686
+ },
2687
+ preferredBatchSizeInKilobytes: {
2688
+ defaultValue: 64,
2689
+ serializedName: "properties.preferredBatchSizeInKilobytes",
2690
+ type: {
2691
+ name: "Number"
2692
+ }
2693
+ },
2694
+ deliveryAttributeMappings: {
2695
+ serializedName: "properties.deliveryAttributeMappings",
2696
+ type: {
2697
+ name: "Sequence",
2698
+ element: {
2699
+ type: {
2700
+ name: "Composite",
2701
+ className: "DeliveryAttributeMapping"
2702
+ }
2703
+ }
2704
+ }
2705
+ }
2706
+ }
2707
+ }
2708
+ };
2709
+
2710
+ export const StorageBlobDeadLetterDestination: coreClient.CompositeMapper = {
2711
+ serializedName: "StorageBlob",
2712
+ type: {
2713
+ name: "Composite",
2714
+ className: "StorageBlobDeadLetterDestination",
2715
+ uberParent: "DeadLetterDestination",
2716
+ polymorphicDiscriminator:
2717
+ DeadLetterDestination.type.polymorphicDiscriminator,
2718
+ modelProperties: {
2719
+ ...DeadLetterDestination.type.modelProperties,
2720
+ resourceId: {
2721
+ serializedName: "properties.resourceId",
2722
+ type: {
2723
+ name: "String"
2724
+ }
2725
+ },
2726
+ blobContainerName: {
2727
+ serializedName: "properties.blobContainerName",
2728
+ type: {
2729
+ name: "String"
2730
+ }
2731
+ }
2732
+ }
2733
+ }
2734
+ };
2735
+
2736
+ export const StaticDeliveryAttributeMapping: coreClient.CompositeMapper = {
2737
+ serializedName: "Static",
2738
+ type: {
2739
+ name: "Composite",
2740
+ className: "StaticDeliveryAttributeMapping",
2741
+ uberParent: "DeliveryAttributeMapping",
2742
+ polymorphicDiscriminator:
2743
+ DeliveryAttributeMapping.type.polymorphicDiscriminator,
2744
+ modelProperties: {
2745
+ ...DeliveryAttributeMapping.type.modelProperties,
2746
+ value: {
2747
+ serializedName: "properties.value",
2748
+ type: {
2749
+ name: "String"
2750
+ }
2751
+ },
2752
+ isSecret: {
2753
+ defaultValue: false,
2754
+ serializedName: "properties.isSecret",
2755
+ type: {
2756
+ name: "Boolean"
2757
+ }
2758
+ }
2759
+ }
2760
+ }
2761
+ };
2762
+
2763
+ export const DynamicDeliveryAttributeMapping: coreClient.CompositeMapper = {
2764
+ serializedName: "Dynamic",
2765
+ type: {
2766
+ name: "Composite",
2767
+ className: "DynamicDeliveryAttributeMapping",
2768
+ uberParent: "DeliveryAttributeMapping",
2769
+ polymorphicDiscriminator:
2770
+ DeliveryAttributeMapping.type.polymorphicDiscriminator,
2771
+ modelProperties: {
2772
+ ...DeliveryAttributeMapping.type.modelProperties,
2773
+ sourceField: {
2774
+ serializedName: "properties.sourceField",
2775
+ type: {
2776
+ name: "String"
2777
+ }
2778
+ }
2779
+ }
2780
+ }
2781
+ };
2782
+
2783
+ export const Domain: coreClient.CompositeMapper = {
2784
+ type: {
2785
+ name: "Composite",
2786
+ className: "Domain",
2787
+ modelProperties: {
2788
+ ...TrackedResource.type.modelProperties,
2789
+ sku: {
2790
+ serializedName: "sku",
2791
+ type: {
2792
+ name: "Composite",
2793
+ className: "ResourceSku"
2794
+ }
2795
+ },
2796
+ identity: {
2797
+ serializedName: "identity",
2798
+ type: {
2799
+ name: "Composite",
2800
+ className: "IdentityInfo"
2801
+ }
2802
+ },
2803
+ systemData: {
2804
+ serializedName: "systemData",
2805
+ type: {
2806
+ name: "Composite",
2807
+ className: "SystemData"
2808
+ }
2809
+ },
2810
+ privateEndpointConnections: {
2811
+ serializedName: "properties.privateEndpointConnections",
2812
+ readOnly: true,
2813
+ type: {
2814
+ name: "Sequence",
2815
+ element: {
2816
+ type: {
2817
+ name: "Composite",
2818
+ className: "PrivateEndpointConnection"
2819
+ }
2820
+ }
2821
+ }
2822
+ },
2823
+ provisioningState: {
2824
+ serializedName: "properties.provisioningState",
2825
+ readOnly: true,
2826
+ type: {
2827
+ name: "String"
2828
+ }
2829
+ },
2830
+ endpoint: {
2831
+ serializedName: "properties.endpoint",
2832
+ readOnly: true,
2833
+ type: {
2834
+ name: "String"
2835
+ }
2836
+ },
2837
+ inputSchema: {
2838
+ serializedName: "properties.inputSchema",
2839
+ type: {
2840
+ name: "String"
2841
+ }
2842
+ },
2843
+ inputSchemaMapping: {
2844
+ serializedName: "properties.inputSchemaMapping",
2845
+ type: {
2846
+ name: "Composite",
2847
+ className: "InputSchemaMapping"
2848
+ }
2849
+ },
2850
+ metricResourceId: {
2851
+ serializedName: "properties.metricResourceId",
2852
+ readOnly: true,
2853
+ type: {
2854
+ name: "String"
2855
+ }
2856
+ },
2857
+ publicNetworkAccess: {
2858
+ serializedName: "properties.publicNetworkAccess",
2859
+ type: {
2860
+ name: "String"
2861
+ }
2862
+ },
2863
+ inboundIpRules: {
2864
+ serializedName: "properties.inboundIpRules",
2865
+ type: {
2866
+ name: "Sequence",
2867
+ element: {
2868
+ type: {
2869
+ name: "Composite",
2870
+ className: "InboundIpRule"
2871
+ }
2872
+ }
2873
+ }
2874
+ },
2875
+ disableLocalAuth: {
2876
+ defaultValue: false,
2877
+ serializedName: "properties.disableLocalAuth",
2878
+ type: {
2879
+ name: "Boolean"
2880
+ }
2881
+ },
2882
+ autoCreateTopicWithFirstSubscription: {
2883
+ defaultValue: true,
2884
+ serializedName: "properties.autoCreateTopicWithFirstSubscription",
2885
+ type: {
2886
+ name: "Boolean"
2887
+ }
2888
+ },
2889
+ autoDeleteTopicWithLastSubscription: {
2890
+ defaultValue: true,
2891
+ serializedName: "properties.autoDeleteTopicWithLastSubscription",
2892
+ type: {
2893
+ name: "Boolean"
2894
+ }
2895
+ }
2896
+ }
2897
+ }
2898
+ };
2899
+
2900
+ export const PartnerNamespace: coreClient.CompositeMapper = {
2901
+ type: {
2902
+ name: "Composite",
2903
+ className: "PartnerNamespace",
2904
+ modelProperties: {
2905
+ ...TrackedResource.type.modelProperties,
2906
+ systemData: {
2907
+ serializedName: "systemData",
2908
+ type: {
2909
+ name: "Composite",
2910
+ className: "SystemData"
2911
+ }
2912
+ },
2913
+ privateEndpointConnections: {
2914
+ serializedName: "properties.privateEndpointConnections",
2915
+ readOnly: true,
2916
+ type: {
2917
+ name: "Sequence",
2918
+ element: {
2919
+ type: {
2920
+ name: "Composite",
2921
+ className: "PrivateEndpointConnection"
2922
+ }
2923
+ }
2924
+ }
2925
+ },
2926
+ provisioningState: {
2927
+ serializedName: "properties.provisioningState",
2928
+ readOnly: true,
2929
+ type: {
2930
+ name: "String"
2931
+ }
2932
+ },
2933
+ partnerRegistrationFullyQualifiedId: {
2934
+ serializedName: "properties.partnerRegistrationFullyQualifiedId",
2935
+ type: {
2936
+ name: "String"
2937
+ }
2938
+ },
2939
+ endpoint: {
2940
+ serializedName: "properties.endpoint",
2941
+ readOnly: true,
2942
+ type: {
2943
+ name: "String"
2944
+ }
2945
+ },
2946
+ publicNetworkAccess: {
2947
+ serializedName: "properties.publicNetworkAccess",
2948
+ type: {
2949
+ name: "String"
2950
+ }
2951
+ },
2952
+ inboundIpRules: {
2953
+ serializedName: "properties.inboundIpRules",
2954
+ type: {
2955
+ name: "Sequence",
2956
+ element: {
2957
+ type: {
2958
+ name: "Composite",
2959
+ className: "InboundIpRule"
2960
+ }
2961
+ }
2962
+ }
2963
+ },
2964
+ disableLocalAuth: {
2965
+ defaultValue: false,
2966
+ serializedName: "properties.disableLocalAuth",
2967
+ type: {
2968
+ name: "Boolean"
2969
+ }
2970
+ }
2971
+ }
2972
+ }
2973
+ };
2974
+
2975
+ export const PartnerRegistration: coreClient.CompositeMapper = {
2976
+ type: {
2977
+ name: "Composite",
2978
+ className: "PartnerRegistration",
2979
+ modelProperties: {
2980
+ ...TrackedResource.type.modelProperties,
2981
+ systemData: {
2982
+ serializedName: "systemData",
2983
+ type: {
2984
+ name: "Composite",
2985
+ className: "SystemData"
2986
+ }
2987
+ },
2988
+ provisioningState: {
2989
+ serializedName: "properties.provisioningState",
2990
+ readOnly: true,
2991
+ type: {
2992
+ name: "String"
2993
+ }
2994
+ },
2995
+ partnerName: {
2996
+ serializedName: "properties.partnerName",
2997
+ type: {
2998
+ name: "String"
2999
+ }
3000
+ },
3001
+ partnerResourceTypeName: {
3002
+ serializedName: "properties.partnerResourceTypeName",
3003
+ type: {
3004
+ name: "String"
3005
+ }
3006
+ },
3007
+ partnerResourceTypeDisplayName: {
3008
+ serializedName: "properties.partnerResourceTypeDisplayName",
3009
+ type: {
3010
+ name: "String"
3011
+ }
3012
+ },
3013
+ partnerResourceTypeDescription: {
3014
+ serializedName: "properties.partnerResourceTypeDescription",
3015
+ type: {
3016
+ name: "String"
3017
+ }
3018
+ },
3019
+ longDescription: {
3020
+ serializedName: "properties.longDescription",
3021
+ type: {
3022
+ name: "String"
3023
+ }
3024
+ },
3025
+ partnerCustomerServiceNumber: {
3026
+ serializedName: "properties.partnerCustomerServiceNumber",
3027
+ type: {
3028
+ name: "String"
3029
+ }
3030
+ },
3031
+ partnerCustomerServiceExtension: {
3032
+ serializedName: "properties.partnerCustomerServiceExtension",
3033
+ type: {
3034
+ name: "String"
3035
+ }
3036
+ },
3037
+ customerServiceUri: {
3038
+ serializedName: "properties.customerServiceUri",
3039
+ type: {
3040
+ name: "String"
3041
+ }
3042
+ },
3043
+ setupUri: {
3044
+ serializedName: "properties.setupUri",
3045
+ type: {
3046
+ name: "String"
3047
+ }
3048
+ },
3049
+ logoUri: {
3050
+ serializedName: "properties.logoUri",
3051
+ type: {
3052
+ name: "String"
3053
+ }
3054
+ },
3055
+ visibilityState: {
3056
+ serializedName: "properties.visibilityState",
3057
+ type: {
3058
+ name: "String"
3059
+ }
3060
+ },
3061
+ authorizedAzureSubscriptionIds: {
3062
+ serializedName: "properties.authorizedAzureSubscriptionIds",
3063
+ type: {
3064
+ name: "Sequence",
3065
+ element: {
3066
+ type: {
3067
+ name: "String"
3068
+ }
3069
+ }
3070
+ }
3071
+ }
3072
+ }
3073
+ }
3074
+ };
3075
+
3076
+ export const PartnerTopic: coreClient.CompositeMapper = {
3077
+ type: {
3078
+ name: "Composite",
3079
+ className: "PartnerTopic",
3080
+ modelProperties: {
3081
+ ...TrackedResource.type.modelProperties,
3082
+ systemData: {
3083
+ serializedName: "systemData",
3084
+ type: {
3085
+ name: "Composite",
3086
+ className: "SystemData"
3087
+ }
3088
+ },
3089
+ identity: {
3090
+ serializedName: "identity",
3091
+ type: {
3092
+ name: "Composite",
3093
+ className: "IdentityInfo"
3094
+ }
3095
+ },
3096
+ source: {
3097
+ serializedName: "properties.source",
3098
+ type: {
3099
+ name: "String"
3100
+ }
3101
+ },
3102
+ expirationTimeIfNotActivatedUtc: {
3103
+ serializedName: "properties.expirationTimeIfNotActivatedUtc",
3104
+ type: {
3105
+ name: "DateTime"
3106
+ }
3107
+ },
3108
+ provisioningState: {
3109
+ serializedName: "properties.provisioningState",
3110
+ readOnly: true,
3111
+ type: {
3112
+ name: "String"
3113
+ }
3114
+ },
3115
+ activationState: {
3116
+ serializedName: "properties.activationState",
3117
+ type: {
3118
+ name: "String"
3119
+ }
3120
+ },
3121
+ partnerTopicFriendlyDescription: {
3122
+ serializedName: "properties.partnerTopicFriendlyDescription",
3123
+ type: {
3124
+ name: "String"
3125
+ }
3126
+ }
3127
+ }
3128
+ }
3129
+ };
3130
+
3131
+ export const SystemTopic: coreClient.CompositeMapper = {
3132
+ type: {
3133
+ name: "Composite",
3134
+ className: "SystemTopic",
3135
+ modelProperties: {
3136
+ ...TrackedResource.type.modelProperties,
3137
+ systemData: {
3138
+ serializedName: "systemData",
3139
+ type: {
3140
+ name: "Composite",
3141
+ className: "SystemData"
3142
+ }
3143
+ },
3144
+ identity: {
3145
+ serializedName: "identity",
3146
+ type: {
3147
+ name: "Composite",
3148
+ className: "IdentityInfo"
3149
+ }
3150
+ },
3151
+ provisioningState: {
3152
+ serializedName: "properties.provisioningState",
3153
+ readOnly: true,
3154
+ type: {
3155
+ name: "String"
3156
+ }
3157
+ },
3158
+ source: {
3159
+ serializedName: "properties.source",
3160
+ type: {
3161
+ name: "String"
3162
+ }
3163
+ },
3164
+ topicType: {
3165
+ serializedName: "properties.topicType",
3166
+ type: {
3167
+ name: "String"
3168
+ }
3169
+ },
3170
+ metricResourceId: {
3171
+ serializedName: "properties.metricResourceId",
3172
+ readOnly: true,
3173
+ type: {
3174
+ name: "String"
3175
+ }
3176
+ }
3177
+ }
3178
+ }
3179
+ };
3180
+
3181
+ export const Topic: coreClient.CompositeMapper = {
3182
+ type: {
3183
+ name: "Composite",
3184
+ className: "Topic",
3185
+ modelProperties: {
3186
+ ...TrackedResource.type.modelProperties,
3187
+ sku: {
3188
+ serializedName: "sku",
3189
+ type: {
3190
+ name: "Composite",
3191
+ className: "ResourceSku"
3192
+ }
3193
+ },
3194
+ identity: {
3195
+ serializedName: "identity",
3196
+ type: {
3197
+ name: "Composite",
3198
+ className: "IdentityInfo"
3199
+ }
3200
+ },
3201
+ kind: {
3202
+ defaultValue: "Azure",
3203
+ serializedName: "kind",
3204
+ type: {
3205
+ name: "String"
3206
+ }
3207
+ },
3208
+ extendedLocation: {
3209
+ serializedName: "extendedLocation",
3210
+ type: {
3211
+ name: "Composite",
3212
+ className: "ExtendedLocation"
3213
+ }
3214
+ },
3215
+ systemData: {
3216
+ serializedName: "systemData",
3217
+ type: {
3218
+ name: "Composite",
3219
+ className: "SystemData"
3220
+ }
3221
+ },
3222
+ privateEndpointConnections: {
3223
+ serializedName: "properties.privateEndpointConnections",
3224
+ readOnly: true,
3225
+ type: {
3226
+ name: "Sequence",
3227
+ element: {
3228
+ type: {
3229
+ name: "Composite",
3230
+ className: "PrivateEndpointConnection"
3231
+ }
3232
+ }
3233
+ }
3234
+ },
3235
+ provisioningState: {
3236
+ serializedName: "properties.provisioningState",
3237
+ readOnly: true,
3238
+ type: {
3239
+ name: "String"
3240
+ }
3241
+ },
3242
+ endpoint: {
3243
+ serializedName: "properties.endpoint",
3244
+ readOnly: true,
3245
+ type: {
3246
+ name: "String"
3247
+ }
3248
+ },
3249
+ inputSchema: {
3250
+ serializedName: "properties.inputSchema",
3251
+ type: {
3252
+ name: "String"
3253
+ }
3254
+ },
3255
+ inputSchemaMapping: {
3256
+ serializedName: "properties.inputSchemaMapping",
3257
+ type: {
3258
+ name: "Composite",
3259
+ className: "InputSchemaMapping"
3260
+ }
3261
+ },
3262
+ metricResourceId: {
3263
+ serializedName: "properties.metricResourceId",
3264
+ readOnly: true,
3265
+ type: {
3266
+ name: "String"
3267
+ }
3268
+ },
3269
+ publicNetworkAccess: {
3270
+ serializedName: "properties.publicNetworkAccess",
3271
+ type: {
3272
+ name: "String"
3273
+ }
3274
+ },
3275
+ inboundIpRules: {
3276
+ serializedName: "properties.inboundIpRules",
3277
+ type: {
3278
+ name: "Sequence",
3279
+ element: {
3280
+ type: {
3281
+ name: "Composite",
3282
+ className: "InboundIpRule"
3283
+ }
3284
+ }
3285
+ }
3286
+ },
3287
+ disableLocalAuth: {
3288
+ defaultValue: false,
3289
+ serializedName: "properties.disableLocalAuth",
3290
+ type: {
3291
+ name: "Boolean"
3292
+ }
3293
+ }
3294
+ }
3295
+ }
3296
+ };
3297
+
3298
+ export let discriminators = {
3299
+ InputSchemaMapping: InputSchemaMapping,
3300
+ AdvancedFilter: AdvancedFilter,
3301
+ EventSubscriptionDestination: EventSubscriptionDestination,
3302
+ DeadLetterDestination: DeadLetterDestination,
3303
+ DeliveryAttributeMapping: DeliveryAttributeMapping,
3304
+ "InputSchemaMapping.Json": JsonInputSchemaMapping,
3305
+ "AdvancedFilter.NumberIn": NumberInAdvancedFilter,
3306
+ "AdvancedFilter.NumberNotIn": NumberNotInAdvancedFilter,
3307
+ "AdvancedFilter.NumberLessThan": NumberLessThanAdvancedFilter,
3308
+ "AdvancedFilter.NumberGreaterThan": NumberGreaterThanAdvancedFilter,
3309
+ "AdvancedFilter.NumberLessThanOrEquals": NumberLessThanOrEqualsAdvancedFilter,
3310
+ "AdvancedFilter.NumberGreaterThanOrEquals": NumberGreaterThanOrEqualsAdvancedFilter,
3311
+ "AdvancedFilter.BoolEquals": BoolEqualsAdvancedFilter,
3312
+ "AdvancedFilter.StringIn": StringInAdvancedFilter,
3313
+ "AdvancedFilter.StringNotIn": StringNotInAdvancedFilter,
3314
+ "AdvancedFilter.StringBeginsWith": StringBeginsWithAdvancedFilter,
3315
+ "AdvancedFilter.StringEndsWith": StringEndsWithAdvancedFilter,
3316
+ "AdvancedFilter.StringContains": StringContainsAdvancedFilter,
3317
+ "AdvancedFilter.NumberInRange": NumberInRangeAdvancedFilter,
3318
+ "AdvancedFilter.NumberNotInRange": NumberNotInRangeAdvancedFilter,
3319
+ "AdvancedFilter.StringNotBeginsWith": StringNotBeginsWithAdvancedFilter,
3320
+ "AdvancedFilter.StringNotEndsWith": StringNotEndsWithAdvancedFilter,
3321
+ "AdvancedFilter.StringNotContains": StringNotContainsAdvancedFilter,
3322
+ "AdvancedFilter.IsNullOrUndefined": IsNullOrUndefinedAdvancedFilter,
3323
+ "AdvancedFilter.IsNotNull": IsNotNullAdvancedFilter,
3324
+ "EventSubscriptionDestination.WebHook": WebHookEventSubscriptionDestination,
3325
+ "EventSubscriptionDestination.EventHub": EventHubEventSubscriptionDestination,
3326
+ "EventSubscriptionDestination.StorageQueue": StorageQueueEventSubscriptionDestination,
3327
+ "EventSubscriptionDestination.HybridConnection": HybridConnectionEventSubscriptionDestination,
3328
+ "EventSubscriptionDestination.ServiceBusQueue": ServiceBusQueueEventSubscriptionDestination,
3329
+ "EventSubscriptionDestination.ServiceBusTopic": ServiceBusTopicEventSubscriptionDestination,
3330
+ "EventSubscriptionDestination.AzureFunction": AzureFunctionEventSubscriptionDestination,
3331
+ "DeadLetterDestination.StorageBlob": StorageBlobDeadLetterDestination,
3332
+ "DeliveryAttributeMapping.Static": StaticDeliveryAttributeMapping,
3333
+ "DeliveryAttributeMapping.Dynamic": DynamicDeliveryAttributeMapping
3334
+ };