次の方法で共有


PartnerTopicEventTypeInfo.InlineEventTypes プロパティ

定義

リソースのインライン イベントの種類のコレクション。 インライン イベント型キーは、イベントの名前を表す string 型です。 有効なインライン イベント名の例として、"Contoso.OrderCreated" があります。 インライン イベント型の値は InlineEventProperties 型であり、すべてのインライン イベントの種類に関する追加情報が含まれます。

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)

プロパティ値

適用対象