RestResponseRegex interface
The regular expressions to match the response content with.
Properties
matches | The list of regular expressions. |
match |
Indicates whether any or all of the expressions should match with the response content. |
Property Details
matches
The list of regular expressions.
matches?: string[]
Property Value
string[]
matchQuantifier
Indicates whether any or all of the expressions should match with the response content.
matchQuantifier?: RestMatchQuantifier
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript