RssOnNewFeedTriggerPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Typed trigger payload for the OnNewFeed trigger (Rss "When a feed item is published", operationId: OnNewFeed).
Deserialize Connector Namespace callbacks directly: JsonSerializer.Deserialize<RssOnNewFeedTriggerPayload>(body).
public class RssOnNewFeedTriggerPayload : Azure.Connectors.Sdk.TriggerCallbackPayload<Azure.Connectors.Sdk.Rss.Models.FeedItem>
type RssOnNewFeedTriggerPayload = class
inherit TriggerCallbackPayload<FeedItem>
Public Class RssOnNewFeedTriggerPayload
Inherits TriggerCallbackPayload(Of FeedItem)
- Inheritance
Constructors
| Name | Description |
|---|---|
| RssOnNewFeedTriggerPayload() | |
Properties
| Name | Description |
|---|---|
| Body |
The body envelope containing the trigger items. (Inherited from TriggerCallbackPayload<T>) |