共用方式為


JsonInputSchemaMapping.EventType Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to