JsonInputSchemaMapping.Subject Property

Definition

Gets or sets the mapping information for the Subject property of the Event Grid Event.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.subject")]
public Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault Subject { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subject")>]
member this.Subject : Microsoft.Azure.Management.EventGrid.Models.JsonFieldWithDefault with get, set
Public Property Subject As JsonFieldWithDefault

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to