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