IEventSubscription.EventDeliverySchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The event delivery schema for the event subscription.
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "EventGridSchema", "CustomInputSchema", "CloudEventSchemaV1_0" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The event delivery schema for the event subscription.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventDeliverySchema", Update=true)]
public string EventDeliverySchema { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "EventGridSchema", "CustomInputSchema", "CloudEventSchemaV1_0" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The event delivery schema for the event subscription.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="eventDeliverySchema", Update=true)>]
member this.EventDeliverySchema : string with get, set
Public Property EventDeliverySchema As String
Property Value
- Attributes