@azure/arm-eventgrid 12.0.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7613 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/eventGridManagementClient.d.ts +29 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +62 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1943 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +204 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +107 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1216 -1303
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +347 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/domainTopics.d.ts +79 -0
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/domainTopics.js +310 -0
- package/dist-esm/src/operations/domainTopics.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +122 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +522 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
- package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/extensionTopics.js +50 -0
- package/dist-esm/src/operations/extensionTopics.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +89 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +346 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +50 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +176 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/systemTopics.d.ts +107 -0
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopics.js +482 -0
- package/dist-esm/src/operations/systemTopics.js.map +1 -0
- package/dist-esm/src/operations/topicTypes.d.ts +46 -0
- package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/topicTypes.js +175 -0
- package/dist-esm/src/operations/topicTypes.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +150 -0
- package/dist-esm/src/operations/topics.d.ts.map +1 -0
- package/dist-esm/src/operations/topics.js +656 -0
- package/dist-esm/src/operations/topics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/domainTopics.js} +2 -8
- package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/{src/models/privateLinkResourcesMappers.ts → dist-esm/src/operationsInterfaces/domains.js} +2 -7
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/eventSubscriptions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/topics.js} +2 -1
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +4 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +166 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-eventgrid.api.md +1777 -0
- package/rollup.config.js +181 -30
- package/src/eventGridManagementClient.ts +107 -53
- package/{esm/models/privateLinkResourcesMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1844 -3910
- package/src/models/mappers.ts +1261 -1339
- package/src/models/parameters.ts +239 -82
- package/src/operations/domainTopics.ts +346 -224
- package/src/operations/domains.ts +545 -454
- package/src/operations/eventSubscriptions.ts +1658 -1236
- package/src/operations/extensionTopics.ts +37 -66
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +65 -43
- package/src/operations/privateEndpointConnections.ts +386 -253
- package/src/operations/privateLinkResources.ts +178 -150
- package/src/operations/systemTopicEventSubscriptions.ts +537 -394
- package/src/operations/systemTopics.ts +505 -349
- package/src/operations/topicTypes.ts +138 -114
- package/src/operations/topics.ts +728 -494
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +125 -0
- package/src/operationsInterfaces/privateLinkResources.ts +48 -0
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/systemTopics.ts +139 -0
- package/src/operationsInterfaces/topicTypes.ts +47 -0
- package/src/operationsInterfaces/topics.ts +197 -0
- package/tsconfig.json +3 -3
- package/types/arm-eventgrid.d.ts +2998 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-eventgrid.js +0 -6824
- package/dist/arm-eventgrid.js.map +0 -1
- package/dist/arm-eventgrid.min.js +0 -1
- package/dist/arm-eventgrid.min.js.map +0 -1
- package/esm/eventGridManagementClient.d.ts +0 -35
- package/esm/eventGridManagementClient.d.ts.map +0 -1
- package/esm/eventGridManagementClient.js +0 -48
- package/esm/eventGridManagementClient.js.map +0 -1
- package/esm/eventGridManagementClientContext.d.ts +0 -23
- package/esm/eventGridManagementClientContext.d.ts.map +0 -1
- package/esm/eventGridManagementClientContext.js +0 -61
- package/esm/eventGridManagementClientContext.js.map +0 -1
- package/esm/models/domainTopicsMappers.d.ts +0 -2
- package/esm/models/domainTopicsMappers.d.ts.map +0 -1
- package/esm/models/domainTopicsMappers.js +0 -9
- package/esm/models/domainTopicsMappers.js.map +0 -1
- package/esm/models/domainsMappers.d.ts +0 -2
- package/esm/models/domainsMappers.d.ts.map +0 -1
- package/esm/models/domainsMappers.js +0 -9
- package/esm/models/domainsMappers.js.map +0 -1
- package/esm/models/eventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/eventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/eventSubscriptionsMappers.js +0 -9
- package/esm/models/eventSubscriptionsMappers.js.map +0 -1
- package/esm/models/extensionTopicsMappers.d.ts +0 -2
- package/esm/models/extensionTopicsMappers.d.ts.map +0 -1
- package/esm/models/extensionTopicsMappers.js +0 -9
- package/esm/models/extensionTopicsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4080
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -109
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -25
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -245
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts +0 -2
- package/esm/models/systemTopicEventSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicEventSubscriptionsMappers.js +0 -9
- package/esm/models/systemTopicEventSubscriptionsMappers.js.map +0 -1
- package/esm/models/systemTopicsMappers.d.ts +0 -2
- package/esm/models/systemTopicsMappers.d.ts.map +0 -1
- package/esm/models/systemTopicsMappers.js +0 -9
- package/esm/models/systemTopicsMappers.js.map +0 -1
- package/esm/models/topicTypesMappers.d.ts +0 -2
- package/esm/models/topicTypesMappers.d.ts.map +0 -1
- package/esm/models/topicTypesMappers.js +0 -9
- package/esm/models/topicTypesMappers.js.map +0 -1
- package/esm/models/topicsMappers.d.ts +0 -2
- package/esm/models/topicsMappers.d.ts.map +0 -1
- package/esm/models/topicsMappers.js +0 -9
- package/esm/models/topicsMappers.js.map +0 -1
- package/esm/operations/domainTopics.d.ts +0 -120
- package/esm/operations/domainTopics.d.ts.map +0 -1
- package/esm/operations/domainTopics.js +0 -233
- package/esm/operations/domainTopics.js.map +0 -1
- package/esm/operations/domains.d.ts +0 -214
- package/esm/operations/domains.d.ts.map +0 -1
- package/esm/operations/domains.js +0 -415
- package/esm/operations/domains.js.map +0 -1
- package/esm/operations/eventSubscriptions.d.ts +0 -666
- package/esm/operations/eventSubscriptions.d.ts.map +0 -1
- package/esm/operations/eventSubscriptions.js +0 -969
- package/esm/operations/eventSubscriptions.js.map +0 -1
- package/esm/operations/extensionTopics.d.ts +0 -47
- package/esm/operations/extensionTopics.d.ts.map +0 -1
- package/esm/operations/extensionTopics.js +0 -54
- package/esm/operations/extensionTopics.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -152
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -263
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -91
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -127
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.d.ts +0 -213
- package/esm/operations/systemTopicEventSubscriptions.d.ts.map +0 -1
- package/esm/operations/systemTopicEventSubscriptions.js +0 -379
- package/esm/operations/systemTopicEventSubscriptions.js.map +0 -1
- package/esm/operations/systemTopics.d.ts +0 -167
- package/esm/operations/systemTopics.d.ts.map +0 -1
- package/esm/operations/systemTopics.js +0 -353
- package/esm/operations/systemTopics.js.map +0 -1
- package/esm/operations/topicTypes.d.ts +0 -67
- package/esm/operations/topicTypes.d.ts.map +0 -1
- package/esm/operations/topicTypes.js +0 -106
- package/esm/operations/topicTypes.js.map +0 -1
- package/esm/operations/topics.d.ts +0 -237
- package/esm/operations/topics.d.ts.map +0 -1
- package/esm/operations/topics.js +0 -471
- package/esm/operations/topics.js.map +0 -1
- package/src/eventGridManagementClientContext.ts +0 -68
- package/src/models/domainTopicsMappers.ts +0 -66
- package/src/models/domainsMappers.ts +0 -69
- package/src/models/eventSubscriptionsMappers.ts +0 -69
- package/src/models/extensionTopicsMappers.ts +0 -65
- package/src/models/privateEndpointConnectionsMappers.ts +0 -66
- package/src/models/systemTopicEventSubscriptionsMappers.ts +0 -69
- package/src/models/systemTopicsMappers.ts +0 -67
- package/src/models/topicTypesMappers.ts +0 -67
- package/src/models/topicsMappers.ts +0 -70
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/lroImpl.ts","../src/operations/domains.ts","../src/operations/domainTopics.ts","../src/operations/eventSubscriptions.ts","../src/operations/systemTopicEventSubscriptions.ts","../src/operations/operations.ts","../src/operations/topics.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/operations/systemTopics.ts","../src/operations/extensionTopics.ts","../src/operations/topicTypes.ts","../src/eventGridManagementClient.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type InputSchemaMappingUnion =\n | InputSchemaMapping\n | JsonInputSchemaMapping;\nexport type EventSubscriptionDestinationUnion =\n | EventSubscriptionDestination\n | WebHookEventSubscriptionDestination\n | EventHubEventSubscriptionDestination\n | StorageQueueEventSubscriptionDestination\n | HybridConnectionEventSubscriptionDestination\n | ServiceBusQueueEventSubscriptionDestination\n | ServiceBusTopicEventSubscriptionDestination\n | AzureFunctionEventSubscriptionDestination;\nexport type AdvancedFilterUnion =\n | AdvancedFilter\n | NumberInAdvancedFilter\n | NumberNotInAdvancedFilter\n | NumberLessThanAdvancedFilter\n | NumberGreaterThanAdvancedFilter\n | NumberLessThanOrEqualsAdvancedFilter\n | NumberGreaterThanOrEqualsAdvancedFilter\n | BoolEqualsAdvancedFilter\n | StringInAdvancedFilter\n | StringNotInAdvancedFilter\n | StringBeginsWithAdvancedFilter\n | StringEndsWithAdvancedFilter\n | StringContainsAdvancedFilter;\nexport type DeadLetterDestinationUnion =\n | DeadLetterDestination\n | StorageBlobDeadLetterDestination;\nexport type DeliveryAttributeMappingUnion =\n | DeliveryAttributeMapping\n | StaticDeliveryAttributeMapping\n | DynamicDeliveryAttributeMapping;\n\n/** PrivateEndpoint information. */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint. */\n id?: string;\n}\n\n/** ConnectionState information. */\nexport interface ConnectionState {\n /** Status of the connection. */\n status?: PersistedConnectionStatus;\n /** Description of the connection state. */\n description?: string;\n /** Actions required (if any). */\n actionsRequired?: string;\n}\n\n/** Definition of a Resource. */\nexport interface Resource {\n /**\n * Fully qualified identifier of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** 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'. */\nexport interface InputSchemaMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inputSchemaMappingType: \"Json\";\n}\n\nexport interface InboundIpRule {\n /** IP Address in CIDR notation e.g., 10.0.0.0/8. */\n ipMask?: string;\n /** Action to perform based on the match or no match of the IpMask. */\n action?: IpActionType;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The identity information for the resource. */\nexport interface IdentityInfo {\n /** 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. */\n type?: IdentityType;\n /** The principal ID of resource identity. */\n principalId?: string;\n /** The tenant ID of resource. */\n tenantId?: string;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n * This property is currently not used and reserved for future usage.\n */\n userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };\n}\n\n/** The information about the user identity. */\nexport interface UserIdentityProperties {\n /** The principal id of user assigned identity. */\n principalId?: string;\n /** The client id of user assigned identity. */\n clientId?: string;\n}\n\n/** Properties of the Domain update. */\nexport interface DomainUpdateParameters {\n /** Tags of the domains resource. */\n tags?: { [propertyName: string]: string };\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** 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. */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * 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.\n * 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\n * 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\n * 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\n * 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\n * domain topic on demand if needed.\n */\n autoCreateTopicWithFirstSubscription?: boolean;\n /**\n * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * 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.\n * 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\n * 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\n * (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\n * control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n}\n\n/** Result of the List Domains operation. */\nexport interface DomainsListResult {\n /** A collection of Domains. */\n value?: Domain[];\n /** A link for the next page of domains. */\n nextLink?: string;\n}\n\n/** Shared access keys of the Domain. */\nexport interface DomainSharedAccessKeys {\n /** Shared access key1 for the domain. */\n key1?: string;\n /** Shared access key2 for the domain. */\n key2?: string;\n}\n\n/** Domain regenerate share access key request. */\nexport interface DomainRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2. */\n keyName: string;\n}\n\n/** Result of the List Domain Topics operation. */\nexport interface DomainTopicsListResult {\n /** A collection of Domain Topics. */\n value?: DomainTopic[];\n /** A link for the next page of domain topics. */\n nextLink?: string;\n}\n\n/** Information about the destination for an event subscription. */\nexport interface EventSubscriptionDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType:\n | \"WebHook\"\n | \"EventHub\"\n | \"StorageQueue\"\n | \"HybridConnection\"\n | \"ServiceBusQueue\"\n | \"ServiceBusTopic\"\n | \"AzureFunction\";\n}\n\n/** Information about the delivery for an event subscription with resource identity. */\nexport interface DeliveryWithResourceIdentity {\n /** The identity to use when delivering events. */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n destination?: EventSubscriptionDestinationUnion;\n}\n\n/** The identity information with the event subscription. */\nexport interface EventSubscriptionIdentity {\n /** 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. */\n type?: EventSubscriptionIdentityType;\n /** The user identity associated with the resource. */\n userAssignedIdentity?: string;\n}\n\n/** Filter for the Event Subscription. */\nexport interface EventSubscriptionFilter {\n /**\n * An optional string to filter events for an event subscription based on a resource path prefix.\n * The format of this depends on the publisher of the events.\n * Wildcard characters are not supported in this path.\n */\n subjectBeginsWith?: string;\n /**\n * An optional string to filter events for an event subscription based on a resource path suffix.\n * Wildcard characters are not supported in this path.\n */\n subjectEndsWith?: string;\n /** 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. */\n includedEventTypes?: string[];\n /**\n * Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter\n * should be compared in a case sensitive manner.\n */\n isSubjectCaseSensitive?: boolean;\n /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. */\n enableAdvancedFilteringOnArrays?: boolean;\n /** An array of advanced filters that are used for filtering event subscriptions. */\n advancedFilters?: AdvancedFilterUnion[];\n}\n\n/** 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. */\nexport interface AdvancedFilter {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType:\n | \"NumberIn\"\n | \"NumberNotIn\"\n | \"NumberLessThan\"\n | \"NumberGreaterThan\"\n | \"NumberLessThanOrEquals\"\n | \"NumberGreaterThanOrEquals\"\n | \"BoolEquals\"\n | \"StringIn\"\n | \"StringNotIn\"\n | \"StringBeginsWith\"\n | \"StringEndsWith\"\n | \"StringContains\";\n /** The field/property in the event based on which you want to filter. */\n key?: string;\n}\n\n/** Information about the retry policy for an event subscription. */\nexport interface RetryPolicy {\n /** Maximum number of delivery retry attempts for events. */\n maxDeliveryAttempts?: number;\n /** Time To Live (in minutes) for events. */\n eventTimeToLiveInMinutes?: number;\n}\n\n/** 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. */\nexport interface DeadLetterDestination {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageBlob\";\n}\n\n/** Information about the deadletter destination with resource identity. */\nexport interface DeadLetterWithResourceIdentity {\n /** The identity to use when dead-lettering events. */\n identity?: EventSubscriptionIdentity;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterDestination?: DeadLetterDestinationUnion;\n}\n\n/** Properties of the Event Subscription update. */\nexport interface EventSubscriptionUpdateParameters {\n /** Information about the destination where events have to be delivered for the event subscription. */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /** Information about the filter for the event subscription. */\n filter?: EventSubscriptionFilter;\n /** List of user defined labels. */\n labels?: string[];\n /** Information about the expiration time for the event subscription. */\n expirationTimeUtc?: Date;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: EventDeliverySchema;\n /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */\n retryPolicy?: RetryPolicy;\n /** The DeadLetter destination of the event subscription. */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (topic / domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n}\n\n/** Full endpoint url of an event subscription */\nexport interface EventSubscriptionFullUrl {\n /** The URL that represents the endpoint of the destination of an event subscription. */\n endpointUrl?: string;\n}\n\n/** Result of the List EventSubscriptions operation */\nexport interface EventSubscriptionsListResult {\n /** A collection of EventSubscriptions */\n value?: EventSubscription[];\n /** A link for the next page of event subscriptions */\n nextLink?: string;\n}\n\n/** Result of the Get delivery attributes operation. */\nexport interface DeliveryAttributeListResult {\n /** A collection of DeliveryAttributeMapping */\n value?: DeliveryAttributeMappingUnion[];\n}\n\n/** Delivery attribute mapping details. */\nexport interface DeliveryAttributeMapping {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Static\" | \"Dynamic\";\n /** Name of the delivery attribute or header. */\n name?: string;\n}\n\n/** Result of the List Operations operation */\nexport interface OperationsListResult {\n /** A collection of operations */\n value?: Operation[];\n}\n\n/** Represents an operation returned by the GetOperations request */\nexport interface Operation {\n /** Name of the operation */\n name?: string;\n /** Display name of the operation */\n display?: OperationInfo;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: Record<string, unknown>;\n}\n\n/** Information about an operation */\nexport interface OperationInfo {\n /** Name of the provider */\n provider?: string;\n /** Name of the resource type */\n resource?: string;\n /** Name of the operation */\n operation?: string;\n /** Description of the operation */\n description?: string;\n}\n\n/** Properties of the Topic update */\nexport interface TopicUpdateParameters {\n /** Tags of the resource. */\n tags?: { [propertyName: string]: string };\n /** Topic resource identity information. */\n identity?: IdentityInfo;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** 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. */\n disableLocalAuth?: boolean;\n}\n\n/** Result of the List Topics operation */\nexport interface TopicsListResult {\n /** A collection of Topics */\n value?: Topic[];\n /** A link for the next page of topics */\n nextLink?: string;\n}\n\n/** Shared access keys of the Topic */\nexport interface TopicSharedAccessKeys {\n /** Shared access key1 for the topic. */\n key1?: string;\n /** Shared access key2 for the topic. */\n key2?: string;\n}\n\n/** Topic regenerate share access key request */\nexport interface TopicRegenerateKeyRequest {\n /** Key name to regenerate key1 or key2 */\n keyName: string;\n}\n\n/** Result of the list of all private endpoint connections operation. */\nexport interface PrivateEndpointConnectionListResult {\n /** A collection of private endpoint connection resources. */\n value?: PrivateEndpointConnection[];\n /** A link for the next page of private endpoint connection resources. */\n nextLink?: string;\n}\n\n/** Information of the private link resource. */\nexport interface PrivateLinkResource {\n /** Fully qualified identifier of the resource. */\n id?: string;\n /** Name of the resource. */\n name?: string;\n /** Type of the resource. */\n type?: string;\n groupId?: string;\n displayName?: string;\n requiredMembers?: string[];\n requiredZoneNames?: string[];\n}\n\n/** Result of the List private link resources operation. */\nexport interface PrivateLinkResourcesListResult {\n /** A collection of private link resources */\n value?: PrivateLinkResource[];\n /** A link for the next page of private link resources. */\n nextLink?: string;\n}\n\n/** Properties of the System Topic update. */\nexport interface SystemTopicUpdateParameters {\n /** Tags of the system topic. */\n tags?: { [propertyName: string]: string };\n /** Resource identity information. */\n identity?: IdentityInfo;\n}\n\n/** Result of the List System topics operation. */\nexport interface SystemTopicsListResult {\n /** A collection of system Topics. */\n value?: SystemTopic[];\n /** A link for the next page of topics. */\n nextLink?: string;\n}\n\n/** Result of the List Event Types operation */\nexport interface EventTypesListResult {\n /** A collection of event types */\n value?: EventType[];\n}\n\n/** Result of the List Topic Types operation */\nexport interface TopicTypesListResult {\n /** A collection of topic types */\n value?: TopicTypeInfo[];\n}\n\n/** 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. */\nexport interface JsonField {\n /** Name of a field in the input event schema that's to be used as the source of a mapping. */\n sourceField?: string;\n}\n\n/**\n * This is used to express the source of an input schema mapping for a single target field\n * in the Event Grid Event schema. This is currently used in the mappings for the 'subject',\n * 'eventtype' and 'dataversion' properties. This represents a field in the input event schema\n * along with a default value to be used, and at least one of these two properties should be provided.\n */\nexport interface JsonFieldWithDefault {\n /** Name of a field in the input event schema that's to be used as the source of a mapping. */\n sourceField?: string;\n /** 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. */\n defaultValue?: string;\n}\n\nexport type PrivateEndpointConnection = Resource & {\n /** The Private Endpoint resource for this Connection. */\n privateEndpoint?: PrivateEndpoint;\n /** GroupIds from the private link service resource. */\n groupIds?: string[];\n /** Details about the state of the connection. */\n privateLinkServiceConnectionState?: ConnectionState;\n /** Provisioning state of the Private Endpoint Connection. */\n provisioningState?: ResourceProvisioningState;\n};\n\n/** Definition of a Tracked Resource. */\nexport type TrackedResource = Resource & {\n /** Location of the resource. */\n location: string;\n /** Tags of the resource. */\n tags?: { [propertyName: string]: string };\n};\n\n/** Domain Topic. */\nexport type DomainTopic = Resource & {\n /**\n * The system metadata relating to Domain Topic resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the domain topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainTopicProvisioningState;\n};\n\n/** Event Subscription */\nexport type EventSubscription = Resource & {\n /**\n * The system metadata relating to Event Subscription resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Name of the topic of the event subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly topic?: string;\n /**\n * Provisioning state of the event subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EventSubscriptionProvisioningState;\n /** Information about the destination where events have to be delivered for the event subscription. */\n destination?: EventSubscriptionDestinationUnion;\n /**\n * Information about the destination where events have to be delivered for the event subscription.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deliveryWithResourceIdentity?: DeliveryWithResourceIdentity;\n /** Information about the filter for the event subscription. */\n filter?: EventSubscriptionFilter;\n /** List of user defined labels. */\n labels?: string[];\n /** Expiration time of the event subscription. */\n expirationTimeUtc?: Date;\n /** The event delivery schema for the event subscription. */\n eventDeliverySchema?: EventDeliverySchema;\n /** The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events. */\n retryPolicy?: RetryPolicy;\n /** The DeadLetter destination of the event subscription. */\n deadLetterDestination?: DeadLetterDestinationUnion;\n /**\n * The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\n * Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n */\n deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity;\n};\n\n/** Event Type for a subject under a topic */\nexport type EventType = Resource & {\n /** Display name of the event type. */\n displayName?: string;\n /** Description of the event type. */\n description?: string;\n /** Url of the schema for this event type. */\n schemaUrl?: string;\n /** IsInDefaultSet flag of the event type. */\n isInDefaultSet?: boolean;\n};\n\n/** Event grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources. */\nexport type ExtensionTopic = Resource & {\n /**\n * The system metadata relating to the Extension Topic resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Description of the extension topic. */\n description?: string;\n /** System topic resource id which is mapped to the source. */\n systemTopic?: string;\n};\n\n/** Properties of a topic type info. */\nexport type TopicTypeInfo = Resource & {\n /** Namespace of the provider of the topic type. */\n provider?: string;\n /** Display Name for the topic type. */\n displayName?: string;\n /** Description of the topic type. */\n description?: string;\n /** Region type of the resource. */\n resourceRegionType?: ResourceRegionType;\n /** Provisioning state of the topic type */\n provisioningState?: TopicTypeProvisioningState;\n /** List of locations supported by this topic type. */\n supportedLocations?: string[];\n /** Source resource format. */\n sourceResourceFormat?: string;\n /** Supported source scopes. */\n supportedScopesForSource?: TopicTypePropertiesSupportedScopesForSourceItem[];\n};\n\n/** 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. */\nexport type JsonInputSchemaMapping = InputSchemaMapping & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inputSchemaMappingType: \"Json\";\n /** The mapping information for the Id property of the Event Grid Event. */\n id?: JsonField;\n /** The mapping information for the Topic property of the Event Grid Event. */\n topic?: JsonField;\n /** The mapping information for the EventTime property of the Event Grid Event. */\n eventTime?: JsonField;\n /** The mapping information for the EventType property of the Event Grid Event. */\n eventType?: JsonFieldWithDefault;\n /** The mapping information for the Subject property of the Event Grid Event. */\n subject?: JsonFieldWithDefault;\n /** The mapping information for the DataVersion property of the Event Grid Event. */\n dataVersion?: JsonFieldWithDefault;\n};\n\n/** Information about the webhook destination for an event subscription. */\nexport type WebHookEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"WebHook\";\n /** The URL that represents the endpoint of the destination of an event subscription. */\n endpointUrl?: string;\n /**\n * The base URL that represents the endpoint of the destination of an event subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpointBaseUrl?: string;\n /** Maximum number of events per batch. */\n maxEventsPerBatch?: number;\n /** Preferred batch size in Kilobytes. */\n preferredBatchSizeInKilobytes?: number;\n /** The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryTenantId?: string;\n /** The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. */\n azureActiveDirectoryApplicationIdOrUri?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n};\n\n/** Information about the event hub destination for an event subscription. */\nexport type EventHubEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"EventHub\";\n /** The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n};\n\n/** Information about the storage queue destination for an event subscription. */\nexport type StorageQueueEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageQueue\";\n /** The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription. */\n resourceId?: string;\n /** The name of the Storage queue under a storage account that is the destination of an event subscription. */\n queueName?: string;\n /** Storage queue message time to live in seconds. */\n queueMessageTimeToLiveInSeconds?: number;\n};\n\n/** Information about the HybridConnection destination for an event subscription. */\nexport type HybridConnectionEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"HybridConnection\";\n /** The Azure Resource ID of an hybrid connection that is the destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n};\n\n/** Information about the service bus destination for an event subscription. */\nexport type ServiceBusQueueEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBusQueue\";\n /** The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n};\n\n/** Information about the service bus topic destination for an event subscription. */\nexport type ServiceBusTopicEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBusTopic\";\n /** The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription. */\n resourceId?: string;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n};\n\n/** Information about the azure function destination for an event subscription. */\nexport type AzureFunctionEventSubscriptionDestination = EventSubscriptionDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"AzureFunction\";\n /** The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. */\n resourceId?: string;\n /** Maximum number of events per batch. */\n maxEventsPerBatch?: number;\n /** Preferred batch size in Kilobytes. */\n preferredBatchSizeInKilobytes?: number;\n /** Delivery attribute details. */\n deliveryAttributeMappings?: DeliveryAttributeMappingUnion[];\n};\n\n/** NumberIn Advanced Filter. */\nexport type NumberInAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberIn\";\n /** The set of filter values. */\n values?: number[];\n};\n\n/** NumberNotIn Advanced Filter. */\nexport type NumberNotInAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotIn\";\n /** The set of filter values. */\n values?: number[];\n};\n\n/** NumberLessThan Advanced Filter. */\nexport type NumberLessThanAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThan\";\n /** The filter value. */\n value?: number;\n};\n\n/** NumberGreaterThan Advanced Filter. */\nexport type NumberGreaterThanAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThan\";\n /** The filter value. */\n value?: number;\n};\n\n/** NumberLessThanOrEquals Advanced Filter. */\nexport type NumberLessThanOrEqualsAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberLessThanOrEquals\";\n /** The filter value. */\n value?: number;\n};\n\n/** NumberGreaterThanOrEquals Advanced Filter. */\nexport type NumberGreaterThanOrEqualsAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberGreaterThanOrEquals\";\n /** The filter value. */\n value?: number;\n};\n\n/** BoolEquals Advanced Filter. */\nexport type BoolEqualsAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"BoolEquals\";\n /** The boolean filter value. */\n value?: boolean;\n};\n\n/** StringIn Advanced Filter. */\nexport type StringInAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringIn\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** StringNotIn Advanced Filter. */\nexport type StringNotInAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotIn\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** StringBeginsWith Advanced Filter. */\nexport type StringBeginsWithAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** StringEndsWith Advanced Filter. */\nexport type StringEndsWithAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringEndsWith\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** StringContains Advanced Filter. */\nexport type StringContainsAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringContains\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** Information about the storage blob based dead letter destination. */\nexport type StorageBlobDeadLetterDestination = DeadLetterDestination & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"StorageBlob\";\n /** The Azure Resource ID of the storage account that is the destination of the deadletter events */\n resourceId?: string;\n /** The name of the Storage blob container that is the destination of the deadletter events */\n blobContainerName?: string;\n};\n\n/** Static delivery attribute mapping details. */\nexport type StaticDeliveryAttributeMapping = DeliveryAttributeMapping & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Static\";\n /** Value of the delivery attribute. */\n value?: string;\n /** Boolean flag to tell if the attribute contains sensitive information . */\n isSecret?: boolean;\n};\n\n/** Dynamic delivery attribute mapping details. */\nexport type DynamicDeliveryAttributeMapping = DeliveryAttributeMapping & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Dynamic\";\n /** JSON path in the event which contains attribute value. */\n sourceField?: string;\n};\n\n/** EventGrid Domain. */\nexport type Domain = TrackedResource & {\n /**\n * The system metadata relating to Domain resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Identity information for the Event Grid Domain resource. */\n identity?: IdentityInfo;\n /**\n * List of private endpoint connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Provisioning state of the Event Grid Domain Resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: DomainProvisioningState;\n /**\n * Endpoint for the domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n /** This determines the format that Event Grid should expect for incoming events published to the domain. */\n inputSchema?: InputSchema;\n /** Information about the InputSchemaMapping which specified the info about mapping event payload. */\n inputSchemaMapping?: InputSchemaMappingUnion;\n /**\n * Metric resource id for the domain.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricResourceId?: string;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** 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. */\n disableLocalAuth?: boolean;\n /**\n * This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * 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.\n * 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\n * 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\n * 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\n * 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\n * domain topic on demand if needed.\n */\n autoCreateTopicWithFirstSubscription?: boolean;\n /**\n * This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\n * 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.\n * 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\n * 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\n * (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\n * control of when the domain topic needs to be deleted, while auto-managed mode provides the flexibility to perform less operations and manage fewer\n * resources by the user.\n */\n autoDeleteTopicWithLastSubscription?: boolean;\n};\n\n/** EventGrid Topic */\nexport type Topic = TrackedResource & {\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to Topic resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Provisioning state of the topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TopicProvisioningState;\n /**\n * Endpoint for the topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: string;\n /** This determines the format that Event Grid should expect for incoming events published to the topic. */\n inputSchema?: InputSchema;\n /** 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. */\n inputSchemaMapping?: InputSchemaMappingUnion;\n /**\n * Metric resource id for the topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricResourceId?: string;\n /**\n * This determines if traffic is allowed over public network. By default it is enabled.\n * You can further restrict to specific IPs by configuring <seealso cref=\"P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules\" />\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /** This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. */\n inboundIpRules?: InboundIpRule[];\n /** 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. */\n disableLocalAuth?: boolean;\n};\n\n/** EventGrid System Topic. */\nexport type SystemTopic = TrackedResource & {\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to System Topic resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the system topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n /** Source for the system topic. */\n source?: string;\n /** TopicType for the system topic. */\n topicType?: string;\n /**\n * Metric resource id for the system topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricResourceId?: string;\n};\n\n/** Known values of {@link PersistedConnectionStatus} that the service accepts. */\nexport enum KnownPersistedConnectionStatus {\n Pending = \"Pending\",\n Approved = \"Approved\",\n Rejected = \"Rejected\",\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for PersistedConnectionStatus. \\\n * {@link KnownPersistedConnectionStatus} can be used interchangeably with PersistedConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PersistedConnectionStatus = string;\n\n/** Known values of {@link ResourceProvisioningState} that the service accepts. */\nexport enum KnownResourceProvisioningState {\n Creating = \"Creating\",\n Updating = \"Updating\",\n Deleting = \"Deleting\",\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for ResourceProvisioningState. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type ResourceProvisioningState = string;\n\n/** Known values of {@link DomainProvisioningState} that the service accepts. */\nexport enum KnownDomainProvisioningState {\n Creating = \"Creating\",\n Updating = \"Updating\",\n Deleting = \"Deleting\",\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for DomainProvisioningState. \\\n * {@link KnownDomainProvisioningState} can be used interchangeably with DomainProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type DomainProvisioningState = string;\n\n/** Known values of {@link InputSchema} that the service accepts. */\nexport enum KnownInputSchema {\n EventGridSchema = \"EventGridSchema\",\n CustomEventSchema = \"CustomEventSchema\",\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\"\n}\n\n/**\n * Defines values for InputSchema. \\\n * {@link KnownInputSchema} can be used interchangeably with InputSchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridSchema** \\\n * **CustomEventSchema** \\\n * **CloudEventSchemaV1_0**\n */\nexport type InputSchema = string;\n\n/** Known values of {@link InputSchemaMappingType} that the service accepts. */\nexport enum KnownInputSchemaMappingType {\n Json = \"Json\"\n}\n\n/**\n * Defines values for InputSchemaMappingType. \\\n * {@link KnownInputSchemaMappingType} can be used interchangeably with InputSchemaMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Json**\n */\nexport type InputSchemaMappingType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n Enabled = \"Enabled\",\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link IpActionType} that the service accepts. */\nexport enum KnownIpActionType {\n Allow = \"Allow\"\n}\n\n/**\n * Defines values for IpActionType. \\\n * {@link KnownIpActionType} can be used interchangeably with IpActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**\n */\nexport type IpActionType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n User = \"User\",\n Application = \"Application\",\n ManagedIdentity = \"ManagedIdentity\",\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n None = \"None\",\n SystemAssigned = \"SystemAssigned\",\n UserAssigned = \"UserAssigned\",\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\"\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link DomainTopicProvisioningState} that the service accepts. */\nexport enum KnownDomainTopicProvisioningState {\n Creating = \"Creating\",\n Updating = \"Updating\",\n Deleting = \"Deleting\",\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for DomainTopicProvisioningState. \\\n * {@link KnownDomainTopicProvisioningState} can be used interchangeably with DomainTopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type DomainTopicProvisioningState = string;\n\n/** Known values of {@link EventSubscriptionProvisioningState} that the service accepts. */\nexport enum KnownEventSubscriptionProvisioningState {\n Creating = \"Creating\",\n Updating = \"Updating\",\n Deleting = \"Deleting\",\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\",\n AwaitingManualAction = \"AwaitingManualAction\"\n}\n\n/**\n * Defines values for EventSubscriptionProvisioningState. \\\n * {@link KnownEventSubscriptionProvisioningState} can be used interchangeably with EventSubscriptionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **AwaitingManualAction**\n */\nexport type EventSubscriptionProvisioningState = string;\n\n/** Known values of {@link EndpointType} that the service accepts. */\nexport enum KnownEndpointType {\n WebHook = \"WebHook\",\n EventHub = \"EventHub\",\n StorageQueue = \"StorageQueue\",\n HybridConnection = \"HybridConnection\",\n ServiceBusQueue = \"ServiceBusQueue\",\n ServiceBusTopic = \"ServiceBusTopic\",\n AzureFunction = \"AzureFunction\"\n}\n\n/**\n * Defines values for EndpointType. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WebHook** \\\n * **EventHub** \\\n * **StorageQueue** \\\n * **HybridConnection** \\\n * **ServiceBusQueue** \\\n * **ServiceBusTopic** \\\n * **AzureFunction**\n */\nexport type EndpointType = string;\n\n/** Known values of {@link EventSubscriptionIdentityType} that the service accepts. */\nexport enum KnownEventSubscriptionIdentityType {\n SystemAssigned = \"SystemAssigned\",\n UserAssigned = \"UserAssigned\"\n}\n\n/**\n * Defines values for EventSubscriptionIdentityType. \\\n * {@link KnownEventSubscriptionIdentityType} can be used interchangeably with EventSubscriptionIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type EventSubscriptionIdentityType = string;\n\n/** Known values of {@link AdvancedFilterOperatorType} that the service accepts. */\nexport enum KnownAdvancedFilterOperatorType {\n NumberIn = \"NumberIn\",\n NumberNotIn = \"NumberNotIn\",\n NumberLessThan = \"NumberLessThan\",\n NumberGreaterThan = \"NumberGreaterThan\",\n NumberLessThanOrEquals = \"NumberLessThanOrEquals\",\n NumberGreaterThanOrEquals = \"NumberGreaterThanOrEquals\",\n BoolEquals = \"BoolEquals\",\n StringIn = \"StringIn\",\n StringNotIn = \"StringNotIn\",\n StringBeginsWith = \"StringBeginsWith\",\n StringEndsWith = \"StringEndsWith\",\n StringContains = \"StringContains\"\n}\n\n/**\n * Defines values for AdvancedFilterOperatorType. \\\n * {@link KnownAdvancedFilterOperatorType} can be used interchangeably with AdvancedFilterOperatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NumberIn** \\\n * **NumberNotIn** \\\n * **NumberLessThan** \\\n * **NumberGreaterThan** \\\n * **NumberLessThanOrEquals** \\\n * **NumberGreaterThanOrEquals** \\\n * **BoolEquals** \\\n * **StringIn** \\\n * **StringNotIn** \\\n * **StringBeginsWith** \\\n * **StringEndsWith** \\\n * **StringContains**\n */\nexport type AdvancedFilterOperatorType = string;\n\n/** Known values of {@link EventDeliverySchema} that the service accepts. */\nexport enum KnownEventDeliverySchema {\n EventGridSchema = \"EventGridSchema\",\n CustomInputSchema = \"CustomInputSchema\",\n CloudEventSchemaV10 = \"CloudEventSchemaV1_0\"\n}\n\n/**\n * Defines values for EventDeliverySchema. \\\n * {@link KnownEventDeliverySchema} can be used interchangeably with EventDeliverySchema,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridSchema** \\\n * **CustomInputSchema** \\\n * **CloudEventSchemaV1_0**\n */\nexport type EventDeliverySchema = string;\n\n/** Known values of {@link DeadLetterEndPointType} that the service accepts. */\nexport enum KnownDeadLetterEndPointType {\n StorageBlob = \"StorageBlob\"\n}\n\n/**\n * Defines values for DeadLetterEndPointType. \\\n * {@link KnownDeadLetterEndPointType} can be used interchangeably with DeadLetterEndPointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StorageBlob**\n */\nexport type DeadLetterEndPointType = string;\n\n/** Known values of {@link DeliveryAttributeMappingType} that the service accepts. */\nexport enum KnownDeliveryAttributeMappingType {\n Static = \"Static\",\n Dynamic = \"Dynamic\"\n}\n\n/**\n * Defines values for DeliveryAttributeMappingType. \\\n * {@link KnownDeliveryAttributeMappingType} can be used interchangeably with DeliveryAttributeMappingType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Dynamic**\n */\nexport type DeliveryAttributeMappingType = string;\n\n/** Known values of {@link TopicProvisioningState} that the service accepts. */\nexport enum KnownTopicProvisioningState {\n Creating = \"Creating\",\n Updating = \"Updating\",\n Deleting = \"Deleting\",\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for TopicProvisioningState. \\\n * {@link KnownTopicProvisioningState} can be used interchangeably with TopicProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type TopicProvisioningState = string;\n\n/** Known values of {@link Enum18} that the service accepts. */\nexport enum KnownEnum18 {\n Topics = \"topics\",\n Domains = \"domains\"\n}\n\n/**\n * Defines values for Enum18. \\\n * {@link KnownEnum18} can be used interchangeably with Enum18,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains**\n */\nexport type Enum18 = string;\n\n/** Known values of {@link Enum19} that the service accepts. */\nexport enum KnownEnum19 {\n Topics = \"topics\",\n Domains = \"domains\"\n}\n\n/**\n * Defines values for Enum19. \\\n * {@link KnownEnum19} can be used interchangeably with Enum19,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains**\n */\nexport type Enum19 = string;\n\n/** Known values of {@link Enum20} that the service accepts. */\nexport enum KnownEnum20 {\n Topics = \"topics\",\n Domains = \"domains\"\n}\n\n/**\n * Defines values for Enum20. \\\n * {@link KnownEnum20} can be used interchangeably with Enum20,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains**\n */\nexport type Enum20 = string;\n\n/** Known values of {@link Enum21} that the service accepts. */\nexport enum KnownEnum21 {\n Topics = \"topics\",\n Domains = \"domains\"\n}\n\n/**\n * Defines values for Enum21. \\\n * {@link KnownEnum21} can be used interchangeably with Enum21,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains**\n */\nexport type Enum21 = string;\n\n/** Known values of {@link ResourceRegionType} that the service accepts. */\nexport enum KnownResourceRegionType {\n RegionalResource = \"RegionalResource\",\n GlobalResource = \"GlobalResource\"\n}\n\n/**\n * Defines values for ResourceRegionType. \\\n * {@link KnownResourceRegionType} can be used interchangeably with ResourceRegionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RegionalResource** \\\n * **GlobalResource**\n */\nexport type ResourceRegionType = string;\n\n/** Known values of {@link TopicTypeProvisioningState} that the service accepts. */\nexport enum KnownTopicTypeProvisioningState {\n Creating = \"Creating\",\n Updating = \"Updating\",\n Deleting = \"Deleting\",\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for TopicTypeProvisioningState. \\\n * {@link KnownTopicTypeProvisioningState} can be used interchangeably with TopicTypeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type TopicTypeProvisioningState = string;\n\n/** Known values of {@link TopicTypePropertiesSupportedScopesForSourceItem} that the service accepts. */\nexport enum KnownTopicTypePropertiesSupportedScopesForSourceItem {\n Resource = \"Resource\",\n ResourceGroup = \"ResourceGroup\",\n AzureSubscription = \"AzureSubscription\"\n}\n\n/**\n * Defines values for TopicTypePropertiesSupportedScopesForSourceItem. \\\n * {@link KnownTopicTypePropertiesSupportedScopesForSourceItem} can be used interchangeably with TopicTypePropertiesSupportedScopesForSourceItem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Resource** \\\n * **ResourceGroup** \\\n * **AzureSubscription**\n */\nexport type TopicTypePropertiesSupportedScopesForSourceItem = string;\n\n/** Optional parameters. */\nexport interface DomainsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainsGetResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainsCreateOrUpdateResponse = Domain;\n\n/** Optional parameters. */\nexport interface DomainsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type DomainsListBySubscriptionResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DomainsListByResourceGroupResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type DomainsListSharedAccessKeysResponse = DomainSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface DomainsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type DomainsRegenerateKeyResponse = DomainSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface DomainsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type DomainsListBySubscriptionNextResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DomainsListByResourceGroupNextResponse = DomainsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DomainTopicsGetResponse = DomainTopic;\n\n/** Optional parameters. */\nexport interface DomainTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DomainTopicsCreateOrUpdateResponse = DomainTopic;\n\n/** Optional parameters. */\nexport interface DomainTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DomainTopicsListByDomainOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByDomain operation. */\nexport type DomainTopicsListByDomainResponse = DomainTopicsListResult;\n\n/** Optional parameters. */\nexport interface DomainTopicsListByDomainNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByDomainNext operation. */\nexport type DomainTopicsListByDomainNextResponse = DomainTopicsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type EventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscription operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscriptionForTopicType operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroup operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroupForTopicType operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscription operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroup operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscriptionForTopicType operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroupForTopicType operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type EventSubscriptionsListByResourceResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByDomainTopicOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByDomainTopic operation. */\nexport type EventSubscriptionsListByDomainTopicResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type EventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscriptionNext operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalBySubscriptionForTopicTypeNext operation. */\nexport type EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroupNext operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listGlobalByResourceGroupForTopicTypeNext operation. */\nexport type EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscriptionNext operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroupNext operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalBySubscriptionForTopicTypeNext operation. */\nexport type EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listRegionalByResourceGroupForTopicTypeNext operation. */\nexport type EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type EventSubscriptionsListByResourceNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface EventSubscriptionsListByDomainTopicNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByDomainTopicNext operation. */\nexport type EventSubscriptionsListByDomainTopicNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SystemTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SystemTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type SystemTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySystemTopic operation. */\nexport type SystemTopicEventSubscriptionsListBySystemTopicResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type SystemTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySystemTopicNext operation. */\nexport type SystemTopicEventSubscriptionsListBySystemTopicNextResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationsListResult;\n\n/** Optional parameters. */\nexport interface TopicsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicsGetResponse = Topic;\n\n/** Optional parameters. */\nexport interface TopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicsCreateOrUpdateResponse = Topic;\n\n/** Optional parameters. */\nexport interface TopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface TopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type TopicsListBySubscriptionResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type TopicsListByResourceGroupResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type TopicsListSharedAccessKeysResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the regenerateKey operation. */\nexport type TopicsRegenerateKeyResponse = TopicSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsListEventTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEventTypes operation. */\nexport type TopicsListEventTypesResponse = EventTypesListResult;\n\n/** Optional parameters. */\nexport interface TopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type TopicsListBySubscriptionNextResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type TopicsListByResourceGroupNextResponse = TopicsListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByResourceNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByResourceOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResource operation. */\nexport type PrivateLinkResourcesListByResourceResponse = PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByResourceNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceNext operation. */\nexport type PrivateLinkResourcesListByResourceNextResponse = PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemTopicsGetResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SystemTopicsCreateOrUpdateResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SystemTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type SystemTopicsUpdateResponse = SystemTopic;\n\n/** Optional parameters. */\nexport interface SystemTopicsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type SystemTopicsListBySubscriptionResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type SystemTopicsListByResourceGroupResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type SystemTopicsListBySubscriptionNextResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface SystemTopicsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** 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'. */\n filter?: string;\n /** 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. */\n top?: number;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type SystemTopicsListByResourceGroupNextResponse = SystemTopicsListResult;\n\n/** Optional parameters. */\nexport interface ExtensionTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionTopicsGetResponse = ExtensionTopic;\n\n/** Optional parameters. */\nexport interface TopicTypesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TopicTypesListResponse = TopicTypesListResult;\n\n/** Optional parameters. */\nexport interface TopicTypesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicTypesGetResponse = TopicTypeInfo;\n\n/** Optional parameters. */\nexport interface TopicTypesListEventTypesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listEventTypes operation. */\nexport type TopicTypesListEventTypesResponse = EventTypesListResult;\n\n/** Optional parameters. */\nexport interface EventGridManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputSchemaMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputSchemaMapping\",\n uberParent: \"InputSchemaMapping\",\n polymorphicDiscriminator: {\n serializedName: \"inputSchemaMappingType\",\n clientName: \"inputSchemaMappingType\"\n },\n modelProperties: {\n inputSchemaMappingType: {\n serializedName: \"inputSchemaMappingType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InboundIpRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\",\n modelProperties: {\n ipMask: {\n serializedName: \"ipMask\",\n type: {\n name: \"String\"\n }\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const IdentityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserIdentityProperties\" }\n }\n }\n }\n }\n }\n};\n\nexport const UserIdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n autoCreateTopicWithFirstSubscription: {\n serializedName: \"properties.autoCreateTopicWithFirstSubscription\",\n type: {\n name: \"Boolean\"\n }\n },\n autoDeleteTopicWithLastSubscription: {\n serializedName: \"properties.autoDeleteTopicWithLastSubscription\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DomainsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Domain\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainSharedAccessKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainSharedAccessKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainRegenerateKeyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainRegenerateKeyRequest\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainTopicsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainTopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DomainTopic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator: {\n serializedName: \"endpointType\",\n clientName: \"endpointType\"\n },\n modelProperties: {\n endpointType: {\n serializedName: \"endpointType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeliveryWithResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryWithResourceIdentity\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionIdentity\"\n }\n },\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentity: {\n serializedName: \"userAssignedIdentity\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFilter\",\n modelProperties: {\n subjectBeginsWith: {\n serializedName: \"subjectBeginsWith\",\n type: {\n name: \"String\"\n }\n },\n subjectEndsWith: {\n serializedName: \"subjectEndsWith\",\n type: {\n name: \"String\"\n }\n },\n includedEventTypes: {\n serializedName: \"includedEventTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n isSubjectCaseSensitive: {\n defaultValue: false,\n serializedName: \"isSubjectCaseSensitive\",\n type: {\n name: \"Boolean\"\n }\n },\n enableAdvancedFilteringOnArrays: {\n serializedName: \"enableAdvancedFilteringOnArrays\",\n type: {\n name: \"Boolean\"\n }\n },\n advancedFilters: {\n serializedName: \"advancedFilters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AdvancedFilter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AdvancedFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: {\n serializedName: \"operatorType\",\n clientName: \"operatorType\"\n },\n modelProperties: {\n operatorType: {\n serializedName: \"operatorType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RetryPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\",\n modelProperties: {\n maxDeliveryAttempts: {\n defaultValue: 30,\n serializedName: \"maxDeliveryAttempts\",\n type: {\n name: \"Number\"\n }\n },\n eventTimeToLiveInMinutes: {\n defaultValue: 1440,\n serializedName: \"eventTimeToLiveInMinutes\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DeadLetterDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\",\n uberParent: \"DeadLetterDestination\",\n polymorphicDiscriminator: {\n serializedName: \"endpointType\",\n clientName: \"endpointType\"\n },\n modelProperties: {\n endpointType: {\n serializedName: \"endpointType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeadLetterWithResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeadLetterWithResourceIdentity\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionIdentity\"\n }\n },\n deadLetterDestination: {\n serializedName: \"deadLetterDestination\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionUpdateParameters\",\n modelProperties: {\n destination: {\n serializedName: \"destination\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\"\n }\n },\n deliveryWithResourceIdentity: {\n serializedName: \"deliveryWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeliveryWithResourceIdentity\"\n }\n },\n filter: {\n serializedName: \"filter\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFilter\"\n }\n },\n labels: {\n serializedName: \"labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expirationTimeUtc: {\n serializedName: \"expirationTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n eventDeliverySchema: {\n serializedName: \"eventDeliverySchema\",\n type: {\n name: \"String\"\n }\n },\n retryPolicy: {\n serializedName: \"retryPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\"\n }\n },\n deadLetterDestination: {\n serializedName: \"deadLetterDestination\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\"\n }\n },\n deadLetterWithResourceIdentity: {\n serializedName: \"deadLetterWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterWithResourceIdentity\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionFullUrl: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFullUrl\",\n modelProperties: {\n endpointUrl: {\n serializedName: \"endpointUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscriptionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventSubscription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DeliveryAttributeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DeliveryAttributeMapping: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\",\n uberParent: \"DeliveryAttributeMapping\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationInfo\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const OperationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationInfo\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopicUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopicUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TopicsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Topic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopicSharedAccessKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopicSharedAccessKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopicRegenerateKeyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopicRegenerateKeyRequest\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourcesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourcesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemTopicUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemTopicUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n }\n }\n }\n};\n\nexport const SystemTopicsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemTopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemTopic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventTypesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventTypesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventType\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TopicTypesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopicTypesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TopicTypeInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JsonField: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JsonField\",\n modelProperties: {\n sourceField: {\n serializedName: \"sourceField\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JsonFieldWithDefault: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\",\n modelProperties: {\n sourceField: {\n serializedName: \"sourceField\",\n type: {\n name: \"String\"\n }\n },\n defaultValue: {\n serializedName: \"defaultValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const DomainTopic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DomainTopic\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSubscription\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n topic: {\n serializedName: \"properties.topic\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionDestination\"\n }\n },\n deliveryWithResourceIdentity: {\n serializedName: \"properties.deliveryWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeliveryWithResourceIdentity\"\n }\n },\n filter: {\n serializedName: \"properties.filter\",\n type: {\n name: \"Composite\",\n className: \"EventSubscriptionFilter\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n expirationTimeUtc: {\n serializedName: \"properties.expirationTimeUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n eventDeliverySchema: {\n serializedName: \"properties.eventDeliverySchema\",\n type: {\n name: \"String\"\n }\n },\n retryPolicy: {\n serializedName: \"properties.retryPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetryPolicy\"\n }\n },\n deadLetterDestination: {\n serializedName: \"properties.deadLetterDestination\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterDestination\"\n }\n },\n deadLetterWithResourceIdentity: {\n serializedName: \"properties.deadLetterWithResourceIdentity\",\n type: {\n name: \"Composite\",\n className: \"DeadLetterWithResourceIdentity\"\n }\n }\n }\n }\n};\n\nexport const EventType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventType\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n schemaUrl: {\n serializedName: \"properties.schemaUrl\",\n type: {\n name: \"String\"\n }\n },\n isInDefaultSet: {\n serializedName: \"properties.isInDefaultSet\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ExtensionTopic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionTopic\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n systemTopic: {\n serializedName: \"properties.systemTopic\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TopicTypeInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TopicTypeInfo\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provider: {\n serializedName: \"properties.provider\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n resourceRegionType: {\n serializedName: \"properties.resourceRegionType\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n supportedLocations: {\n serializedName: \"properties.supportedLocations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n sourceResourceFormat: {\n serializedName: \"properties.sourceResourceFormat\",\n type: {\n name: \"String\"\n }\n },\n supportedScopesForSource: {\n serializedName: \"properties.supportedScopesForSource\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const JsonInputSchemaMapping: coreClient.CompositeMapper = {\n serializedName: \"Json\",\n type: {\n name: \"Composite\",\n className: \"JsonInputSchemaMapping\",\n uberParent: \"InputSchemaMapping\",\n polymorphicDiscriminator: InputSchemaMapping.type.polymorphicDiscriminator,\n modelProperties: {\n ...InputSchemaMapping.type.modelProperties,\n id: {\n serializedName: \"properties.id\",\n type: {\n name: \"Composite\",\n className: \"JsonField\"\n }\n },\n topic: {\n serializedName: \"properties.topic\",\n type: {\n name: \"Composite\",\n className: \"JsonField\"\n }\n },\n eventTime: {\n serializedName: \"properties.eventTime\",\n type: {\n name: \"Composite\",\n className: \"JsonField\"\n }\n },\n eventType: {\n serializedName: \"properties.eventType\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\"\n }\n },\n subject: {\n serializedName: \"properties.subject\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\"\n }\n },\n dataVersion: {\n serializedName: \"properties.dataVersion\",\n type: {\n name: \"Composite\",\n className: \"JsonFieldWithDefault\"\n }\n }\n }\n }\n};\n\nexport const WebHookEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"WebHook\",\n type: {\n name: \"Composite\",\n className: \"WebHookEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n endpointUrl: {\n serializedName: \"properties.endpointUrl\",\n type: {\n name: \"String\"\n }\n },\n endpointBaseUrl: {\n serializedName: \"properties.endpointBaseUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n maxEventsPerBatch: {\n defaultValue: 1,\n serializedName: \"properties.maxEventsPerBatch\",\n type: {\n name: \"Number\"\n }\n },\n preferredBatchSizeInKilobytes: {\n defaultValue: 64,\n serializedName: \"properties.preferredBatchSizeInKilobytes\",\n type: {\n name: \"Number\"\n }\n },\n azureActiveDirectoryTenantId: {\n serializedName: \"properties.azureActiveDirectoryTenantId\",\n type: {\n name: \"String\"\n }\n },\n azureActiveDirectoryApplicationIdOrUri: {\n serializedName: \"properties.azureActiveDirectoryApplicationIdOrUri\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageQueueEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"StorageQueue\",\n type: {\n name: \"Composite\",\n className: \"StorageQueueEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n queueName: {\n serializedName: \"properties.queueName\",\n type: {\n name: \"String\"\n }\n },\n queueMessageTimeToLiveInSeconds: {\n serializedName: \"properties.queueMessageTimeToLiveInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const HybridConnectionEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"HybridConnection\",\n type: {\n name: \"Composite\",\n className: \"HybridConnectionEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceBusQueueEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"ServiceBusQueue\",\n type: {\n name: \"Composite\",\n className: \"ServiceBusQueueEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceBusTopicEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"ServiceBusTopic\",\n type: {\n name: \"Composite\",\n className: \"ServiceBusTopicEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureFunctionEventSubscriptionDestination: coreClient.CompositeMapper = {\n serializedName: \"AzureFunction\",\n type: {\n name: \"Composite\",\n className: \"AzureFunctionEventSubscriptionDestination\",\n uberParent: \"EventSubscriptionDestination\",\n polymorphicDiscriminator:\n EventSubscriptionDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSubscriptionDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n maxEventsPerBatch: {\n defaultValue: 1,\n serializedName: \"properties.maxEventsPerBatch\",\n type: {\n name: \"Number\"\n }\n },\n preferredBatchSizeInKilobytes: {\n defaultValue: 64,\n serializedName: \"properties.preferredBatchSizeInKilobytes\",\n type: {\n name: \"Number\"\n }\n },\n deliveryAttributeMappings: {\n serializedName: \"properties.deliveryAttributeMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DeliveryAttributeMapping\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NumberInAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberIn\",\n type: {\n name: \"Composite\",\n className: \"NumberInAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NumberNotInAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberNotIn\",\n type: {\n name: \"Composite\",\n className: \"NumberNotInAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NumberLessThanAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberLessThan\",\n type: {\n name: \"Composite\",\n className: \"NumberLessThanAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NumberGreaterThanAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberGreaterThan\",\n type: {\n name: \"Composite\",\n className: \"NumberGreaterThanAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NumberLessThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberLessThanOrEquals\",\n type: {\n name: \"Composite\",\n className: \"NumberLessThanOrEqualsAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NumberGreaterThanOrEqualsAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberGreaterThanOrEquals\",\n type: {\n name: \"Composite\",\n className: \"NumberGreaterThanOrEqualsAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BoolEqualsAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"BoolEquals\",\n type: {\n name: \"Composite\",\n className: \"BoolEqualsAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n value: {\n serializedName: \"value\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const StringInAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringIn\",\n type: {\n name: \"Composite\",\n className: \"StringInAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringNotInAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringNotIn\",\n type: {\n name: \"Composite\",\n className: \"StringNotInAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringBeginsWithAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringBeginsWith\",\n type: {\n name: \"Composite\",\n className: \"StringBeginsWithAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringEndsWithAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringEndsWith\",\n type: {\n name: \"Composite\",\n className: \"StringEndsWithAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringContainsAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringContains\",\n type: {\n name: \"Composite\",\n className: \"StringContainsAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties,\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StorageBlobDeadLetterDestination: coreClient.CompositeMapper = {\n serializedName: \"StorageBlob\",\n type: {\n name: \"Composite\",\n className: \"StorageBlobDeadLetterDestination\",\n uberParent: \"DeadLetterDestination\",\n polymorphicDiscriminator:\n DeadLetterDestination.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeadLetterDestination.type.modelProperties,\n resourceId: {\n serializedName: \"properties.resourceId\",\n type: {\n name: \"String\"\n }\n },\n blobContainerName: {\n serializedName: \"properties.blobContainerName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StaticDeliveryAttributeMapping: coreClient.CompositeMapper = {\n serializedName: \"Static\",\n type: {\n name: \"Composite\",\n className: \"StaticDeliveryAttributeMapping\",\n uberParent: \"DeliveryAttributeMapping\",\n polymorphicDiscriminator:\n DeliveryAttributeMapping.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryAttributeMapping.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n isSecret: {\n defaultValue: false,\n serializedName: \"properties.isSecret\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DynamicDeliveryAttributeMapping: coreClient.CompositeMapper = {\n serializedName: \"Dynamic\",\n type: {\n name: \"Composite\",\n className: \"DynamicDeliveryAttributeMapping\",\n uberParent: \"DeliveryAttributeMapping\",\n polymorphicDiscriminator:\n DeliveryAttributeMapping.type.polymorphicDiscriminator,\n modelProperties: {\n ...DeliveryAttributeMapping.type.modelProperties,\n sourceField: {\n serializedName: \"properties.sourceField\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Domain: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Domain\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inputSchema: {\n serializedName: \"properties.inputSchema\",\n type: {\n name: \"String\"\n }\n },\n inputSchemaMapping: {\n serializedName: \"properties.inputSchemaMapping\",\n type: {\n name: \"Composite\",\n className: \"InputSchemaMapping\"\n }\n },\n metricResourceId: {\n serializedName: \"properties.metricResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n defaultValue: false,\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n autoCreateTopicWithFirstSubscription: {\n defaultValue: true,\n serializedName: \"properties.autoCreateTopicWithFirstSubscription\",\n type: {\n name: \"Boolean\"\n }\n },\n autoDeleteTopicWithLastSubscription: {\n defaultValue: true,\n serializedName: \"properties.autoDeleteTopicWithLastSubscription\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Topic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Topic\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n inputSchema: {\n serializedName: \"properties.inputSchema\",\n type: {\n name: \"String\"\n }\n },\n inputSchemaMapping: {\n serializedName: \"properties.inputSchemaMapping\",\n type: {\n name: \"Composite\",\n className: \"InputSchemaMapping\"\n }\n },\n metricResourceId: {\n serializedName: \"properties.metricResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n inboundIpRules: {\n serializedName: \"properties.inboundIpRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundIpRule\"\n }\n }\n }\n },\n disableLocalAuth: {\n defaultValue: false,\n serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const SystemTopic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemTopic\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n topicType: {\n serializedName: \"properties.topicType\",\n type: {\n name: \"String\"\n }\n },\n metricResourceId: {\n serializedName: \"properties.metricResourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n InputSchemaMapping: InputSchemaMapping,\n EventSubscriptionDestination: EventSubscriptionDestination,\n AdvancedFilter: AdvancedFilter,\n DeadLetterDestination: DeadLetterDestination,\n DeliveryAttributeMapping: DeliveryAttributeMapping,\n \"InputSchemaMapping.Json\": JsonInputSchemaMapping,\n \"EventSubscriptionDestination.WebHook\": WebHookEventSubscriptionDestination,\n \"EventSubscriptionDestination.EventHub\": EventHubEventSubscriptionDestination,\n \"EventSubscriptionDestination.StorageQueue\": StorageQueueEventSubscriptionDestination,\n \"EventSubscriptionDestination.HybridConnection\": HybridConnectionEventSubscriptionDestination,\n \"EventSubscriptionDestination.ServiceBusQueue\": ServiceBusQueueEventSubscriptionDestination,\n \"EventSubscriptionDestination.ServiceBusTopic\": ServiceBusTopicEventSubscriptionDestination,\n \"EventSubscriptionDestination.AzureFunction\": AzureFunctionEventSubscriptionDestination,\n \"AdvancedFilter.NumberIn\": NumberInAdvancedFilter,\n \"AdvancedFilter.NumberNotIn\": NumberNotInAdvancedFilter,\n \"AdvancedFilter.NumberLessThan\": NumberLessThanAdvancedFilter,\n \"AdvancedFilter.NumberGreaterThan\": NumberGreaterThanAdvancedFilter,\n \"AdvancedFilter.NumberLessThanOrEquals\": NumberLessThanOrEqualsAdvancedFilter,\n \"AdvancedFilter.NumberGreaterThanOrEquals\": NumberGreaterThanOrEqualsAdvancedFilter,\n \"AdvancedFilter.BoolEquals\": BoolEqualsAdvancedFilter,\n \"AdvancedFilter.StringIn\": StringInAdvancedFilter,\n \"AdvancedFilter.StringNotIn\": StringNotInAdvancedFilter,\n \"AdvancedFilter.StringBeginsWith\": StringBeginsWithAdvancedFilter,\n \"AdvancedFilter.StringEndsWith\": StringEndsWithAdvancedFilter,\n \"AdvancedFilter.StringContains\": StringContainsAdvancedFilter,\n \"DeadLetterDestination.StorageBlob\": StorageBlobDeadLetterDestination,\n \"DeliveryAttributeMapping.Static\": StaticDeliveryAttributeMapping,\n \"DeliveryAttributeMapping.Dynamic\": DynamicDeliveryAttributeMapping\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Domain as DomainMapper,\n DomainUpdateParameters as DomainUpdateParametersMapper,\n DomainRegenerateKeyRequest as DomainRegenerateKeyRequestMapper,\n EventSubscription as EventSubscriptionMapper,\n EventSubscriptionUpdateParameters as EventSubscriptionUpdateParametersMapper,\n Topic as TopicMapper,\n TopicUpdateParameters as TopicUpdateParametersMapper,\n TopicRegenerateKeyRequest as TopicRegenerateKeyRequestMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n SystemTopic as SystemTopicMapper,\n SystemTopicUpdateParameters as SystemTopicUpdateParametersMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const domainName: OperationURLParameter = {\n parameterPath: \"domainName\",\n mapper: {\n serializedName: \"domainName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const domainInfo: OperationParameter = {\n parameterPath: \"domainInfo\",\n mapper: DomainMapper\n};\n\nexport const domainUpdateParameters: OperationParameter = {\n parameterPath: \"domainUpdateParameters\",\n mapper: DomainUpdateParametersMapper\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const regenerateKeyRequest: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: DomainRegenerateKeyRequestMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const domainTopicName: OperationURLParameter = {\n parameterPath: \"domainTopicName\",\n mapper: {\n serializedName: \"domainTopicName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const scope: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const eventSubscriptionName: OperationURLParameter = {\n parameterPath: \"eventSubscriptionName\",\n mapper: {\n serializedName: \"eventSubscriptionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const eventSubscriptionInfo: OperationParameter = {\n parameterPath: \"eventSubscriptionInfo\",\n mapper: EventSubscriptionMapper\n};\n\nexport const eventSubscriptionUpdateParameters: OperationParameter = {\n parameterPath: \"eventSubscriptionUpdateParameters\",\n mapper: EventSubscriptionUpdateParametersMapper\n};\n\nexport const topicTypeName: OperationURLParameter = {\n parameterPath: \"topicTypeName\",\n mapper: {\n serializedName: \"topicTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const providerNamespace: OperationURLParameter = {\n parameterPath: \"providerNamespace\",\n mapper: {\n serializedName: \"providerNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceTypeName: OperationURLParameter = {\n parameterPath: \"resourceTypeName\",\n mapper: {\n serializedName: \"resourceTypeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const topicName: OperationURLParameter = {\n parameterPath: \"topicName\",\n mapper: {\n serializedName: \"topicName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const systemTopicName: OperationURLParameter = {\n parameterPath: \"systemTopicName\",\n mapper: {\n serializedName: \"systemTopicName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const topicInfo: OperationParameter = {\n parameterPath: \"topicInfo\",\n mapper: TopicMapper\n};\n\nexport const topicUpdateParameters: OperationParameter = {\n parameterPath: \"topicUpdateParameters\",\n mapper: TopicUpdateParametersMapper\n};\n\nexport const regenerateKeyRequest1: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: TopicRegenerateKeyRequestMapper\n};\n\nexport const parentType: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parentName: OperationURLParameter = {\n parameterPath: \"parentName\",\n mapper: {\n serializedName: \"parentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const parentType1: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parentType2: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parentType3: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parentType4: OperationURLParameter = {\n parameterPath: \"parentType\",\n mapper: {\n serializedName: \"parentType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateLinkResourceName: OperationURLParameter = {\n parameterPath: \"privateLinkResourceName\",\n mapper: {\n serializedName: \"privateLinkResourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const systemTopicInfo: OperationParameter = {\n parameterPath: \"systemTopicInfo\",\n mapper: SystemTopicMapper\n};\n\nexport const systemTopicUpdateParameters: OperationParameter = {\n parameterPath: \"systemTopicUpdateParameters\",\n mapper: SystemTopicUpdateParametersMapper\n};\n\nexport const scope1: OperationURLParameter = {\n parameterPath: \"scope\",\n mapper: {\n serializedName: \"scope\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Domains } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Domain,\n DomainsListBySubscriptionNextOptionalParams,\n DomainsListBySubscriptionOptionalParams,\n DomainsListByResourceGroupNextOptionalParams,\n DomainsListByResourceGroupOptionalParams,\n DomainsGetOptionalParams,\n DomainsGetResponse,\n DomainsCreateOrUpdateOptionalParams,\n DomainsCreateOrUpdateResponse,\n DomainsDeleteOptionalParams,\n DomainUpdateParameters,\n DomainsUpdateOptionalParams,\n DomainsListBySubscriptionResponse,\n DomainsListByResourceGroupResponse,\n DomainsListSharedAccessKeysOptionalParams,\n DomainsListSharedAccessKeysResponse,\n DomainRegenerateKeyRequest,\n DomainsRegenerateKeyOptionalParams,\n DomainsRegenerateKeyResponse,\n DomainsListBySubscriptionNextResponse,\n DomainsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Domains operations. */\nexport class DomainsImpl implements Domains {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class Domains class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all the domains under an Azure subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: DomainsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Domain> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: DomainsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Domain[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: DomainsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Domain> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the domains under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Domain> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Domain[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Domain> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsGetOptionalParams\n ): Promise<DomainsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates or updates a new domain with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainInfo Domain information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n domainName: string,\n domainInfo: Domain,\n options?: DomainsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<DomainsCreateOrUpdateResponse>,\n DomainsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<DomainsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, domainName, domainInfo, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously creates or updates a new domain with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainInfo Domain information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n domainInfo: Domain,\n options?: DomainsCreateOrUpdateOptionalParams\n ): Promise<DomainsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n domainName,\n domainInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete existing domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, domainName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n domainName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Asynchronously updates a domain with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainUpdateParameters Domain update information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n domainName: string,\n domainUpdateParameters: DomainUpdateParameters,\n options?: DomainsUpdateOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, domainName, domainUpdateParameters, options },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously updates a domain with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainUpdateParameters Domain update information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n domainUpdateParameters: DomainUpdateParameters,\n options?: DomainsUpdateOptionalParams\n ): Promise<void> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n domainName,\n domainUpdateParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the domains under an Azure subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: DomainsListBySubscriptionOptionalParams\n ): Promise<DomainsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all the domains under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: DomainsListByResourceGroupOptionalParams\n ): Promise<DomainsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * List the two keys used to publish to a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param options The options parameters.\n */\n listSharedAccessKeys(\n resourceGroupName: string,\n domainName: string,\n options?: DomainsListSharedAccessKeysOptionalParams\n ): Promise<DomainsListSharedAccessKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n listSharedAccessKeysOperationSpec\n );\n }\n\n /**\n * Regenerate a shared access key for a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n domainName: string,\n regenerateKeyRequest: DomainRegenerateKeyRequest,\n options?: DomainsRegenerateKeyOptionalParams\n ): Promise<DomainsRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, regenerateKeyRequest, options },\n regenerateKeyOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: DomainsListBySubscriptionNextOptionalParams\n ): Promise<DomainsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: DomainsListByResourceGroupNextOptionalParams\n ): Promise<DomainsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Domain\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Domain\n },\n 201: {\n bodyMapper: Mappers.Domain\n },\n 202: {\n bodyMapper: Mappers.Domain\n },\n 204: {\n bodyMapper: Mappers.Domain\n },\n default: {}\n },\n requestBody: Parameters.domainInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}\",\n httpMethod: \"PATCH\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n requestBody: Parameters.domainUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/domains\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSharedAccessKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainSharedAccessKeys\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regenerateKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/regenerateKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainSharedAccessKeys\n },\n default: {}\n },\n requestBody: Parameters.regenerateKeyRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { DomainTopics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n DomainTopic,\n DomainTopicsListByDomainNextOptionalParams,\n DomainTopicsListByDomainOptionalParams,\n DomainTopicsGetOptionalParams,\n DomainTopicsGetResponse,\n DomainTopicsCreateOrUpdateOptionalParams,\n DomainTopicsCreateOrUpdateResponse,\n DomainTopicsDeleteOptionalParams,\n DomainTopicsListByDomainResponse,\n DomainTopicsListByDomainNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing DomainTopics operations. */\nexport class DomainTopicsImpl implements DomainTopics {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class DomainTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all the topics in a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Domain name.\n * @param options The options parameters.\n */\n public listByDomain(\n resourceGroupName: string,\n domainName: string,\n options?: DomainTopicsListByDomainOptionalParams\n ): PagedAsyncIterableIterator<DomainTopic> {\n const iter = this.listByDomainPagingAll(\n resourceGroupName,\n domainName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByDomainPagingPage(\n resourceGroupName,\n domainName,\n options\n );\n }\n };\n }\n\n private async *listByDomainPagingPage(\n resourceGroupName: string,\n domainName: string,\n options?: DomainTopicsListByDomainOptionalParams\n ): AsyncIterableIterator<DomainTopic[]> {\n let result = await this._listByDomain(\n resourceGroupName,\n domainName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByDomainNext(\n resourceGroupName,\n domainName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByDomainPagingAll(\n resourceGroupName: string,\n domainName: string,\n options?: DomainTopicsListByDomainOptionalParams\n ): AsyncIterableIterator<DomainTopic> {\n for await (const page of this.listByDomainPagingPage(\n resourceGroupName,\n domainName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the topic.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n domainName: string,\n domainTopicName: string,\n options?: DomainTopicsGetOptionalParams\n ): Promise<DomainTopicsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, domainTopicName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates or updates a new domain topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n domainName: string,\n domainTopicName: string,\n options?: DomainTopicsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<DomainTopicsCreateOrUpdateResponse>,\n DomainTopicsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<DomainTopicsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, domainName, domainTopicName, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously creates or updates a new domain topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n domainTopicName: string,\n options?: DomainTopicsCreateOrUpdateOptionalParams\n ): Promise<DomainTopicsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n domainName,\n domainTopicName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete existing domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n domainName: string,\n domainTopicName: string,\n options?: DomainTopicsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, domainName, domainTopicName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param domainTopicName Name of the domain topic.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n domainName: string,\n domainTopicName: string,\n options?: DomainTopicsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n domainName,\n domainTopicName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the topics in a domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Domain name.\n * @param options The options parameters.\n */\n private _listByDomain(\n resourceGroupName: string,\n domainName: string,\n options?: DomainTopicsListByDomainOptionalParams\n ): Promise<DomainTopicsListByDomainResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, options },\n listByDomainOperationSpec\n );\n }\n\n /**\n * ListByDomainNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Domain name.\n * @param nextLink The nextLink from the previous successful call to the ListByDomain method.\n * @param options The options parameters.\n */\n private _listByDomainNext(\n resourceGroupName: string,\n domainName: string,\n nextLink: string,\n options?: DomainTopicsListByDomainNextOptionalParams\n ): Promise<DomainTopicsListByDomainNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, nextLink, options },\n listByDomainNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.domainTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopic\n },\n 201: {\n bodyMapper: Mappers.DomainTopic\n },\n 202: {\n bodyMapper: Mappers.DomainTopic\n },\n 204: {\n bodyMapper: Mappers.DomainTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.domainTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{domainTopicName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.domainTopicName\n ],\n serializer\n};\nconst listByDomainOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByDomainNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DomainTopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { EventSubscriptions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n EventSubscription,\n EventSubscriptionsListGlobalBySubscriptionNextOptionalParams,\n EventSubscriptionsListGlobalBySubscriptionOptionalParams,\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams,\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupNextOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionNextOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupNextOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams,\n EventSubscriptionsListByResourceNextOptionalParams,\n EventSubscriptionsListByResourceOptionalParams,\n EventSubscriptionsListByDomainTopicNextOptionalParams,\n EventSubscriptionsListByDomainTopicOptionalParams,\n EventSubscriptionsGetOptionalParams,\n EventSubscriptionsGetResponse,\n EventSubscriptionsCreateOrUpdateOptionalParams,\n EventSubscriptionsCreateOrUpdateResponse,\n EventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n EventSubscriptionsUpdateOptionalParams,\n EventSubscriptionsUpdateResponse,\n EventSubscriptionsGetFullUrlOptionalParams,\n EventSubscriptionsGetFullUrlResponse,\n EventSubscriptionsListGlobalBySubscriptionResponse,\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse,\n EventSubscriptionsListGlobalByResourceGroupResponse,\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse,\n EventSubscriptionsListRegionalBySubscriptionResponse,\n EventSubscriptionsListRegionalByResourceGroupResponse,\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse,\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse,\n EventSubscriptionsListByResourceResponse,\n EventSubscriptionsListByDomainTopicResponse,\n EventSubscriptionsGetDeliveryAttributesOptionalParams,\n EventSubscriptionsGetDeliveryAttributesResponse,\n EventSubscriptionsListGlobalBySubscriptionNextResponse,\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse,\n EventSubscriptionsListGlobalByResourceGroupNextResponse,\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse,\n EventSubscriptionsListRegionalBySubscriptionNextResponse,\n EventSubscriptionsListRegionalByResourceGroupNextResponse,\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse,\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse,\n EventSubscriptionsListByResourceNextResponse,\n EventSubscriptionsListByDomainTopicNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing EventSubscriptions operations. */\nexport class EventSubscriptionsImpl implements EventSubscriptions {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class EventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all aggregated global event subscriptions under a specific Azure subscription.\n * @param options The options parameters.\n */\n public listGlobalBySubscription(\n options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listGlobalBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listGlobalBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listGlobalBySubscriptionPagingPage(\n options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listGlobalBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listGlobalBySubscriptionNext(\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listGlobalBySubscriptionPagingAll(\n options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listGlobalBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all global event subscriptions under an Azure subscription for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n public listGlobalBySubscriptionForTopicType(\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listGlobalBySubscriptionForTopicTypePagingAll(\n topicTypeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listGlobalBySubscriptionForTopicTypePagingPage(\n topicTypeName,\n options\n );\n }\n };\n }\n\n private async *listGlobalBySubscriptionForTopicTypePagingPage(\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listGlobalBySubscriptionForTopicType(\n topicTypeName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listGlobalBySubscriptionForTopicTypeNext(\n topicTypeName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listGlobalBySubscriptionForTopicTypePagingAll(\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listGlobalBySubscriptionForTopicTypePagingPage(\n topicTypeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all global event subscriptions under a specific Azure subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n public listGlobalByResourceGroup(\n resourceGroupName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listGlobalByResourceGroupPagingAll(\n resourceGroupName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listGlobalByResourceGroupPagingPage(\n resourceGroupName,\n options\n );\n }\n };\n }\n\n private async *listGlobalByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listGlobalByResourceGroup(\n resourceGroupName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listGlobalByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listGlobalByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listGlobalByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all global event subscriptions under a resource group for a specific topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n public listGlobalByResourceGroupForTopicType(\n resourceGroupName: string,\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listGlobalByResourceGroupForTopicTypePagingAll(\n resourceGroupName,\n topicTypeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listGlobalByResourceGroupForTopicTypePagingPage(\n resourceGroupName,\n topicTypeName,\n options\n );\n }\n };\n }\n\n private async *listGlobalByResourceGroupForTopicTypePagingPage(\n resourceGroupName: string,\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listGlobalByResourceGroupForTopicType(\n resourceGroupName,\n topicTypeName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listGlobalByResourceGroupForTopicTypeNext(\n resourceGroupName,\n topicTypeName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listGlobalByResourceGroupForTopicTypePagingAll(\n resourceGroupName: string,\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listGlobalByResourceGroupForTopicTypePagingPage(\n resourceGroupName,\n topicTypeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n public listRegionalBySubscription(\n location: string,\n options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listRegionalBySubscriptionPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listRegionalBySubscriptionPagingPage(location, options);\n }\n };\n }\n\n private async *listRegionalBySubscriptionPagingPage(\n location: string,\n options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listRegionalBySubscription(location, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listRegionalBySubscriptionNext(\n location,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listRegionalBySubscriptionPagingAll(\n location: string,\n options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listRegionalBySubscriptionPagingPage(\n location,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n public listRegionalByResourceGroup(\n resourceGroupName: string,\n location: string,\n options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listRegionalByResourceGroupPagingAll(\n resourceGroupName,\n location,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listRegionalByResourceGroupPagingPage(\n resourceGroupName,\n location,\n options\n );\n }\n };\n }\n\n private async *listRegionalByResourceGroupPagingPage(\n resourceGroupName: string,\n location: string,\n options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listRegionalByResourceGroup(\n resourceGroupName,\n location,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listRegionalByResourceGroupNext(\n resourceGroupName,\n location,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listRegionalByResourceGroupPagingAll(\n resourceGroupName: string,\n location: string,\n options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listRegionalByResourceGroupPagingPage(\n resourceGroupName,\n location,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and topic\n * type.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n public listRegionalBySubscriptionForTopicType(\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listRegionalBySubscriptionForTopicTypePagingAll(\n location,\n topicTypeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listRegionalBySubscriptionForTopicTypePagingPage(\n location,\n topicTypeName,\n options\n );\n }\n };\n }\n\n private async *listRegionalBySubscriptionForTopicTypePagingPage(\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listRegionalBySubscriptionForTopicType(\n location,\n topicTypeName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listRegionalBySubscriptionForTopicTypeNext(\n location,\n topicTypeName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listRegionalBySubscriptionForTopicTypePagingAll(\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listRegionalBySubscriptionForTopicTypePagingPage(\n location,\n topicTypeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group and topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n public listRegionalByResourceGroupForTopicType(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listRegionalByResourceGroupForTopicTypePagingAll(\n resourceGroupName,\n location,\n topicTypeName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listRegionalByResourceGroupForTopicTypePagingPage(\n resourceGroupName,\n location,\n topicTypeName,\n options\n );\n }\n };\n }\n\n private async *listRegionalByResourceGroupForTopicTypePagingPage(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listRegionalByResourceGroupForTopicType(\n resourceGroupName,\n location,\n topicTypeName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listRegionalByResourceGroupForTopicTypeNext(\n resourceGroupName,\n location,\n topicTypeName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listRegionalByResourceGroupForTopicTypePagingAll(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listRegionalByResourceGroupForTopicTypePagingPage(\n resourceGroupName,\n location,\n topicTypeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all event subscriptions that have been created for a specific topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n public listByResource(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: EventSubscriptionsListByResourceOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listByResourcePagingAll(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourcePagingPage(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n );\n }\n };\n }\n\n private async *listByResourcePagingPage(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: EventSubscriptionsListByResourceOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listByResource(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceNext(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourcePagingAll(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: EventSubscriptionsListByResourceOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listByResourcePagingPage(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The options parameters.\n */\n public listByDomainTopic(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: EventSubscriptionsListByDomainTopicOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listByDomainTopicPagingAll(\n resourceGroupName,\n domainName,\n topicName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByDomainTopicPagingPage(\n resourceGroupName,\n domainName,\n topicName,\n options\n );\n }\n };\n }\n\n private async *listByDomainTopicPagingPage(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: EventSubscriptionsListByDomainTopicOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listByDomainTopic(\n resourceGroupName,\n domainName,\n topicName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByDomainTopicNext(\n resourceGroupName,\n domainName,\n topicName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByDomainTopicPagingAll(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: EventSubscriptionsListByDomainTopicOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listByDomainTopicPagingPage(\n resourceGroupName,\n domainName,\n topicName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n get(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetOptionalParams\n ): Promise<EventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, eventSubscriptionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based on\n * the specified scope.\n * @param scope The identifier of the resource to which the event subscription needs to be created or\n * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to\n * a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription. Event subscription names must be\n * between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: EventSubscriptionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<EventSubscriptionsCreateOrUpdateResponse>,\n EventSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<EventSubscriptionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { scope, eventSubscriptionName, eventSubscriptionInfo, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based on\n * the specified scope.\n * @param scope The identifier of the resource to which the event subscription needs to be created or\n * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to\n * a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription. Event subscription names must be\n * between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: EventSubscriptionsCreateOrUpdateOptionalParams\n ): Promise<EventSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n scope,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an existing event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n async beginDelete(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { scope, eventSubscriptionName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete an existing event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n scope,\n eventSubscriptionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Asynchronously updates an existing event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdate(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: EventSubscriptionsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<EventSubscriptionsUpdateResponse>,\n EventSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<EventSubscriptionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n scope,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options\n },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously updates an existing event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: EventSubscriptionsUpdateOptionalParams\n ): Promise<EventSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(\n scope,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get the full endpoint URL for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetFullUrlOptionalParams\n ): Promise<EventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n { scope, eventSubscriptionName, options },\n getFullUrlOperationSpec\n );\n }\n\n /**\n * List all aggregated global event subscriptions under a specific Azure subscription.\n * @param options The options parameters.\n */\n private _listGlobalBySubscription(\n options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams\n ): Promise<EventSubscriptionsListGlobalBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listGlobalBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all global event subscriptions under an Azure subscription for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n private _listGlobalBySubscriptionForTopicType(\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams\n ): Promise<EventSubscriptionsListGlobalBySubscriptionForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n { topicTypeName, options },\n listGlobalBySubscriptionForTopicTypeOperationSpec\n );\n }\n\n /**\n * List all global event subscriptions under a specific Azure subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n private _listGlobalByResourceGroup(\n resourceGroupName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams\n ): Promise<EventSubscriptionsListGlobalByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listGlobalByResourceGroupOperationSpec\n );\n }\n\n /**\n * List all global event subscriptions under a resource group for a specific topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n private _listGlobalByResourceGroupForTopicType(\n resourceGroupName: string,\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams\n ): Promise<EventSubscriptionsListGlobalByResourceGroupForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, topicTypeName, options },\n listGlobalByResourceGroupForTopicTypeOperationSpec\n );\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n private _listRegionalBySubscription(\n location: string,\n options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams\n ): Promise<EventSubscriptionsListRegionalBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listRegionalBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n private _listRegionalByResourceGroup(\n resourceGroupName: string,\n location: string,\n options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams\n ): Promise<EventSubscriptionsListRegionalByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, location, options },\n listRegionalByResourceGroupOperationSpec\n );\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and topic\n * type.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n private _listRegionalBySubscriptionForTopicType(\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams\n ): Promise<EventSubscriptionsListRegionalBySubscriptionForTopicTypeResponse> {\n return this.client.sendOperationRequest(\n { location, topicTypeName, options },\n listRegionalBySubscriptionForTopicTypeOperationSpec\n );\n }\n\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group and topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n private _listRegionalByResourceGroupForTopicType(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams\n ): Promise<\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeResponse\n > {\n return this.client.sendOperationRequest(\n { resourceGroupName, location, topicTypeName, options },\n listRegionalByResourceGroupForTopicTypeOperationSpec\n );\n }\n\n /**\n * List all event subscriptions that have been created for a specific topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n private _listByResource(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: EventSubscriptionsListByResourceOptionalParams\n ): Promise<EventSubscriptionsListByResourceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n },\n listByResourceOperationSpec\n );\n }\n\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The options parameters.\n */\n private _listByDomainTopic(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: EventSubscriptionsListByDomainTopicOptionalParams\n ): Promise<EventSubscriptionsListByDomainTopicResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, topicName, options },\n listByDomainTopicOperationSpec\n );\n }\n\n /**\n * Get all delivery attributes for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetDeliveryAttributesOptionalParams\n ): Promise<EventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n { scope, eventSubscriptionName, options },\n getDeliveryAttributesOperationSpec\n );\n }\n\n /**\n * ListGlobalBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListGlobalBySubscription\n * method.\n * @param options The options parameters.\n */\n private _listGlobalBySubscriptionNext(\n nextLink: string,\n options?: EventSubscriptionsListGlobalBySubscriptionNextOptionalParams\n ): Promise<EventSubscriptionsListGlobalBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listGlobalBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListGlobalBySubscriptionForTopicTypeNext\n * @param topicTypeName Name of the topic type.\n * @param nextLink The nextLink from the previous successful call to the\n * ListGlobalBySubscriptionForTopicType method.\n * @param options The options parameters.\n */\n private _listGlobalBySubscriptionForTopicTypeNext(\n topicTypeName: string,\n nextLink: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextOptionalParams\n ): Promise<\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeNextResponse\n > {\n return this.client.sendOperationRequest(\n { topicTypeName, nextLink, options },\n listGlobalBySubscriptionForTopicTypeNextOperationSpec\n );\n }\n\n /**\n * ListGlobalByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param nextLink The nextLink from the previous successful call to the ListGlobalByResourceGroup\n * method.\n * @param options The options parameters.\n */\n private _listGlobalByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: EventSubscriptionsListGlobalByResourceGroupNextOptionalParams\n ): Promise<EventSubscriptionsListGlobalByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listGlobalByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListGlobalByResourceGroupForTopicTypeNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param nextLink The nextLink from the previous successful call to the\n * ListGlobalByResourceGroupForTopicType method.\n * @param options The options parameters.\n */\n private _listGlobalByResourceGroupForTopicTypeNext(\n resourceGroupName: string,\n topicTypeName: string,\n nextLink: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextOptionalParams\n ): Promise<\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeNextResponse\n > {\n return this.client.sendOperationRequest(\n { resourceGroupName, topicTypeName, nextLink, options },\n listGlobalByResourceGroupForTopicTypeNextOperationSpec\n );\n }\n\n /**\n * ListRegionalBySubscriptionNext\n * @param location Name of the location.\n * @param nextLink The nextLink from the previous successful call to the ListRegionalBySubscription\n * method.\n * @param options The options parameters.\n */\n private _listRegionalBySubscriptionNext(\n location: string,\n nextLink: string,\n options?: EventSubscriptionsListRegionalBySubscriptionNextOptionalParams\n ): Promise<EventSubscriptionsListRegionalBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listRegionalBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListRegionalByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param nextLink The nextLink from the previous successful call to the ListRegionalByResourceGroup\n * method.\n * @param options The options parameters.\n */\n private _listRegionalByResourceGroupNext(\n resourceGroupName: string,\n location: string,\n nextLink: string,\n options?: EventSubscriptionsListRegionalByResourceGroupNextOptionalParams\n ): Promise<EventSubscriptionsListRegionalByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, location, nextLink, options },\n listRegionalByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListRegionalBySubscriptionForTopicTypeNext\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param nextLink The nextLink from the previous successful call to the\n * ListRegionalBySubscriptionForTopicType method.\n * @param options The options parameters.\n */\n private _listRegionalBySubscriptionForTopicTypeNext(\n location: string,\n topicTypeName: string,\n nextLink: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextOptionalParams\n ): Promise<\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeNextResponse\n > {\n return this.client.sendOperationRequest(\n { location, topicTypeName, nextLink, options },\n listRegionalBySubscriptionForTopicTypeNextOperationSpec\n );\n }\n\n /**\n * ListRegionalByResourceGroupForTopicTypeNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param nextLink The nextLink from the previous successful call to the\n * ListRegionalByResourceGroupForTopicType method.\n * @param options The options parameters.\n */\n private _listRegionalByResourceGroupForTopicTypeNext(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n nextLink: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextOptionalParams\n ): Promise<\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeNextResponse\n > {\n return this.client.sendOperationRequest(\n { resourceGroupName, location, topicTypeName, nextLink, options },\n listRegionalByResourceGroupForTopicTypeNextOperationSpec\n );\n }\n\n /**\n * ListByResourceNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param nextLink The nextLink from the previous successful call to the ListByResource method.\n * @param options The options parameters.\n */\n private _listByResourceNext(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n nextLink: string,\n options?: EventSubscriptionsListByResourceNextOptionalParams\n ): Promise<EventSubscriptionsListByResourceNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n nextLink,\n options\n },\n listByResourceNextOperationSpec\n );\n }\n\n /**\n * ListByDomainTopicNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param nextLink The nextLink from the previous successful call to the ListByDomainTopic method.\n * @param options The options parameters.\n */\n private _listByDomainTopicNext(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n nextLink: string,\n options?: EventSubscriptionsListByDomainTopicNextOptionalParams\n ): Promise<EventSubscriptionsListByDomainTopicNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, domainName, topicName, nextLink, options },\n listByDomainTopicNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.eventSubscriptionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n 202: {\n bodyMapper: Mappers.EventSubscription\n },\n 204: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {}\n },\n requestBody: Parameters.eventSubscriptionInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.eventSubscriptionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.eventSubscriptionName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n 202: {\n bodyMapper: Mappers.EventSubscription\n },\n 204: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {}\n },\n requestBody: Parameters.eventSubscriptionUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.eventSubscriptionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getFullUrlOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getFullUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionFullUrl\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.eventSubscriptionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalBySubscriptionForTopicTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.topicTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalByResourceGroupForTopicTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalBySubscriptionForTopicTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.topicTypeName,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalByResourceGroupForTopicTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicTypeName,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.providerNamespace,\n Parameters.resourceTypeName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByDomainTopicOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/providers/Microsoft.EventGrid/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeliveryAttributeListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.scope,\n Parameters.eventSubscriptionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalBySubscriptionForTopicTypeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.topicTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listGlobalByResourceGroupForTopicTypeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.topicTypeName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalBySubscriptionForTopicTypeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.topicTypeName,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listRegionalByResourceGroupForTopicTypeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.topicTypeName,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.providerNamespace,\n Parameters.resourceTypeName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByDomainTopicNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.domainName,\n Parameters.nextLink,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SystemTopicEventSubscriptions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n EventSubscription,\n SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams,\n SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n SystemTopicEventSubscriptionsGetOptionalParams,\n SystemTopicEventSubscriptionsGetResponse,\n SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n SystemTopicEventSubscriptionsCreateOrUpdateResponse,\n SystemTopicEventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n SystemTopicEventSubscriptionsUpdateOptionalParams,\n SystemTopicEventSubscriptionsUpdateResponse,\n SystemTopicEventSubscriptionsGetFullUrlOptionalParams,\n SystemTopicEventSubscriptionsGetFullUrlResponse,\n SystemTopicEventSubscriptionsListBySystemTopicResponse,\n SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n SystemTopicEventSubscriptionsGetDeliveryAttributesResponse,\n SystemTopicEventSubscriptionsListBySystemTopicNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SystemTopicEventSubscriptions operations. */\nexport class SystemTopicEventSubscriptionsImpl\n implements SystemTopicEventSubscriptions {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class SystemTopicEventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n public listBySystemTopic(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listBySystemTopicPagingAll(\n resourceGroupName,\n systemTopicName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySystemTopicPagingPage(\n resourceGroupName,\n systemTopicName,\n options\n );\n }\n };\n }\n\n private async *listBySystemTopicPagingPage(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listBySystemTopic(\n resourceGroupName,\n systemTopicName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySystemTopicNext(\n resourceGroupName,\n systemTopicName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySystemTopicPagingAll(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listBySystemTopicPagingPage(\n resourceGroupName,\n systemTopicName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetOptionalParams\n ): Promise<SystemTopicEventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>,\n SystemTopicEventSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options\n },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams\n ): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: SystemTopicEventSubscriptionsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SystemTopicEventSubscriptionsUpdateResponse>,\n SystemTopicEventSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SystemTopicEventSubscriptionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options\n },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Update event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: SystemTopicEventSubscriptionsUpdateOptionalParams\n ): Promise<SystemTopicEventSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get the full endpoint URL for an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The options parameters.\n */\n getFullUrl(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams\n ): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getFullUrlOperationSpec\n );\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n private _listBySystemTopic(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams\n ): Promise<SystemTopicEventSubscriptionsListBySystemTopicResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, options },\n listBySystemTopicOperationSpec\n );\n }\n\n /**\n * Get all delivery attributes for an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 100 characters in length and use alphanumeric letters only.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n ): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getDeliveryAttributesOperationSpec\n );\n }\n\n /**\n * ListBySystemTopicNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param nextLink The nextLink from the previous successful call to the ListBySystemTopic method.\n * @param options The options parameters.\n */\n private _listBySystemTopicNext(\n resourceGroupName: string,\n systemTopicName: string,\n nextLink: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams\n ): Promise<SystemTopicEventSubscriptionsListBySystemTopicNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, nextLink, options },\n listBySystemTopicNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n 202: {\n bodyMapper: Mappers.EventSubscription\n },\n 204: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {}\n },\n requestBody: Parameters.eventSubscriptionInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription\n },\n 201: {\n bodyMapper: Mappers.EventSubscription\n },\n 202: {\n bodyMapper: Mappers.EventSubscription\n },\n 204: {\n bodyMapper: Mappers.EventSubscription\n },\n default: {}\n },\n requestBody: Parameters.eventSubscriptionUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getFullUrlOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionFullUrl\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySystemTopicOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeliveryAttributeListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySystemTopicNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport {\n Operation,\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List the available operations supported by the Microsoft.EventGrid resource provider.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation[]> {\n let result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List the available operations supported by the Microsoft.EventGrid resource provider.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.EventGrid/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Topics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Topic,\n TopicsListBySubscriptionNextOptionalParams,\n TopicsListBySubscriptionOptionalParams,\n TopicsListByResourceGroupNextOptionalParams,\n TopicsListByResourceGroupOptionalParams,\n EventType,\n TopicsListEventTypesOptionalParams,\n TopicsGetOptionalParams,\n TopicsGetResponse,\n TopicsCreateOrUpdateOptionalParams,\n TopicsCreateOrUpdateResponse,\n TopicsDeleteOptionalParams,\n TopicUpdateParameters,\n TopicsUpdateOptionalParams,\n TopicsListBySubscriptionResponse,\n TopicsListByResourceGroupResponse,\n TopicsListSharedAccessKeysOptionalParams,\n TopicsListSharedAccessKeysResponse,\n TopicRegenerateKeyRequest,\n TopicsRegenerateKeyOptionalParams,\n TopicsRegenerateKeyResponse,\n TopicsListEventTypesResponse,\n TopicsListBySubscriptionNextResponse,\n TopicsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Topics operations. */\nexport class TopicsImpl implements Topics {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class Topics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all the topics under an Azure subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: TopicsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Topic> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: TopicsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Topic[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: TopicsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Topic> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the topics under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: TopicsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Topic> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: TopicsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Topic[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: TopicsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Topic> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List event types for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the topic type.\n * @param resourceName Name of the topic.\n * @param options The options parameters.\n */\n public listEventTypes(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: TopicsListEventTypesOptionalParams\n ): PagedAsyncIterableIterator<EventType> {\n const iter = this.listEventTypesPagingAll(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listEventTypesPagingPage(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n );\n }\n };\n }\n\n private async *listEventTypesPagingPage(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: TopicsListEventTypesOptionalParams\n ): AsyncIterableIterator<EventType[]> {\n let result = await this._listEventTypes(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n );\n yield result.value || [];\n }\n\n private async *listEventTypesPagingAll(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: TopicsListEventTypesOptionalParams\n ): AsyncIterableIterator<EventType> {\n for await (const page of this.listEventTypesPagingPage(\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n topicName: string,\n options?: TopicsGetOptionalParams\n ): Promise<TopicsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, topicName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates a new topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicInfo Topic information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n topicName: string,\n topicInfo: Topic,\n options?: TopicsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<TopicsCreateOrUpdateResponse>,\n TopicsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<TopicsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, topicName, topicInfo, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously creates a new topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicInfo Topic information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n topicName: string,\n topicInfo: Topic,\n options?: TopicsCreateOrUpdateOptionalParams\n ): Promise<TopicsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n topicName,\n topicInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete existing topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n topicName: string,\n options?: TopicsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, topicName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n topicName: string,\n options?: TopicsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n topicName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Asynchronously updates a topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicUpdateParameters Topic update information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n topicName: string,\n topicUpdateParameters: TopicUpdateParameters,\n options?: TopicsUpdateOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, topicName, topicUpdateParameters, options },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously updates a topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param topicUpdateParameters Topic update information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n topicName: string,\n topicUpdateParameters: TopicUpdateParameters,\n options?: TopicsUpdateOptionalParams\n ): Promise<void> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n topicName,\n topicUpdateParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the topics under an Azure subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: TopicsListBySubscriptionOptionalParams\n ): Promise<TopicsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all the topics under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: TopicsListByResourceGroupOptionalParams\n ): Promise<TopicsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * List the two keys used to publish to a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param options The options parameters.\n */\n listSharedAccessKeys(\n resourceGroupName: string,\n topicName: string,\n options?: TopicsListSharedAccessKeysOptionalParams\n ): Promise<TopicsListSharedAccessKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, topicName, options },\n listSharedAccessKeysOperationSpec\n );\n }\n\n /**\n * Regenerate a shared access key for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param options The options parameters.\n */\n async beginRegenerateKey(\n resourceGroupName: string,\n topicName: string,\n regenerateKeyRequest: TopicRegenerateKeyRequest,\n options?: TopicsRegenerateKeyOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<TopicsRegenerateKeyResponse>,\n TopicsRegenerateKeyResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<TopicsRegenerateKeyResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, topicName, regenerateKeyRequest, options },\n regenerateKeyOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Regenerate a shared access key for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicName Name of the topic.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param options The options parameters.\n */\n async beginRegenerateKeyAndWait(\n resourceGroupName: string,\n topicName: string,\n regenerateKeyRequest: TopicRegenerateKeyRequest,\n options?: TopicsRegenerateKeyOptionalParams\n ): Promise<TopicsRegenerateKeyResponse> {\n const poller = await this.beginRegenerateKey(\n resourceGroupName,\n topicName,\n regenerateKeyRequest,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List event types for a topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the topic type.\n * @param resourceName Name of the topic.\n * @param options The options parameters.\n */\n private _listEventTypes(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: TopicsListEventTypesOptionalParams\n ): Promise<TopicsListEventTypesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n providerNamespace,\n resourceTypeName,\n resourceName,\n options\n },\n listEventTypesOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: TopicsListBySubscriptionNextOptionalParams\n ): Promise<TopicsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: TopicsListByResourceGroupNextOptionalParams\n ): Promise<TopicsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Topic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Topic\n },\n 201: {\n bodyMapper: Mappers.Topic\n },\n 202: {\n bodyMapper: Mappers.Topic\n },\n 204: {\n bodyMapper: Mappers.Topic\n },\n default: {}\n },\n requestBody: Parameters.topicInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}\",\n httpMethod: \"PATCH\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n requestBody: Parameters.topicUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listSharedAccessKeysOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicSharedAccessKeys\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regenerateKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/regenerateKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicSharedAccessKeys\n },\n 201: {\n bodyMapper: Mappers.TopicSharedAccessKeys\n },\n 202: {\n bodyMapper: Mappers.TopicSharedAccessKeys\n },\n 204: {\n bodyMapper: Mappers.TopicSharedAccessKeys\n },\n default: {}\n },\n requestBody: Parameters.regenerateKeyRequest1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.topicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listEventTypesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventTypes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventTypesListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.providerNamespace,\n Parameters.resourceTypeName,\n Parameters.resourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PrivateEndpointConnections } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PrivateEndpointConnection,\n Enum21,\n PrivateEndpointConnectionsListByResourceNextOptionalParams,\n PrivateEndpointConnectionsListByResourceOptionalParams,\n Enum18,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n Enum19,\n PrivateEndpointConnectionsUpdateOptionalParams,\n PrivateEndpointConnectionsUpdateResponse,\n Enum20,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsListByResourceResponse,\n PrivateEndpointConnectionsListByResourceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateEndpointConnections operations. */\nexport class PrivateEndpointConnectionsImpl\n implements PrivateEndpointConnections {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * Get all private endpoint connections under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param options The options parameters.\n */\n public listByResource(\n resourceGroupName: string,\n parentType: Enum21,\n parentName: string,\n options?: PrivateEndpointConnectionsListByResourceOptionalParams\n ): PagedAsyncIterableIterator<PrivateEndpointConnection> {\n const iter = this.listByResourcePagingAll(\n resourceGroupName,\n parentType,\n parentName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourcePagingPage(\n resourceGroupName,\n parentType,\n parentName,\n options\n );\n }\n };\n }\n\n private async *listByResourcePagingPage(\n resourceGroupName: string,\n parentType: Enum21,\n parentName: string,\n options?: PrivateEndpointConnectionsListByResourceOptionalParams\n ): AsyncIterableIterator<PrivateEndpointConnection[]> {\n let result = await this._listByResource(\n resourceGroupName,\n parentType,\n parentName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceNext(\n resourceGroupName,\n parentType,\n parentName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourcePagingAll(\n resourceGroupName: string,\n parentType: Enum21,\n parentName: string,\n options?: PrivateEndpointConnectionsListByResourceOptionalParams\n ): AsyncIterableIterator<PrivateEndpointConnection> {\n for await (const page of this.listByResourcePagingPage(\n resourceGroupName,\n parentType,\n parentName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get a specific private endpoint connection under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n parentType: Enum18,\n parentName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams\n ): Promise<PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Update a specific private endpoint connection under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param privateEndpointConnection The private endpoint connection object to update.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n parentType: Enum19,\n parentName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PrivateEndpointConnectionsUpdateResponse>,\n PrivateEndpointConnectionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PrivateEndpointConnectionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Update a specific private endpoint connection under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param privateEndpointConnection The private endpoint connection object to update.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n parentType: Enum19,\n parentName: string,\n privateEndpointConnectionName: string,\n privateEndpointConnection: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsUpdateOptionalParams\n ): Promise<PrivateEndpointConnectionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n privateEndpointConnection,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a specific private endpoint connection under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n parentType: Enum20,\n parentName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n options\n },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete a specific private endpoint connection under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param privateEndpointConnectionName The name of the private endpoint connection connection.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n parentType: Enum20,\n parentName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n parentType,\n parentName,\n privateEndpointConnectionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get all private endpoint connections under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param options The options parameters.\n */\n private _listByResource(\n resourceGroupName: string,\n parentType: Enum21,\n parentName: string,\n options?: PrivateEndpointConnectionsListByResourceOptionalParams\n ): Promise<PrivateEndpointConnectionsListByResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, parentType, parentName, options },\n listByResourceOperationSpec\n );\n }\n\n /**\n * ListByResourceNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param nextLink The nextLink from the previous successful call to the ListByResource method.\n * @param options The options parameters.\n */\n private _listByResourceNext(\n resourceGroupName: string,\n parentType: Enum21,\n parentName: string,\n nextLink: string,\n options?: PrivateEndpointConnectionsListByResourceNextOptionalParams\n ): Promise<PrivateEndpointConnectionsListByResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, parentType, parentName, nextLink, options },\n listByResourceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentType,\n Parameters.parentName,\n Parameters.privateEndpointConnectionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {}\n },\n requestBody: Parameters.privateEndpointConnection,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentName,\n Parameters.privateEndpointConnectionName,\n Parameters.parentType1\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentName,\n Parameters.privateEndpointConnectionName,\n Parameters.parentType2\n ],\n serializer\n};\nconst listByResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentName,\n Parameters.parentType3\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.parentName,\n Parameters.parentType3\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PrivateLinkResources } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport {\n PrivateLinkResource,\n PrivateLinkResourcesListByResourceNextOptionalParams,\n PrivateLinkResourcesListByResourceOptionalParams,\n PrivateLinkResourcesGetOptionalParams,\n PrivateLinkResourcesGetResponse,\n PrivateLinkResourcesListByResourceResponse,\n PrivateLinkResourcesListByResourceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateLinkResources operations. */\nexport class PrivateLinkResourcesImpl implements PrivateLinkResources {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class PrivateLinkResources class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all the private link resources under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param options The options parameters.\n */\n public listByResource(\n resourceGroupName: string,\n parentType: string,\n parentName: string,\n options?: PrivateLinkResourcesListByResourceOptionalParams\n ): PagedAsyncIterableIterator<PrivateLinkResource> {\n const iter = this.listByResourcePagingAll(\n resourceGroupName,\n parentType,\n parentName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourcePagingPage(\n resourceGroupName,\n parentType,\n parentName,\n options\n );\n }\n };\n }\n\n private async *listByResourcePagingPage(\n resourceGroupName: string,\n parentType: string,\n parentName: string,\n options?: PrivateLinkResourcesListByResourceOptionalParams\n ): AsyncIterableIterator<PrivateLinkResource[]> {\n let result = await this._listByResource(\n resourceGroupName,\n parentType,\n parentName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceNext(\n resourceGroupName,\n parentType,\n parentName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourcePagingAll(\n resourceGroupName: string,\n parentType: string,\n parentName: string,\n options?: PrivateLinkResourcesListByResourceOptionalParams\n ): AsyncIterableIterator<PrivateLinkResource> {\n for await (const page of this.listByResourcePagingPage(\n resourceGroupName,\n parentType,\n parentName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of a private link resource.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param privateLinkResourceName The name of private link resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n parentType: string,\n parentName: string,\n privateLinkResourceName: string,\n options?: PrivateLinkResourcesGetOptionalParams\n ): Promise<PrivateLinkResourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n parentType,\n parentName,\n privateLinkResourceName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * List all the private link resources under a topic or domain.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param options The options parameters.\n */\n private _listByResource(\n resourceGroupName: string,\n parentType: string,\n parentName: string,\n options?: PrivateLinkResourcesListByResourceOptionalParams\n ): Promise<PrivateLinkResourcesListByResourceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, parentType, parentName, options },\n listByResourceOperationSpec\n );\n }\n\n /**\n * ListByResourceNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param parentType The type of the parent resource. This can be either \\'topics\\' or \\'domains\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name or domain name).\n * @param nextLink The nextLink from the previous successful call to the ListByResource method.\n * @param options The options parameters.\n */\n private _listByResourceNext(\n resourceGroupName: string,\n parentType: string,\n parentName: string,\n nextLink: string,\n options?: PrivateLinkResourcesListByResourceNextOptionalParams\n ): Promise<PrivateLinkResourcesListByResourceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, parentType, parentName, nextLink, options },\n listByResourceNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources/{privateLinkResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentName,\n Parameters.parentType4,\n Parameters.privateLinkResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.parentName,\n Parameters.parentType4\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourcesListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.parentName,\n Parameters.parentType4\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SystemTopics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n SystemTopic,\n SystemTopicsListBySubscriptionNextOptionalParams,\n SystemTopicsListBySubscriptionOptionalParams,\n SystemTopicsListByResourceGroupNextOptionalParams,\n SystemTopicsListByResourceGroupOptionalParams,\n SystemTopicsGetOptionalParams,\n SystemTopicsGetResponse,\n SystemTopicsCreateOrUpdateOptionalParams,\n SystemTopicsCreateOrUpdateResponse,\n SystemTopicsDeleteOptionalParams,\n SystemTopicUpdateParameters,\n SystemTopicsUpdateOptionalParams,\n SystemTopicsUpdateResponse,\n SystemTopicsListBySubscriptionResponse,\n SystemTopicsListByResourceGroupResponse,\n SystemTopicsListBySubscriptionNextResponse,\n SystemTopicsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SystemTopics operations. */\nexport class SystemTopicsImpl implements SystemTopics {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class SystemTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all the system topics under an Azure subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: SystemTopicsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<SystemTopic> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: SystemTopicsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<SystemTopic[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: SystemTopicsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<SystemTopic> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the system topics under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: SystemTopicsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<SystemTopic> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: SystemTopicsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SystemTopic[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: SystemTopicsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<SystemTopic> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicsGetOptionalParams\n ): Promise<SystemTopicsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates a new system topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicInfo System Topic information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n systemTopicInfo: SystemTopic,\n options?: SystemTopicsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SystemTopicsCreateOrUpdateResponse>,\n SystemTopicsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SystemTopicsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, systemTopicName, systemTopicInfo, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously creates a new system topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicInfo System Topic information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n systemTopicInfo: SystemTopic,\n options?: SystemTopicsCreateOrUpdateOptionalParams\n ): Promise<SystemTopicsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n systemTopicName,\n systemTopicInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete existing system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, systemTopicName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n systemTopicName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Asynchronously updates a system topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicUpdateParameters SystemTopic update information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n systemTopicUpdateParameters: SystemTopicUpdateParameters,\n options?: SystemTopicsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SystemTopicsUpdateResponse>,\n SystemTopicsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SystemTopicsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n systemTopicName,\n systemTopicUpdateParameters,\n options\n },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Asynchronously updates a system topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param systemTopicUpdateParameters SystemTopic update information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n systemTopicUpdateParameters: SystemTopicUpdateParameters,\n options?: SystemTopicsUpdateOptionalParams\n ): Promise<SystemTopicsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n systemTopicName,\n systemTopicUpdateParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the system topics under an Azure subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: SystemTopicsListBySubscriptionOptionalParams\n ): Promise<SystemTopicsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all the system topics under a resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: SystemTopicsListByResourceGroupOptionalParams\n ): Promise<SystemTopicsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: SystemTopicsListBySubscriptionNextOptionalParams\n ): Promise<SystemTopicsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: SystemTopicsListByResourceGroupNextOptionalParams\n ): Promise<SystemTopicsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopic\n },\n 201: {\n bodyMapper: Mappers.SystemTopic\n },\n 202: {\n bodyMapper: Mappers.SystemTopic\n },\n 204: {\n bodyMapper: Mappers.SystemTopic\n },\n default: {}\n },\n requestBody: Parameters.systemTopicInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopic\n },\n 201: {\n bodyMapper: Mappers.SystemTopic\n },\n 202: {\n bodyMapper: Mappers.SystemTopic\n },\n 204: {\n bodyMapper: Mappers.SystemTopic\n },\n default: {}\n },\n requestBody: Parameters.systemTopicUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/systemTopics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemTopicsListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ExtensionTopics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport {\n ExtensionTopicsGetOptionalParams,\n ExtensionTopicsGetResponse\n} from \"../models\";\n\n/** Class containing ExtensionTopics operations. */\nexport class ExtensionTopicsImpl implements ExtensionTopics {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class ExtensionTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the properties of an extension topic.\n * @param scope The identifier of the resource to which extension topic is queried. The scope can be a\n * subscription, or a resource group, or a top level resource belonging to a resource provider\n * namespace. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for Azure resource.\n * @param options The options parameters.\n */\n get(\n scope: string,\n options?: ExtensionTopicsGetOptionalParams\n ): Promise<ExtensionTopicsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.EventGrid/extensionTopics/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExtensionTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { TopicTypes } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClient } from \"../eventGridManagementClient\";\nimport {\n TopicTypeInfo,\n TopicTypesListOptionalParams,\n EventType,\n TopicTypesListEventTypesOptionalParams,\n TopicTypesListResponse,\n TopicTypesGetOptionalParams,\n TopicTypesGetResponse,\n TopicTypesListEventTypesResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing TopicTypes operations. */\nexport class TopicTypesImpl implements TopicTypes {\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class TopicTypes class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List all registered topic types.\n * @param options The options parameters.\n */\n public list(\n options?: TopicTypesListOptionalParams\n ): PagedAsyncIterableIterator<TopicTypeInfo> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: TopicTypesListOptionalParams\n ): AsyncIterableIterator<TopicTypeInfo[]> {\n let result = await this._list(options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n options?: TopicTypesListOptionalParams\n ): AsyncIterableIterator<TopicTypeInfo> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List event types for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n public listEventTypes(\n topicTypeName: string,\n options?: TopicTypesListEventTypesOptionalParams\n ): PagedAsyncIterableIterator<EventType> {\n const iter = this.listEventTypesPagingAll(topicTypeName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listEventTypesPagingPage(topicTypeName, options);\n }\n };\n }\n\n private async *listEventTypesPagingPage(\n topicTypeName: string,\n options?: TopicTypesListEventTypesOptionalParams\n ): AsyncIterableIterator<EventType[]> {\n let result = await this._listEventTypes(topicTypeName, options);\n yield result.value || [];\n }\n\n private async *listEventTypesPagingAll(\n topicTypeName: string,\n options?: TopicTypesListEventTypesOptionalParams\n ): AsyncIterableIterator<EventType> {\n for await (const page of this.listEventTypesPagingPage(\n topicTypeName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List all registered topic types.\n * @param options The options parameters.\n */\n private _list(\n options?: TopicTypesListOptionalParams\n ): Promise<TopicTypesListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Get information about a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n get(\n topicTypeName: string,\n options?: TopicTypesGetOptionalParams\n ): Promise<TopicTypesGetResponse> {\n return this.client.sendOperationRequest(\n { topicTypeName, options },\n getOperationSpec\n );\n }\n\n /**\n * List event types for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n private _listEventTypes(\n topicTypeName: string,\n options?: TopicTypesListEventTypesOptionalParams\n ): Promise<TopicTypesListEventTypesResponse> {\n return this.client.sendOperationRequest(\n { topicTypeName, options },\n listEventTypesOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.EventGrid/topicTypes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicTypesListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TopicTypeInfo\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.topicTypeName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listEventTypesOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventTypesListResult\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.topicTypeName],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n DomainsImpl,\n DomainTopicsImpl,\n EventSubscriptionsImpl,\n SystemTopicEventSubscriptionsImpl,\n OperationsImpl,\n TopicsImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n SystemTopicsImpl,\n ExtensionTopicsImpl,\n TopicTypesImpl\n} from \"./operations\";\nimport {\n Domains,\n DomainTopics,\n EventSubscriptions,\n SystemTopicEventSubscriptions,\n Operations,\n Topics,\n PrivateEndpointConnections,\n PrivateLinkResources,\n SystemTopics,\n ExtensionTopics,\n TopicTypes\n} from \"./operationsInterfaces\";\nimport { EventGridManagementClientOptionalParams } from \"./models\";\n\nexport class EventGridManagementClient extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the EventGridManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure\n * subscription. The subscription ID forms part of the URI for every service call.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: EventGridManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: EventGridManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-eventgrid/13.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2021-12-01\";\n this.domains = new DomainsImpl(this);\n this.domainTopics = new DomainTopicsImpl(this);\n this.eventSubscriptions = new EventSubscriptionsImpl(this);\n this.systemTopicEventSubscriptions = new SystemTopicEventSubscriptionsImpl(\n this\n );\n this.operations = new OperationsImpl(this);\n this.topics = new TopicsImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.systemTopics = new SystemTopicsImpl(this);\n this.extensionTopics = new ExtensionTopicsImpl(this);\n this.topicTypes = new TopicTypesImpl(this);\n }\n\n domains: Domains;\n domainTopics: DomainTopics;\n eventSubscriptions: EventSubscriptions;\n systemTopicEventSubscriptions: SystemTopicEventSubscriptions;\n operations: Operations;\n topics: Topics;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n systemTopics: SystemTopics;\n extensionTopics: ExtensionTopics;\n topicTypes: TopicTypes;\n}\n"],"names":["KnownPersistedConnectionStatus","KnownResourceProvisioningState","KnownDomainProvisioningState","KnownInputSchema","KnownInputSchemaMappingType","KnownPublicNetworkAccess","KnownIpActionType","KnownCreatedByType","KnownIdentityType","KnownDomainTopicProvisioningState","KnownEventSubscriptionProvisioningState","KnownEndpointType","KnownEventSubscriptionIdentityType","KnownAdvancedFilterOperatorType","KnownEventDeliverySchema","KnownDeadLetterEndPointType","KnownDeliveryAttributeMappingType","KnownTopicProvisioningState","KnownEnum18","KnownEnum19","KnownEnum20","KnownEnum21","KnownResourceRegionType","KnownTopicTypeProvisioningState","KnownTopicTypePropertiesSupportedScopesForSourceItem","DomainMapper","DomainUpdateParametersMapper","DomainRegenerateKeyRequestMapper","EventSubscriptionMapper","EventSubscriptionUpdateParametersMapper","TopicMapper","TopicUpdateParametersMapper","TopicRegenerateKeyRequestMapper","PrivateEndpointConnectionMapper","SystemTopicMapper","SystemTopicUpdateParametersMapper","__asyncValues","__asyncDelegator","LroEngine","coreClient.createSerializer","Mappers.Domain","Parameters.apiVersion","Parameters.$host","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.domainName","Parameters.accept","Parameters.domainInfo","Parameters.contentType","Parameters.domainUpdateParameters","Mappers.DomainsListResult","Parameters.filter","Parameters.top","Mappers.DomainSharedAccessKeys","Parameters.regenerateKeyRequest","Parameters.nextLink","getOperationSpec","createOrUpdateOperationSpec","deleteOperationSpec","serializer","Mappers.DomainTopic","Parameters.domainTopicName","Mappers.DomainTopicsListResult","updateOperationSpec","Mappers.EventSubscription","Parameters.scope","Parameters.eventSubscriptionName","Parameters.eventSubscriptionInfo","Parameters.eventSubscriptionUpdateParameters","Mappers.EventSubscriptionFullUrl","Mappers.EventSubscriptionsListResult","Parameters.topicTypeName","Parameters.location","Parameters.providerNamespace","Parameters.resourceTypeName","Parameters.resourceName","Parameters.topicName","Mappers.DeliveryAttributeListResult","getFullUrlOperationSpec","getDeliveryAttributesOperationSpec","Parameters.systemTopicName","Mappers.OperationsListResult","listBySubscriptionOperationSpec","listByResourceGroupOperationSpec","listSharedAccessKeysOperationSpec","regenerateKeyOperationSpec","listBySubscriptionNextOperationSpec","listByResourceGroupNextOperationSpec","Mappers.Topic","Parameters.topicInfo","Parameters.topicUpdateParameters","Mappers.TopicsListResult","Mappers.TopicSharedAccessKeys","Parameters.regenerateKeyRequest1","Mappers.EventTypesListResult","listByResourceOperationSpec","listByResourceNextOperationSpec","Mappers.PrivateEndpointConnection","Parameters.parentType","Parameters.parentName","Parameters.privateEndpointConnectionName","Parameters.privateEndpointConnection","Parameters.parentType1","Parameters.parentType2","Mappers.PrivateEndpointConnectionListResult","Parameters.parentType3","Mappers.PrivateLinkResource","Parameters.parentType4","Parameters.privateLinkResourceName","Mappers.PrivateLinkResourcesListResult","Mappers.SystemTopic","Parameters.systemTopicInfo","Parameters.systemTopicUpdateParameters","Mappers.SystemTopicsListResult","Mappers.ExtensionTopic","Parameters.scope1","listOperationSpec","listEventTypesOperationSpec","Mappers.TopicTypesListResult","Mappers.TopicTypeInfo","coreClient.ServiceClient"],"mappings":"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"}
|