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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript