你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SetReadOnlyResponse interface
将值设置为只读时的响应。
- Extends
继承属性
content |
设置值的内容类型 |
etag | 此设置的 etag |
is |
设置是否为只读 |
key | 此设置的键。
功能标志必须以 为 |
label | 此设置的标签。 保留此未定义意味着此设置没有标签。 |
last |
上次修改此设置的日期 |
sync |
通过在向服务器发出的下一个请求中提供返回的值,实现请求之间的实时一致性。 |
tags | 此密钥的标记 |
value | 设置的值 |
继承属性详细信息
contentType
设置值的内容类型
contentType?: string
属性值
string
继承自 ConfigurationSetting.contentType
etag
此设置的 etag
etag?: string
属性值
string
继承自 ConfigurationSetting.etag
isReadOnly
设置是否为只读
isReadOnly: boolean
属性值
boolean
继承自 ConfigurationSetting.isReadOnly
key
此设置的键。
功能标志必须以 为 .appconfig.featureflag/<feature-flag-name>
前缀。
key: string
属性值
string
继承自 ConfigurationSetting.key
label
此设置的标签。 保留此未定义意味着此设置没有标签。
label?: string
属性值
string
继承自 ConfigurationSetting.label
lastModified
上次修改此设置的日期
lastModified?: Date
属性值
Date
继承自 ConfigurationSetting.lastModified
syncToken
通过在向服务器发出的下一个请求中提供返回的值,实现请求之间的实时一致性。
syncToken?: string
属性值
string
tags
此密钥的标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
继承自 ConfigurationSetting.tags
value
设置的值
value?: string
属性值
string
继承自 ConfigurationSetting.value