Trigger.Body Propiedad

Definición

Obtiene o establece el cuerpo del desencadenador para el servicio Azure Cosmos DB.

[Newtonsoft.Json.JsonProperty(PropertyName="body")]
public string Body { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="body")>]
member this.Body : string with get, set
Public Property Body As String

Valor de propiedad

Cuerpo del desencadenador.

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a