@azure/arm-eventgrid 30.0.0-alpha.20210929.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/LICENSE +21 -0
- package/README.md +94 -0
- package/dist/index.js +10620 -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 +31 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +38 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.js +50 -0
- package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -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 +2765 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +289 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +139 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +2979 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +53 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +415 -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/eventChannels.d.ts +72 -0
- package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operations/eventChannels.js +269 -0
- package/dist-esm/src/operations/eventChannels.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/dist-esm/src/operations/index.d.ts +17 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +24 -0
- 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/partnerNamespaces.d.ts +122 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.js +537 -0
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.js +349 -0
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
- package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopics.js +408 -0
- package/dist-esm/src/operations/partnerTopics.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +184 -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/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
- 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/dist-esm/src/operationsInterfaces/domains.js +9 -0
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.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/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
- 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 +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +24 -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/partnerNamespaces.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -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 +27 -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/dist-esm/src/operationsInterfaces/topics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +2 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +163 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +102 -0
- package/review/arm-eventgrid.api.md +2518 -0
- package/rollup.config.js +188 -0
- package/src/eventGridManagementClient.ts +101 -0
- package/src/eventGridManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3297 -0
- package/src/models/mappers.ts +3334 -0
- package/src/models/parameters.ts +490 -0
- package/src/operations/domainTopics.ts +452 -0
- package/src/operations/domains.ts +713 -0
- package/src/operations/eventChannels.ts +382 -0
- package/src/operations/eventSubscriptions.ts +2077 -0
- package/src/operations/extensionTopics.ts +67 -0
- package/src/operations/index.ts +24 -0
- package/src/operations/operations.ts +96 -0
- package/src/operations/partnerNamespaces.ts +729 -0
- package/src/operations/partnerRegistrations.ts +440 -0
- package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
- package/src/operations/partnerTopics.ts +532 -0
- package/src/operations/privateEndpointConnections.ts +529 -0
- package/src/operations/privateLinkResources.ts +259 -0
- package/src/operations/systemTopicEventSubscriptions.ts +699 -0
- package/src/operations/systemTopics.ts +656 -0
- package/src/operations/topicTypes.ts +202 -0
- package/src/operations/topics.ts +921 -0
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventChannels.ts +89 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +24 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
- package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
- package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/partnerTopics.ts +114 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
- package/src/operationsInterfaces/privateLinkResources.ts +52 -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 +19 -0
- package/types/arm-eventgrid.d.ts +4299 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -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/eventChannels.ts","../src/operations/eventSubscriptions.ts","../src/operations/systemTopicEventSubscriptions.ts","../src/operations/partnerTopicEventSubscriptions.ts","../src/operations/operations.ts","../src/operations/partnerNamespaces.ts","../src/operations/partnerRegistrations.ts","../src/operations/partnerTopics.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/operations/systemTopics.ts","../src/operations/topics.ts","../src/operations/extensionTopics.ts","../src/operations/topicTypes.ts","../src/eventGridManagementClientContext.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 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\n | NumberInRangeAdvancedFilter\n | NumberNotInRangeAdvancedFilter\n | StringNotBeginsWithAdvancedFilter\n | StringNotEndsWithAdvancedFilter\n | StringNotContainsAdvancedFilter\n | IsNullOrUndefinedAdvancedFilter\n | IsNotNullAdvancedFilter;\nexport type EventSubscriptionDestinationUnion =\n | EventSubscriptionDestination\n | WebHookEventSubscriptionDestination\n | EventHubEventSubscriptionDestination\n | StorageQueueEventSubscriptionDestination\n | HybridConnectionEventSubscriptionDestination\n | ServiceBusQueueEventSubscriptionDestination\n | ServiceBusTopicEventSubscriptionDestination\n | AzureFunctionEventSubscriptionDestination;\nexport type DeadLetterDestinationUnion =\n | DeadLetterDestination\n | StorageBlobDeadLetterDestination;\nexport type DeliveryAttributeMappingUnion =\n | DeliveryAttributeMapping\n | StaticDeliveryAttributeMapping\n | DynamicDeliveryAttributeMapping;\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/** 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/** 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/** Describes an EventGrid Resource Sku. */\nexport interface ResourceSku {\n /** The Sku name of the resource. The possible values are: Basic or Premium. */\n name?: Sku;\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/** 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/** 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 /** The Sku pricing tier for the domain. */\n sku?: ResourceSku;\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/** Properties of the source of an event channel. */\nexport interface EventChannelSource {\n /**\n * The identifier of the resource that's the source of the events.\n * This represents a unique resource in the partner's resource model.\n */\n source?: string;\n}\n\n/** Properties of the destination of an event channel. */\nexport interface EventChannelDestination {\n /**\n * Azure subscription ID of the customer creating the event channel. The partner topic\n * associated with the event channel will be created under this Azure subscription.\n */\n azureSubscriptionId?: string;\n /**\n * Azure Resource Group of the customer creating the event channel. The partner topic\n * associated with the event channel will be created under this resource group.\n */\n resourceGroup?: string;\n /** Name of the partner topic associated with the event channel. */\n partnerTopicName?: string;\n}\n\n/** Filter for the Event Channel. */\nexport interface EventChannelFilter {\n /** Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. The default value is either false or null. */\n enableAdvancedFilteringOnArrays?: boolean;\n /** An array of advanced filters that are used for filtering event channels. */\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 | \"NumberInRange\"\n | \"NumberNotInRange\"\n | \"StringNotBeginsWith\"\n | \"StringNotEndsWith\"\n | \"StringNotContains\"\n | \"IsNullOrUndefined\"\n | \"IsNotNull\";\n /** The field/property in the event based on which you want to filter. */\n key?: string;\n}\n\n/** Result of the List Event Channels operation */\nexport interface EventChannelsListResult {\n /** A collection of Event Channels */\n value?: EventChannel[];\n /** A link for the next page of event channels */\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/** 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 /**\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 * 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 /**\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 Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\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 /** This Boolean is used to determine if the operation is a data plane action or not. */\n isDataAction?: boolean;\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 PartnerNamespace update. */\nexport interface PartnerNamespaceUpdateParameters {\n /** Tags of the partner namespace. */\n tags?: { [propertyName: string]: 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.PartnerNamespaceUpdateParameterProperties.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 partner namespace. */\n disableLocalAuth?: boolean;\n}\n\n/** Result of the List Partner Namespaces operation */\nexport interface PartnerNamespacesListResult {\n /** A collection of partner namespaces. */\n value?: PartnerNamespace[];\n /** A link for the next page of partner namespaces. */\n nextLink?: string;\n}\n\n/** Shared access keys of the partner namespace. */\nexport interface PartnerNamespaceSharedAccessKeys {\n /** Shared access key1 for the partner namespace. */\n key1?: string;\n /** Shared access key2 for the partner namespace. */\n key2?: string;\n}\n\n/** PartnerNamespace regenerate shared access key request. */\nexport interface PartnerNamespaceRegenerateKeyRequest {\n /** Key name to regenerate (key1 or key2). */\n keyName: string;\n}\n\n/** Properties of the Partner Registration update. */\nexport interface PartnerRegistrationUpdateParameters {\n /** Tags of the partner registration resource. */\n tags?: { [propertyName: string]: string };\n /** Name of the partner topic type. */\n partnerTopicTypeName?: string;\n /** Display name of the partner topic type. */\n partnerTopicTypeDisplayName?: string;\n /** Description of the partner topic type. */\n partnerTopicTypeDescription?: string;\n /**\n * URI of the partner website that can be used by Azure customers to setup Event Grid\n * integration on an event source.\n */\n setupUri?: string;\n /** URI of the partner logo. */\n logoUri?: string;\n /**\n * List of IDs of Azure AD applications that are authorized to create a partner namespace\n * associated with this partner registration. This is an optional property. Creating\n * partner namespaces is always permitted under the same Azure subscription as the one used\n * for creating the partner registration.\n */\n authorizedAzureSubscriptionIds?: string[];\n}\n\n/** Result of the List Partner Registrations operation. */\nexport interface PartnerRegistrationsListResult {\n /** A collection of partner registrations. */\n value?: PartnerRegistration[];\n /** A link for the next page of partner registrations. */\n nextLink?: string;\n}\n\n/** Properties of the Partner Topic update. */\nexport interface PartnerTopicUpdateParameters {\n /** Tags of the Partner Topic resource. */\n tags?: { [propertyName: string]: string };\n /** Identity information for the Partner Topic resource. */\n identity?: IdentityInfo;\n}\n\n/** Result of the List Partner Topics operation. */\nexport interface PartnerTopicsListResult {\n /** A collection of partner topics. */\n value?: PartnerTopic[];\n /** A link for the next page of partner topics. */\n nextLink?: 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/** Definition of an Extended Location */\nexport interface ExtendedLocation {\n /** Fully qualified name of the extended location. */\n name?: string;\n /** Type of the extended location. */\n type?: string;\n}\n\n/** Properties of the Topic update */\nexport interface TopicUpdateParameters {\n /** Tags of the Topic resource. */\n tags?: { [propertyName: string]: string };\n /** Topic resource identity information. */\n identity?: IdentityInfo;\n /** The Sku pricing tier for the topic. */\n sku?: ResourceSku;\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 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\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\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/** 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 Channel. */\nexport type EventChannel = Resource & {\n /**\n * The system metadata relating to Event Channel resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Source of the event channel. This represents a unique resource in the partner's resource model. */\n source?: EventChannelSource;\n /** Represents the destination of an event channel. */\n destination?: EventChannelDestination;\n /**\n * Provisioning state of the event channel.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EventChannelProvisioningState;\n /**\n * The readiness state of the corresponding partner topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly partnerTopicReadinessState?: PartnerTopicReadinessState;\n /**\n * Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,\n * the event channel and corresponding partner topic are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /** Information about the filter for the event channel. */\n filter?: EventChannelFilter;\n /**\n * Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.\n * This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.\n */\n partnerTopicFriendlyDescription?: string;\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 /**\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 * 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 /**\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 Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n */\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 /** 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/** 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/** NumberInRange Advanced Filter. */\nexport type NumberInRangeAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberInRange\";\n /** The set of filter values. */\n values?: number[][];\n};\n\n/** NumberNotInRange Advanced Filter. */\nexport type NumberNotInRangeAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"NumberNotInRange\";\n /** The set of filter values. */\n values?: number[][];\n};\n\n/** StringNotBeginsWith Advanced Filter. */\nexport type StringNotBeginsWithAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotBeginsWith\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** StringNotEndsWith Advanced Filter. */\nexport type StringNotEndsWithAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotEndsWith\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** StringNotContains Advanced Filter. */\nexport type StringNotContainsAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"StringNotContains\";\n /** The set of filter values. */\n values?: string[];\n};\n\n/** IsNullOrUndefined Advanced Filter. */\nexport type IsNullOrUndefinedAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNullOrUndefined\";\n};\n\n/** IsNotNull Advanced Filter. */\nexport type IsNotNullAdvancedFilter = AdvancedFilter & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n operatorType: \"IsNotNull\";\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/** 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 /** The Sku pricing tier for the Event Grid Domain resource. */\n sku?: ResourceSku;\n /** Identity information for the Event Grid Domain resource. */\n identity?: IdentityInfo;\n /**\n * The system metadata relating to the Event Grid Domain resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\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 Event Grid Domain Resource which is used for publishing the events.\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 Event Grid Domain Resource. */\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 Event Grid Domain Resource.\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 Partner Namespace. */\nexport type PartnerNamespace = TrackedResource & {\n /**\n * The system metadata relating to Partner Namespace 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 partner namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerNamespaceProvisioningState;\n /**\n * The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format:\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.\n */\n partnerRegistrationFullyQualifiedId?: string;\n /**\n * Endpoint for the partner namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endpoint?: 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.PartnerNamespaceProperties.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 partner namespace. */\n disableLocalAuth?: boolean;\n};\n\n/** Information about a partner registration. */\nexport type PartnerRegistration = TrackedResource & {\n /**\n * The system metadata relating to Partner Registration 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 partner registration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerRegistrationProvisioningState;\n /** Official name of the partner name. For example: \"Contoso\". */\n partnerName?: string;\n /** Name of the partner resource type. */\n partnerResourceTypeName?: string;\n /** Display name of the partner resource type. */\n partnerResourceTypeDisplayName?: string;\n /** Short description of the partner resource type. The length of this description should not exceed 256 characters. */\n partnerResourceTypeDescription?: string;\n /**\n * Long description for the custom scenarios and integration to be displayed in the portal if needed.\n * Length of this description should not exceed 2048 characters.\n */\n longDescription?: string;\n /**\n * The customer service number of the publisher. The expected phone format should start with a '+' sign\n * followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its\n * length cannot exceed 16 digits including country code. Examples of valid phone numbers are: +1 515 123 4567 and\n * +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43\n */\n partnerCustomerServiceNumber?: string;\n /** The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10. */\n partnerCustomerServiceExtension?: string;\n /** The extension of the customer service URI of the publisher. */\n customerServiceUri?: string;\n /**\n * URI of the partner website that can be used by Azure customers to setup Event Grid\n * integration on an event source.\n */\n setupUri?: string;\n /** URI of the logo. */\n logoUri?: string;\n /** Visibility state of the partner registration. */\n visibilityState?: PartnerRegistrationVisibilityState;\n /**\n * List of Azure subscription Ids that are authorized to create a partner namespace\n * associated with this partner registration. This is an optional property. Creating\n * partner namespaces is always permitted under the same Azure subscription as the one used\n * for creating the partner registration.\n */\n authorizedAzureSubscriptionIds?: string[];\n};\n\n/** EventGrid Partner Topic. */\nexport type PartnerTopic = TrackedResource & {\n /**\n * The system metadata relating to Partner Topic 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 Partner Topic resource. */\n identity?: IdentityInfo;\n /** Source associated with this partner topic. This represents a unique partner resource. */\n source?: string;\n /**\n * Expiration time of the partner topic. If this timer expires while the partner topic is still never activated,\n * the partner topic and corresponding event channel are deleted.\n */\n expirationTimeIfNotActivatedUtc?: Date;\n /**\n * Provisioning state of the partner topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PartnerTopicProvisioningState;\n /** Activation state of the partner topic. */\n activationState?: PartnerTopicActivationState;\n /**\n * Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.\n * This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.\n */\n partnerTopicFriendlyDescription?: string;\n};\n\n/** EventGrid System Topic. */\nexport type SystemTopic = TrackedResource & {\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 /** Identity information for the resource. */\n identity?: IdentityInfo;\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/** EventGrid Topic */\nexport type Topic = TrackedResource & {\n /** The Sku pricing tier for the topic. */\n sku?: ResourceSku;\n /** Identity information for the resource. */\n identity?: IdentityInfo;\n /** Kind of the resource. */\n kind?: ResourceKind;\n /** Extended location of the resource. */\n extendedLocation?: ExtendedLocation;\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/** 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 Sku} that the service accepts. */\nexport enum KnownSku {\n Basic = \"Basic\",\n Premium = \"Premium\"\n}\n\n/**\n * Defines values for Sku. \\\n * {@link KnownSku} can be used interchangeably with Sku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Basic** \\\n * **Premium**\n */\nexport type Sku = 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 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 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 EventChannelProvisioningState} that the service accepts. */\nexport enum KnownEventChannelProvisioningState {\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 EventChannelProvisioningState. \\\n * {@link KnownEventChannelProvisioningState} can be used interchangeably with EventChannelProvisioningState,\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 EventChannelProvisioningState = string;\n\n/** Known values of {@link PartnerTopicReadinessState} that the service accepts. */\nexport enum KnownPartnerTopicReadinessState {\n NotActivatedByUserYet = \"NotActivatedByUserYet\",\n ActivatedByUser = \"ActivatedByUser\",\n DeactivatedByUser = \"DeactivatedByUser\",\n DeletedByUser = \"DeletedByUser\"\n}\n\n/**\n * Defines values for PartnerTopicReadinessState. \\\n * {@link KnownPartnerTopicReadinessState} can be used interchangeably with PartnerTopicReadinessState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotActivatedByUserYet** \\\n * **ActivatedByUser** \\\n * **DeactivatedByUser** \\\n * **DeletedByUser**\n */\nexport type PartnerTopicReadinessState = 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 NumberInRange = \"NumberInRange\",\n NumberNotInRange = \"NumberNotInRange\",\n StringNotBeginsWith = \"StringNotBeginsWith\",\n StringNotEndsWith = \"StringNotEndsWith\",\n StringNotContains = \"StringNotContains\",\n IsNullOrUndefined = \"IsNullOrUndefined\",\n IsNotNull = \"IsNotNull\"\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 * **NumberInRange** \\\n * **NumberNotInRange** \\\n * **StringNotBeginsWith** \\\n * **StringNotEndsWith** \\\n * **StringNotContains** \\\n * **IsNullOrUndefined** \\\n * **IsNotNull**\n */\nexport type AdvancedFilterOperatorType = 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 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 PartnerNamespaceProvisioningState} that the service accepts. */\nexport enum KnownPartnerNamespaceProvisioningState {\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 PartnerNamespaceProvisioningState. \\\n * {@link KnownPartnerNamespaceProvisioningState} can be used interchangeably with PartnerNamespaceProvisioningState,\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 PartnerNamespaceProvisioningState = string;\n\n/** Known values of {@link PartnerRegistrationProvisioningState} that the service accepts. */\nexport enum KnownPartnerRegistrationProvisioningState {\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 PartnerRegistrationProvisioningState. \\\n * {@link KnownPartnerRegistrationProvisioningState} can be used interchangeably with PartnerRegistrationProvisioningState,\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 PartnerRegistrationProvisioningState = string;\n\n/** Known values of {@link PartnerRegistrationVisibilityState} that the service accepts. */\nexport enum KnownPartnerRegistrationVisibilityState {\n Hidden = \"Hidden\",\n PublicPreview = \"PublicPreview\",\n GenerallyAvailable = \"GenerallyAvailable\"\n}\n\n/**\n * Defines values for PartnerRegistrationVisibilityState. \\\n * {@link KnownPartnerRegistrationVisibilityState} can be used interchangeably with PartnerRegistrationVisibilityState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Hidden** \\\n * **PublicPreview** \\\n * **GenerallyAvailable**\n */\nexport type PartnerRegistrationVisibilityState = string;\n\n/** Known values of {@link PartnerTopicProvisioningState} that the service accepts. */\nexport enum KnownPartnerTopicProvisioningState {\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 PartnerTopicProvisioningState. \\\n * {@link KnownPartnerTopicProvisioningState} can be used interchangeably with PartnerTopicProvisioningState,\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 PartnerTopicProvisioningState = string;\n\n/** Known values of {@link PartnerTopicActivationState} that the service accepts. */\nexport enum KnownPartnerTopicActivationState {\n NeverActivated = \"NeverActivated\",\n Activated = \"Activated\",\n Deactivated = \"Deactivated\"\n}\n\n/**\n * Defines values for PartnerTopicActivationState. \\\n * {@link KnownPartnerTopicActivationState} can be used interchangeably with PartnerTopicActivationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NeverActivated** \\\n * **Activated** \\\n * **Deactivated**\n */\nexport type PartnerTopicActivationState = string;\n\n/** Known values of {@link Enum25} that the service accepts. */\nexport enum KnownEnum25 {\n Topics = \"topics\",\n Domains = \"domains\",\n PartnerNamespaces = \"partnerNamespaces\"\n}\n\n/**\n * Defines values for Enum25. \\\n * {@link KnownEnum25} can be used interchangeably with Enum25,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains** \\\n * **partnerNamespaces**\n */\nexport type Enum25 = string;\n\n/** Known values of {@link Enum26} that the service accepts. */\nexport enum KnownEnum26 {\n Topics = \"topics\",\n Domains = \"domains\",\n PartnerNamespaces = \"partnerNamespaces\"\n}\n\n/**\n * Defines values for Enum26. \\\n * {@link KnownEnum26} can be used interchangeably with Enum26,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains** \\\n * **partnerNamespaces**\n */\nexport type Enum26 = string;\n\n/** Known values of {@link Enum27} that the service accepts. */\nexport enum KnownEnum27 {\n Topics = \"topics\",\n Domains = \"domains\",\n PartnerNamespaces = \"partnerNamespaces\"\n}\n\n/**\n * Defines values for Enum27. \\\n * {@link KnownEnum27} can be used interchangeably with Enum27,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains** \\\n * **partnerNamespaces**\n */\nexport type Enum27 = string;\n\n/** Known values of {@link Enum28} that the service accepts. */\nexport enum KnownEnum28 {\n Topics = \"topics\",\n Domains = \"domains\",\n PartnerNamespaces = \"partnerNamespaces\"\n}\n\n/**\n * Defines values for Enum28. \\\n * {@link KnownEnum28} can be used interchangeably with Enum28,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **topics** \\\n * **domains** \\\n * **partnerNamespaces**\n */\nexport type Enum28 = 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 ResourceKind} that the service accepts. */\nexport enum KnownResourceKind {\n Azure = \"Azure\",\n AzureArc = \"AzureArc\"\n}\n\n/**\n * Defines values for ResourceKind. \\\n * {@link KnownResourceKind} can be used interchangeably with ResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure** \\\n * **AzureArc**\n */\nexport type ResourceKind = 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 EventChannelsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EventChannelsGetResponse = EventChannel;\n\n/** Optional parameters. */\nexport interface EventChannelsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EventChannelsCreateOrUpdateResponse = EventChannel;\n\n/** Optional parameters. */\nexport interface EventChannelsDeleteOptionalParams\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 EventChannelsListByPartnerNamespaceOptionalParams\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 listByPartnerNamespace operation. */\nexport type EventChannelsListByPartnerNamespaceResponse = EventChannelsListResult;\n\n/** Optional parameters. */\nexport interface EventChannelsListByPartnerNamespaceNextOptionalParams\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 listByPartnerNamespaceNext operation. */\nexport type EventChannelsListByPartnerNamespaceNextResponse = EventChannelsListResult;\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 PartnerTopicEventSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerTopicEventSubscriptionsGetResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams\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 PartnerTopicEventSubscriptionsCreateOrUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsDeleteOptionalParams\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 PartnerTopicEventSubscriptionsUpdateOptionalParams\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 PartnerTopicEventSubscriptionsUpdateResponse = EventSubscription;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetFullUrlOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getFullUrl operation. */\nexport type PartnerTopicEventSubscriptionsGetFullUrlResponse = EventSubscriptionFullUrl;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\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 listByPartnerTopic operation. */\nexport type PartnerTopicEventSubscriptionsListByPartnerTopicResponse = EventSubscriptionsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeliveryAttributes operation. */\nexport type PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse = DeliveryAttributeListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams\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 listByPartnerTopicNext operation. */\nexport type PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse = 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 PartnerNamespacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerNamespacesGetResponse = PartnerNamespace;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesCreateOrUpdateOptionalParams\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 PartnerNamespacesCreateOrUpdateResponse = PartnerNamespace;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesDeleteOptionalParams\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 PartnerNamespacesUpdateOptionalParams\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 PartnerNamespacesListBySubscriptionOptionalParams\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 PartnerNamespacesListBySubscriptionResponse = PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListByResourceGroupOptionalParams\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 PartnerNamespacesListByResourceGroupResponse = PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListSharedAccessKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSharedAccessKeys operation. */\nexport type PartnerNamespacesListSharedAccessKeysResponse = PartnerNamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesRegenerateKeyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKey operation. */\nexport type PartnerNamespacesRegenerateKeyResponse = PartnerNamespaceSharedAccessKeys;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListBySubscriptionNextOptionalParams\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 PartnerNamespacesListBySubscriptionNextResponse = PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerNamespacesListByResourceGroupNextOptionalParams\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 PartnerNamespacesListByResourceGroupNextResponse = PartnerNamespacesListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerRegistrationsGetResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PartnerRegistrationsCreateOrUpdateResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PartnerRegistrationsUpdateResponse = PartnerRegistration;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListBySubscriptionOptionalParams\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 PartnerRegistrationsListBySubscriptionResponse = PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListByResourceGroupOptionalParams\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 PartnerRegistrationsListByResourceGroupResponse = PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListBySubscriptionNextOptionalParams\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 PartnerRegistrationsListBySubscriptionNextResponse = PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerRegistrationsListByResourceGroupNextOptionalParams\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 PartnerRegistrationsListByResourceGroupNextResponse = PartnerRegistrationsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PartnerTopicsGetResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsDeleteOptionalParams\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 PartnerTopicsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PartnerTopicsUpdateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListBySubscriptionOptionalParams\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 PartnerTopicsListBySubscriptionResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListByResourceGroupOptionalParams\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 PartnerTopicsListByResourceGroupResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsActivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the activate operation. */\nexport type PartnerTopicsActivateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsDeactivateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deactivate operation. */\nexport type PartnerTopicsDeactivateResponse = PartnerTopic;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListBySubscriptionNextOptionalParams\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 PartnerTopicsListBySubscriptionNextResponse = PartnerTopicsListResult;\n\n/** Optional parameters. */\nexport interface PartnerTopicsListByResourceGroupNextOptionalParams\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 PartnerTopicsListByResourceGroupNextResponse = PartnerTopicsListResult;\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 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 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 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 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 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 ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n name: {\n defaultValue: \"Basic\",\n serializedName: \"name\",\n type: {\n name: \"String\"\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 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 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 sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\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 EventChannelSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventChannelSource\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventChannelDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventChannelDestination\",\n modelProperties: {\n azureSubscriptionId: {\n serializedName: \"azureSubscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceGroup: {\n serializedName: \"resourceGroup\",\n type: {\n name: \"String\"\n }\n },\n partnerTopicName: {\n serializedName: \"partnerTopicName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventChannelFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventChannelFilter\",\n modelProperties: {\n enableAdvancedFilteringOnArrays: {\n defaultValue: false,\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 EventChannelsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventChannelsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventChannel\"\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 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 isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\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 PartnerNamespaceUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerNamespaceUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { 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 serializedName: \"properties.disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const PartnerNamespacesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerNamespacesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartnerNamespace\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PartnerNamespaceSharedAccessKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerNamespaceSharedAccessKeys\",\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 PartnerNamespaceRegenerateKeyRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerNamespaceRegenerateKeyRequest\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PartnerRegistrationUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerRegistrationUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n partnerTopicTypeName: {\n serializedName: \"partnerTopicTypeName\",\n type: {\n name: \"String\"\n }\n },\n partnerTopicTypeDisplayName: {\n serializedName: \"partnerTopicTypeDisplayName\",\n type: {\n name: \"String\"\n }\n },\n partnerTopicTypeDescription: {\n serializedName: \"partnerTopicTypeDescription\",\n type: {\n name: \"String\"\n }\n },\n setupUri: {\n serializedName: \"setupUri\",\n type: {\n name: \"String\"\n }\n },\n logoUri: {\n serializedName: \"logoUri\",\n type: {\n name: \"String\"\n }\n },\n authorizedAzureSubscriptionIds: {\n serializedName: \"authorizedAzureSubscriptionIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PartnerRegistrationsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerRegistrationsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartnerRegistration\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PartnerTopicUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerTopicUpdateParameters\",\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 PartnerTopicsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerTopicsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartnerTopic\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\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 ExtendedLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\",\n modelProperties: {\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 }\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 sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\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 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 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 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 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 EventChannel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventChannel\",\n modelProperties: {\n ...Resource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"EventChannelSource\"\n }\n },\n destination: {\n serializedName: \"properties.destination\",\n type: {\n name: \"Composite\",\n className: \"EventChannelDestination\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n partnerTopicReadinessState: {\n serializedName: \"properties.partnerTopicReadinessState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n expirationTimeIfNotActivatedUtc: {\n serializedName: \"properties.expirationTimeIfNotActivatedUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n filter: {\n serializedName: \"properties.filter\",\n type: {\n name: \"Composite\",\n className: \"EventChannelFilter\"\n }\n },\n partnerTopicFriendlyDescription: {\n serializedName: \"properties.partnerTopicFriendlyDescription\",\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 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 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 NumberInRangeAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberInRange\",\n type: {\n name: \"Composite\",\n className: \"NumberInRangeAdvancedFilter\",\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: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const NumberNotInRangeAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"NumberNotInRange\",\n type: {\n name: \"Composite\",\n className: \"NumberNotInRangeAdvancedFilter\",\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: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n }\n }\n }\n }\n }\n};\n\nexport const StringNotBeginsWithAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringNotBeginsWith\",\n type: {\n name: \"Composite\",\n className: \"StringNotBeginsWithAdvancedFilter\",\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 StringNotEndsWithAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringNotEndsWith\",\n type: {\n name: \"Composite\",\n className: \"StringNotEndsWithAdvancedFilter\",\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 StringNotContainsAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"StringNotContains\",\n type: {\n name: \"Composite\",\n className: \"StringNotContainsAdvancedFilter\",\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 IsNullOrUndefinedAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"IsNullOrUndefined\",\n type: {\n name: \"Composite\",\n className: \"IsNullOrUndefinedAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties\n }\n }\n};\n\nexport const IsNotNullAdvancedFilter: coreClient.CompositeMapper = {\n serializedName: \"IsNotNull\",\n type: {\n name: \"Composite\",\n className: \"IsNotNullAdvancedFilter\",\n uberParent: \"AdvancedFilter\",\n polymorphicDiscriminator: AdvancedFilter.type.polymorphicDiscriminator,\n modelProperties: {\n ...AdvancedFilter.type.modelProperties\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 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 sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n },\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 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 PartnerNamespace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerNamespace\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\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 partnerRegistrationFullyQualifiedId: {\n serializedName: \"properties.partnerRegistrationFullyQualifiedId\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\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 PartnerRegistration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerRegistration\",\n modelProperties: {\n ...TrackedResource.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 partnerName: {\n serializedName: \"properties.partnerName\",\n type: {\n name: \"String\"\n }\n },\n partnerResourceTypeName: {\n serializedName: \"properties.partnerResourceTypeName\",\n type: {\n name: \"String\"\n }\n },\n partnerResourceTypeDisplayName: {\n serializedName: \"properties.partnerResourceTypeDisplayName\",\n type: {\n name: \"String\"\n }\n },\n partnerResourceTypeDescription: {\n serializedName: \"properties.partnerResourceTypeDescription\",\n type: {\n name: \"String\"\n }\n },\n longDescription: {\n serializedName: \"properties.longDescription\",\n type: {\n name: \"String\"\n }\n },\n partnerCustomerServiceNumber: {\n serializedName: \"properties.partnerCustomerServiceNumber\",\n type: {\n name: \"String\"\n }\n },\n partnerCustomerServiceExtension: {\n serializedName: \"properties.partnerCustomerServiceExtension\",\n type: {\n name: \"String\"\n }\n },\n customerServiceUri: {\n serializedName: \"properties.customerServiceUri\",\n type: {\n name: \"String\"\n }\n },\n setupUri: {\n serializedName: \"properties.setupUri\",\n type: {\n name: \"String\"\n }\n },\n logoUri: {\n serializedName: \"properties.logoUri\",\n type: {\n name: \"String\"\n }\n },\n visibilityState: {\n serializedName: \"properties.visibilityState\",\n type: {\n name: \"String\"\n }\n },\n authorizedAzureSubscriptionIds: {\n serializedName: \"properties.authorizedAzureSubscriptionIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PartnerTopic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PartnerTopic\",\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 source: {\n serializedName: \"properties.source\",\n type: {\n name: \"String\"\n }\n },\n expirationTimeIfNotActivatedUtc: {\n serializedName: \"properties.expirationTimeIfNotActivatedUtc\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n activationState: {\n serializedName: \"properties.activationState\",\n type: {\n name: \"String\"\n }\n },\n partnerTopicFriendlyDescription: {\n serializedName: \"properties.partnerTopicFriendlyDescription\",\n type: {\n name: \"String\"\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 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 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 const Topic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Topic\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityInfo\"\n }\n },\n kind: {\n defaultValue: \"Azure\",\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n extendedLocation: {\n serializedName: \"extendedLocation\",\n type: {\n name: \"Composite\",\n className: \"ExtendedLocation\"\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 let discriminators = {\n InputSchemaMapping: InputSchemaMapping,\n AdvancedFilter: AdvancedFilter,\n EventSubscriptionDestination: EventSubscriptionDestination,\n DeadLetterDestination: DeadLetterDestination,\n DeliveryAttributeMapping: DeliveryAttributeMapping,\n \"InputSchemaMapping.Json\": JsonInputSchemaMapping,\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 \"AdvancedFilter.NumberInRange\": NumberInRangeAdvancedFilter,\n \"AdvancedFilter.NumberNotInRange\": NumberNotInRangeAdvancedFilter,\n \"AdvancedFilter.StringNotBeginsWith\": StringNotBeginsWithAdvancedFilter,\n \"AdvancedFilter.StringNotEndsWith\": StringNotEndsWithAdvancedFilter,\n \"AdvancedFilter.StringNotContains\": StringNotContainsAdvancedFilter,\n \"AdvancedFilter.IsNullOrUndefined\": IsNullOrUndefinedAdvancedFilter,\n \"AdvancedFilter.IsNotNull\": IsNotNullAdvancedFilter,\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 \"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 EventChannel as EventChannelMapper,\n EventSubscription as EventSubscriptionMapper,\n EventSubscriptionUpdateParameters as EventSubscriptionUpdateParametersMapper,\n PartnerNamespace as PartnerNamespaceMapper,\n PartnerNamespaceUpdateParameters as PartnerNamespaceUpdateParametersMapper,\n PartnerNamespaceRegenerateKeyRequest as PartnerNamespaceRegenerateKeyRequestMapper,\n PartnerRegistration as PartnerRegistrationMapper,\n PartnerRegistrationUpdateParameters as PartnerRegistrationUpdateParametersMapper,\n PartnerTopicUpdateParameters as PartnerTopicUpdateParametersMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n SystemTopic as SystemTopicMapper,\n SystemTopicUpdateParameters as SystemTopicUpdateParametersMapper,\n Topic as TopicMapper,\n TopicUpdateParameters as TopicUpdateParametersMapper,\n TopicRegenerateKeyRequest as TopicRegenerateKeyRequestMapper\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-06-01-preview\",\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 partnerNamespaceName: OperationURLParameter = {\n parameterPath: \"partnerNamespaceName\",\n mapper: {\n serializedName: \"partnerNamespaceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const eventChannelName: OperationURLParameter = {\n parameterPath: \"eventChannelName\",\n mapper: {\n serializedName: \"eventChannelName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const eventChannelInfo: OperationParameter = {\n parameterPath: \"eventChannelInfo\",\n mapper: EventChannelMapper\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 partnerTopicName: OperationURLParameter = {\n parameterPath: \"partnerTopicName\",\n mapper: {\n serializedName: \"partnerTopicName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const partnerNamespaceInfo: OperationParameter = {\n parameterPath: \"partnerNamespaceInfo\",\n mapper: PartnerNamespaceMapper\n};\n\nexport const partnerNamespaceUpdateParameters: OperationParameter = {\n parameterPath: \"partnerNamespaceUpdateParameters\",\n mapper: PartnerNamespaceUpdateParametersMapper\n};\n\nexport const regenerateKeyRequest1: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: PartnerNamespaceRegenerateKeyRequestMapper\n};\n\nexport const partnerRegistrationName: OperationURLParameter = {\n parameterPath: \"partnerRegistrationName\",\n mapper: {\n serializedName: \"partnerRegistrationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const partnerRegistrationInfo: OperationParameter = {\n parameterPath: \"partnerRegistrationInfo\",\n mapper: PartnerRegistrationMapper\n};\n\nexport const partnerRegistrationUpdateParameters: OperationParameter = {\n parameterPath: \"partnerRegistrationUpdateParameters\",\n mapper: PartnerRegistrationUpdateParametersMapper\n};\n\nexport const partnerTopicUpdateParameters: OperationParameter = {\n parameterPath: \"partnerTopicUpdateParameters\",\n mapper: PartnerTopicUpdateParametersMapper\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 topicInfo: OperationParameter = {\n parameterPath: \"topicInfo\",\n mapper: TopicMapper\n};\n\nexport const topicUpdateParameters: OperationParameter = {\n parameterPath: \"topicUpdateParameters\",\n mapper: TopicUpdateParametersMapper\n};\n\nexport const regenerateKeyRequest2: OperationParameter = {\n parameterPath: \"regenerateKeyRequest\",\n mapper: TopicRegenerateKeyRequestMapper\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class Domains class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class DomainTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { EventChannels } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n EventChannel,\n EventChannelsListByPartnerNamespaceNextOptionalParams,\n EventChannelsListByPartnerNamespaceOptionalParams,\n EventChannelsGetOptionalParams,\n EventChannelsGetResponse,\n EventChannelsCreateOrUpdateOptionalParams,\n EventChannelsCreateOrUpdateResponse,\n EventChannelsDeleteOptionalParams,\n EventChannelsListByPartnerNamespaceResponse,\n EventChannelsListByPartnerNamespaceNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing EventChannels operations. */\nexport class EventChannelsImpl implements EventChannels {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class EventChannels class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the event channels in a partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param options The options parameters.\n */\n public listByPartnerNamespace(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: EventChannelsListByPartnerNamespaceOptionalParams\n ): PagedAsyncIterableIterator<EventChannel> {\n const iter = this.listByPartnerNamespacePagingAll(\n resourceGroupName,\n partnerNamespaceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByPartnerNamespacePagingPage(\n resourceGroupName,\n partnerNamespaceName,\n options\n );\n }\n };\n }\n\n private async *listByPartnerNamespacePagingPage(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: EventChannelsListByPartnerNamespaceOptionalParams\n ): AsyncIterableIterator<EventChannel[]> {\n let result = await this._listByPartnerNamespace(\n resourceGroupName,\n partnerNamespaceName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByPartnerNamespaceNext(\n resourceGroupName,\n partnerNamespaceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByPartnerNamespacePagingAll(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: EventChannelsListByPartnerNamespaceOptionalParams\n ): AsyncIterableIterator<EventChannel> {\n for await (const page of this.listByPartnerNamespacePagingPage(\n resourceGroupName,\n partnerNamespaceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get properties of an event channel.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param eventChannelName Name of the event channel.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n partnerNamespaceName: string,\n eventChannelName: string,\n options?: EventChannelsGetOptionalParams\n ): Promise<EventChannelsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerNamespaceName, eventChannelName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates a new event channel with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param eventChannelName Name of the event channel.\n * @param eventChannelInfo EventChannel information.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n partnerNamespaceName: string,\n eventChannelName: string,\n eventChannelInfo: EventChannel,\n options?: EventChannelsCreateOrUpdateOptionalParams\n ): Promise<EventChannelsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n partnerNamespaceName,\n eventChannelName,\n eventChannelInfo,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete existing event channel.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param eventChannelName Name of the event channel.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n partnerNamespaceName: string,\n eventChannelName: string,\n options?: EventChannelsDeleteOptionalParams\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, partnerNamespaceName, eventChannelName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing event channel.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param eventChannelName Name of the event channel.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n partnerNamespaceName: string,\n eventChannelName: string,\n options?: EventChannelsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n partnerNamespaceName,\n eventChannelName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the event channels in a partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param options The options parameters.\n */\n private _listByPartnerNamespace(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: EventChannelsListByPartnerNamespaceOptionalParams\n ): Promise<EventChannelsListByPartnerNamespaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerNamespaceName, options },\n listByPartnerNamespaceOperationSpec\n );\n }\n\n /**\n * ListByPartnerNamespaceNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param nextLink The nextLink from the previous successful call to the ListByPartnerNamespace method.\n * @param options The options parameters.\n */\n private _listByPartnerNamespaceNext(\n resourceGroupName: string,\n partnerNamespaceName: string,\n nextLink: string,\n options?: EventChannelsListByPartnerNamespaceNextOptionalParams\n ): Promise<EventChannelsListByPartnerNamespaceNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerNamespaceName, nextLink, options },\n listByPartnerNamespaceNextOperationSpec\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/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventChannel\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerNamespaceName,\n Parameters.eventChannelName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventChannel\n },\n default: {}\n },\n requestBody: Parameters.eventChannelInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerNamespaceName,\n Parameters.eventChannelName\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/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}\",\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.partnerNamespaceName,\n Parameters.eventChannelName\n ],\n serializer\n};\nconst listByPartnerNamespaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventChannelsListResult\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.partnerNamespaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByPartnerNamespaceNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventChannelsListResult\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.partnerNamespaceName\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class EventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class SystemTopicEventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { PartnerTopicEventSubscriptions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n EventSubscription,\n PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams,\n PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams,\n PartnerTopicEventSubscriptionsGetOptionalParams,\n PartnerTopicEventSubscriptionsGetResponse,\n PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n PartnerTopicEventSubscriptionsCreateOrUpdateResponse,\n PartnerTopicEventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n PartnerTopicEventSubscriptionsUpdateOptionalParams,\n PartnerTopicEventSubscriptionsUpdateResponse,\n PartnerTopicEventSubscriptionsGetFullUrlOptionalParams,\n PartnerTopicEventSubscriptionsGetFullUrlResponse,\n PartnerTopicEventSubscriptionsListByPartnerTopicResponse,\n PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse,\n PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PartnerTopicEventSubscriptions operations. */\nexport class PartnerTopicEventSubscriptionsImpl\n implements PartnerTopicEventSubscriptions {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class PartnerTopicEventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List event subscriptions that belong to a specific partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n public listByPartnerTopic(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listByPartnerTopicPagingAll(\n resourceGroupName,\n partnerTopicName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByPartnerTopicPagingPage(\n resourceGroupName,\n partnerTopicName,\n options\n );\n }\n };\n }\n\n private async *listByPartnerTopicPagingPage(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\n ): AsyncIterableIterator<EventSubscription[]> {\n let result = await this._listByPartnerTopic(\n resourceGroupName,\n partnerTopicName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByPartnerTopicNext(\n resourceGroupName,\n partnerTopicName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByPartnerTopicPagingAll(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listByPartnerTopicPagingPage(\n resourceGroupName,\n partnerTopicName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Get an event subscription of a partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param eventSubscriptionName Name of the event subscription to be found. 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 partnerTopicName: string,\n eventSubscriptionName: string,\n options?: PartnerTopicEventSubscriptionsGetOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, eventSubscriptionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates or updates an event subscription of a partner topic with the specified\n * parameters. Existing event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PartnerTopicEventSubscriptionsCreateOrUpdateResponse>,\n PartnerTopicEventSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse> => {\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 partnerTopicName,\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 of a partner topic with the specified\n * parameters. Existing event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n partnerTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an event subscription of a partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n options?: PartnerTopicEventSubscriptionsDeleteOptionalParams\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, partnerTopicName, 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 partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n options?: PartnerTopicEventSubscriptionsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n partnerTopicName,\n eventSubscriptionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update event subscription of a partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: PartnerTopicEventSubscriptionsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PartnerTopicEventSubscriptionsUpdateResponse>,\n PartnerTopicEventSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PartnerTopicEventSubscriptionsUpdateResponse> => {\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 partnerTopicName,\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 partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: PartnerTopicEventSubscriptionsUpdateOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n partnerTopicName,\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 partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n options?: PartnerTopicEventSubscriptionsGetFullUrlOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, eventSubscriptionName, options },\n getFullUrlOperationSpec\n );\n }\n\n /**\n * List event subscriptions that belong to a specific partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n private _listByPartnerTopic(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsListByPartnerTopicResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, options },\n listByPartnerTopicOperationSpec\n );\n }\n\n /**\n * Get all delivery attributes for an event subscription of a partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner 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 partnerTopicName: string,\n eventSubscriptionName: string,\n options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, eventSubscriptionName, options },\n getDeliveryAttributesOperationSpec\n );\n }\n\n /**\n * ListByPartnerTopicNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param nextLink The nextLink from the previous successful call to the ListByPartnerTopic method.\n * @param options The options parameters.\n */\n private _listByPartnerTopicNext(\n resourceGroupName: string,\n partnerTopicName: string,\n nextLink: string,\n options?: PartnerTopicEventSubscriptionsListByPartnerTopicNextOptionalParams\n ): Promise<PartnerTopicEventSubscriptionsListByPartnerTopicNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, nextLink, options },\n listByPartnerTopicNextOperationSpec\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/partnerTopics/{partnerTopicName}/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.partnerTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/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.partnerTopicName\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/partnerTopics/{partnerTopicName}/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.partnerTopicName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/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.partnerTopicName\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/partnerTopics/{partnerTopicName}/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.partnerTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByPartnerTopicOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/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.partnerTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/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.partnerTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByPartnerTopicNextOperationSpec: 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.partnerTopicName\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { PartnerNamespaces } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PartnerNamespace,\n PartnerNamespacesListBySubscriptionNextOptionalParams,\n PartnerNamespacesListBySubscriptionOptionalParams,\n PartnerNamespacesListByResourceGroupNextOptionalParams,\n PartnerNamespacesListByResourceGroupOptionalParams,\n PartnerNamespacesGetOptionalParams,\n PartnerNamespacesGetResponse,\n PartnerNamespacesCreateOrUpdateOptionalParams,\n PartnerNamespacesCreateOrUpdateResponse,\n PartnerNamespacesDeleteOptionalParams,\n PartnerNamespaceUpdateParameters,\n PartnerNamespacesUpdateOptionalParams,\n PartnerNamespacesListBySubscriptionResponse,\n PartnerNamespacesListByResourceGroupResponse,\n PartnerNamespacesListSharedAccessKeysOptionalParams,\n PartnerNamespacesListSharedAccessKeysResponse,\n PartnerNamespaceRegenerateKeyRequest,\n PartnerNamespacesRegenerateKeyOptionalParams,\n PartnerNamespacesRegenerateKeyResponse,\n PartnerNamespacesListBySubscriptionNextResponse,\n PartnerNamespacesListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PartnerNamespaces operations. */\nexport class PartnerNamespacesImpl implements PartnerNamespaces {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class PartnerNamespaces class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the partner namespaces under an Azure subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: PartnerNamespacesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<PartnerNamespace> {\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?: PartnerNamespacesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<PartnerNamespace[]> {\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?: PartnerNamespacesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<PartnerNamespace> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the partner namespaces 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?: PartnerNamespacesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<PartnerNamespace> {\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?: PartnerNamespacesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<PartnerNamespace[]> {\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?: PartnerNamespacesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<PartnerNamespace> {\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 partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: PartnerNamespacesGetOptionalParams\n ): Promise<PartnerNamespacesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerNamespaceName, options },\n getOperationSpec\n );\n }\n\n /**\n * Asynchronously creates a new partner namespace with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param partnerNamespaceInfo PartnerNamespace information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n partnerNamespaceName: string,\n partnerNamespaceInfo: PartnerNamespace,\n options?: PartnerNamespacesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<PartnerNamespacesCreateOrUpdateResponse>,\n PartnerNamespacesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PartnerNamespacesCreateOrUpdateResponse> => {\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 partnerNamespaceName,\n partnerNamespaceInfo,\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 a new partner namespace with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param partnerNamespaceInfo PartnerNamespace information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n partnerNamespaceName: string,\n partnerNamespaceInfo: PartnerNamespace,\n options?: PartnerNamespacesCreateOrUpdateOptionalParams\n ): Promise<PartnerNamespacesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n partnerNamespaceName,\n partnerNamespaceInfo,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete existing partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: PartnerNamespacesDeleteOptionalParams\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, partnerNamespaceName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: PartnerNamespacesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n partnerNamespaceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Asynchronously updates a partner namespace with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param partnerNamespaceUpdateParameters Partner namespace update information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n partnerNamespaceName: string,\n partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters,\n options?: PartnerNamespacesUpdateOptionalParams\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 partnerNamespaceName,\n partnerNamespaceUpdateParameters,\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 partner namespace with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param partnerNamespaceUpdateParameters Partner namespace update information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n partnerNamespaceName: string,\n partnerNamespaceUpdateParameters: PartnerNamespaceUpdateParameters,\n options?: PartnerNamespacesUpdateOptionalParams\n ): Promise<void> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n partnerNamespaceName,\n partnerNamespaceUpdateParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List all the partner namespaces under an Azure subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: PartnerNamespacesListBySubscriptionOptionalParams\n ): Promise<PartnerNamespacesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all the partner namespaces 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?: PartnerNamespacesListByResourceGroupOptionalParams\n ): Promise<PartnerNamespacesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * List the two keys used to publish to a partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param options The options parameters.\n */\n listSharedAccessKeys(\n resourceGroupName: string,\n partnerNamespaceName: string,\n options?: PartnerNamespacesListSharedAccessKeysOptionalParams\n ): Promise<PartnerNamespacesListSharedAccessKeysResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerNamespaceName, options },\n listSharedAccessKeysOperationSpec\n );\n }\n\n /**\n * Regenerate a shared access key for a partner namespace.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerNamespaceName Name of the partner namespace.\n * @param regenerateKeyRequest Request body to regenerate key.\n * @param options The options parameters.\n */\n regenerateKey(\n resourceGroupName: string,\n partnerNamespaceName: string,\n regenerateKeyRequest: PartnerNamespaceRegenerateKeyRequest,\n options?: PartnerNamespacesRegenerateKeyOptionalParams\n ): Promise<PartnerNamespacesRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n partnerNamespaceName,\n regenerateKeyRequest,\n options\n },\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?: PartnerNamespacesListBySubscriptionNextOptionalParams\n ): Promise<PartnerNamespacesListBySubscriptionNextResponse> {\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?: PartnerNamespacesListByResourceGroupNextOptionalParams\n ): Promise<PartnerNamespacesListByResourceGroupNextResponse> {\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/partnerNamespaces/{partnerNamespaceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerNamespace\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerNamespaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerNamespace\n },\n 201: {\n bodyMapper: Mappers.PartnerNamespace\n },\n 202: {\n bodyMapper: Mappers.PartnerNamespace\n },\n 204: {\n bodyMapper: Mappers.PartnerNamespace\n },\n default: {}\n },\n requestBody: Parameters.partnerNamespaceInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerNamespaceName\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/partnerNamespaces/{partnerNamespaceName}\",\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.partnerNamespaceName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}\",\n httpMethod: \"PATCH\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n requestBody: Parameters.partnerNamespaceUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerNamespaceName\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/partnerNamespaces\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerNamespacesListResult\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/partnerNamespaces\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerNamespacesListResult\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/partnerNamespaces/{partnerNamespaceName}/listKeys\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerNamespaceSharedAccessKeys\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerNamespaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst regenerateKeyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/regenerateKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerNamespaceSharedAccessKeys\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.partnerNamespaceName\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.PartnerNamespacesListResult\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.PartnerNamespacesListResult\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 { PartnerRegistrations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport {\n PartnerRegistration,\n PartnerRegistrationsListBySubscriptionNextOptionalParams,\n PartnerRegistrationsListBySubscriptionOptionalParams,\n PartnerRegistrationsListByResourceGroupNextOptionalParams,\n PartnerRegistrationsListByResourceGroupOptionalParams,\n PartnerRegistrationsGetOptionalParams,\n PartnerRegistrationsGetResponse,\n PartnerRegistrationsCreateOrUpdateOptionalParams,\n PartnerRegistrationsCreateOrUpdateResponse,\n PartnerRegistrationsDeleteOptionalParams,\n PartnerRegistrationUpdateParameters,\n PartnerRegistrationsUpdateOptionalParams,\n PartnerRegistrationsUpdateResponse,\n PartnerRegistrationsListBySubscriptionResponse,\n PartnerRegistrationsListByResourceGroupResponse,\n PartnerRegistrationsListBySubscriptionNextResponse,\n PartnerRegistrationsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PartnerRegistrations operations. */\nexport class PartnerRegistrationsImpl implements PartnerRegistrations {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class PartnerRegistrations class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the partner registrations under an Azure subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: PartnerRegistrationsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<PartnerRegistration> {\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?: PartnerRegistrationsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<PartnerRegistration[]> {\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?: PartnerRegistrationsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<PartnerRegistration> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the partner registrations 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?: PartnerRegistrationsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<PartnerRegistration> {\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?: PartnerRegistrationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<PartnerRegistration[]> {\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?: PartnerRegistrationsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<PartnerRegistration> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets a partner registration with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerRegistrationName Name of the partner registration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n partnerRegistrationName: string,\n options?: PartnerRegistrationsGetOptionalParams\n ): Promise<PartnerRegistrationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerRegistrationName, options },\n getOperationSpec\n );\n }\n\n /**\n * Creates a new partner registration with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerRegistrationName Name of the partner registration.\n * @param partnerRegistrationInfo PartnerRegistration information.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n partnerRegistrationName: string,\n partnerRegistrationInfo: PartnerRegistration,\n options?: PartnerRegistrationsCreateOrUpdateOptionalParams\n ): Promise<PartnerRegistrationsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n partnerRegistrationName,\n partnerRegistrationInfo,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Deletes a partner registration with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerRegistrationName Name of the partner registration.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n partnerRegistrationName: string,\n options?: PartnerRegistrationsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerRegistrationName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Updates a partner registration with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerRegistrationName Name of the partner registration.\n * @param partnerRegistrationUpdateParameters Partner registration update information.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n partnerRegistrationName: string,\n partnerRegistrationUpdateParameters: PartnerRegistrationUpdateParameters,\n options?: PartnerRegistrationsUpdateOptionalParams\n ): Promise<PartnerRegistrationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n partnerRegistrationName,\n partnerRegistrationUpdateParameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * List all the partner registrations under an Azure subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: PartnerRegistrationsListBySubscriptionOptionalParams\n ): Promise<PartnerRegistrationsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all the partner registrations 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?: PartnerRegistrationsListByResourceGroupOptionalParams\n ): Promise<PartnerRegistrationsListByResourceGroupResponse> {\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?: PartnerRegistrationsListBySubscriptionNextOptionalParams\n ): Promise<PartnerRegistrationsListBySubscriptionNextResponse> {\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?: PartnerRegistrationsListByResourceGroupNextOptionalParams\n ): Promise<PartnerRegistrationsListByResourceGroupNextResponse> {\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/partnerRegistrations/{partnerRegistrationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerRegistration\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerRegistrationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerRegistration\n },\n 202: {\n bodyMapper: Mappers.PartnerRegistration\n },\n default: {}\n },\n requestBody: Parameters.partnerRegistrationInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerRegistrationName\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/partnerRegistrations/{partnerRegistrationName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerRegistrationName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {},\n 201: {\n bodyMapper: Mappers.PartnerRegistration\n },\n default: {}\n },\n requestBody: Parameters.partnerRegistrationUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerRegistrationName\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/partnerRegistrations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerRegistrationsListResult\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/partnerRegistrations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerRegistrationsListResult\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.PartnerRegistrationsListResult\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.PartnerRegistrationsListResult\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 { PartnerTopics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PartnerTopic,\n PartnerTopicsListBySubscriptionNextOptionalParams,\n PartnerTopicsListBySubscriptionOptionalParams,\n PartnerTopicsListByResourceGroupNextOptionalParams,\n PartnerTopicsListByResourceGroupOptionalParams,\n PartnerTopicsGetOptionalParams,\n PartnerTopicsGetResponse,\n PartnerTopicsDeleteOptionalParams,\n PartnerTopicUpdateParameters,\n PartnerTopicsUpdateOptionalParams,\n PartnerTopicsUpdateResponse,\n PartnerTopicsListBySubscriptionResponse,\n PartnerTopicsListByResourceGroupResponse,\n PartnerTopicsActivateOptionalParams,\n PartnerTopicsActivateResponse,\n PartnerTopicsDeactivateOptionalParams,\n PartnerTopicsDeactivateResponse,\n PartnerTopicsListBySubscriptionNextResponse,\n PartnerTopicsListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PartnerTopics operations. */\nexport class PartnerTopicsImpl implements PartnerTopics {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class PartnerTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the partner topics under an Azure subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: PartnerTopicsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<PartnerTopic> {\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?: PartnerTopicsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<PartnerTopic[]> {\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?: PartnerTopicsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<PartnerTopic> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all the partner 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?: PartnerTopicsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<PartnerTopic> {\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?: PartnerTopicsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<PartnerTopic[]> {\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?: PartnerTopicsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<PartnerTopic> {\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 partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicsGetOptionalParams\n ): Promise<PartnerTopicsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete existing partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicsDeleteOptionalParams\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, partnerTopicName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete existing partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n partnerTopicName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Asynchronously updates a partner topic with the specified parameters.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param partnerTopicUpdateParameters PartnerTopic update information.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n partnerTopicName: string,\n partnerTopicUpdateParameters: PartnerTopicUpdateParameters,\n options?: PartnerTopicsUpdateOptionalParams\n ): Promise<PartnerTopicsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n partnerTopicName,\n partnerTopicUpdateParameters,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * List all the partner topics under an Azure subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: PartnerTopicsListBySubscriptionOptionalParams\n ): Promise<PartnerTopicsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List all the partner 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?: PartnerTopicsListByResourceGroupOptionalParams\n ): Promise<PartnerTopicsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Activate a newly created partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n activate(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicsActivateOptionalParams\n ): Promise<PartnerTopicsActivateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, options },\n activateOperationSpec\n );\n }\n\n /**\n * Deactivate specific partner topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param partnerTopicName Name of the partner topic.\n * @param options The options parameters.\n */\n deactivate(\n resourceGroupName: string,\n partnerTopicName: string,\n options?: PartnerTopicsDeactivateOptionalParams\n ): Promise<PartnerTopicsDeactivateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, partnerTopicName, options },\n deactivateOperationSpec\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?: PartnerTopicsListBySubscriptionNextOptionalParams\n ): Promise<PartnerTopicsListBySubscriptionNextResponse> {\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?: PartnerTopicsListByResourceGroupNextOptionalParams\n ): Promise<PartnerTopicsListByResourceGroupNextResponse> {\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/partnerTopics/{partnerTopicName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}\",\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.partnerTopicName\n ],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {},\n 201: {\n bodyMapper: Mappers.PartnerTopic\n },\n default: {}\n },\n requestBody: Parameters.partnerTopicUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerTopicName\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/partnerTopics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerTopicsListResult\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/partnerTopics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerTopicsListResult\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 activateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/activate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerTopicName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deactivateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/deactivate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PartnerTopic\n },\n default: {}\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.partnerTopicName\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.PartnerTopicsListResult\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.PartnerTopicsListResult\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PrivateEndpointConnection,\n Enum28,\n PrivateEndpointConnectionsListByResourceNextOptionalParams,\n PrivateEndpointConnectionsListByResourceOptionalParams,\n Enum25,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n Enum26,\n PrivateEndpointConnectionsUpdateOptionalParams,\n PrivateEndpointConnectionsUpdateResponse,\n Enum27,\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get all private endpoint connections under a topic, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace name).\n * @param options The options parameters.\n */\n public listByResource(\n resourceGroupName: string,\n parentType: Enum28,\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: Enum28,\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: Enum28,\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, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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: Enum25,\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, domain or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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: Enum26,\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, domain or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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: Enum26,\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, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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: Enum27,\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, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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: Enum27,\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, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace name).\n * @param options The options parameters.\n */\n private _listByResource(\n resourceGroupName: string,\n parentType: Enum28,\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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: Enum28,\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class PrivateLinkResources class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\n this.client = client;\n }\n\n /**\n * List all the private link resources under a topic, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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, domain, or partner namespace.\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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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\\', \\'domains\\', or\n * \\'partnerNamespaces\\'.\n * @param parentName The name of the parent resource (namely, either, the topic name, domain name, or\n * partner namespace 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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class SystemTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { 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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class Topics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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.regenerateKeyRequest2,\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 { ExtensionTopics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\nimport {\n ExtensionTopicsGetOptionalParams,\n ExtensionTopicsGetResponse\n} from \"../models\";\n\n/** Class containing ExtensionTopics operations. */\nexport class ExtensionTopicsImpl implements ExtensionTopics {\n private readonly client: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class ExtensionTopics class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { EventGridManagementClientContext } from \"../eventGridManagementClientContext\";\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: EventGridManagementClientContext;\n\n /**\n * Initialize a new instance of the class TopicTypes class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClientContext) {\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 { EventGridManagementClientOptionalParams } from \"./models\";\n\nexport class EventGridManagementClientContext extends coreClient.ServiceClient {\n $host: string;\n subscriptionId: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the EventGridManagementClientContext 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/30.0.0-beta.1`;\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-06-01-preview\";\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 * as coreAuth from \"@azure/core-auth\";\nimport {\n DomainsImpl,\n DomainTopicsImpl,\n EventChannelsImpl,\n EventSubscriptionsImpl,\n SystemTopicEventSubscriptionsImpl,\n PartnerTopicEventSubscriptionsImpl,\n OperationsImpl,\n PartnerNamespacesImpl,\n PartnerRegistrationsImpl,\n PartnerTopicsImpl,\n PrivateEndpointConnectionsImpl,\n PrivateLinkResourcesImpl,\n SystemTopicsImpl,\n TopicsImpl,\n ExtensionTopicsImpl,\n TopicTypesImpl\n} from \"./operations\";\nimport {\n Domains,\n DomainTopics,\n EventChannels,\n EventSubscriptions,\n SystemTopicEventSubscriptions,\n PartnerTopicEventSubscriptions,\n Operations,\n PartnerNamespaces,\n PartnerRegistrations,\n PartnerTopics,\n PrivateEndpointConnections,\n PrivateLinkResources,\n SystemTopics,\n Topics,\n ExtensionTopics,\n TopicTypes\n} from \"./operationsInterfaces\";\nimport { EventGridManagementClientContext } from \"./eventGridManagementClientContext\";\nimport { EventGridManagementClientOptionalParams } from \"./models\";\n\nexport class EventGridManagementClient extends EventGridManagementClientContext {\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 super(credentials, subscriptionId, options);\n this.domains = new DomainsImpl(this);\n this.domainTopics = new DomainTopicsImpl(this);\n this.eventChannels = new EventChannelsImpl(this);\n this.eventSubscriptions = new EventSubscriptionsImpl(this);\n this.systemTopicEventSubscriptions = new SystemTopicEventSubscriptionsImpl(\n this\n );\n this.partnerTopicEventSubscriptions = new PartnerTopicEventSubscriptionsImpl(\n this\n );\n this.operations = new OperationsImpl(this);\n this.partnerNamespaces = new PartnerNamespacesImpl(this);\n this.partnerRegistrations = new PartnerRegistrationsImpl(this);\n this.partnerTopics = new PartnerTopicsImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.systemTopics = new SystemTopicsImpl(this);\n this.topics = new TopicsImpl(this);\n this.extensionTopics = new ExtensionTopicsImpl(this);\n this.topicTypes = new TopicTypesImpl(this);\n }\n\n domains: Domains;\n domainTopics: DomainTopics;\n eventChannels: EventChannels;\n eventSubscriptions: EventSubscriptions;\n systemTopicEventSubscriptions: SystemTopicEventSubscriptions;\n partnerTopicEventSubscriptions: PartnerTopicEventSubscriptions;\n operations: Operations;\n partnerNamespaces: PartnerNamespaces;\n partnerRegistrations: PartnerRegistrations;\n partnerTopics: PartnerTopics;\n privateEndpointConnections: PrivateEndpointConnections;\n privateLinkResources: PrivateLinkResources;\n systemTopics: SystemTopics;\n topics: Topics;\n extensionTopics: ExtensionTopics;\n topicTypes: TopicTypes;\n}\n"],"names":["KnownPersistedConnectionStatus","KnownResourceProvisioningState","KnownDomainProvisioningState","KnownInputSchema","KnownInputSchemaMappingType","KnownPublicNetworkAccess","KnownIpActionType","KnownSku","KnownIdentityType","KnownCreatedByType","KnownDomainTopicProvisioningState","KnownEventChannelProvisioningState","KnownPartnerTopicReadinessState","KnownAdvancedFilterOperatorType","KnownEventSubscriptionProvisioningState","KnownEndpointType","KnownEventSubscriptionIdentityType","KnownEventDeliverySchema","KnownDeadLetterEndPointType","KnownDeliveryAttributeMappingType","KnownPartnerNamespaceProvisioningState","KnownPartnerRegistrationProvisioningState","KnownPartnerRegistrationVisibilityState","KnownPartnerTopicProvisioningState","KnownPartnerTopicActivationState","KnownEnum25","KnownEnum26","KnownEnum27","KnownEnum28","KnownTopicProvisioningState","KnownResourceKind","KnownResourceRegionType","KnownTopicTypeProvisioningState","KnownTopicTypePropertiesSupportedScopesForSourceItem","DomainMapper","DomainUpdateParametersMapper","DomainRegenerateKeyRequestMapper","EventChannelMapper","EventSubscriptionMapper","EventSubscriptionUpdateParametersMapper","PartnerNamespaceMapper","PartnerNamespaceUpdateParametersMapper","PartnerNamespaceRegenerateKeyRequestMapper","PartnerRegistrationMapper","PartnerRegistrationUpdateParametersMapper","PartnerTopicUpdateParametersMapper","PrivateEndpointConnectionMapper","SystemTopicMapper","SystemTopicUpdateParametersMapper","TopicMapper","TopicUpdateParametersMapper","TopicRegenerateKeyRequestMapper","__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","Mappers.EventChannel","Parameters.partnerNamespaceName","Parameters.eventChannelName","Parameters.eventChannelInfo","Mappers.EventChannelsListResult","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","Parameters.partnerTopicName","Mappers.OperationsListResult","listBySubscriptionOperationSpec","listByResourceGroupOperationSpec","listSharedAccessKeysOperationSpec","regenerateKeyOperationSpec","listBySubscriptionNextOperationSpec","listByResourceGroupNextOperationSpec","Mappers.PartnerNamespace","Parameters.partnerNamespaceInfo","Parameters.partnerNamespaceUpdateParameters","Mappers.PartnerNamespacesListResult","Mappers.PartnerNamespaceSharedAccessKeys","Parameters.regenerateKeyRequest1","Mappers.PartnerRegistration","Parameters.partnerRegistrationName","Parameters.partnerRegistrationInfo","Parameters.partnerRegistrationUpdateParameters","Mappers.PartnerRegistrationsListResult","Mappers.PartnerTopic","Parameters.partnerTopicUpdateParameters","Mappers.PartnerTopicsListResult","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.Topic","Parameters.topicInfo","Parameters.topicUpdateParameters","Mappers.TopicsListResult","Mappers.TopicSharedAccessKeys","Parameters.regenerateKeyRequest2","Mappers.EventTypesListResult","Mappers.ExtensionTopic","Parameters.scope1","listOperationSpec","listEventTypesOperationSpec","Mappers.TopicTypesListResult","Mappers.TopicTypeInfo","coreClient.ServiceClient"],"mappings":"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"}
|