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

JSONRegexFeature interface

导出的模型 - 模式功能。

属性

activated

指示是否启用了模式功能。

name

功能的名称。

pattern

要匹配的正则表达式。

属性详细信息

activated

指示是否启用了模式功能。

activated?: boolean

属性值

boolean

name

功能的名称。

name?: string

属性值

string

pattern

要匹配的正则表达式。

pattern?: string

属性值

string