Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RestResponseRegex
Packages that use RestResponseRegex
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestResponseRegex in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestResponseRegexModifier and TypeMethodDescriptionRestResponse.regex()Get the regex property: The regular expressions to match the response content with.RestResponseRegex.withMatches(List<String> matches) Set the matches property: The list of regular expressions.RestResponseRegex.withMatchQuantifier(RestMatchQuantifier matchQuantifier) Set the matchQuantifier property: Indicates whether any or all of the expressions should match with the response content.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestResponseRegexModifier and TypeMethodDescriptionRestResponse.withRegex(RestResponseRegex regex) Set the regex property: The regular expressions to match the response content with.