TriggerCallbackPayload<T>.Body Property

Definition

The body envelope containing the trigger items.

[System.Text.Json.Serialization.JsonPropertyName("body")]
public Azure.Connectors.Sdk.TriggerCallbackBody<T>? Body { get; init; }
[<System.Text.Json.Serialization.JsonPropertyName("body")>]
member this.Body : Azure.Connectors.Sdk.TriggerCallbackBody<'T> with get, set
Public Property Body As TriggerCallbackBody(Of T)

Property Value

Attributes

Applies to