Uses of Class
com.azure.resourcemanager.cdn.models.CustomRuleEnabledState
Packages that use CustomRuleEnabledState
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CustomRuleEnabledState in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type CustomRuleEnabledState in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDescribes if the custom rule is in enabled or disabled state.Fields in com.azure.resourcemanager.cdn.models declared as CustomRuleEnabledStateModifier and TypeFieldDescriptionstatic final CustomRuleEnabledStateCustomRuleEnabledState.DISABLEDStatic value Disabled for CustomRuleEnabledState.static final CustomRuleEnabledStateCustomRuleEnabledState.ENABLEDStatic value Enabled for CustomRuleEnabledState.Methods in com.azure.resourcemanager.cdn.models that return CustomRuleEnabledStateModifier and TypeMethodDescriptionCustomRule.enabledState()Get the enabledState property: Describes if the custom rule is in enabled or disabled state.static CustomRuleEnabledStateCustomRuleEnabledState.fromString(String name) Creates or finds a CustomRuleEnabledState from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CustomRuleEnabledStateModifier and TypeMethodDescriptionstatic Collection<CustomRuleEnabledState> CustomRuleEnabledState.values()Gets known CustomRuleEnabledState values.Methods in com.azure.resourcemanager.cdn.models with parameters of type CustomRuleEnabledStateModifier and TypeMethodDescriptionCustomRule.withEnabledState(CustomRuleEnabledState enabledState) Set the enabledState property: Describes if the custom rule is in enabled or disabled state.RateLimitRule.withEnabledState(CustomRuleEnabledState enabledState) Set the enabledState property: Describes if the custom rule is in enabled or disabled state.