你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConfigurationSettingId interface
Fields that uniquely identify a configuration setting
Properties
etag | The etag for this setting |
key | The key for this setting.
Feature flags must be prefixed with |
label | The label for this setting. Leaving this undefined means this setting does not have a label. |
Property Details
etag
The etag for this setting
etag?: string
Property Value
string
key
The key for this setting.
Feature flags must be prefixed with .appconfig.featureflag/<feature-flag-name>
.
key: string
Property Value
string
label
The label for this setting. Leaving this undefined means this setting does not have a label.
label?: string
Property Value
string