共用方式為


EventTypeInfo 類別

通道的事件種類資訊。

繼承
azure.mgmt.eventgrid._serialization.Model
EventTypeInfo

建構函式

EventTypeInfo(*, kind: str | _models.EventDefinitionKind | None = None, inline_event_types: Dict[str, _models.InlineEventProperties] | None = None, **kwargs: Any)

Keyword-Only Parameters

kind
strEventDefinitionKind

所使用的事件種類。 「內嵌」

inline_event_types
dict[str, InlineEventProperties]

資源的內嵌事件種類集合。 內嵌事件種類索引鍵的類型字串,代表事件的名稱。 有效的內嵌事件名稱範例是 「Contoso.OrderCreated」。 內嵌事件種類值的類型為 InlineEventProperties,而且會包含每個內嵌事件種類的其他資訊。

變數

kind
strEventDefinitionKind

所使用的事件種類。 「內嵌」

inline_event_types
dict[str, InlineEventProperties]

資源的內嵌事件種類集合。 內嵌事件種類索引鍵的類型字串,代表事件的名稱。 有效的內嵌事件名稱範例是 「Contoso.OrderCreated」。 內嵌事件種類值的類型為 InlineEventProperties,而且會包含每個內嵌事件種類的其他資訊。