你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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'}