ConnectorModelFactory.TriggerCallbackBody<T> 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 TriggerCallbackBody<T>(IReadOnlyList<T>) instance.
public static Azure.Connectors.Sdk.TriggerCallbackBody<T> TriggerCallbackBody<T>(System.Collections.Generic.IReadOnlyList<T>? value = default);
static member TriggerCallbackBody : System.Collections.Generic.IReadOnlyList<'T> -> Azure.Connectors.Sdk.TriggerCallbackBody<'T>
Public Shared Function TriggerCallbackBody(Of T) (Optional value As IReadOnlyList(Of T) = Nothing) As TriggerCallbackBody(Of T)
Type Parameters
- T
The connector-specific trigger item type.
Parameters
- value
- IReadOnlyList<T>
The list of trigger items. Defaults to null.