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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python