Uses of Class
com.azure.resourcemanager.cdn.models.CustomRuleEnabledState
-
Packages that use CustomRuleEnabledState Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CustomRuleEnabledState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as CustomRuleEnabledState Modifier and Type Field Description static CustomRuleEnabledStateCustomRuleEnabledState. DISABLEDStatic value Disabled for CustomRuleEnabledState.static CustomRuleEnabledStateCustomRuleEnabledState. ENABLEDStatic value Enabled for CustomRuleEnabledState.Methods in com.azure.resourcemanager.cdn.models that return CustomRuleEnabledState Modifier and Type Method Description CustomRuleEnabledStateCustomRule. 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 CustomRuleEnabledState Modifier and Type Method Description static Collection<CustomRuleEnabledState>CustomRuleEnabledState. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type CustomRuleEnabledState Modifier and Type Method Description CustomRuleCustomRule. withEnabledState(CustomRuleEnabledState enabledState)Set the enabledState property: Describes if the custom rule is in enabled or disabled state.RateLimitRuleRateLimitRule. withEnabledState(CustomRuleEnabledState enabledState)Set the enabledState property: Describes if the custom rule is in enabled or disabled state.
-