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

RestResponseRegex Class

Definition

The regular expressions to match the response content with.

public class RestResponseRegex
type RestResponseRegex = class
Public Class RestResponseRegex
Inheritance
RestResponseRegex

Constructors

Name Description
RestResponseRegex()

Initializes a new instance of RestResponseRegex.

Properties

Name Description
Matches

The list of regular expressions.

MatchQuantifier

Indicates whether any or all of the expressions should match with the response content.

Applies to