次の方法で共有


IDomain.EventTypeInfoInlineEventType Property

Definition

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event.\r\n        An example of a valid inline event name is "Contoso.OrderCreated".\r\n        The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes) }, Read=true, ReadOnly=false, Required=false, SerializedName="inlineEventTypes", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes EventTypeInfoInlineEventType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event.\r\n        An example of a valid inline event name is "Contoso.OrderCreated".\r\n        The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes) }, Read=true, ReadOnly=false, Required=false, SerializedName="inlineEventTypes", Update=true)>]
member this.EventTypeInfoInlineEventType : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IEventTypeInfoInlineEventTypes with get, set
Public Property EventTypeInfoInlineEventType As IEventTypeInfoInlineEventTypes

Property Value

Attributes

Applies to