你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventGridEventInConverter Class

Constructor

EventGridEventInConverter()

Methods

check_input_type_annotation

Event Grid always sends an array and may send more than one event in the array. The runtime invokes function once for each array element, thus no need to parse List[EventGridEvent]

decode
has_implicit_output

check_input_type_annotation

Event Grid always sends an array and may send more than one event in the array. The runtime invokes function once for each array element, thus no need to parse List[EventGridEvent]

check_input_type_annotation(pytype: type) -> bool

Parameters

Name Description
pytype
Required

decode

decode(data: Datum, *, trigger_metadata) -> EventGridEvent

Parameters

Name Description
data
Required

Keyword-Only Parameters

Name Description
trigger_metadata
Required

has_implicit_output

abstract classmethod has_implicit_output() -> bool