Partager via


PartnerTopicEventTypeInfo.InlineEventTypes Propriété

Définition

Collection de types d’événements inline pour la ressource. Les clés de type d’événement inline sont de type chaîne qui représente le nom de l’événement. Un exemple de nom d’événement inline valide est « Contoso.OrderCreated ». Les valeurs de type d’événement inline sont de type InlineEventProperties et contiennent des informations supplémentaires pour chaque type d’événement inline.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.EventGrid.Models.InlineEventProperties> InlineEventTypes { get; }
member this.InlineEventTypes : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.EventGrid.Models.InlineEventProperties>
Public ReadOnly Property InlineEventTypes As IDictionary(Of String, InlineEventProperties)

Valeur de propriété

S’applique à