@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,3297 @@
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 type InputSchemaMappingUnion =
12
+ | InputSchemaMapping
13
+ | JsonInputSchemaMapping;
14
+ export type AdvancedFilterUnion =
15
+ | AdvancedFilter
16
+ | NumberInAdvancedFilter
17
+ | NumberNotInAdvancedFilter
18
+ | NumberLessThanAdvancedFilter
19
+ | NumberGreaterThanAdvancedFilter
20
+ | NumberLessThanOrEqualsAdvancedFilter
21
+ | NumberGreaterThanOrEqualsAdvancedFilter
22
+ | BoolEqualsAdvancedFilter
23
+ | StringInAdvancedFilter
24
+ | StringNotInAdvancedFilter
25
+ | StringBeginsWithAdvancedFilter
26
+ | StringEndsWithAdvancedFilter
27
+ | StringContainsAdvancedFilter
28
+ | NumberInRangeAdvancedFilter
29
+ | NumberNotInRangeAdvancedFilter
30
+ | StringNotBeginsWithAdvancedFilter
31
+ | StringNotEndsWithAdvancedFilter
32
+ | StringNotContainsAdvancedFilter
33
+ | IsNullOrUndefinedAdvancedFilter
34
+ | IsNotNullAdvancedFilter;
35
+ export type EventSubscriptionDestinationUnion =
36
+ | EventSubscriptionDestination
37
+ | WebHookEventSubscriptionDestination
38
+ | EventHubEventSubscriptionDestination
39
+ | StorageQueueEventSubscriptionDestination
40
+ | HybridConnectionEventSubscriptionDestination
41
+ | ServiceBusQueueEventSubscriptionDestination
42
+ | ServiceBusTopicEventSubscriptionDestination
43
+ | AzureFunctionEventSubscriptionDestination;
44
+ export type DeadLetterDestinationUnion =
45
+ | DeadLetterDestination
46
+ | StorageBlobDeadLetterDestination;
47
+ export type DeliveryAttributeMappingUnion =
48
+ | DeliveryAttributeMapping
49
+ | StaticDeliveryAttributeMapping
50
+ | DynamicDeliveryAttributeMapping;
51
+
52
+ /** Definition of a Resource */
53
+ export interface Resource {
54
+ /**
55
+ * Fully qualified identifier of the resource.
56
+ * NOTE: This property will not be serialized. It can only be populated by the server.
57
+ */
58
+ readonly id?: string;
59
+ /**
60
+ * Name of the resource.
61
+ * NOTE: This property will not be serialized. It can only be populated by the server.
62
+ */
63
+ readonly name?: string;
64
+ /**
65
+ * Type of the resource.
66
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
+ */
68
+ readonly type?: string;
69
+ }
70
+
71
+ /** PrivateEndpoint information. */
72
+ export interface PrivateEndpoint {
73
+ /** The ARM identifier for Private Endpoint. */
74
+ id?: string;
75
+ }
76
+
77
+ /** ConnectionState information. */
78
+ export interface ConnectionState {
79
+ /** Status of the connection. */
80
+ status?: PersistedConnectionStatus;
81
+ /** Description of the connection state. */
82
+ description?: string;
83
+ /** Actions required (if any). */
84
+ actionsRequired?: string;
85
+ }
86
+
87
+ /** By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'. */
88
+ export interface InputSchemaMapping {
89
+ /** Polymorphic discriminator, which specifies the different types this object can be */
90
+ inputSchemaMappingType: "Json";
91
+ }
92
+
93
+ export interface InboundIpRule {
94
+ /** IP Address in CIDR notation e.g., 10.0.0.0/8. */
95
+ ipMask?: string;
96
+ /** Action to perform based on the match or no match of the IpMask. */
97
+ action?: IpActionType;
98
+ }
99
+
100
+ /** Describes an EventGrid Resource Sku. */
101
+ export interface ResourceSku {
102
+ /** The Sku name of the resource. The possible values are: Basic or Premium. */
103
+ name?: Sku;
104
+ }
105
+
106
+ /** The identity information for the resource. */
107
+ export interface IdentityInfo {
108
+ /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
109
+ type?: IdentityType;
110
+ /** The principal ID of resource identity. */
111
+ principalId?: string;
112
+ /** The tenant ID of resource. */
113
+ tenantId?: string;
114
+ /**
115
+ * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:
116
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
117
+ * This property is currently not used and reserved for future usage.
118
+ */
119
+ userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };
120
+ }
121
+
122
+ /** The information about the user identity. */
123
+ export interface UserIdentityProperties {
124
+ /** The principal id of user assigned identity. */
125
+ principalId?: string;
126
+ /** The client id of user assigned identity. */
127
+ clientId?: string;
128
+ }
129
+
130
+ /** Metadata pertaining to creation and last modification of the resource. */
131
+ export interface SystemData {
132
+ /** The identity that created the resource. */
133
+ createdBy?: string;
134
+ /** The type of identity that created the resource. */
135
+ createdByType?: CreatedByType;
136
+ /** The timestamp of resource creation (UTC). */
137
+ createdAt?: Date;
138
+ /** The identity that last modified the resource. */
139
+ lastModifiedBy?: string;
140
+ /** The type of identity that last modified the resource. */
141
+ lastModifiedByType?: CreatedByType;
142
+ /** The timestamp of resource last modification (UTC) */
143
+ lastModifiedAt?: Date;
144
+ }
145
+
146
+ /** Properties of the Domain update. */
147
+ export interface DomainUpdateParameters {
148
+ /** Tags of the domains resource. */
149
+ tags?: { [propertyName: string]: string };
150
+ /** Identity information for the resource. */
151
+ identity?: IdentityInfo;
152
+ /** The Sku pricing tier for the domain. */
153
+ sku?: ResourceSku;
154
+ /**
155
+ * This determines if traffic is allowed over public network. By default it is enabled.
156
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules" />
157
+ */
158
+ publicNetworkAccess?: PublicNetworkAccess;
159
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
160
+ inboundIpRules?: InboundIpRule[];
161
+ /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */
162
+ disableLocalAuth?: boolean;
163
+ /**
164
+ * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
165
+ * In this context, creation of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
166
+ * When this property is null or set to true, Event Grid is responsible of automatically creating the domain topic when the first event subscription is
167
+ * created at the scope of the domain topic. If this property is set to false, then creating the first event subscription will require creating a domain topic
168
+ * by the user. The self-management mode can be used if the user wants full control of when the domain topic is created, while auto-managed mode provides the
169
+ * flexibility to perform less operations and manage fewer resources by the user. Also, note that in auto-managed creation mode, user is allowed to create the
170
+ * domain topic on demand if needed.
171
+ */
172
+ autoCreateTopicWithFirstSubscription?: boolean;
173
+ /**
174
+ * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
175
+ * In this context, deletion of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
176
+ * When this property is set to true, Event Grid is responsible of automatically deleting the domain topic when the last event subscription at the scope
177
+ * of the domain topic is deleted. If this property is set to false, then the user needs to manually delete the domain topic when it is no longer needed
178
+ * (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The self-management mode can be used if the user wants full
179
+ * control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer
180
+ * resources by the user.
181
+ */
182
+ autoDeleteTopicWithLastSubscription?: boolean;
183
+ }
184
+
185
+ /** Result of the List Domains operation */
186
+ export interface DomainsListResult {
187
+ /** A collection of Domains */
188
+ value?: Domain[];
189
+ /** A link for the next page of domains */
190
+ nextLink?: string;
191
+ }
192
+
193
+ /** Shared access keys of the Domain. */
194
+ export interface DomainSharedAccessKeys {
195
+ /** Shared access key1 for the domain. */
196
+ key1?: string;
197
+ /** Shared access key2 for the domain. */
198
+ key2?: string;
199
+ }
200
+
201
+ /** Domain regenerate share access key request. */
202
+ export interface DomainRegenerateKeyRequest {
203
+ /** Key name to regenerate key1 or key2. */
204
+ keyName: string;
205
+ }
206
+
207
+ /** Result of the List Domain Topics operation. */
208
+ export interface DomainTopicsListResult {
209
+ /** A collection of Domain Topics. */
210
+ value?: DomainTopic[];
211
+ /** A link for the next page of domain topics. */
212
+ nextLink?: string;
213
+ }
214
+
215
+ /** Properties of the source of an event channel. */
216
+ export interface EventChannelSource {
217
+ /**
218
+ * The identifier of the resource that's the source of the events.
219
+ * This represents a unique resource in the partner's resource model.
220
+ */
221
+ source?: string;
222
+ }
223
+
224
+ /** Properties of the destination of an event channel. */
225
+ export interface EventChannelDestination {
226
+ /**
227
+ * Azure subscription ID of the customer creating the event channel. The partner topic
228
+ * associated with the event channel will be created under this Azure subscription.
229
+ */
230
+ azureSubscriptionId?: string;
231
+ /**
232
+ * Azure Resource Group of the customer creating the event channel. The partner topic
233
+ * associated with the event channel will be created under this resource group.
234
+ */
235
+ resourceGroup?: string;
236
+ /** Name of the partner topic associated with the event channel. */
237
+ partnerTopicName?: string;
238
+ }
239
+
240
+ /** Filter for the Event Channel. */
241
+ export interface EventChannelFilter {
242
+ /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. The default value is either false or null. */
243
+ enableAdvancedFilteringOnArrays?: boolean;
244
+ /** An array of advanced filters that are used for filtering event channels. */
245
+ advancedFilters?: AdvancedFilterUnion[];
246
+ }
247
+
248
+ /** This is the base type that represents an advanced filter. To configure an advanced filter, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class such as BoolEqualsAdvancedFilter, NumberInAdvancedFilter, StringEqualsAdvancedFilter etc. depending on the type of the key based on which you want to filter. */
249
+ export interface AdvancedFilter {
250
+ /** Polymorphic discriminator, which specifies the different types this object can be */
251
+ operatorType:
252
+ | "NumberIn"
253
+ | "NumberNotIn"
254
+ | "NumberLessThan"
255
+ | "NumberGreaterThan"
256
+ | "NumberLessThanOrEquals"
257
+ | "NumberGreaterThanOrEquals"
258
+ | "BoolEquals"
259
+ | "StringIn"
260
+ | "StringNotIn"
261
+ | "StringBeginsWith"
262
+ | "StringEndsWith"
263
+ | "StringContains"
264
+ | "NumberInRange"
265
+ | "NumberNotInRange"
266
+ | "StringNotBeginsWith"
267
+ | "StringNotEndsWith"
268
+ | "StringNotContains"
269
+ | "IsNullOrUndefined"
270
+ | "IsNotNull";
271
+ /** The field/property in the event based on which you want to filter. */
272
+ key?: string;
273
+ }
274
+
275
+ /** Result of the List Event Channels operation */
276
+ export interface EventChannelsListResult {
277
+ /** A collection of Event Channels */
278
+ value?: EventChannel[];
279
+ /** A link for the next page of event channels */
280
+ nextLink?: string;
281
+ }
282
+
283
+ /** Information about the destination for an event subscription. */
284
+ export interface EventSubscriptionDestination {
285
+ /** Polymorphic discriminator, which specifies the different types this object can be */
286
+ endpointType:
287
+ | "WebHook"
288
+ | "EventHub"
289
+ | "StorageQueue"
290
+ | "HybridConnection"
291
+ | "ServiceBusQueue"
292
+ | "ServiceBusTopic"
293
+ | "AzureFunction";
294
+ }
295
+
296
+ /** Information about the delivery for an event subscription with resource identity. */
297
+ export interface DeliveryWithResourceIdentity {
298
+ /** The identity to use when delivering events. */
299
+ identity?: EventSubscriptionIdentity;
300
+ /**
301
+ * Information about the destination where events have to be delivered for the event subscription.
302
+ * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
303
+ */
304
+ destination?: EventSubscriptionDestinationUnion;
305
+ }
306
+
307
+ /** The identity information with the event subscription. */
308
+ export interface EventSubscriptionIdentity {
309
+ /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. */
310
+ type?: EventSubscriptionIdentityType;
311
+ /** The user identity associated with the resource. */
312
+ userAssignedIdentity?: string;
313
+ }
314
+
315
+ /** Filter for the Event Subscription. */
316
+ export interface EventSubscriptionFilter {
317
+ /**
318
+ * An optional string to filter events for an event subscription based on a resource path prefix.
319
+ * The format of this depends on the publisher of the events.
320
+ * Wildcard characters are not supported in this path.
321
+ */
322
+ subjectBeginsWith?: string;
323
+ /**
324
+ * An optional string to filter events for an event subscription based on a resource path suffix.
325
+ * Wildcard characters are not supported in this path.
326
+ */
327
+ subjectEndsWith?: string;
328
+ /** A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. */
329
+ includedEventTypes?: string[];
330
+ /**
331
+ * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
332
+ * should be compared in a case sensitive manner.
333
+ */
334
+ isSubjectCaseSensitive?: boolean;
335
+ /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. */
336
+ enableAdvancedFilteringOnArrays?: boolean;
337
+ /** An array of advanced filters that are used for filtering event subscriptions. */
338
+ advancedFilters?: AdvancedFilterUnion[];
339
+ }
340
+
341
+ /** Information about the retry policy for an event subscription. */
342
+ export interface RetryPolicy {
343
+ /** Maximum number of delivery retry attempts for events. */
344
+ maxDeliveryAttempts?: number;
345
+ /** Time To Live (in minutes) for events. */
346
+ eventTimeToLiveInMinutes?: number;
347
+ }
348
+
349
+ /** Information about the dead letter destination for an event subscription. To configure a deadletter destination, do not directly instantiate an object of this class. Instead, instantiate an object of a derived class. Currently, StorageBlobDeadLetterDestination is the only class that derives from this class. */
350
+ export interface DeadLetterDestination {
351
+ /** Polymorphic discriminator, which specifies the different types this object can be */
352
+ endpointType: "StorageBlob";
353
+ }
354
+
355
+ /** Information about the deadletter destination with resource identity. */
356
+ export interface DeadLetterWithResourceIdentity {
357
+ /** The identity to use when dead-lettering events. */
358
+ identity?: EventSubscriptionIdentity;
359
+ /**
360
+ * Information about the destination where events have to be delivered for the event subscription.
361
+ * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
362
+ */
363
+ deadLetterDestination?: DeadLetterDestinationUnion;
364
+ }
365
+
366
+ /** Properties of the Event Subscription update. */
367
+ export interface EventSubscriptionUpdateParameters {
368
+ /**
369
+ * Information about the destination where events have to be delivered for the event subscription.
370
+ * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
371
+ */
372
+ destination?: EventSubscriptionDestinationUnion;
373
+ /**
374
+ * Information about the destination where events have to be delivered for the event subscription.
375
+ * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
376
+ */
377
+ deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
378
+ /** Information about the filter for the event subscription. */
379
+ filter?: EventSubscriptionFilter;
380
+ /** List of user defined labels. */
381
+ labels?: string[];
382
+ /** Information about the expiration time for the event subscription. */
383
+ expirationTimeUtc?: Date;
384
+ /** The event delivery schema for the event subscription. */
385
+ eventDeliverySchema?: EventDeliverySchema;
386
+ /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */
387
+ retryPolicy?: RetryPolicy;
388
+ /**
389
+ * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
390
+ * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
391
+ */
392
+ deadLetterDestination?: DeadLetterDestinationUnion;
393
+ /**
394
+ * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
395
+ * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.
396
+ */
397
+ deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
398
+ }
399
+
400
+ /** Full endpoint url of an event subscription */
401
+ export interface EventSubscriptionFullUrl {
402
+ /** The URL that represents the endpoint of the destination of an event subscription. */
403
+ endpointUrl?: string;
404
+ }
405
+
406
+ /** Result of the List EventSubscriptions operation */
407
+ export interface EventSubscriptionsListResult {
408
+ /** A collection of EventSubscriptions */
409
+ value?: EventSubscription[];
410
+ /** A link for the next page of event subscriptions */
411
+ nextLink?: string;
412
+ }
413
+
414
+ /** Result of the Get delivery attributes operation. */
415
+ export interface DeliveryAttributeListResult {
416
+ /** A collection of DeliveryAttributeMapping */
417
+ value?: DeliveryAttributeMappingUnion[];
418
+ }
419
+
420
+ /** Delivery attribute mapping details. */
421
+ export interface DeliveryAttributeMapping {
422
+ /** Polymorphic discriminator, which specifies the different types this object can be */
423
+ type: "Static" | "Dynamic";
424
+ /** Name of the delivery attribute or header. */
425
+ name?: string;
426
+ }
427
+
428
+ /** Result of the List Operations operation */
429
+ export interface OperationsListResult {
430
+ /** A collection of operations */
431
+ value?: Operation[];
432
+ }
433
+
434
+ /** Represents an operation returned by the GetOperations request */
435
+ export interface Operation {
436
+ /** Name of the operation */
437
+ name?: string;
438
+ /** Display name of the operation */
439
+ display?: OperationInfo;
440
+ /** Origin of the operation */
441
+ origin?: string;
442
+ /** This Boolean is used to determine if the operation is a data plane action or not. */
443
+ isDataAction?: boolean;
444
+ /** Properties of the operation */
445
+ properties?: Record<string, unknown>;
446
+ }
447
+
448
+ /** Information about an operation */
449
+ export interface OperationInfo {
450
+ /** Name of the provider */
451
+ provider?: string;
452
+ /** Name of the resource type */
453
+ resource?: string;
454
+ /** Name of the operation */
455
+ operation?: string;
456
+ /** Description of the operation */
457
+ description?: string;
458
+ }
459
+
460
+ /** Properties of the PartnerNamespace update. */
461
+ export interface PartnerNamespaceUpdateParameters {
462
+ /** Tags of the partner namespace. */
463
+ tags?: { [propertyName: string]: string };
464
+ /**
465
+ * This determines if traffic is allowed over public network. By default it is enabled.
466
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceUpdateParameterProperties.InboundIpRules" />
467
+ */
468
+ publicNetworkAccess?: PublicNetworkAccess;
469
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
470
+ inboundIpRules?: InboundIpRule[];
471
+ /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */
472
+ disableLocalAuth?: boolean;
473
+ }
474
+
475
+ /** Result of the List Partner Namespaces operation */
476
+ export interface PartnerNamespacesListResult {
477
+ /** A collection of partner namespaces. */
478
+ value?: PartnerNamespace[];
479
+ /** A link for the next page of partner namespaces. */
480
+ nextLink?: string;
481
+ }
482
+
483
+ /** Shared access keys of the partner namespace. */
484
+ export interface PartnerNamespaceSharedAccessKeys {
485
+ /** Shared access key1 for the partner namespace. */
486
+ key1?: string;
487
+ /** Shared access key2 for the partner namespace. */
488
+ key2?: string;
489
+ }
490
+
491
+ /** PartnerNamespace regenerate shared access key request. */
492
+ export interface PartnerNamespaceRegenerateKeyRequest {
493
+ /** Key name to regenerate (key1 or key2). */
494
+ keyName: string;
495
+ }
496
+
497
+ /** Properties of the Partner Registration update. */
498
+ export interface PartnerRegistrationUpdateParameters {
499
+ /** Tags of the partner registration resource. */
500
+ tags?: { [propertyName: string]: string };
501
+ /** Name of the partner topic type. */
502
+ partnerTopicTypeName?: string;
503
+ /** Display name of the partner topic type. */
504
+ partnerTopicTypeDisplayName?: string;
505
+ /** Description of the partner topic type. */
506
+ partnerTopicTypeDescription?: string;
507
+ /**
508
+ * URI of the partner website that can be used by Azure customers to setup Event Grid
509
+ * integration on an event source.
510
+ */
511
+ setupUri?: string;
512
+ /** URI of the partner logo. */
513
+ logoUri?: string;
514
+ /**
515
+ * List of IDs of Azure AD applications that are authorized to create a partner namespace
516
+ * associated with this partner registration. This is an optional property. Creating
517
+ * partner namespaces is always permitted under the same Azure subscription as the one used
518
+ * for creating the partner registration.
519
+ */
520
+ authorizedAzureSubscriptionIds?: string[];
521
+ }
522
+
523
+ /** Result of the List Partner Registrations operation. */
524
+ export interface PartnerRegistrationsListResult {
525
+ /** A collection of partner registrations. */
526
+ value?: PartnerRegistration[];
527
+ /** A link for the next page of partner registrations. */
528
+ nextLink?: string;
529
+ }
530
+
531
+ /** Properties of the Partner Topic update. */
532
+ export interface PartnerTopicUpdateParameters {
533
+ /** Tags of the Partner Topic resource. */
534
+ tags?: { [propertyName: string]: string };
535
+ /** Identity information for the Partner Topic resource. */
536
+ identity?: IdentityInfo;
537
+ }
538
+
539
+ /** Result of the List Partner Topics operation. */
540
+ export interface PartnerTopicsListResult {
541
+ /** A collection of partner topics. */
542
+ value?: PartnerTopic[];
543
+ /** A link for the next page of partner topics. */
544
+ nextLink?: string;
545
+ }
546
+
547
+ /** Result of the list of all private endpoint connections operation. */
548
+ export interface PrivateEndpointConnectionListResult {
549
+ /** A collection of private endpoint connection resources. */
550
+ value?: PrivateEndpointConnection[];
551
+ /** A link for the next page of private endpoint connection resources. */
552
+ nextLink?: string;
553
+ }
554
+
555
+ /** Information of the private link resource. */
556
+ export interface PrivateLinkResource {
557
+ /** Fully qualified identifier of the resource. */
558
+ id?: string;
559
+ /** Name of the resource. */
560
+ name?: string;
561
+ /** Type of the resource. */
562
+ type?: string;
563
+ groupId?: string;
564
+ displayName?: string;
565
+ requiredMembers?: string[];
566
+ requiredZoneNames?: string[];
567
+ }
568
+
569
+ /** Result of the List private link resources operation. */
570
+ export interface PrivateLinkResourcesListResult {
571
+ /** A collection of private link resources */
572
+ value?: PrivateLinkResource[];
573
+ /** A link for the next page of private link resources. */
574
+ nextLink?: string;
575
+ }
576
+
577
+ /** Properties of the System Topic update. */
578
+ export interface SystemTopicUpdateParameters {
579
+ /** Tags of the system topic. */
580
+ tags?: { [propertyName: string]: string };
581
+ /** Resource identity information. */
582
+ identity?: IdentityInfo;
583
+ }
584
+
585
+ /** Result of the List System topics operation. */
586
+ export interface SystemTopicsListResult {
587
+ /** A collection of system Topics. */
588
+ value?: SystemTopic[];
589
+ /** A link for the next page of topics. */
590
+ nextLink?: string;
591
+ }
592
+
593
+ /** Definition of an Extended Location */
594
+ export interface ExtendedLocation {
595
+ /** Fully qualified name of the extended location. */
596
+ name?: string;
597
+ /** Type of the extended location. */
598
+ type?: string;
599
+ }
600
+
601
+ /** Properties of the Topic update */
602
+ export interface TopicUpdateParameters {
603
+ /** Tags of the Topic resource. */
604
+ tags?: { [propertyName: string]: string };
605
+ /** Topic resource identity information. */
606
+ identity?: IdentityInfo;
607
+ /** The Sku pricing tier for the topic. */
608
+ sku?: ResourceSku;
609
+ /**
610
+ * This determines if traffic is allowed over public network. By default it is enabled.
611
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />
612
+ */
613
+ publicNetworkAccess?: PublicNetworkAccess;
614
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
615
+ inboundIpRules?: InboundIpRule[];
616
+ /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
617
+ disableLocalAuth?: boolean;
618
+ }
619
+
620
+ /** Result of the List Topics operation */
621
+ export interface TopicsListResult {
622
+ /** A collection of Topics */
623
+ value?: Topic[];
624
+ /** A link for the next page of topics */
625
+ nextLink?: string;
626
+ }
627
+
628
+ /** Shared access keys of the Topic */
629
+ export interface TopicSharedAccessKeys {
630
+ /** Shared access key1 for the topic. */
631
+ key1?: string;
632
+ /** Shared access key2 for the topic. */
633
+ key2?: string;
634
+ }
635
+
636
+ /** Topic regenerate share access key request */
637
+ export interface TopicRegenerateKeyRequest {
638
+ /** Key name to regenerate key1 or key2 */
639
+ keyName: string;
640
+ }
641
+
642
+ /** Result of the List Event Types operation */
643
+ export interface EventTypesListResult {
644
+ /** A collection of event types */
645
+ value?: EventType[];
646
+ }
647
+
648
+ /** Result of the List Topic Types operation */
649
+ export interface TopicTypesListResult {
650
+ /** A collection of topic types */
651
+ value?: TopicTypeInfo[];
652
+ }
653
+
654
+ /** This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema. */
655
+ export interface JsonField {
656
+ /** Name of a field in the input event schema that's to be used as the source of a mapping. */
657
+ sourceField?: string;
658
+ }
659
+
660
+ /**
661
+ * This is used to express the source of an input schema mapping for a single target field
662
+ * in the Event Grid Event schema. This is currently used in the mappings for the 'subject',
663
+ * 'eventtype' and 'dataversion' properties. This represents a field in the input event schema
664
+ * along with a default value to be used, and at least one of these two properties should be provided.
665
+ */
666
+ export interface JsonFieldWithDefault {
667
+ /** Name of a field in the input event schema that's to be used as the source of a mapping. */
668
+ sourceField?: string;
669
+ /** The default value to be used for mapping when a SourceField is not provided or if there's no property with the specified name in the published JSON event payload. */
670
+ defaultValue?: string;
671
+ }
672
+
673
+ /** Definition of a Tracked Resource. */
674
+ export type TrackedResource = Resource & {
675
+ /** Location of the resource. */
676
+ location: string;
677
+ /** Tags of the resource. */
678
+ tags?: { [propertyName: string]: string };
679
+ };
680
+
681
+ export type PrivateEndpointConnection = Resource & {
682
+ /** The Private Endpoint resource for this Connection. */
683
+ privateEndpoint?: PrivateEndpoint;
684
+ /** GroupIds from the private link service resource. */
685
+ groupIds?: string[];
686
+ /** Details about the state of the connection. */
687
+ privateLinkServiceConnectionState?: ConnectionState;
688
+ /** Provisioning state of the Private Endpoint Connection. */
689
+ provisioningState?: ResourceProvisioningState;
690
+ };
691
+
692
+ /** Domain Topic. */
693
+ export type DomainTopic = Resource & {
694
+ /**
695
+ * The system metadata relating to Domain Topic resource.
696
+ * NOTE: This property will not be serialized. It can only be populated by the server.
697
+ */
698
+ readonly systemData?: SystemData;
699
+ /**
700
+ * Provisioning state of the domain topic.
701
+ * NOTE: This property will not be serialized. It can only be populated by the server.
702
+ */
703
+ readonly provisioningState?: DomainTopicProvisioningState;
704
+ };
705
+
706
+ /** Event Channel. */
707
+ export type EventChannel = Resource & {
708
+ /**
709
+ * The system metadata relating to Event Channel resource.
710
+ * NOTE: This property will not be serialized. It can only be populated by the server.
711
+ */
712
+ readonly systemData?: SystemData;
713
+ /** Source of the event channel. This represents a unique resource in the partner's resource model. */
714
+ source?: EventChannelSource;
715
+ /** Represents the destination of an event channel. */
716
+ destination?: EventChannelDestination;
717
+ /**
718
+ * Provisioning state of the event channel.
719
+ * NOTE: This property will not be serialized. It can only be populated by the server.
720
+ */
721
+ readonly provisioningState?: EventChannelProvisioningState;
722
+ /**
723
+ * The readiness state of the corresponding partner topic.
724
+ * NOTE: This property will not be serialized. It can only be populated by the server.
725
+ */
726
+ readonly partnerTopicReadinessState?: PartnerTopicReadinessState;
727
+ /**
728
+ * Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,
729
+ * the event channel and corresponding partner topic are deleted.
730
+ */
731
+ expirationTimeIfNotActivatedUtc?: Date;
732
+ /** Information about the filter for the event channel. */
733
+ filter?: EventChannelFilter;
734
+ /**
735
+ * Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
736
+ * This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
737
+ */
738
+ partnerTopicFriendlyDescription?: string;
739
+ };
740
+
741
+ /** Event Subscription */
742
+ export type EventSubscription = Resource & {
743
+ /**
744
+ * The system metadata relating to Event Subscription resource.
745
+ * NOTE: This property will not be serialized. It can only be populated by the server.
746
+ */
747
+ readonly systemData?: SystemData;
748
+ /**
749
+ * Name of the topic of the event subscription.
750
+ * NOTE: This property will not be serialized. It can only be populated by the server.
751
+ */
752
+ readonly topic?: string;
753
+ /**
754
+ * Provisioning state of the event subscription.
755
+ * NOTE: This property will not be serialized. It can only be populated by the server.
756
+ */
757
+ readonly provisioningState?: EventSubscriptionProvisioningState;
758
+ /**
759
+ * Information about the destination where events have to be delivered for the event subscription.
760
+ * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
761
+ */
762
+ destination?: EventSubscriptionDestinationUnion;
763
+ /**
764
+ * Information about the destination where events have to be delivered for the event subscription.
765
+ * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
766
+ */
767
+ deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;
768
+ /** Information about the filter for the event subscription. */
769
+ filter?: EventSubscriptionFilter;
770
+ /** List of user defined labels. */
771
+ labels?: string[];
772
+ /** Expiration time of the event subscription. */
773
+ expirationTimeUtc?: Date;
774
+ /** The event delivery schema for the event subscription. */
775
+ eventDeliverySchema?: EventDeliverySchema;
776
+ /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */
777
+ retryPolicy?: RetryPolicy;
778
+ /**
779
+ * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
780
+ * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
781
+ */
782
+ deadLetterDestination?: DeadLetterDestinationUnion;
783
+ /**
784
+ * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
785
+ * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
786
+ */
787
+ deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;
788
+ };
789
+
790
+ /** Event Type for a subject under a topic */
791
+ export type EventType = Resource & {
792
+ /** Display name of the event type. */
793
+ displayName?: string;
794
+ /** Description of the event type. */
795
+ description?: string;
796
+ /** Url of the schema for this event type. */
797
+ schemaUrl?: string;
798
+ /** IsInDefaultSet flag of the event type. */
799
+ isInDefaultSet?: boolean;
800
+ };
801
+
802
+ /** Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources. */
803
+ export type ExtensionTopic = Resource & {
804
+ /** Description of the extension topic. */
805
+ description?: string;
806
+ /** System topic resource id which is mapped to the source. */
807
+ systemTopic?: string;
808
+ };
809
+
810
+ /** Properties of a topic type info. */
811
+ export type TopicTypeInfo = Resource & {
812
+ /** Namespace of the provider of the topic type. */
813
+ provider?: string;
814
+ /** Display Name for the topic type. */
815
+ displayName?: string;
816
+ /** Description of the topic type. */
817
+ description?: string;
818
+ /** Region type of the resource. */
819
+ resourceRegionType?: ResourceRegionType;
820
+ /** Provisioning state of the topic type */
821
+ provisioningState?: TopicTypeProvisioningState;
822
+ /** List of locations supported by this topic type. */
823
+ supportedLocations?: string[];
824
+ /** Source resource format. */
825
+ sourceResourceFormat?: string;
826
+ /** Supported source scopes. */
827
+ supportedScopesForSource?: TopicTypePropertiesSupportedScopesForSourceItem[];
828
+ };
829
+
830
+ /** This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema. */
831
+ export type JsonInputSchemaMapping = InputSchemaMapping & {
832
+ /** Polymorphic discriminator, which specifies the different types this object can be */
833
+ inputSchemaMappingType: "Json";
834
+ /** The mapping information for the Id property of the Event Grid Event. */
835
+ id?: JsonField;
836
+ /** The mapping information for the Topic property of the Event Grid Event. */
837
+ topic?: JsonField;
838
+ /** The mapping information for the EventTime property of the Event Grid Event. */
839
+ eventTime?: JsonField;
840
+ /** The mapping information for the EventType property of the Event Grid Event. */
841
+ eventType?: JsonFieldWithDefault;
842
+ /** The mapping information for the Subject property of the Event Grid Event. */
843
+ subject?: JsonFieldWithDefault;
844
+ /** The mapping information for the DataVersion property of the Event Grid Event. */
845
+ dataVersion?: JsonFieldWithDefault;
846
+ };
847
+
848
+ /** NumberIn Advanced Filter. */
849
+ export type NumberInAdvancedFilter = AdvancedFilter & {
850
+ /** Polymorphic discriminator, which specifies the different types this object can be */
851
+ operatorType: "NumberIn";
852
+ /** The set of filter values. */
853
+ values?: number[];
854
+ };
855
+
856
+ /** NumberNotIn Advanced Filter. */
857
+ export type NumberNotInAdvancedFilter = AdvancedFilter & {
858
+ /** Polymorphic discriminator, which specifies the different types this object can be */
859
+ operatorType: "NumberNotIn";
860
+ /** The set of filter values. */
861
+ values?: number[];
862
+ };
863
+
864
+ /** NumberLessThan Advanced Filter. */
865
+ export type NumberLessThanAdvancedFilter = AdvancedFilter & {
866
+ /** Polymorphic discriminator, which specifies the different types this object can be */
867
+ operatorType: "NumberLessThan";
868
+ /** The filter value. */
869
+ value?: number;
870
+ };
871
+
872
+ /** NumberGreaterThan Advanced Filter. */
873
+ export type NumberGreaterThanAdvancedFilter = AdvancedFilter & {
874
+ /** Polymorphic discriminator, which specifies the different types this object can be */
875
+ operatorType: "NumberGreaterThan";
876
+ /** The filter value. */
877
+ value?: number;
878
+ };
879
+
880
+ /** NumberLessThanOrEquals Advanced Filter. */
881
+ export type NumberLessThanOrEqualsAdvancedFilter = AdvancedFilter & {
882
+ /** Polymorphic discriminator, which specifies the different types this object can be */
883
+ operatorType: "NumberLessThanOrEquals";
884
+ /** The filter value. */
885
+ value?: number;
886
+ };
887
+
888
+ /** NumberGreaterThanOrEquals Advanced Filter. */
889
+ export type NumberGreaterThanOrEqualsAdvancedFilter = AdvancedFilter & {
890
+ /** Polymorphic discriminator, which specifies the different types this object can be */
891
+ operatorType: "NumberGreaterThanOrEquals";
892
+ /** The filter value. */
893
+ value?: number;
894
+ };
895
+
896
+ /** BoolEquals Advanced Filter. */
897
+ export type BoolEqualsAdvancedFilter = AdvancedFilter & {
898
+ /** Polymorphic discriminator, which specifies the different types this object can be */
899
+ operatorType: "BoolEquals";
900
+ /** The boolean filter value. */
901
+ value?: boolean;
902
+ };
903
+
904
+ /** StringIn Advanced Filter. */
905
+ export type StringInAdvancedFilter = AdvancedFilter & {
906
+ /** Polymorphic discriminator, which specifies the different types this object can be */
907
+ operatorType: "StringIn";
908
+ /** The set of filter values. */
909
+ values?: string[];
910
+ };
911
+
912
+ /** StringNotIn Advanced Filter. */
913
+ export type StringNotInAdvancedFilter = AdvancedFilter & {
914
+ /** Polymorphic discriminator, which specifies the different types this object can be */
915
+ operatorType: "StringNotIn";
916
+ /** The set of filter values. */
917
+ values?: string[];
918
+ };
919
+
920
+ /** StringBeginsWith Advanced Filter. */
921
+ export type StringBeginsWithAdvancedFilter = AdvancedFilter & {
922
+ /** Polymorphic discriminator, which specifies the different types this object can be */
923
+ operatorType: "StringBeginsWith";
924
+ /** The set of filter values. */
925
+ values?: string[];
926
+ };
927
+
928
+ /** StringEndsWith Advanced Filter. */
929
+ export type StringEndsWithAdvancedFilter = AdvancedFilter & {
930
+ /** Polymorphic discriminator, which specifies the different types this object can be */
931
+ operatorType: "StringEndsWith";
932
+ /** The set of filter values. */
933
+ values?: string[];
934
+ };
935
+
936
+ /** StringContains Advanced Filter. */
937
+ export type StringContainsAdvancedFilter = AdvancedFilter & {
938
+ /** Polymorphic discriminator, which specifies the different types this object can be */
939
+ operatorType: "StringContains";
940
+ /** The set of filter values. */
941
+ values?: string[];
942
+ };
943
+
944
+ /** NumberInRange Advanced Filter. */
945
+ export type NumberInRangeAdvancedFilter = AdvancedFilter & {
946
+ /** Polymorphic discriminator, which specifies the different types this object can be */
947
+ operatorType: "NumberInRange";
948
+ /** The set of filter values. */
949
+ values?: number[][];
950
+ };
951
+
952
+ /** NumberNotInRange Advanced Filter. */
953
+ export type NumberNotInRangeAdvancedFilter = AdvancedFilter & {
954
+ /** Polymorphic discriminator, which specifies the different types this object can be */
955
+ operatorType: "NumberNotInRange";
956
+ /** The set of filter values. */
957
+ values?: number[][];
958
+ };
959
+
960
+ /** StringNotBeginsWith Advanced Filter. */
961
+ export type StringNotBeginsWithAdvancedFilter = AdvancedFilter & {
962
+ /** Polymorphic discriminator, which specifies the different types this object can be */
963
+ operatorType: "StringNotBeginsWith";
964
+ /** The set of filter values. */
965
+ values?: string[];
966
+ };
967
+
968
+ /** StringNotEndsWith Advanced Filter. */
969
+ export type StringNotEndsWithAdvancedFilter = AdvancedFilter & {
970
+ /** Polymorphic discriminator, which specifies the different types this object can be */
971
+ operatorType: "StringNotEndsWith";
972
+ /** The set of filter values. */
973
+ values?: string[];
974
+ };
975
+
976
+ /** StringNotContains Advanced Filter. */
977
+ export type StringNotContainsAdvancedFilter = AdvancedFilter & {
978
+ /** Polymorphic discriminator, which specifies the different types this object can be */
979
+ operatorType: "StringNotContains";
980
+ /** The set of filter values. */
981
+ values?: string[];
982
+ };
983
+
984
+ /** IsNullOrUndefined Advanced Filter. */
985
+ export type IsNullOrUndefinedAdvancedFilter = AdvancedFilter & {
986
+ /** Polymorphic discriminator, which specifies the different types this object can be */
987
+ operatorType: "IsNullOrUndefined";
988
+ };
989
+
990
+ /** IsNotNull Advanced Filter. */
991
+ export type IsNotNullAdvancedFilter = AdvancedFilter & {
992
+ /** Polymorphic discriminator, which specifies the different types this object can be */
993
+ operatorType: "IsNotNull";
994
+ };
995
+
996
+ /** Information about the webhook destination for an event subscription. */
997
+ export type WebHookEventSubscriptionDestination = EventSubscriptionDestination & {
998
+ /** Polymorphic discriminator, which specifies the different types this object can be */
999
+ endpointType: "WebHook";
1000
+ /** The URL that represents the endpoint of the destination of an event subscription. */
1001
+ endpointUrl?: string;
1002
+ /**
1003
+ * The base URL that represents the endpoint of the destination of an event subscription.
1004
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1005
+ */
1006
+ readonly endpointBaseUrl?: string;
1007
+ /** Maximum number of events per batch. */
1008
+ maxEventsPerBatch?: number;
1009
+ /** Preferred batch size in Kilobytes. */
1010
+ preferredBatchSizeInKilobytes?: number;
1011
+ /** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */
1012
+ azureActiveDirectoryTenantId?: string;
1013
+ /** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */
1014
+ azureActiveDirectoryApplicationIdOrUri?: string;
1015
+ /** Delivery attribute details. */
1016
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1017
+ };
1018
+
1019
+ /** Information about the event hub destination for an event subscription. */
1020
+ export type EventHubEventSubscriptionDestination = EventSubscriptionDestination & {
1021
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1022
+ endpointType: "EventHub";
1023
+ /** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */
1024
+ resourceId?: string;
1025
+ /** Delivery attribute details. */
1026
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1027
+ };
1028
+
1029
+ /** Information about the storage queue destination for an event subscription. */
1030
+ export type StorageQueueEventSubscriptionDestination = EventSubscriptionDestination & {
1031
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1032
+ endpointType: "StorageQueue";
1033
+ /** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */
1034
+ resourceId?: string;
1035
+ /** The name of the Storage queue under a storage account that is the destination of an event subscription. */
1036
+ queueName?: string;
1037
+ /** Storage queue message time to live in seconds. */
1038
+ queueMessageTimeToLiveInSeconds?: number;
1039
+ };
1040
+
1041
+ /** Information about the HybridConnection destination for an event subscription. */
1042
+ export type HybridConnectionEventSubscriptionDestination = EventSubscriptionDestination & {
1043
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1044
+ endpointType: "HybridConnection";
1045
+ /** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */
1046
+ resourceId?: string;
1047
+ /** Delivery attribute details. */
1048
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1049
+ };
1050
+
1051
+ /** Information about the service bus destination for an event subscription. */
1052
+ export type ServiceBusQueueEventSubscriptionDestination = EventSubscriptionDestination & {
1053
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1054
+ endpointType: "ServiceBusQueue";
1055
+ /** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */
1056
+ resourceId?: string;
1057
+ /** Delivery attribute details. */
1058
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1059
+ };
1060
+
1061
+ /** Information about the service bus topic destination for an event subscription. */
1062
+ export type ServiceBusTopicEventSubscriptionDestination = EventSubscriptionDestination & {
1063
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1064
+ endpointType: "ServiceBusTopic";
1065
+ /** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */
1066
+ resourceId?: string;
1067
+ /** Delivery attribute details. */
1068
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1069
+ };
1070
+
1071
+ /** Information about the azure function destination for an event subscription. */
1072
+ export type AzureFunctionEventSubscriptionDestination = EventSubscriptionDestination & {
1073
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1074
+ endpointType: "AzureFunction";
1075
+ /** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */
1076
+ resourceId?: string;
1077
+ /** Maximum number of events per batch. */
1078
+ maxEventsPerBatch?: number;
1079
+ /** Preferred batch size in Kilobytes. */
1080
+ preferredBatchSizeInKilobytes?: number;
1081
+ /** Delivery attribute details. */
1082
+ deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];
1083
+ };
1084
+
1085
+ /** Information about the storage blob based dead letter destination. */
1086
+ export type StorageBlobDeadLetterDestination = DeadLetterDestination & {
1087
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1088
+ endpointType: "StorageBlob";
1089
+ /** The Azure Resource ID of the storage account that is the destination of the deadletter events */
1090
+ resourceId?: string;
1091
+ /** The name of the Storage blob container that is the destination of the deadletter events */
1092
+ blobContainerName?: string;
1093
+ };
1094
+
1095
+ /** Static delivery attribute mapping details. */
1096
+ export type StaticDeliveryAttributeMapping = DeliveryAttributeMapping & {
1097
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1098
+ type: "Static";
1099
+ /** Value of the delivery attribute. */
1100
+ value?: string;
1101
+ /** Boolean flag to tell if the attribute contains sensitive information . */
1102
+ isSecret?: boolean;
1103
+ };
1104
+
1105
+ /** Dynamic delivery attribute mapping details. */
1106
+ export type DynamicDeliveryAttributeMapping = DeliveryAttributeMapping & {
1107
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1108
+ type: "Dynamic";
1109
+ /** JSON path in the event which contains attribute value. */
1110
+ sourceField?: string;
1111
+ };
1112
+
1113
+ /** EventGrid Domain. */
1114
+ export type Domain = TrackedResource & {
1115
+ /** The Sku pricing tier for the Event Grid Domain resource. */
1116
+ sku?: ResourceSku;
1117
+ /** Identity information for the Event Grid Domain resource. */
1118
+ identity?: IdentityInfo;
1119
+ /**
1120
+ * The system metadata relating to the Event Grid Domain resource.
1121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1122
+ */
1123
+ readonly systemData?: SystemData;
1124
+ /**
1125
+ * List of private endpoint connections.
1126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1127
+ */
1128
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
1129
+ /**
1130
+ * Provisioning state of the Event Grid Domain Resource.
1131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1132
+ */
1133
+ readonly provisioningState?: DomainProvisioningState;
1134
+ /**
1135
+ * Endpoint for the Event Grid Domain Resource which is used for publishing the events.
1136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1137
+ */
1138
+ readonly endpoint?: string;
1139
+ /** This determines the format that Event Grid should expect for incoming events published to the Event Grid Domain Resource. */
1140
+ inputSchema?: InputSchema;
1141
+ /** Information about the InputSchemaMapping which specified the info about mapping event payload. */
1142
+ inputSchemaMapping?: InputSchemaMappingUnion;
1143
+ /**
1144
+ * Metric resource id for the Event Grid Domain Resource.
1145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1146
+ */
1147
+ readonly metricResourceId?: string;
1148
+ /**
1149
+ * This determines if traffic is allowed over public network. By default it is enabled.
1150
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules" />
1151
+ */
1152
+ publicNetworkAccess?: PublicNetworkAccess;
1153
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
1154
+ inboundIpRules?: InboundIpRule[];
1155
+ /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the domain. */
1156
+ disableLocalAuth?: boolean;
1157
+ /**
1158
+ * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
1159
+ * In this context, creation of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
1160
+ * When this property is null or set to true, Event Grid is responsible of automatically creating the domain topic when the first event subscription is
1161
+ * created at the scope of the domain topic. If this property is set to false, then creating the first event subscription will require creating a domain topic
1162
+ * by the user. The self-management mode can be used if the user wants full control of when the domain topic is created, while auto-managed mode provides the
1163
+ * flexibility to perform less operations and manage fewer resources by the user. Also, note that in auto-managed creation mode, user is allowed to create the
1164
+ * domain topic on demand if needed.
1165
+ */
1166
+ autoCreateTopicWithFirstSubscription?: boolean;
1167
+ /**
1168
+ * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.
1169
+ * In this context, deletion of domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true.
1170
+ * When this property is set to true, Event Grid is responsible of automatically deleting the domain topic when the last event subscription at the scope
1171
+ * of the domain topic is deleted. If this property is set to false, then the user needs to manually delete the domain topic when it is no longer needed
1172
+ * (e.g., when last event subscription is deleted and the resource needs to be cleaned up). The self-management mode can be used if the user wants full
1173
+ * control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer
1174
+ * resources by the user.
1175
+ */
1176
+ autoDeleteTopicWithLastSubscription?: boolean;
1177
+ };
1178
+
1179
+ /** EventGrid Partner Namespace. */
1180
+ export type PartnerNamespace = TrackedResource & {
1181
+ /**
1182
+ * The system metadata relating to Partner Namespace resource.
1183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1184
+ */
1185
+ readonly systemData?: SystemData;
1186
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1187
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
1188
+ /**
1189
+ * Provisioning state of the partner namespace.
1190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1191
+ */
1192
+ readonly provisioningState?: PartnerNamespaceProvisioningState;
1193
+ /**
1194
+ * The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format:
1195
+ * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.
1196
+ */
1197
+ partnerRegistrationFullyQualifiedId?: string;
1198
+ /**
1199
+ * Endpoint for the partner namespace.
1200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1201
+ */
1202
+ readonly endpoint?: string;
1203
+ /**
1204
+ * This determines if traffic is allowed over public network. By default it is enabled.
1205
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" />
1206
+ */
1207
+ publicNetworkAccess?: PublicNetworkAccess;
1208
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
1209
+ inboundIpRules?: InboundIpRule[];
1210
+ /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. */
1211
+ disableLocalAuth?: boolean;
1212
+ };
1213
+
1214
+ /** Information about a partner registration. */
1215
+ export type PartnerRegistration = TrackedResource & {
1216
+ /**
1217
+ * The system metadata relating to Partner Registration resource.
1218
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1219
+ */
1220
+ readonly systemData?: SystemData;
1221
+ /**
1222
+ * Provisioning state of the partner registration.
1223
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1224
+ */
1225
+ readonly provisioningState?: PartnerRegistrationProvisioningState;
1226
+ /** Official name of the partner name. For example: "Contoso". */
1227
+ partnerName?: string;
1228
+ /** Name of the partner resource type. */
1229
+ partnerResourceTypeName?: string;
1230
+ /** Display name of the partner resource type. */
1231
+ partnerResourceTypeDisplayName?: string;
1232
+ /** Short description of the partner resource type. The length of this description should not exceed 256 characters. */
1233
+ partnerResourceTypeDescription?: string;
1234
+ /**
1235
+ * Long description for the custom scenarios and integration to be displayed in the portal if needed.
1236
+ * Length of this description should not exceed 2048 characters.
1237
+ */
1238
+ longDescription?: string;
1239
+ /**
1240
+ * The customer service number of the publisher. The expected phone format should start with a '+' sign
1241
+ * followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
1242
+ * length cannot exceed 16 digits including country code. Examples of valid phone numbers are: +1 515 123 4567 and
1243
+ * +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43
1244
+ */
1245
+ partnerCustomerServiceNumber?: string;
1246
+ /** The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10. */
1247
+ partnerCustomerServiceExtension?: string;
1248
+ /** The extension of the customer service URI of the publisher. */
1249
+ customerServiceUri?: string;
1250
+ /**
1251
+ * URI of the partner website that can be used by Azure customers to setup Event Grid
1252
+ * integration on an event source.
1253
+ */
1254
+ setupUri?: string;
1255
+ /** URI of the logo. */
1256
+ logoUri?: string;
1257
+ /** Visibility state of the partner registration. */
1258
+ visibilityState?: PartnerRegistrationVisibilityState;
1259
+ /**
1260
+ * List of Azure subscription Ids that are authorized to create a partner namespace
1261
+ * associated with this partner registration. This is an optional property. Creating
1262
+ * partner namespaces is always permitted under the same Azure subscription as the one used
1263
+ * for creating the partner registration.
1264
+ */
1265
+ authorizedAzureSubscriptionIds?: string[];
1266
+ };
1267
+
1268
+ /** EventGrid Partner Topic. */
1269
+ export type PartnerTopic = TrackedResource & {
1270
+ /**
1271
+ * The system metadata relating to Partner Topic resource.
1272
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1273
+ */
1274
+ readonly systemData?: SystemData;
1275
+ /** Identity information for the Partner Topic resource. */
1276
+ identity?: IdentityInfo;
1277
+ /** Source associated with this partner topic. This represents a unique partner resource. */
1278
+ source?: string;
1279
+ /**
1280
+ * Expiration time of the partner topic. If this timer expires while the partner topic is still never activated,
1281
+ * the partner topic and corresponding event channel are deleted.
1282
+ */
1283
+ expirationTimeIfNotActivatedUtc?: Date;
1284
+ /**
1285
+ * Provisioning state of the partner topic.
1286
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1287
+ */
1288
+ readonly provisioningState?: PartnerTopicProvisioningState;
1289
+ /** Activation state of the partner topic. */
1290
+ activationState?: PartnerTopicActivationState;
1291
+ /**
1292
+ * Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
1293
+ * This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
1294
+ */
1295
+ partnerTopicFriendlyDescription?: string;
1296
+ };
1297
+
1298
+ /** EventGrid System Topic. */
1299
+ export type SystemTopic = TrackedResource & {
1300
+ /**
1301
+ * The system metadata relating to System Topic resource.
1302
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1303
+ */
1304
+ readonly systemData?: SystemData;
1305
+ /** Identity information for the resource. */
1306
+ identity?: IdentityInfo;
1307
+ /**
1308
+ * Provisioning state of the system topic.
1309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1310
+ */
1311
+ readonly provisioningState?: ResourceProvisioningState;
1312
+ /** Source for the system topic. */
1313
+ source?: string;
1314
+ /** TopicType for the system topic. */
1315
+ topicType?: string;
1316
+ /**
1317
+ * Metric resource id for the system topic.
1318
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1319
+ */
1320
+ readonly metricResourceId?: string;
1321
+ };
1322
+
1323
+ /** EventGrid Topic */
1324
+ export type Topic = TrackedResource & {
1325
+ /** The Sku pricing tier for the topic. */
1326
+ sku?: ResourceSku;
1327
+ /** Identity information for the resource. */
1328
+ identity?: IdentityInfo;
1329
+ /** Kind of the resource. */
1330
+ kind?: ResourceKind;
1331
+ /** Extended location of the resource. */
1332
+ extendedLocation?: ExtendedLocation;
1333
+ /**
1334
+ * The system metadata relating to Topic resource.
1335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1336
+ */
1337
+ readonly systemData?: SystemData;
1338
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1339
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
1340
+ /**
1341
+ * Provisioning state of the topic.
1342
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1343
+ */
1344
+ readonly provisioningState?: TopicProvisioningState;
1345
+ /**
1346
+ * Endpoint for the topic.
1347
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1348
+ */
1349
+ readonly endpoint?: string;
1350
+ /** This determines the format that Event Grid should expect for incoming events published to the topic. */
1351
+ inputSchema?: InputSchema;
1352
+ /** This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. */
1353
+ inputSchemaMapping?: InputSchemaMappingUnion;
1354
+ /**
1355
+ * Metric resource id for the topic.
1356
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1357
+ */
1358
+ readonly metricResourceId?: string;
1359
+ /**
1360
+ * This determines if traffic is allowed over public network. By default it is enabled.
1361
+ * You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
1362
+ */
1363
+ publicNetworkAccess?: PublicNetworkAccess;
1364
+ /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */
1365
+ inboundIpRules?: InboundIpRule[];
1366
+ /** This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the topic. */
1367
+ disableLocalAuth?: boolean;
1368
+ };
1369
+
1370
+ /** Known values of {@link PersistedConnectionStatus} that the service accepts. */
1371
+ export enum KnownPersistedConnectionStatus {
1372
+ Pending = "Pending",
1373
+ Approved = "Approved",
1374
+ Rejected = "Rejected",
1375
+ Disconnected = "Disconnected"
1376
+ }
1377
+
1378
+ /**
1379
+ * Defines values for PersistedConnectionStatus. \
1380
+ * {@link KnownPersistedConnectionStatus} can be used interchangeably with PersistedConnectionStatus,
1381
+ * this enum contains the known values that the service supports.
1382
+ * ### Known values supported by the service
1383
+ * **Pending** \
1384
+ * **Approved** \
1385
+ * **Rejected** \
1386
+ * **Disconnected**
1387
+ */
1388
+ export type PersistedConnectionStatus = string;
1389
+
1390
+ /** Known values of {@link ResourceProvisioningState} that the service accepts. */
1391
+ export enum KnownResourceProvisioningState {
1392
+ Creating = "Creating",
1393
+ Updating = "Updating",
1394
+ Deleting = "Deleting",
1395
+ Succeeded = "Succeeded",
1396
+ Canceled = "Canceled",
1397
+ Failed = "Failed"
1398
+ }
1399
+
1400
+ /**
1401
+ * Defines values for ResourceProvisioningState. \
1402
+ * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
1403
+ * this enum contains the known values that the service supports.
1404
+ * ### Known values supported by the service
1405
+ * **Creating** \
1406
+ * **Updating** \
1407
+ * **Deleting** \
1408
+ * **Succeeded** \
1409
+ * **Canceled** \
1410
+ * **Failed**
1411
+ */
1412
+ export type ResourceProvisioningState = string;
1413
+
1414
+ /** Known values of {@link DomainProvisioningState} that the service accepts. */
1415
+ export enum KnownDomainProvisioningState {
1416
+ Creating = "Creating",
1417
+ Updating = "Updating",
1418
+ Deleting = "Deleting",
1419
+ Succeeded = "Succeeded",
1420
+ Canceled = "Canceled",
1421
+ Failed = "Failed"
1422
+ }
1423
+
1424
+ /**
1425
+ * Defines values for DomainProvisioningState. \
1426
+ * {@link KnownDomainProvisioningState} can be used interchangeably with DomainProvisioningState,
1427
+ * this enum contains the known values that the service supports.
1428
+ * ### Known values supported by the service
1429
+ * **Creating** \
1430
+ * **Updating** \
1431
+ * **Deleting** \
1432
+ * **Succeeded** \
1433
+ * **Canceled** \
1434
+ * **Failed**
1435
+ */
1436
+ export type DomainProvisioningState = string;
1437
+
1438
+ /** Known values of {@link InputSchema} that the service accepts. */
1439
+ export enum KnownInputSchema {
1440
+ EventGridSchema = "EventGridSchema",
1441
+ CustomEventSchema = "CustomEventSchema",
1442
+ CloudEventSchemaV10 = "CloudEventSchemaV1_0"
1443
+ }
1444
+
1445
+ /**
1446
+ * Defines values for InputSchema. \
1447
+ * {@link KnownInputSchema} can be used interchangeably with InputSchema,
1448
+ * this enum contains the known values that the service supports.
1449
+ * ### Known values supported by the service
1450
+ * **EventGridSchema** \
1451
+ * **CustomEventSchema** \
1452
+ * **CloudEventSchemaV1_0**
1453
+ */
1454
+ export type InputSchema = string;
1455
+
1456
+ /** Known values of {@link InputSchemaMappingType} that the service accepts. */
1457
+ export enum KnownInputSchemaMappingType {
1458
+ Json = "Json"
1459
+ }
1460
+
1461
+ /**
1462
+ * Defines values for InputSchemaMappingType. \
1463
+ * {@link KnownInputSchemaMappingType} can be used interchangeably with InputSchemaMappingType,
1464
+ * this enum contains the known values that the service supports.
1465
+ * ### Known values supported by the service
1466
+ * **Json**
1467
+ */
1468
+ export type InputSchemaMappingType = string;
1469
+
1470
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
1471
+ export enum KnownPublicNetworkAccess {
1472
+ Enabled = "Enabled",
1473
+ Disabled = "Disabled"
1474
+ }
1475
+
1476
+ /**
1477
+ * Defines values for PublicNetworkAccess. \
1478
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1479
+ * this enum contains the known values that the service supports.
1480
+ * ### Known values supported by the service
1481
+ * **Enabled** \
1482
+ * **Disabled**
1483
+ */
1484
+ export type PublicNetworkAccess = string;
1485
+
1486
+ /** Known values of {@link IpActionType} that the service accepts. */
1487
+ export enum KnownIpActionType {
1488
+ Allow = "Allow"
1489
+ }
1490
+
1491
+ /**
1492
+ * Defines values for IpActionType. \
1493
+ * {@link KnownIpActionType} can be used interchangeably with IpActionType,
1494
+ * this enum contains the known values that the service supports.
1495
+ * ### Known values supported by the service
1496
+ * **Allow**
1497
+ */
1498
+ export type IpActionType = string;
1499
+
1500
+ /** Known values of {@link Sku} that the service accepts. */
1501
+ export enum KnownSku {
1502
+ Basic = "Basic",
1503
+ Premium = "Premium"
1504
+ }
1505
+
1506
+ /**
1507
+ * Defines values for Sku. \
1508
+ * {@link KnownSku} can be used interchangeably with Sku,
1509
+ * this enum contains the known values that the service supports.
1510
+ * ### Known values supported by the service
1511
+ * **Basic** \
1512
+ * **Premium**
1513
+ */
1514
+ export type Sku = string;
1515
+
1516
+ /** Known values of {@link IdentityType} that the service accepts. */
1517
+ export enum KnownIdentityType {
1518
+ None = "None",
1519
+ SystemAssigned = "SystemAssigned",
1520
+ UserAssigned = "UserAssigned",
1521
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
1522
+ }
1523
+
1524
+ /**
1525
+ * Defines values for IdentityType. \
1526
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1527
+ * this enum contains the known values that the service supports.
1528
+ * ### Known values supported by the service
1529
+ * **None** \
1530
+ * **SystemAssigned** \
1531
+ * **UserAssigned** \
1532
+ * **SystemAssigned, UserAssigned**
1533
+ */
1534
+ export type IdentityType = string;
1535
+
1536
+ /** Known values of {@link CreatedByType} that the service accepts. */
1537
+ export enum KnownCreatedByType {
1538
+ User = "User",
1539
+ Application = "Application",
1540
+ ManagedIdentity = "ManagedIdentity",
1541
+ Key = "Key"
1542
+ }
1543
+
1544
+ /**
1545
+ * Defines values for CreatedByType. \
1546
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1547
+ * this enum contains the known values that the service supports.
1548
+ * ### Known values supported by the service
1549
+ * **User** \
1550
+ * **Application** \
1551
+ * **ManagedIdentity** \
1552
+ * **Key**
1553
+ */
1554
+ export type CreatedByType = string;
1555
+
1556
+ /** Known values of {@link DomainTopicProvisioningState} that the service accepts. */
1557
+ export enum KnownDomainTopicProvisioningState {
1558
+ Creating = "Creating",
1559
+ Updating = "Updating",
1560
+ Deleting = "Deleting",
1561
+ Succeeded = "Succeeded",
1562
+ Canceled = "Canceled",
1563
+ Failed = "Failed"
1564
+ }
1565
+
1566
+ /**
1567
+ * Defines values for DomainTopicProvisioningState. \
1568
+ * {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,
1569
+ * this enum contains the known values that the service supports.
1570
+ * ### Known values supported by the service
1571
+ * **Creating** \
1572
+ * **Updating** \
1573
+ * **Deleting** \
1574
+ * **Succeeded** \
1575
+ * **Canceled** \
1576
+ * **Failed**
1577
+ */
1578
+ export type DomainTopicProvisioningState = string;
1579
+
1580
+ /** Known values of {@link EventChannelProvisioningState} that the service accepts. */
1581
+ export enum KnownEventChannelProvisioningState {
1582
+ Creating = "Creating",
1583
+ Updating = "Updating",
1584
+ Deleting = "Deleting",
1585
+ Succeeded = "Succeeded",
1586
+ Canceled = "Canceled",
1587
+ Failed = "Failed"
1588
+ }
1589
+
1590
+ /**
1591
+ * Defines values for EventChannelProvisioningState. \
1592
+ * {@link KnownEventChannelProvisioningState} can be used interchangeably with EventChannelProvisioningState,
1593
+ * this enum contains the known values that the service supports.
1594
+ * ### Known values supported by the service
1595
+ * **Creating** \
1596
+ * **Updating** \
1597
+ * **Deleting** \
1598
+ * **Succeeded** \
1599
+ * **Canceled** \
1600
+ * **Failed**
1601
+ */
1602
+ export type EventChannelProvisioningState = string;
1603
+
1604
+ /** Known values of {@link PartnerTopicReadinessState} that the service accepts. */
1605
+ export enum KnownPartnerTopicReadinessState {
1606
+ NotActivatedByUserYet = "NotActivatedByUserYet",
1607
+ ActivatedByUser = "ActivatedByUser",
1608
+ DeactivatedByUser = "DeactivatedByUser",
1609
+ DeletedByUser = "DeletedByUser"
1610
+ }
1611
+
1612
+ /**
1613
+ * Defines values for PartnerTopicReadinessState. \
1614
+ * {@link KnownPartnerTopicReadinessState} can be used interchangeably with PartnerTopicReadinessState,
1615
+ * this enum contains the known values that the service supports.
1616
+ * ### Known values supported by the service
1617
+ * **NotActivatedByUserYet** \
1618
+ * **ActivatedByUser** \
1619
+ * **DeactivatedByUser** \
1620
+ * **DeletedByUser**
1621
+ */
1622
+ export type PartnerTopicReadinessState = string;
1623
+
1624
+ /** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */
1625
+ export enum KnownAdvancedFilterOperatorType {
1626
+ NumberIn = "NumberIn",
1627
+ NumberNotIn = "NumberNotIn",
1628
+ NumberLessThan = "NumberLessThan",
1629
+ NumberGreaterThan = "NumberGreaterThan",
1630
+ NumberLessThanOrEquals = "NumberLessThanOrEquals",
1631
+ NumberGreaterThanOrEquals = "NumberGreaterThanOrEquals",
1632
+ BoolEquals = "BoolEquals",
1633
+ StringIn = "StringIn",
1634
+ StringNotIn = "StringNotIn",
1635
+ StringBeginsWith = "StringBeginsWith",
1636
+ StringEndsWith = "StringEndsWith",
1637
+ StringContains = "StringContains",
1638
+ NumberInRange = "NumberInRange",
1639
+ NumberNotInRange = "NumberNotInRange",
1640
+ StringNotBeginsWith = "StringNotBeginsWith",
1641
+ StringNotEndsWith = "StringNotEndsWith",
1642
+ StringNotContains = "StringNotContains",
1643
+ IsNullOrUndefined = "IsNullOrUndefined",
1644
+ IsNotNull = "IsNotNull"
1645
+ }
1646
+
1647
+ /**
1648
+ * Defines values for AdvancedFilterOperatorType. \
1649
+ * {@link KnownAdvancedFilterOperatorType} can be used interchangeably with AdvancedFilterOperatorType,
1650
+ * this enum contains the known values that the service supports.
1651
+ * ### Known values supported by the service
1652
+ * **NumberIn** \
1653
+ * **NumberNotIn** \
1654
+ * **NumberLessThan** \
1655
+ * **NumberGreaterThan** \
1656
+ * **NumberLessThanOrEquals** \
1657
+ * **NumberGreaterThanOrEquals** \
1658
+ * **BoolEquals** \
1659
+ * **StringIn** \
1660
+ * **StringNotIn** \
1661
+ * **StringBeginsWith** \
1662
+ * **StringEndsWith** \
1663
+ * **StringContains** \
1664
+ * **NumberInRange** \
1665
+ * **NumberNotInRange** \
1666
+ * **StringNotBeginsWith** \
1667
+ * **StringNotEndsWith** \
1668
+ * **StringNotContains** \
1669
+ * **IsNullOrUndefined** \
1670
+ * **IsNotNull**
1671
+ */
1672
+ export type AdvancedFilterOperatorType = string;
1673
+
1674
+ /** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */
1675
+ export enum KnownEventSubscriptionProvisioningState {
1676
+ Creating = "Creating",
1677
+ Updating = "Updating",
1678
+ Deleting = "Deleting",
1679
+ Succeeded = "Succeeded",
1680
+ Canceled = "Canceled",
1681
+ Failed = "Failed",
1682
+ AwaitingManualAction = "AwaitingManualAction"
1683
+ }
1684
+
1685
+ /**
1686
+ * Defines values for EventSubscriptionProvisioningState. \
1687
+ * {@link KnownEventSubscriptionProvisioningState} can be used interchangeably with EventSubscriptionProvisioningState,
1688
+ * this enum contains the known values that the service supports.
1689
+ * ### Known values supported by the service
1690
+ * **Creating** \
1691
+ * **Updating** \
1692
+ * **Deleting** \
1693
+ * **Succeeded** \
1694
+ * **Canceled** \
1695
+ * **Failed** \
1696
+ * **AwaitingManualAction**
1697
+ */
1698
+ export type EventSubscriptionProvisioningState = string;
1699
+
1700
+ /** Known values of {@link EndpointType} that the service accepts. */
1701
+ export enum KnownEndpointType {
1702
+ WebHook = "WebHook",
1703
+ EventHub = "EventHub",
1704
+ StorageQueue = "StorageQueue",
1705
+ HybridConnection = "HybridConnection",
1706
+ ServiceBusQueue = "ServiceBusQueue",
1707
+ ServiceBusTopic = "ServiceBusTopic",
1708
+ AzureFunction = "AzureFunction"
1709
+ }
1710
+
1711
+ /**
1712
+ * Defines values for EndpointType. \
1713
+ * {@link KnownEndpointType} can be used interchangeably with EndpointType,
1714
+ * this enum contains the known values that the service supports.
1715
+ * ### Known values supported by the service
1716
+ * **WebHook** \
1717
+ * **EventHub** \
1718
+ * **StorageQueue** \
1719
+ * **HybridConnection** \
1720
+ * **ServiceBusQueue** \
1721
+ * **ServiceBusTopic** \
1722
+ * **AzureFunction**
1723
+ */
1724
+ export type EndpointType = string;
1725
+
1726
+ /** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */
1727
+ export enum KnownEventSubscriptionIdentityType {
1728
+ SystemAssigned = "SystemAssigned",
1729
+ UserAssigned = "UserAssigned"
1730
+ }
1731
+
1732
+ /**
1733
+ * Defines values for EventSubscriptionIdentityType. \
1734
+ * {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,
1735
+ * this enum contains the known values that the service supports.
1736
+ * ### Known values supported by the service
1737
+ * **SystemAssigned** \
1738
+ * **UserAssigned**
1739
+ */
1740
+ export type EventSubscriptionIdentityType = string;
1741
+
1742
+ /** Known values of {@link EventDeliverySchema} that the service accepts. */
1743
+ export enum KnownEventDeliverySchema {
1744
+ EventGridSchema = "EventGridSchema",
1745
+ CustomInputSchema = "CustomInputSchema",
1746
+ CloudEventSchemaV10 = "CloudEventSchemaV1_0"
1747
+ }
1748
+
1749
+ /**
1750
+ * Defines values for EventDeliverySchema. \
1751
+ * {@link KnownEventDeliverySchema} can be used interchangeably with EventDeliverySchema,
1752
+ * this enum contains the known values that the service supports.
1753
+ * ### Known values supported by the service
1754
+ * **EventGridSchema** \
1755
+ * **CustomInputSchema** \
1756
+ * **CloudEventSchemaV1_0**
1757
+ */
1758
+ export type EventDeliverySchema = string;
1759
+
1760
+ /** Known values of {@link DeadLetterEndPointType} that the service accepts. */
1761
+ export enum KnownDeadLetterEndPointType {
1762
+ StorageBlob = "StorageBlob"
1763
+ }
1764
+
1765
+ /**
1766
+ * Defines values for DeadLetterEndPointType. \
1767
+ * {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,
1768
+ * this enum contains the known values that the service supports.
1769
+ * ### Known values supported by the service
1770
+ * **StorageBlob**
1771
+ */
1772
+ export type DeadLetterEndPointType = string;
1773
+
1774
+ /** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */
1775
+ export enum KnownDeliveryAttributeMappingType {
1776
+ Static = "Static",
1777
+ Dynamic = "Dynamic"
1778
+ }
1779
+
1780
+ /**
1781
+ * Defines values for DeliveryAttributeMappingType. \
1782
+ * {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,
1783
+ * this enum contains the known values that the service supports.
1784
+ * ### Known values supported by the service
1785
+ * **Static** \
1786
+ * **Dynamic**
1787
+ */
1788
+ export type DeliveryAttributeMappingType = string;
1789
+
1790
+ /** Known values of {@link PartnerNamespaceProvisioningState} that the service accepts. */
1791
+ export enum KnownPartnerNamespaceProvisioningState {
1792
+ Creating = "Creating",
1793
+ Updating = "Updating",
1794
+ Deleting = "Deleting",
1795
+ Succeeded = "Succeeded",
1796
+ Canceled = "Canceled",
1797
+ Failed = "Failed"
1798
+ }
1799
+
1800
+ /**
1801
+ * Defines values for PartnerNamespaceProvisioningState. \
1802
+ * {@link KnownPartnerNamespaceProvisioningState} can be used interchangeably with PartnerNamespaceProvisioningState,
1803
+ * this enum contains the known values that the service supports.
1804
+ * ### Known values supported by the service
1805
+ * **Creating** \
1806
+ * **Updating** \
1807
+ * **Deleting** \
1808
+ * **Succeeded** \
1809
+ * **Canceled** \
1810
+ * **Failed**
1811
+ */
1812
+ export type PartnerNamespaceProvisioningState = string;
1813
+
1814
+ /** Known values of {@link PartnerRegistrationProvisioningState} that the service accepts. */
1815
+ export enum KnownPartnerRegistrationProvisioningState {
1816
+ Creating = "Creating",
1817
+ Updating = "Updating",
1818
+ Deleting = "Deleting",
1819
+ Succeeded = "Succeeded",
1820
+ Canceled = "Canceled",
1821
+ Failed = "Failed"
1822
+ }
1823
+
1824
+ /**
1825
+ * Defines values for PartnerRegistrationProvisioningState. \
1826
+ * {@link KnownPartnerRegistrationProvisioningState} can be used interchangeably with PartnerRegistrationProvisioningState,
1827
+ * this enum contains the known values that the service supports.
1828
+ * ### Known values supported by the service
1829
+ * **Creating** \
1830
+ * **Updating** \
1831
+ * **Deleting** \
1832
+ * **Succeeded** \
1833
+ * **Canceled** \
1834
+ * **Failed**
1835
+ */
1836
+ export type PartnerRegistrationProvisioningState = string;
1837
+
1838
+ /** Known values of {@link PartnerRegistrationVisibilityState} that the service accepts. */
1839
+ export enum KnownPartnerRegistrationVisibilityState {
1840
+ Hidden = "Hidden",
1841
+ PublicPreview = "PublicPreview",
1842
+ GenerallyAvailable = "GenerallyAvailable"
1843
+ }
1844
+
1845
+ /**
1846
+ * Defines values for PartnerRegistrationVisibilityState. \
1847
+ * {@link KnownPartnerRegistrationVisibilityState} can be used interchangeably with PartnerRegistrationVisibilityState,
1848
+ * this enum contains the known values that the service supports.
1849
+ * ### Known values supported by the service
1850
+ * **Hidden** \
1851
+ * **PublicPreview** \
1852
+ * **GenerallyAvailable**
1853
+ */
1854
+ export type PartnerRegistrationVisibilityState = string;
1855
+
1856
+ /** Known values of {@link PartnerTopicProvisioningState} that the service accepts. */
1857
+ export enum KnownPartnerTopicProvisioningState {
1858
+ Creating = "Creating",
1859
+ Updating = "Updating",
1860
+ Deleting = "Deleting",
1861
+ Succeeded = "Succeeded",
1862
+ Canceled = "Canceled",
1863
+ Failed = "Failed"
1864
+ }
1865
+
1866
+ /**
1867
+ * Defines values for PartnerTopicProvisioningState. \
1868
+ * {@link KnownPartnerTopicProvisioningState} can be used interchangeably with PartnerTopicProvisioningState,
1869
+ * this enum contains the known values that the service supports.
1870
+ * ### Known values supported by the service
1871
+ * **Creating** \
1872
+ * **Updating** \
1873
+ * **Deleting** \
1874
+ * **Succeeded** \
1875
+ * **Canceled** \
1876
+ * **Failed**
1877
+ */
1878
+ export type PartnerTopicProvisioningState = string;
1879
+
1880
+ /** Known values of {@link PartnerTopicActivationState} that the service accepts. */
1881
+ export enum KnownPartnerTopicActivationState {
1882
+ NeverActivated = "NeverActivated",
1883
+ Activated = "Activated",
1884
+ Deactivated = "Deactivated"
1885
+ }
1886
+
1887
+ /**
1888
+ * Defines values for PartnerTopicActivationState. \
1889
+ * {@link KnownPartnerTopicActivationState} can be used interchangeably with PartnerTopicActivationState,
1890
+ * this enum contains the known values that the service supports.
1891
+ * ### Known values supported by the service
1892
+ * **NeverActivated** \
1893
+ * **Activated** \
1894
+ * **Deactivated**
1895
+ */
1896
+ export type PartnerTopicActivationState = string;
1897
+
1898
+ /** Known values of {@link Enum25} that the service accepts. */
1899
+ export enum KnownEnum25 {
1900
+ Topics = "topics",
1901
+ Domains = "domains",
1902
+ PartnerNamespaces = "partnerNamespaces"
1903
+ }
1904
+
1905
+ /**
1906
+ * Defines values for Enum25. \
1907
+ * {@link KnownEnum25} can be used interchangeably with Enum25,
1908
+ * this enum contains the known values that the service supports.
1909
+ * ### Known values supported by the service
1910
+ * **topics** \
1911
+ * **domains** \
1912
+ * **partnerNamespaces**
1913
+ */
1914
+ export type Enum25 = string;
1915
+
1916
+ /** Known values of {@link Enum26} that the service accepts. */
1917
+ export enum KnownEnum26 {
1918
+ Topics = "topics",
1919
+ Domains = "domains",
1920
+ PartnerNamespaces = "partnerNamespaces"
1921
+ }
1922
+
1923
+ /**
1924
+ * Defines values for Enum26. \
1925
+ * {@link KnownEnum26} can be used interchangeably with Enum26,
1926
+ * this enum contains the known values that the service supports.
1927
+ * ### Known values supported by the service
1928
+ * **topics** \
1929
+ * **domains** \
1930
+ * **partnerNamespaces**
1931
+ */
1932
+ export type Enum26 = string;
1933
+
1934
+ /** Known values of {@link Enum27} that the service accepts. */
1935
+ export enum KnownEnum27 {
1936
+ Topics = "topics",
1937
+ Domains = "domains",
1938
+ PartnerNamespaces = "partnerNamespaces"
1939
+ }
1940
+
1941
+ /**
1942
+ * Defines values for Enum27. \
1943
+ * {@link KnownEnum27} can be used interchangeably with Enum27,
1944
+ * this enum contains the known values that the service supports.
1945
+ * ### Known values supported by the service
1946
+ * **topics** \
1947
+ * **domains** \
1948
+ * **partnerNamespaces**
1949
+ */
1950
+ export type Enum27 = string;
1951
+
1952
+ /** Known values of {@link Enum28} that the service accepts. */
1953
+ export enum KnownEnum28 {
1954
+ Topics = "topics",
1955
+ Domains = "domains",
1956
+ PartnerNamespaces = "partnerNamespaces"
1957
+ }
1958
+
1959
+ /**
1960
+ * Defines values for Enum28. \
1961
+ * {@link KnownEnum28} can be used interchangeably with Enum28,
1962
+ * this enum contains the known values that the service supports.
1963
+ * ### Known values supported by the service
1964
+ * **topics** \
1965
+ * **domains** \
1966
+ * **partnerNamespaces**
1967
+ */
1968
+ export type Enum28 = string;
1969
+
1970
+ /** Known values of {@link TopicProvisioningState} that the service accepts. */
1971
+ export enum KnownTopicProvisioningState {
1972
+ Creating = "Creating",
1973
+ Updating = "Updating",
1974
+ Deleting = "Deleting",
1975
+ Succeeded = "Succeeded",
1976
+ Canceled = "Canceled",
1977
+ Failed = "Failed"
1978
+ }
1979
+
1980
+ /**
1981
+ * Defines values for TopicProvisioningState. \
1982
+ * {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,
1983
+ * this enum contains the known values that the service supports.
1984
+ * ### Known values supported by the service
1985
+ * **Creating** \
1986
+ * **Updating** \
1987
+ * **Deleting** \
1988
+ * **Succeeded** \
1989
+ * **Canceled** \
1990
+ * **Failed**
1991
+ */
1992
+ export type TopicProvisioningState = string;
1993
+
1994
+ /** Known values of {@link ResourceKind} that the service accepts. */
1995
+ export enum KnownResourceKind {
1996
+ Azure = "Azure",
1997
+ AzureArc = "AzureArc"
1998
+ }
1999
+
2000
+ /**
2001
+ * Defines values for ResourceKind. \
2002
+ * {@link KnownResourceKind} can be used interchangeably with ResourceKind,
2003
+ * this enum contains the known values that the service supports.
2004
+ * ### Known values supported by the service
2005
+ * **Azure** \
2006
+ * **AzureArc**
2007
+ */
2008
+ export type ResourceKind = string;
2009
+
2010
+ /** Known values of {@link ResourceRegionType} that the service accepts. */
2011
+ export enum KnownResourceRegionType {
2012
+ RegionalResource = "RegionalResource",
2013
+ GlobalResource = "GlobalResource"
2014
+ }
2015
+
2016
+ /**
2017
+ * Defines values for ResourceRegionType. \
2018
+ * {@link KnownResourceRegionType} can be used interchangeably with ResourceRegionType,
2019
+ * this enum contains the known values that the service supports.
2020
+ * ### Known values supported by the service
2021
+ * **RegionalResource** \
2022
+ * **GlobalResource**
2023
+ */
2024
+ export type ResourceRegionType = string;
2025
+
2026
+ /** Known values of {@link TopicTypeProvisioningState} that the service accepts. */
2027
+ export enum KnownTopicTypeProvisioningState {
2028
+ Creating = "Creating",
2029
+ Updating = "Updating",
2030
+ Deleting = "Deleting",
2031
+ Succeeded = "Succeeded",
2032
+ Canceled = "Canceled",
2033
+ Failed = "Failed"
2034
+ }
2035
+
2036
+ /**
2037
+ * Defines values for TopicTypeProvisioningState. \
2038
+ * {@link KnownTopicTypeProvisioningState} can be used interchangeably with TopicTypeProvisioningState,
2039
+ * this enum contains the known values that the service supports.
2040
+ * ### Known values supported by the service
2041
+ * **Creating** \
2042
+ * **Updating** \
2043
+ * **Deleting** \
2044
+ * **Succeeded** \
2045
+ * **Canceled** \
2046
+ * **Failed**
2047
+ */
2048
+ export type TopicTypeProvisioningState = string;
2049
+
2050
+ /** Known values of {@link TopicTypePropertiesSupportedScopesForSourceItem} that the service accepts. */
2051
+ export enum KnownTopicTypePropertiesSupportedScopesForSourceItem {
2052
+ Resource = "Resource",
2053
+ ResourceGroup = "ResourceGroup",
2054
+ AzureSubscription = "AzureSubscription"
2055
+ }
2056
+
2057
+ /**
2058
+ * Defines values for TopicTypePropertiesSupportedScopesForSourceItem. \
2059
+ * {@link KnownTopicTypePropertiesSupportedScopesForSourceItem} can be used interchangeably with TopicTypePropertiesSupportedScopesForSourceItem,
2060
+ * this enum contains the known values that the service supports.
2061
+ * ### Known values supported by the service
2062
+ * **Resource** \
2063
+ * **ResourceGroup** \
2064
+ * **AzureSubscription**
2065
+ */
2066
+ export type TopicTypePropertiesSupportedScopesForSourceItem = string;
2067
+
2068
+ /** Optional parameters. */
2069
+ export interface DomainsGetOptionalParams extends coreClient.OperationOptions {}
2070
+
2071
+ /** Contains response data for the get operation. */
2072
+ export type DomainsGetResponse = Domain;
2073
+
2074
+ /** Optional parameters. */
2075
+ export interface DomainsCreateOrUpdateOptionalParams
2076
+ extends coreClient.OperationOptions {
2077
+ /** Delay to wait until next poll, in milliseconds. */
2078
+ updateIntervalInMs?: number;
2079
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2080
+ resumeFrom?: string;
2081
+ }
2082
+
2083
+ /** Contains response data for the createOrUpdate operation. */
2084
+ export type DomainsCreateOrUpdateResponse = Domain;
2085
+
2086
+ /** Optional parameters. */
2087
+ export interface DomainsDeleteOptionalParams
2088
+ extends coreClient.OperationOptions {
2089
+ /** Delay to wait until next poll, in milliseconds. */
2090
+ updateIntervalInMs?: number;
2091
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2092
+ resumeFrom?: string;
2093
+ }
2094
+
2095
+ /** Optional parameters. */
2096
+ export interface DomainsUpdateOptionalParams
2097
+ extends coreClient.OperationOptions {
2098
+ /** Delay to wait until next poll, in milliseconds. */
2099
+ updateIntervalInMs?: number;
2100
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2101
+ resumeFrom?: string;
2102
+ }
2103
+
2104
+ /** Optional parameters. */
2105
+ export interface DomainsListBySubscriptionOptionalParams
2106
+ extends coreClient.OperationOptions {
2107
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2108
+ filter?: string;
2109
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2110
+ top?: number;
2111
+ }
2112
+
2113
+ /** Contains response data for the listBySubscription operation. */
2114
+ export type DomainsListBySubscriptionResponse = DomainsListResult;
2115
+
2116
+ /** Optional parameters. */
2117
+ export interface DomainsListByResourceGroupOptionalParams
2118
+ extends coreClient.OperationOptions {
2119
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2120
+ filter?: string;
2121
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2122
+ top?: number;
2123
+ }
2124
+
2125
+ /** Contains response data for the listByResourceGroup operation. */
2126
+ export type DomainsListByResourceGroupResponse = DomainsListResult;
2127
+
2128
+ /** Optional parameters. */
2129
+ export interface DomainsListSharedAccessKeysOptionalParams
2130
+ extends coreClient.OperationOptions {}
2131
+
2132
+ /** Contains response data for the listSharedAccessKeys operation. */
2133
+ export type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;
2134
+
2135
+ /** Optional parameters. */
2136
+ export interface DomainsRegenerateKeyOptionalParams
2137
+ extends coreClient.OperationOptions {}
2138
+
2139
+ /** Contains response data for the regenerateKey operation. */
2140
+ export type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;
2141
+
2142
+ /** Optional parameters. */
2143
+ export interface DomainsListBySubscriptionNextOptionalParams
2144
+ extends coreClient.OperationOptions {
2145
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2146
+ filter?: string;
2147
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2148
+ top?: number;
2149
+ }
2150
+
2151
+ /** Contains response data for the listBySubscriptionNext operation. */
2152
+ export type DomainsListBySubscriptionNextResponse = DomainsListResult;
2153
+
2154
+ /** Optional parameters. */
2155
+ export interface DomainsListByResourceGroupNextOptionalParams
2156
+ extends coreClient.OperationOptions {
2157
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2158
+ filter?: string;
2159
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2160
+ top?: number;
2161
+ }
2162
+
2163
+ /** Contains response data for the listByResourceGroupNext operation. */
2164
+ export type DomainsListByResourceGroupNextResponse = DomainsListResult;
2165
+
2166
+ /** Optional parameters. */
2167
+ export interface DomainTopicsGetOptionalParams
2168
+ extends coreClient.OperationOptions {}
2169
+
2170
+ /** Contains response data for the get operation. */
2171
+ export type DomainTopicsGetResponse = DomainTopic;
2172
+
2173
+ /** Optional parameters. */
2174
+ export interface DomainTopicsCreateOrUpdateOptionalParams
2175
+ extends coreClient.OperationOptions {
2176
+ /** Delay to wait until next poll, in milliseconds. */
2177
+ updateIntervalInMs?: number;
2178
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2179
+ resumeFrom?: string;
2180
+ }
2181
+
2182
+ /** Contains response data for the createOrUpdate operation. */
2183
+ export type DomainTopicsCreateOrUpdateResponse = DomainTopic;
2184
+
2185
+ /** Optional parameters. */
2186
+ export interface DomainTopicsDeleteOptionalParams
2187
+ extends coreClient.OperationOptions {
2188
+ /** Delay to wait until next poll, in milliseconds. */
2189
+ updateIntervalInMs?: number;
2190
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2191
+ resumeFrom?: string;
2192
+ }
2193
+
2194
+ /** Optional parameters. */
2195
+ export interface DomainTopicsListByDomainOptionalParams
2196
+ extends coreClient.OperationOptions {
2197
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2198
+ filter?: string;
2199
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2200
+ top?: number;
2201
+ }
2202
+
2203
+ /** Contains response data for the listByDomain operation. */
2204
+ export type DomainTopicsListByDomainResponse = DomainTopicsListResult;
2205
+
2206
+ /** Optional parameters. */
2207
+ export interface DomainTopicsListByDomainNextOptionalParams
2208
+ extends coreClient.OperationOptions {
2209
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2210
+ filter?: string;
2211
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2212
+ top?: number;
2213
+ }
2214
+
2215
+ /** Contains response data for the listByDomainNext operation. */
2216
+ export type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;
2217
+
2218
+ /** Optional parameters. */
2219
+ export interface EventChannelsGetOptionalParams
2220
+ extends coreClient.OperationOptions {}
2221
+
2222
+ /** Contains response data for the get operation. */
2223
+ export type EventChannelsGetResponse = EventChannel;
2224
+
2225
+ /** Optional parameters. */
2226
+ export interface EventChannelsCreateOrUpdateOptionalParams
2227
+ extends coreClient.OperationOptions {}
2228
+
2229
+ /** Contains response data for the createOrUpdate operation. */
2230
+ export type EventChannelsCreateOrUpdateResponse = EventChannel;
2231
+
2232
+ /** Optional parameters. */
2233
+ export interface EventChannelsDeleteOptionalParams
2234
+ extends coreClient.OperationOptions {
2235
+ /** Delay to wait until next poll, in milliseconds. */
2236
+ updateIntervalInMs?: number;
2237
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2238
+ resumeFrom?: string;
2239
+ }
2240
+
2241
+ /** Optional parameters. */
2242
+ export interface EventChannelsListByPartnerNamespaceOptionalParams
2243
+ extends coreClient.OperationOptions {
2244
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2245
+ filter?: string;
2246
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2247
+ top?: number;
2248
+ }
2249
+
2250
+ /** Contains response data for the listByPartnerNamespace operation. */
2251
+ export type EventChannelsListByPartnerNamespaceResponse = EventChannelsListResult;
2252
+
2253
+ /** Optional parameters. */
2254
+ export interface EventChannelsListByPartnerNamespaceNextOptionalParams
2255
+ extends coreClient.OperationOptions {
2256
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2257
+ filter?: string;
2258
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2259
+ top?: number;
2260
+ }
2261
+
2262
+ /** Contains response data for the listByPartnerNamespaceNext operation. */
2263
+ export type EventChannelsListByPartnerNamespaceNextResponse = EventChannelsListResult;
2264
+
2265
+ /** Optional parameters. */
2266
+ export interface EventSubscriptionsGetOptionalParams
2267
+ extends coreClient.OperationOptions {}
2268
+
2269
+ /** Contains response data for the get operation. */
2270
+ export type EventSubscriptionsGetResponse = EventSubscription;
2271
+
2272
+ /** Optional parameters. */
2273
+ export interface EventSubscriptionsCreateOrUpdateOptionalParams
2274
+ extends coreClient.OperationOptions {
2275
+ /** Delay to wait until next poll, in milliseconds. */
2276
+ updateIntervalInMs?: number;
2277
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2278
+ resumeFrom?: string;
2279
+ }
2280
+
2281
+ /** Contains response data for the createOrUpdate operation. */
2282
+ export type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;
2283
+
2284
+ /** Optional parameters. */
2285
+ export interface EventSubscriptionsDeleteOptionalParams
2286
+ extends coreClient.OperationOptions {
2287
+ /** Delay to wait until next poll, in milliseconds. */
2288
+ updateIntervalInMs?: number;
2289
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2290
+ resumeFrom?: string;
2291
+ }
2292
+
2293
+ /** Optional parameters. */
2294
+ export interface EventSubscriptionsUpdateOptionalParams
2295
+ extends coreClient.OperationOptions {
2296
+ /** Delay to wait until next poll, in milliseconds. */
2297
+ updateIntervalInMs?: number;
2298
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2299
+ resumeFrom?: string;
2300
+ }
2301
+
2302
+ /** Contains response data for the update operation. */
2303
+ export type EventSubscriptionsUpdateResponse = EventSubscription;
2304
+
2305
+ /** Optional parameters. */
2306
+ export interface EventSubscriptionsGetFullUrlOptionalParams
2307
+ extends coreClient.OperationOptions {}
2308
+
2309
+ /** Contains response data for the getFullUrl operation. */
2310
+ export type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
2311
+
2312
+ /** Optional parameters. */
2313
+ export interface EventSubscriptionsListGlobalBySubscriptionOptionalParams
2314
+ extends coreClient.OperationOptions {
2315
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2316
+ filter?: string;
2317
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2318
+ top?: number;
2319
+ }
2320
+
2321
+ /** Contains response data for the listGlobalBySubscription operation. */
2322
+ export type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;
2323
+
2324
+ /** Optional parameters. */
2325
+ export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams
2326
+ extends coreClient.OperationOptions {
2327
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2328
+ filter?: string;
2329
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2330
+ top?: number;
2331
+ }
2332
+
2333
+ /** Contains response data for the listGlobalBySubscriptionForTopicType operation. */
2334
+ export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
2335
+
2336
+ /** Optional parameters. */
2337
+ export interface EventSubscriptionsListGlobalByResourceGroupOptionalParams
2338
+ extends coreClient.OperationOptions {
2339
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2340
+ filter?: string;
2341
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2342
+ top?: number;
2343
+ }
2344
+
2345
+ /** Contains response data for the listGlobalByResourceGroup operation. */
2346
+ export type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;
2347
+
2348
+ /** Optional parameters. */
2349
+ export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams
2350
+ extends coreClient.OperationOptions {
2351
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2352
+ filter?: string;
2353
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2354
+ top?: number;
2355
+ }
2356
+
2357
+ /** Contains response data for the listGlobalByResourceGroupForTopicType operation. */
2358
+ export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
2359
+
2360
+ /** Optional parameters. */
2361
+ export interface EventSubscriptionsListRegionalBySubscriptionOptionalParams
2362
+ extends coreClient.OperationOptions {
2363
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2364
+ filter?: string;
2365
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2366
+ top?: number;
2367
+ }
2368
+
2369
+ /** Contains response data for the listRegionalBySubscription operation. */
2370
+ export type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;
2371
+
2372
+ /** Optional parameters. */
2373
+ export interface EventSubscriptionsListRegionalByResourceGroupOptionalParams
2374
+ extends coreClient.OperationOptions {
2375
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2376
+ filter?: string;
2377
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2378
+ top?: number;
2379
+ }
2380
+
2381
+ /** Contains response data for the listRegionalByResourceGroup operation. */
2382
+ export type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;
2383
+
2384
+ /** Optional parameters. */
2385
+ export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams
2386
+ extends coreClient.OperationOptions {
2387
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2388
+ filter?: string;
2389
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2390
+ top?: number;
2391
+ }
2392
+
2393
+ /** Contains response data for the listRegionalBySubscriptionForTopicType operation. */
2394
+ export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;
2395
+
2396
+ /** Optional parameters. */
2397
+ export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams
2398
+ extends coreClient.OperationOptions {
2399
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2400
+ filter?: string;
2401
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2402
+ top?: number;
2403
+ }
2404
+
2405
+ /** Contains response data for the listRegionalByResourceGroupForTopicType operation. */
2406
+ export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;
2407
+
2408
+ /** Optional parameters. */
2409
+ export interface EventSubscriptionsListByResourceOptionalParams
2410
+ extends coreClient.OperationOptions {
2411
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2412
+ filter?: string;
2413
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2414
+ top?: number;
2415
+ }
2416
+
2417
+ /** Contains response data for the listByResource operation. */
2418
+ export type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;
2419
+
2420
+ /** Optional parameters. */
2421
+ export interface EventSubscriptionsListByDomainTopicOptionalParams
2422
+ extends coreClient.OperationOptions {
2423
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2424
+ filter?: string;
2425
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2426
+ top?: number;
2427
+ }
2428
+
2429
+ /** Contains response data for the listByDomainTopic operation. */
2430
+ export type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;
2431
+
2432
+ /** Optional parameters. */
2433
+ export interface EventSubscriptionsGetDeliveryAttributesOptionalParams
2434
+ extends coreClient.OperationOptions {}
2435
+
2436
+ /** Contains response data for the getDeliveryAttributes operation. */
2437
+ export type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
2438
+
2439
+ /** Optional parameters. */
2440
+ export interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams
2441
+ extends coreClient.OperationOptions {
2442
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2443
+ filter?: string;
2444
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2445
+ top?: number;
2446
+ }
2447
+
2448
+ /** Contains response data for the listGlobalBySubscriptionNext operation. */
2449
+ export type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;
2450
+
2451
+ /** Optional parameters. */
2452
+ export interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams
2453
+ extends coreClient.OperationOptions {
2454
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2455
+ filter?: string;
2456
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2457
+ top?: number;
2458
+ }
2459
+
2460
+ /** Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation. */
2461
+ export type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
2462
+
2463
+ /** Optional parameters. */
2464
+ export interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams
2465
+ extends coreClient.OperationOptions {
2466
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2467
+ filter?: string;
2468
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2469
+ top?: number;
2470
+ }
2471
+
2472
+ /** Contains response data for the listGlobalByResourceGroupNext operation. */
2473
+ export type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;
2474
+
2475
+ /** Optional parameters. */
2476
+ export interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams
2477
+ extends coreClient.OperationOptions {
2478
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2479
+ filter?: string;
2480
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2481
+ top?: number;
2482
+ }
2483
+
2484
+ /** Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation. */
2485
+ export type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
2486
+
2487
+ /** Optional parameters. */
2488
+ export interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams
2489
+ extends coreClient.OperationOptions {
2490
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2491
+ filter?: string;
2492
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2493
+ top?: number;
2494
+ }
2495
+
2496
+ /** Contains response data for the listRegionalBySubscriptionNext operation. */
2497
+ export type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;
2498
+
2499
+ /** Optional parameters. */
2500
+ export interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams
2501
+ extends coreClient.OperationOptions {
2502
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2503
+ filter?: string;
2504
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2505
+ top?: number;
2506
+ }
2507
+
2508
+ /** Contains response data for the listRegionalByResourceGroupNext operation. */
2509
+ export type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;
2510
+
2511
+ /** Optional parameters. */
2512
+ export interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams
2513
+ extends coreClient.OperationOptions {
2514
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2515
+ filter?: string;
2516
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2517
+ top?: number;
2518
+ }
2519
+
2520
+ /** Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation. */
2521
+ export type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;
2522
+
2523
+ /** Optional parameters. */
2524
+ export interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams
2525
+ extends coreClient.OperationOptions {
2526
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2527
+ filter?: string;
2528
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2529
+ top?: number;
2530
+ }
2531
+
2532
+ /** Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation. */
2533
+ export type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;
2534
+
2535
+ /** Optional parameters. */
2536
+ export interface EventSubscriptionsListByResourceNextOptionalParams
2537
+ extends coreClient.OperationOptions {
2538
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2539
+ filter?: string;
2540
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2541
+ top?: number;
2542
+ }
2543
+
2544
+ /** Contains response data for the listByResourceNext operation. */
2545
+ export type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;
2546
+
2547
+ /** Optional parameters. */
2548
+ export interface EventSubscriptionsListByDomainTopicNextOptionalParams
2549
+ extends coreClient.OperationOptions {
2550
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2551
+ filter?: string;
2552
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2553
+ top?: number;
2554
+ }
2555
+
2556
+ /** Contains response data for the listByDomainTopicNext operation. */
2557
+ export type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;
2558
+
2559
+ /** Optional parameters. */
2560
+ export interface SystemTopicEventSubscriptionsGetOptionalParams
2561
+ extends coreClient.OperationOptions {}
2562
+
2563
+ /** Contains response data for the get operation. */
2564
+ export type SystemTopicEventSubscriptionsGetResponse = EventSubscription;
2565
+
2566
+ /** Optional parameters. */
2567
+ export interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams
2568
+ extends coreClient.OperationOptions {
2569
+ /** Delay to wait until next poll, in milliseconds. */
2570
+ updateIntervalInMs?: number;
2571
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2572
+ resumeFrom?: string;
2573
+ }
2574
+
2575
+ /** Contains response data for the createOrUpdate operation. */
2576
+ export type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
2577
+
2578
+ /** Optional parameters. */
2579
+ export interface SystemTopicEventSubscriptionsDeleteOptionalParams
2580
+ extends coreClient.OperationOptions {
2581
+ /** Delay to wait until next poll, in milliseconds. */
2582
+ updateIntervalInMs?: number;
2583
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2584
+ resumeFrom?: string;
2585
+ }
2586
+
2587
+ /** Optional parameters. */
2588
+ export interface SystemTopicEventSubscriptionsUpdateOptionalParams
2589
+ extends coreClient.OperationOptions {
2590
+ /** Delay to wait until next poll, in milliseconds. */
2591
+ updateIntervalInMs?: number;
2592
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2593
+ resumeFrom?: string;
2594
+ }
2595
+
2596
+ /** Contains response data for the update operation. */
2597
+ export type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;
2598
+
2599
+ /** Optional parameters. */
2600
+ export interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams
2601
+ extends coreClient.OperationOptions {}
2602
+
2603
+ /** Contains response data for the getFullUrl operation. */
2604
+ export type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
2605
+
2606
+ /** Optional parameters. */
2607
+ export interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams
2608
+ extends coreClient.OperationOptions {
2609
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2610
+ filter?: string;
2611
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2612
+ top?: number;
2613
+ }
2614
+
2615
+ /** Contains response data for the listBySystemTopic operation. */
2616
+ export type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;
2617
+
2618
+ /** Optional parameters. */
2619
+ export interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
2620
+ extends coreClient.OperationOptions {}
2621
+
2622
+ /** Contains response data for the getDeliveryAttributes operation. */
2623
+ export type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
2624
+
2625
+ /** Optional parameters. */
2626
+ export interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams
2627
+ extends coreClient.OperationOptions {
2628
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2629
+ filter?: string;
2630
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2631
+ top?: number;
2632
+ }
2633
+
2634
+ /** Contains response data for the listBySystemTopicNext operation. */
2635
+ export type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;
2636
+
2637
+ /** Optional parameters. */
2638
+ export interface PartnerTopicEventSubscriptionsGetOptionalParams
2639
+ extends coreClient.OperationOptions {}
2640
+
2641
+ /** Contains response data for the get operation. */
2642
+ export type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;
2643
+
2644
+ /** Optional parameters. */
2645
+ export interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams
2646
+ extends coreClient.OperationOptions {
2647
+ /** Delay to wait until next poll, in milliseconds. */
2648
+ updateIntervalInMs?: number;
2649
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2650
+ resumeFrom?: string;
2651
+ }
2652
+
2653
+ /** Contains response data for the createOrUpdate operation. */
2654
+ export type PartnerTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;
2655
+
2656
+ /** Optional parameters. */
2657
+ export interface PartnerTopicEventSubscriptionsDeleteOptionalParams
2658
+ extends coreClient.OperationOptions {
2659
+ /** Delay to wait until next poll, in milliseconds. */
2660
+ updateIntervalInMs?: number;
2661
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2662
+ resumeFrom?: string;
2663
+ }
2664
+
2665
+ /** Optional parameters. */
2666
+ export interface PartnerTopicEventSubscriptionsUpdateOptionalParams
2667
+ extends coreClient.OperationOptions {
2668
+ /** Delay to wait until next poll, in milliseconds. */
2669
+ updateIntervalInMs?: number;
2670
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2671
+ resumeFrom?: string;
2672
+ }
2673
+
2674
+ /** Contains response data for the update operation. */
2675
+ export type PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;
2676
+
2677
+ /** Optional parameters. */
2678
+ export interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams
2679
+ extends coreClient.OperationOptions {}
2680
+
2681
+ /** Contains response data for the getFullUrl operation. */
2682
+ export type PartnerTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;
2683
+
2684
+ /** Optional parameters. */
2685
+ export interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams
2686
+ extends coreClient.OperationOptions {
2687
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2688
+ filter?: string;
2689
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2690
+ top?: number;
2691
+ }
2692
+
2693
+ /** Contains response data for the listByPartnerTopic operation. */
2694
+ export type PartnerTopicEventSubscriptionsListByPartnerTopicResponse = EventSubscriptionsListResult;
2695
+
2696
+ /** Optional parameters. */
2697
+ export interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
2698
+ extends coreClient.OperationOptions {}
2699
+
2700
+ /** Contains response data for the getDeliveryAttributes operation. */
2701
+ export type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;
2702
+
2703
+ /** Optional parameters. */
2704
+ export interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams
2705
+ extends coreClient.OperationOptions {
2706
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2707
+ filter?: string;
2708
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2709
+ top?: number;
2710
+ }
2711
+
2712
+ /** Contains response data for the listByPartnerTopicNext operation. */
2713
+ export type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse = EventSubscriptionsListResult;
2714
+
2715
+ /** Optional parameters. */
2716
+ export interface OperationsListOptionalParams
2717
+ extends coreClient.OperationOptions {}
2718
+
2719
+ /** Contains response data for the list operation. */
2720
+ export type OperationsListResponse = OperationsListResult;
2721
+
2722
+ /** Optional parameters. */
2723
+ export interface PartnerNamespacesGetOptionalParams
2724
+ extends coreClient.OperationOptions {}
2725
+
2726
+ /** Contains response data for the get operation. */
2727
+ export type PartnerNamespacesGetResponse = PartnerNamespace;
2728
+
2729
+ /** Optional parameters. */
2730
+ export interface PartnerNamespacesCreateOrUpdateOptionalParams
2731
+ extends coreClient.OperationOptions {
2732
+ /** Delay to wait until next poll, in milliseconds. */
2733
+ updateIntervalInMs?: number;
2734
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2735
+ resumeFrom?: string;
2736
+ }
2737
+
2738
+ /** Contains response data for the createOrUpdate operation. */
2739
+ export type PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;
2740
+
2741
+ /** Optional parameters. */
2742
+ export interface PartnerNamespacesDeleteOptionalParams
2743
+ extends coreClient.OperationOptions {
2744
+ /** Delay to wait until next poll, in milliseconds. */
2745
+ updateIntervalInMs?: number;
2746
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2747
+ resumeFrom?: string;
2748
+ }
2749
+
2750
+ /** Optional parameters. */
2751
+ export interface PartnerNamespacesUpdateOptionalParams
2752
+ extends coreClient.OperationOptions {
2753
+ /** Delay to wait until next poll, in milliseconds. */
2754
+ updateIntervalInMs?: number;
2755
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2756
+ resumeFrom?: string;
2757
+ }
2758
+
2759
+ /** Optional parameters. */
2760
+ export interface PartnerNamespacesListBySubscriptionOptionalParams
2761
+ extends coreClient.OperationOptions {
2762
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2763
+ filter?: string;
2764
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2765
+ top?: number;
2766
+ }
2767
+
2768
+ /** Contains response data for the listBySubscription operation. */
2769
+ export type PartnerNamespacesListBySubscriptionResponse = PartnerNamespacesListResult;
2770
+
2771
+ /** Optional parameters. */
2772
+ export interface PartnerNamespacesListByResourceGroupOptionalParams
2773
+ extends coreClient.OperationOptions {
2774
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2775
+ filter?: string;
2776
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2777
+ top?: number;
2778
+ }
2779
+
2780
+ /** Contains response data for the listByResourceGroup operation. */
2781
+ export type PartnerNamespacesListByResourceGroupResponse = PartnerNamespacesListResult;
2782
+
2783
+ /** Optional parameters. */
2784
+ export interface PartnerNamespacesListSharedAccessKeysOptionalParams
2785
+ extends coreClient.OperationOptions {}
2786
+
2787
+ /** Contains response data for the listSharedAccessKeys operation. */
2788
+ export type PartnerNamespacesListSharedAccessKeysResponse = PartnerNamespaceSharedAccessKeys;
2789
+
2790
+ /** Optional parameters. */
2791
+ export interface PartnerNamespacesRegenerateKeyOptionalParams
2792
+ extends coreClient.OperationOptions {}
2793
+
2794
+ /** Contains response data for the regenerateKey operation. */
2795
+ export type PartnerNamespacesRegenerateKeyResponse = PartnerNamespaceSharedAccessKeys;
2796
+
2797
+ /** Optional parameters. */
2798
+ export interface PartnerNamespacesListBySubscriptionNextOptionalParams
2799
+ extends coreClient.OperationOptions {
2800
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2801
+ filter?: string;
2802
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2803
+ top?: number;
2804
+ }
2805
+
2806
+ /** Contains response data for the listBySubscriptionNext operation. */
2807
+ export type PartnerNamespacesListBySubscriptionNextResponse = PartnerNamespacesListResult;
2808
+
2809
+ /** Optional parameters. */
2810
+ export interface PartnerNamespacesListByResourceGroupNextOptionalParams
2811
+ extends coreClient.OperationOptions {
2812
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2813
+ filter?: string;
2814
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2815
+ top?: number;
2816
+ }
2817
+
2818
+ /** Contains response data for the listByResourceGroupNext operation. */
2819
+ export type PartnerNamespacesListByResourceGroupNextResponse = PartnerNamespacesListResult;
2820
+
2821
+ /** Optional parameters. */
2822
+ export interface PartnerRegistrationsGetOptionalParams
2823
+ extends coreClient.OperationOptions {}
2824
+
2825
+ /** Contains response data for the get operation. */
2826
+ export type PartnerRegistrationsGetResponse = PartnerRegistration;
2827
+
2828
+ /** Optional parameters. */
2829
+ export interface PartnerRegistrationsCreateOrUpdateOptionalParams
2830
+ extends coreClient.OperationOptions {}
2831
+
2832
+ /** Contains response data for the createOrUpdate operation. */
2833
+ export type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;
2834
+
2835
+ /** Optional parameters. */
2836
+ export interface PartnerRegistrationsDeleteOptionalParams
2837
+ extends coreClient.OperationOptions {}
2838
+
2839
+ /** Optional parameters. */
2840
+ export interface PartnerRegistrationsUpdateOptionalParams
2841
+ extends coreClient.OperationOptions {}
2842
+
2843
+ /** Contains response data for the update operation. */
2844
+ export type PartnerRegistrationsUpdateResponse = PartnerRegistration;
2845
+
2846
+ /** Optional parameters. */
2847
+ export interface PartnerRegistrationsListBySubscriptionOptionalParams
2848
+ extends coreClient.OperationOptions {
2849
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2850
+ filter?: string;
2851
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2852
+ top?: number;
2853
+ }
2854
+
2855
+ /** Contains response data for the listBySubscription operation. */
2856
+ export type PartnerRegistrationsListBySubscriptionResponse = PartnerRegistrationsListResult;
2857
+
2858
+ /** Optional parameters. */
2859
+ export interface PartnerRegistrationsListByResourceGroupOptionalParams
2860
+ extends coreClient.OperationOptions {
2861
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2862
+ filter?: string;
2863
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2864
+ top?: number;
2865
+ }
2866
+
2867
+ /** Contains response data for the listByResourceGroup operation. */
2868
+ export type PartnerRegistrationsListByResourceGroupResponse = PartnerRegistrationsListResult;
2869
+
2870
+ /** Optional parameters. */
2871
+ export interface PartnerRegistrationsListBySubscriptionNextOptionalParams
2872
+ extends coreClient.OperationOptions {
2873
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2874
+ filter?: string;
2875
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2876
+ top?: number;
2877
+ }
2878
+
2879
+ /** Contains response data for the listBySubscriptionNext operation. */
2880
+ export type PartnerRegistrationsListBySubscriptionNextResponse = PartnerRegistrationsListResult;
2881
+
2882
+ /** Optional parameters. */
2883
+ export interface PartnerRegistrationsListByResourceGroupNextOptionalParams
2884
+ extends coreClient.OperationOptions {
2885
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2886
+ filter?: string;
2887
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2888
+ top?: number;
2889
+ }
2890
+
2891
+ /** Contains response data for the listByResourceGroupNext operation. */
2892
+ export type PartnerRegistrationsListByResourceGroupNextResponse = PartnerRegistrationsListResult;
2893
+
2894
+ /** Optional parameters. */
2895
+ export interface PartnerTopicsGetOptionalParams
2896
+ extends coreClient.OperationOptions {}
2897
+
2898
+ /** Contains response data for the get operation. */
2899
+ export type PartnerTopicsGetResponse = PartnerTopic;
2900
+
2901
+ /** Optional parameters. */
2902
+ export interface PartnerTopicsDeleteOptionalParams
2903
+ extends coreClient.OperationOptions {
2904
+ /** Delay to wait until next poll, in milliseconds. */
2905
+ updateIntervalInMs?: number;
2906
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2907
+ resumeFrom?: string;
2908
+ }
2909
+
2910
+ /** Optional parameters. */
2911
+ export interface PartnerTopicsUpdateOptionalParams
2912
+ extends coreClient.OperationOptions {}
2913
+
2914
+ /** Contains response data for the update operation. */
2915
+ export type PartnerTopicsUpdateResponse = PartnerTopic;
2916
+
2917
+ /** Optional parameters. */
2918
+ export interface PartnerTopicsListBySubscriptionOptionalParams
2919
+ extends coreClient.OperationOptions {
2920
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2921
+ filter?: string;
2922
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2923
+ top?: number;
2924
+ }
2925
+
2926
+ /** Contains response data for the listBySubscription operation. */
2927
+ export type PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;
2928
+
2929
+ /** Optional parameters. */
2930
+ export interface PartnerTopicsListByResourceGroupOptionalParams
2931
+ extends coreClient.OperationOptions {
2932
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2933
+ filter?: string;
2934
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2935
+ top?: number;
2936
+ }
2937
+
2938
+ /** Contains response data for the listByResourceGroup operation. */
2939
+ export type PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;
2940
+
2941
+ /** Optional parameters. */
2942
+ export interface PartnerTopicsActivateOptionalParams
2943
+ extends coreClient.OperationOptions {}
2944
+
2945
+ /** Contains response data for the activate operation. */
2946
+ export type PartnerTopicsActivateResponse = PartnerTopic;
2947
+
2948
+ /** Optional parameters. */
2949
+ export interface PartnerTopicsDeactivateOptionalParams
2950
+ extends coreClient.OperationOptions {}
2951
+
2952
+ /** Contains response data for the deactivate operation. */
2953
+ export type PartnerTopicsDeactivateResponse = PartnerTopic;
2954
+
2955
+ /** Optional parameters. */
2956
+ export interface PartnerTopicsListBySubscriptionNextOptionalParams
2957
+ extends coreClient.OperationOptions {
2958
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2959
+ filter?: string;
2960
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2961
+ top?: number;
2962
+ }
2963
+
2964
+ /** Contains response data for the listBySubscriptionNext operation. */
2965
+ export type PartnerTopicsListBySubscriptionNextResponse = PartnerTopicsListResult;
2966
+
2967
+ /** Optional parameters. */
2968
+ export interface PartnerTopicsListByResourceGroupNextOptionalParams
2969
+ extends coreClient.OperationOptions {
2970
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
2971
+ filter?: string;
2972
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
2973
+ top?: number;
2974
+ }
2975
+
2976
+ /** Contains response data for the listByResourceGroupNext operation. */
2977
+ export type PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;
2978
+
2979
+ /** Optional parameters. */
2980
+ export interface PrivateEndpointConnectionsGetOptionalParams
2981
+ extends coreClient.OperationOptions {}
2982
+
2983
+ /** Contains response data for the get operation. */
2984
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
2985
+
2986
+ /** Optional parameters. */
2987
+ export interface PrivateEndpointConnectionsUpdateOptionalParams
2988
+ extends coreClient.OperationOptions {
2989
+ /** Delay to wait until next poll, in milliseconds. */
2990
+ updateIntervalInMs?: number;
2991
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2992
+ resumeFrom?: string;
2993
+ }
2994
+
2995
+ /** Contains response data for the update operation. */
2996
+ export type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;
2997
+
2998
+ /** Optional parameters. */
2999
+ export interface PrivateEndpointConnectionsDeleteOptionalParams
3000
+ extends coreClient.OperationOptions {
3001
+ /** Delay to wait until next poll, in milliseconds. */
3002
+ updateIntervalInMs?: number;
3003
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3004
+ resumeFrom?: string;
3005
+ }
3006
+
3007
+ /** Optional parameters. */
3008
+ export interface PrivateEndpointConnectionsListByResourceOptionalParams
3009
+ extends coreClient.OperationOptions {
3010
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3011
+ filter?: string;
3012
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3013
+ top?: number;
3014
+ }
3015
+
3016
+ /** Contains response data for the listByResource operation. */
3017
+ export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
3018
+
3019
+ /** Optional parameters. */
3020
+ export interface PrivateEndpointConnectionsListByResourceNextOptionalParams
3021
+ extends coreClient.OperationOptions {
3022
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3023
+ filter?: string;
3024
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3025
+ top?: number;
3026
+ }
3027
+
3028
+ /** Contains response data for the listByResourceNext operation. */
3029
+ export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
3030
+
3031
+ /** Optional parameters. */
3032
+ export interface PrivateLinkResourcesGetOptionalParams
3033
+ extends coreClient.OperationOptions {}
3034
+
3035
+ /** Contains response data for the get operation. */
3036
+ export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
3037
+
3038
+ /** Optional parameters. */
3039
+ export interface PrivateLinkResourcesListByResourceOptionalParams
3040
+ extends coreClient.OperationOptions {
3041
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3042
+ filter?: string;
3043
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3044
+ top?: number;
3045
+ }
3046
+
3047
+ /** Contains response data for the listByResource operation. */
3048
+ export type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;
3049
+
3050
+ /** Optional parameters. */
3051
+ export interface PrivateLinkResourcesListByResourceNextOptionalParams
3052
+ extends coreClient.OperationOptions {
3053
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3054
+ filter?: string;
3055
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3056
+ top?: number;
3057
+ }
3058
+
3059
+ /** Contains response data for the listByResourceNext operation. */
3060
+ export type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;
3061
+
3062
+ /** Optional parameters. */
3063
+ export interface SystemTopicsGetOptionalParams
3064
+ extends coreClient.OperationOptions {}
3065
+
3066
+ /** Contains response data for the get operation. */
3067
+ export type SystemTopicsGetResponse = SystemTopic;
3068
+
3069
+ /** Optional parameters. */
3070
+ export interface SystemTopicsCreateOrUpdateOptionalParams
3071
+ extends coreClient.OperationOptions {
3072
+ /** Delay to wait until next poll, in milliseconds. */
3073
+ updateIntervalInMs?: number;
3074
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3075
+ resumeFrom?: string;
3076
+ }
3077
+
3078
+ /** Contains response data for the createOrUpdate operation. */
3079
+ export type SystemTopicsCreateOrUpdateResponse = SystemTopic;
3080
+
3081
+ /** Optional parameters. */
3082
+ export interface SystemTopicsDeleteOptionalParams
3083
+ extends coreClient.OperationOptions {
3084
+ /** Delay to wait until next poll, in milliseconds. */
3085
+ updateIntervalInMs?: number;
3086
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3087
+ resumeFrom?: string;
3088
+ }
3089
+
3090
+ /** Optional parameters. */
3091
+ export interface SystemTopicsUpdateOptionalParams
3092
+ extends coreClient.OperationOptions {
3093
+ /** Delay to wait until next poll, in milliseconds. */
3094
+ updateIntervalInMs?: number;
3095
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3096
+ resumeFrom?: string;
3097
+ }
3098
+
3099
+ /** Contains response data for the update operation. */
3100
+ export type SystemTopicsUpdateResponse = SystemTopic;
3101
+
3102
+ /** Optional parameters. */
3103
+ export interface SystemTopicsListBySubscriptionOptionalParams
3104
+ extends coreClient.OperationOptions {
3105
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3106
+ filter?: string;
3107
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3108
+ top?: number;
3109
+ }
3110
+
3111
+ /** Contains response data for the listBySubscription operation. */
3112
+ export type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;
3113
+
3114
+ /** Optional parameters. */
3115
+ export interface SystemTopicsListByResourceGroupOptionalParams
3116
+ extends coreClient.OperationOptions {
3117
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3118
+ filter?: string;
3119
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3120
+ top?: number;
3121
+ }
3122
+
3123
+ /** Contains response data for the listByResourceGroup operation. */
3124
+ export type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;
3125
+
3126
+ /** Optional parameters. */
3127
+ export interface SystemTopicsListBySubscriptionNextOptionalParams
3128
+ extends coreClient.OperationOptions {
3129
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3130
+ filter?: string;
3131
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3132
+ top?: number;
3133
+ }
3134
+
3135
+ /** Contains response data for the listBySubscriptionNext operation. */
3136
+ export type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;
3137
+
3138
+ /** Optional parameters. */
3139
+ export interface SystemTopicsListByResourceGroupNextOptionalParams
3140
+ extends coreClient.OperationOptions {
3141
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3142
+ filter?: string;
3143
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3144
+ top?: number;
3145
+ }
3146
+
3147
+ /** Contains response data for the listByResourceGroupNext operation. */
3148
+ export type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;
3149
+
3150
+ /** Optional parameters. */
3151
+ export interface TopicsGetOptionalParams extends coreClient.OperationOptions {}
3152
+
3153
+ /** Contains response data for the get operation. */
3154
+ export type TopicsGetResponse = Topic;
3155
+
3156
+ /** Optional parameters. */
3157
+ export interface TopicsCreateOrUpdateOptionalParams
3158
+ extends coreClient.OperationOptions {
3159
+ /** Delay to wait until next poll, in milliseconds. */
3160
+ updateIntervalInMs?: number;
3161
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3162
+ resumeFrom?: string;
3163
+ }
3164
+
3165
+ /** Contains response data for the createOrUpdate operation. */
3166
+ export type TopicsCreateOrUpdateResponse = Topic;
3167
+
3168
+ /** Optional parameters. */
3169
+ export interface TopicsDeleteOptionalParams
3170
+ extends coreClient.OperationOptions {
3171
+ /** Delay to wait until next poll, in milliseconds. */
3172
+ updateIntervalInMs?: number;
3173
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3174
+ resumeFrom?: string;
3175
+ }
3176
+
3177
+ /** Optional parameters. */
3178
+ export interface TopicsUpdateOptionalParams
3179
+ extends coreClient.OperationOptions {
3180
+ /** Delay to wait until next poll, in milliseconds. */
3181
+ updateIntervalInMs?: number;
3182
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3183
+ resumeFrom?: string;
3184
+ }
3185
+
3186
+ /** Optional parameters. */
3187
+ export interface TopicsListBySubscriptionOptionalParams
3188
+ extends coreClient.OperationOptions {
3189
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3190
+ filter?: string;
3191
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3192
+ top?: number;
3193
+ }
3194
+
3195
+ /** Contains response data for the listBySubscription operation. */
3196
+ export type TopicsListBySubscriptionResponse = TopicsListResult;
3197
+
3198
+ /** Optional parameters. */
3199
+ export interface TopicsListByResourceGroupOptionalParams
3200
+ extends coreClient.OperationOptions {
3201
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3202
+ filter?: string;
3203
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3204
+ top?: number;
3205
+ }
3206
+
3207
+ /** Contains response data for the listByResourceGroup operation. */
3208
+ export type TopicsListByResourceGroupResponse = TopicsListResult;
3209
+
3210
+ /** Optional parameters. */
3211
+ export interface TopicsListSharedAccessKeysOptionalParams
3212
+ extends coreClient.OperationOptions {}
3213
+
3214
+ /** Contains response data for the listSharedAccessKeys operation. */
3215
+ export type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;
3216
+
3217
+ /** Optional parameters. */
3218
+ export interface TopicsRegenerateKeyOptionalParams
3219
+ extends coreClient.OperationOptions {
3220
+ /** Delay to wait until next poll, in milliseconds. */
3221
+ updateIntervalInMs?: number;
3222
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3223
+ resumeFrom?: string;
3224
+ }
3225
+
3226
+ /** Contains response data for the regenerateKey operation. */
3227
+ export type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;
3228
+
3229
+ /** Optional parameters. */
3230
+ export interface TopicsListEventTypesOptionalParams
3231
+ extends coreClient.OperationOptions {}
3232
+
3233
+ /** Contains response data for the listEventTypes operation. */
3234
+ export type TopicsListEventTypesResponse = EventTypesListResult;
3235
+
3236
+ /** Optional parameters. */
3237
+ export interface TopicsListBySubscriptionNextOptionalParams
3238
+ extends coreClient.OperationOptions {
3239
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3240
+ filter?: string;
3241
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3242
+ top?: number;
3243
+ }
3244
+
3245
+ /** Contains response data for the listBySubscriptionNext operation. */
3246
+ export type TopicsListBySubscriptionNextResponse = TopicsListResult;
3247
+
3248
+ /** Optional parameters. */
3249
+ export interface TopicsListByResourceGroupNextOptionalParams
3250
+ extends coreClient.OperationOptions {
3251
+ /** The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'. */
3252
+ filter?: string;
3253
+ /** The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page. */
3254
+ top?: number;
3255
+ }
3256
+
3257
+ /** Contains response data for the listByResourceGroupNext operation. */
3258
+ export type TopicsListByResourceGroupNextResponse = TopicsListResult;
3259
+
3260
+ /** Optional parameters. */
3261
+ export interface ExtensionTopicsGetOptionalParams
3262
+ extends coreClient.OperationOptions {}
3263
+
3264
+ /** Contains response data for the get operation. */
3265
+ export type ExtensionTopicsGetResponse = ExtensionTopic;
3266
+
3267
+ /** Optional parameters. */
3268
+ export interface TopicTypesListOptionalParams
3269
+ extends coreClient.OperationOptions {}
3270
+
3271
+ /** Contains response data for the list operation. */
3272
+ export type TopicTypesListResponse = TopicTypesListResult;
3273
+
3274
+ /** Optional parameters. */
3275
+ export interface TopicTypesGetOptionalParams
3276
+ extends coreClient.OperationOptions {}
3277
+
3278
+ /** Contains response data for the get operation. */
3279
+ export type TopicTypesGetResponse = TopicTypeInfo;
3280
+
3281
+ /** Optional parameters. */
3282
+ export interface TopicTypesListEventTypesOptionalParams
3283
+ extends coreClient.OperationOptions {}
3284
+
3285
+ /** Contains response data for the listEventTypes operation. */
3286
+ export type TopicTypesListEventTypesResponse = EventTypesListResult;
3287
+
3288
+ /** Optional parameters. */
3289
+ export interface EventGridManagementClientOptionalParams
3290
+ extends coreClient.ServiceClientOptions {
3291
+ /** server parameter */
3292
+ $host?: string;
3293
+ /** Api Version */
3294
+ apiVersion?: string;
3295
+ /** Overrides client endpoint. */
3296
+ endpoint?: string;
3297
+ }