Uses of Class
com.microsoft.azure.management.cdn.MatchProcessingBehavior
Packages that use MatchProcessingBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of MatchProcessingBehavior in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as MatchProcessingBehaviorModifier and TypeFieldDescriptionstatic final MatchProcessingBehavior
MatchProcessingBehavior.CONTINUE
Static value Continue for MatchProcessingBehavior.static final MatchProcessingBehavior
MatchProcessingBehavior.STOP
Static value Stop for MatchProcessingBehavior.Methods in com.microsoft.azure.management.cdn that return MatchProcessingBehaviorModifier 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.Methods in com.microsoft.azure.management.cdn that return types with arguments of type MatchProcessingBehaviorModifier and TypeMethodDescriptionstatic Collection<MatchProcessingBehavior>
MatchProcessingBehavior.values()
Methods in com.microsoft.azure.management.cdn with parameters of type MatchProcessingBehaviorModifier and TypeMethodDescriptionRuleUpdateParameters.withMatchProcessingBehavior
(MatchProcessingBehavior matchProcessingBehavior) Set if this rule is a match should the rules engine continue running the remaining rules or stop.