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

New-AzPurviewRegexClassificationRulePatternObject

为 RegexClassificationRulePattern 创建内存中对象。

语法

New-AzPurviewRegexClassificationRulePatternObject
   [-Pattern <String>]
   [<CommonParameters>]

说明

为 RegexClassificationRulePattern 创建内存中对象。

示例

示例 1:创建正则表达式分类规则模式对象

New-AzPurviewRegexClassificationRulePatternObject -Pattern '^col1$'

Kind  Pattern
----  -------
Regex ^col1$

创建正则表达式分类规则模式对象

参数

-Pattern

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

输出

RegexClassificationRulePattern

备注

别名