Uses of Class
com.azure.resourcemanager.cdn.models.MatchProcessingBehavior
-
Packages that use MatchProcessingBehavior Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 MatchProcessingBehavior Modifier and Type Method Description MatchProcessingBehaviorRuleInner. 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 MatchProcessingBehavior Modifier and Type Method Description RuleInnerRuleInner. 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 MatchProcessingBehavior Modifier and Type Field Description static MatchProcessingBehaviorMatchProcessingBehavior. CONTINUEStatic value Continue for MatchProcessingBehavior.static MatchProcessingBehaviorMatchProcessingBehavior. STOPStatic value Stop for MatchProcessingBehavior.Methods in com.azure.resourcemanager.cdn.models that return MatchProcessingBehavior Modifier and Type Method Description static MatchProcessingBehaviorMatchProcessingBehavior. fromString(String name)Creates or finds a MatchProcessingBehavior from its string representation.MatchProcessingBehaviorRuleUpdateParameters. matchProcessingBehavior()Get the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.MatchProcessingBehaviorRuleUpdatePropertiesParameters. 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 MatchProcessingBehavior Modifier and Type Method Description static Collection<MatchProcessingBehavior>MatchProcessingBehavior. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type MatchProcessingBehavior Modifier and Type Method Description RulePropertiesRuleProperties. withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.RuleUpdateParametersRuleUpdateParameters. withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.RuleUpdatePropertiesParametersRuleUpdatePropertiesParameters. withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.
-