RssModelFactory.TriggerBatchResponseFeedItem(List<FeedItem>) Method
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.
Creates a new instance of TriggerBatchResponseFeedItem(List<FeedItem>).
public static Azure.Connectors.Sdk.Rss.Models.TriggerBatchResponseFeedItem TriggerBatchResponseFeedItem(System.Collections.Generic.List<Azure.Connectors.Sdk.Rss.Models.FeedItem> value = default);
static member TriggerBatchResponseFeedItem : System.Collections.Generic.List<Azure.Connectors.Sdk.Rss.Models.FeedItem> -> Azure.Connectors.Sdk.Rss.Models.TriggerBatchResponseFeedItem
Public Shared Function TriggerBatchResponseFeedItem (Optional value As List(Of FeedItem) = Nothing) As TriggerBatchResponseFeedItem