次の方法で共有


RestResponseRegex コンストラクター

定義

オーバーロード

RestResponseRegex()

RestResponseRegex クラスの新しいインスタンスを初期化します。

RestResponseRegex(IList<String>, Nullable<RestMatchQuantifier>)

RestResponseRegex クラスの新しいインスタンスを初期化します。

RestResponseRegex()

RestResponseRegex クラスの新しいインスタンスを初期化します。

public RestResponseRegex();
Public Sub New ()

適用対象

RestResponseRegex(IList<String>, Nullable<RestMatchQuantifier>)

RestResponseRegex クラスの新しいインスタンスを初期化します。

public RestResponseRegex(System.Collections.Generic.IList<string> matches = default, Microsoft.Azure.Management.DeploymentManager.Models.RestMatchQuantifier? matchQuantifier = default);
new Microsoft.Azure.Management.DeploymentManager.Models.RestResponseRegex : System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.DeploymentManager.Models.RestMatchQuantifier> -> Microsoft.Azure.Management.DeploymentManager.Models.RestResponseRegex
Public Sub New (Optional matches As IList(Of String) = Nothing, Optional matchQuantifier As Nullable(Of RestMatchQuantifier) = Nothing)

パラメーター

matches
IList<String>

正規表現の一覧。

matchQuantifier
Nullable<RestMatchQuantifier>

式の一部またはすべてを応答コンテンツと一致させる必要があるかどうかを示します。 使用可能な値は次のとおりです: 'All'、'Any'

適用対象