EventSubscriptionDestination interface
Information about the destination for an event subscription.
Properties
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "AzureFunction" | "EventHub" | "WebHook" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic"
Property Value
"AzureFunction" | "EventHub" | "WebHook" | "StorageQueue" | "HybridConnection" | "ServiceBusQueue" | "ServiceBusTopic" | "PartnerDestination" | "MonitorAlert" | "NamespaceTopic"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript