OutputBinding Class
Class representation of Azure Function Output Binding.
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'}
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python