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

matches
list[str]
Required

The list of regular expressions.

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".