Uses of Class
com.microsoft.azure.management.cdn.MatchProcessingBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of MatchProcessingBehavior in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final MatchProcessingBehavior
MatchProcessingBehavior.CONTINUE
Static value Continue for MatchProcessingBehavior.static final MatchProcessingBehavior
MatchProcessingBehavior.STOP
Static value Stop for MatchProcessingBehavior.Modifier and TypeMethodDescriptionstatic MatchProcessingBehavior
MatchProcessingBehavior.fromString
(String name) Creates or finds a MatchProcessingBehavior from its string representation.RuleUpdateParameters.matchProcessingBehavior()
Get if this rule is a match should the rules engine continue running the remaining rules or stop.Modifier and TypeMethodDescriptionstatic Collection<MatchProcessingBehavior>
MatchProcessingBehavior.values()
Modifier and TypeMethodDescriptionRuleUpdateParameters.withMatchProcessingBehavior
(MatchProcessingBehavior matchProcessingBehavior) Set if this rule is a match should the rules engine continue running the remaining rules or stop.