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