Partager via


EventTypeInfo.InlineEventTypes Propriété

Définition

Obtient ou définit une 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.

[Newtonsoft.Json.JsonProperty(PropertyName="inlineEventTypes")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.EventGrid.Models.InlineEventProperties> InlineEventTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inlineEventTypes")>]
member this.InlineEventTypes : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.EventGrid.Models.InlineEventProperties> with get, set
Public Property InlineEventTypes As IDictionary(Of String, InlineEventProperties)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à