次の方法で共有


New-AzPurviewRegexClassificationRulePatternObject

RegexClassificationRulePattern のメモリ内オブジェクトを作成します。

構文

Default (既定)

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

説明

RegexClassificationRulePattern のメモリ内オブジェクトを作成します。

例 1: 正規表現分類規則パターン オブジェクトを作成する

New-AzPurviewRegexClassificationRulePatternObject -Pattern '^col1$'
Kind  Pattern
----  -------
Regex ^col1$

正規表現分類ルール パターン オブジェクトを作成する

パラメーター

-Pattern

RegexClassificationRulePattern のメモリ内オブジェクトを作成します。

パラメーターのプロパティ

型:String
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

CommonParameters

このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。

出力

RegexClassificationRulePattern