共用方式為


JsonInputSchemaMapping.Id Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to