Udostępnij za pośrednictwem


EventSubscriptionUpdateParameters.EventDeliverySchema Property

Definition

Gets or sets the event delivery schema for the event subscription. Possible values include: 'EventGridSchema', 'CustomInputSchema', 'CloudEventSchemaV1_0'

[Newtonsoft.Json.JsonProperty(PropertyName="eventDeliverySchema")]
public string EventDeliverySchema { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventDeliverySchema")>]
member this.EventDeliverySchema : string with get, set
Public Property EventDeliverySchema As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to