RestResponseRegex Class
The regular expressions to match the response content with.
- Inheritance
-
RestResponseRegex
Constructor
RestResponseRegex(*, matches: Optional[List[str]] = None, match_quantifier: Optional[Union[str, azure.mgmt.deploymentmanager.models._azure_deployment_manager_enums.RestMatchQuantifier]] = None, **kwargs)
Parameters
- match_quantifier
- str or RestMatchQuantifier
Required
Indicates whether any or all of the expressions should match with the response content. Possible values include: "All", "Any".
Feedback
Submit and view feedback for