Uses of Class
com.azure.resourcemanager.frontdoor.models.RoutingRuleEnabledState
Packages that use RoutingRuleEnabledState
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of RoutingRuleEnabledState in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type RoutingRuleEnabledStateModifier and TypeMethodDescriptionRoutingRuleProperties.withEnabledState(RoutingRuleEnabledState enabledState) Set the enabledState property: Whether to enable use of this rule. -
Uses of RoutingRuleEnabledState in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as RoutingRuleEnabledStateModifier and TypeFieldDescriptionstatic final RoutingRuleEnabledStateRoutingRuleEnabledState.DISABLEDStatic value Disabled for RoutingRuleEnabledState.static final RoutingRuleEnabledStateRoutingRuleEnabledState.ENABLEDStatic value Enabled for RoutingRuleEnabledState.Methods in com.azure.resourcemanager.frontdoor.models that return RoutingRuleEnabledStateModifier and TypeMethodDescriptionRoutingRule.enabledState()Get the enabledState property: Whether to enable use of this rule.RoutingRuleUpdateParameters.enabledState()Get the enabledState property: Whether to enable use of this rule.static RoutingRuleEnabledStateRoutingRuleEnabledState.fromString(String name) Creates or finds a RoutingRuleEnabledState from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RoutingRuleEnabledStateModifier and TypeMethodDescriptionstatic Collection<RoutingRuleEnabledState>RoutingRuleEnabledState.values()Gets known RoutingRuleEnabledState values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type RoutingRuleEnabledStateModifier and TypeMethodDescriptionRoutingRule.withEnabledState(RoutingRuleEnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.RoutingRuleUpdateParameters.withEnabledState(RoutingRuleEnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.