OutputBinding Class
Class representation of Azure Function Output Binding.
- Inheritance
-
OutputBindingOutputBinding
Constructor
OutputBinding(**kwargs)
Methods
get_binding_name | |
get_dict_repr |
get_binding_name
abstract static get_binding_name() -> str
get_dict_repr
get_dict_repr(**kw)
Attributes
data_type
direction
EXCLUDED_INIT_PARAMS
EXCLUDED_INIT_PARAMS = {'data_type', 'direction', 'kwargs', 'self', 'type'}
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