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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python