Uses of Class
com.microsoft.azure.management.cdn.ManagedRuleEnabledState
Packages that use ManagedRuleEnabledState
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of ManagedRuleEnabledState in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as ManagedRuleEnabledStateModifier and TypeFieldDescriptionstatic final ManagedRuleEnabledState
ManagedRuleEnabledState.DISABLED
Static value Disabled for ManagedRuleEnabledState.static final ManagedRuleEnabledState
ManagedRuleEnabledState.ENABLED
Static value Enabled for ManagedRuleEnabledState.Methods in com.microsoft.azure.management.cdn that return ManagedRuleEnabledStateModifier and TypeMethodDescriptionManagedRuleOverride.enabledState()
Get describes if the managed rule is in enabled or disabled state.static ManagedRuleEnabledState
ManagedRuleEnabledState.fromString
(String name) Creates or finds a ManagedRuleEnabledState from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type ManagedRuleEnabledStateModifier and TypeMethodDescriptionstatic Collection<ManagedRuleEnabledState>
ManagedRuleEnabledState.values()
Methods in com.microsoft.azure.management.cdn with parameters of type ManagedRuleEnabledStateModifier and TypeMethodDescriptionManagedRuleOverride.withEnabledState
(ManagedRuleEnabledState enabledState) Set describes if the managed rule is in enabled or disabled state.