InConverter Class
- Inheritance
-
azure.functions.meta._BaseConverterInConverter
Constructor
InConverter()
Methods
check_input_type_annotation | |
decode | |
has_implicit_output |
check_input_type_annotation
abstract classmethod check_input_type_annotation(pytype: type) -> bool
Parameters
Name | Description |
---|---|
pytype
Required
|
|
decode
abstract classmethod decode(data: Datum, *, trigger_metadata) -> Any
Parameters
Name | Description |
---|---|
data
Required
|
|
Keyword-Only Parameters
Name | Description |
---|---|
trigger_metadata
Required
|
|
has_implicit_output
abstract classmethod has_implicit_output() -> bool
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python