WebJobsActionableResponse<T>.Actions Property

Definition

Gets or sets the actions.

[System.Text.Json.Serialization.JsonPropertyName("actions")]
public System.Collections.Generic.List<T> Actions { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("actions")>]
member this.Actions : System.Collections.Generic.List<'T (requires 'T :> Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.WebJobsAuthenticationEventsAction)> with get, set
Public Property Actions As List(Of T)

Property Value

List<T>

The actions.

Attributes

Applies to