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

Setting Class

Abstract class for all settings of a function app. This class represents all the decorators that cannot be classified as bindings or triggers. e.g function_name, retry etc.

Inheritance
Setting

Constructor

Setting(**kwargs)

Methods

get_dict_repr
get_setting_name
get_settings_value

Get the value of a particular setting attribute.

get_dict_repr

get_dict_repr(**kw)

get_setting_name

get_setting_name() -> str

get_settings_value

Get the value of a particular setting attribute.

get_settings_value(settings_attribute_key: str) -> str | None

Parameters

Name Description
settings_attribute_key
Required

Attributes

EXCLUDED_INIT_PARAMS

EXCLUDED_INIT_PARAMS = {'kwargs', 'self', 'setting_name'}