EventGridEventInConverter Class
- Inheritance
-
EventGridEventInConverter
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python