Uses of Class
com.azure.resourcemanager.frontdoor.models.RuleType
Packages that use RuleType
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RuleType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as RuleTypeModifier and TypeFieldDescriptionstatic final RuleTypeRuleType.MATCH_RULEStatic value MatchRule for RuleType.static final RuleTypeRuleType.RATE_LIMIT_RULEStatic value RateLimitRule for RuleType.Methods in com.azure.resourcemanager.frontdoor.models that return RuleTypeModifier and TypeMethodDescriptionstatic RuleTypeRuleType.fromString(String name) Creates or finds a RuleType from its string representation.CustomRule.ruleType()Get the ruleType property: Describes type of rule.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RuleTypeModifier and TypeMethodDescriptionstatic Collection<RuleType>RuleType.values()Gets known RuleType values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type RuleTypeModifier and TypeMethodDescriptionCustomRule.withRuleType(RuleType ruleType) Set the ruleType property: Describes type of rule.