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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python