Uses of Class
com.microsoft.azure.management.cdn.CustomRuleEnabledState
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CustomRuleEnabledState in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final CustomRuleEnabledState
CustomRuleEnabledState.DISABLED
Static value Disabled for CustomRuleEnabledState.static final CustomRuleEnabledState
CustomRuleEnabledState.ENABLED
Static value Enabled for CustomRuleEnabledState.Modifier 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.Modifier and TypeMethodDescriptionstatic Collection<CustomRuleEnabledState>
CustomRuleEnabledState.values()
Modifier and TypeMethodDescriptionCustomRule.withEnabledState
(CustomRuleEnabledState enabledState) Set describes if the custom rule is in enabled or disabled state.