Uses of Enum
com.azure.resourcemanager.deploymentmanager.models.RestMatchQuantifier
Packages that use RestMatchQuantifier
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestMatchQuantifier in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestMatchQuantifierModifier and TypeMethodDescriptionstatic RestMatchQuantifierRestMatchQuantifier.fromString(String value) Parses a serialized value to a RestMatchQuantifier instance.RestResponseRegex.matchQuantifier()Get the matchQuantifier property: Indicates whether any or all of the expressions should match with the response content.static RestMatchQuantifierReturns the enum constant of this type with the specified name.static RestMatchQuantifier[]RestMatchQuantifier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type RestMatchQuantifierModifier and TypeMethodDescriptionRestResponseRegex.withMatchQuantifier(RestMatchQuantifier matchQuantifier) Set the matchQuantifier property: Indicates whether any or all of the expressions should match with the response content.