Condividi tramite


WebPubSubContext.Request Property

Definition

Request body.

[System.Text.Json.Serialization.JsonPropertyName("request")]
public Microsoft.Azure.Functions.Worker.WebPubSubEventRequest Request { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("request")>]
member this.Request : Microsoft.Azure.Functions.Worker.WebPubSubEventRequest with get, set
Public Property Request As WebPubSubEventRequest

Property Value

Attributes

Applies to