Uses of Class
com.azure.resourcemanager.cdn.models.MatchProcessingBehavior
Packages that use MatchProcessingBehavior
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of MatchProcessingBehavior in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return MatchProcessingBehaviorModifier and TypeMethodDescriptionRuleInner.matchProcessingBehavior()Get the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.RuleUpdatePropertiesParameters.matchProcessingBehavior()Get the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type MatchProcessingBehaviorModifier and TypeMethodDescriptionRuleInner.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.RuleProperties.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.RuleUpdatePropertiesParameters.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop. -
Uses of MatchProcessingBehavior in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as MatchProcessingBehaviorModifier and TypeFieldDescriptionstatic final MatchProcessingBehaviorMatchProcessingBehavior.CONTINUEStatic value Continue for MatchProcessingBehavior.static final MatchProcessingBehaviorMatchProcessingBehavior.STOPStatic value Stop for MatchProcessingBehavior.Methods in com.azure.resourcemanager.cdn.models that return MatchProcessingBehaviorModifier and TypeMethodDescriptionstatic MatchProcessingBehaviorMatchProcessingBehavior.fromString(String name) Creates or finds a MatchProcessingBehavior from its string representation.RuleUpdateParameters.matchProcessingBehavior()Get the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type MatchProcessingBehaviorModifier and TypeMethodDescriptionstatic Collection<MatchProcessingBehavior>MatchProcessingBehavior.values()Gets known MatchProcessingBehavior values.Methods in com.azure.resourcemanager.cdn.models with parameters of type MatchProcessingBehaviorModifier and TypeMethodDescriptionRuleUpdateParameters.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.