PartnerTopicEventTypeInfo.InlineEventTypes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET