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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript