Uses of Class
com.azure.resourcemanager.network.models.ManagedRuleEnabledState
Packages that use ManagedRuleEnabledState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ManagedRuleEnabledState in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ManagedRuleEnabledState in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe state of the managed rule.Fields in com.azure.resourcemanager.network.models declared as ManagedRuleEnabledStateModifier and TypeFieldDescriptionstatic final ManagedRuleEnabledStateManagedRuleEnabledState.DISABLEDStatic value Disabled for ManagedRuleEnabledState.static final ManagedRuleEnabledStateManagedRuleEnabledState.ENABLEDStatic value Enabled for ManagedRuleEnabledState.Methods in com.azure.resourcemanager.network.models that return ManagedRuleEnabledStateModifier and TypeMethodDescriptionstatic ManagedRuleEnabledStateManagedRuleEnabledState.fromString(String name) Creates or finds a ManagedRuleEnabledState from its string representation.ManagedRuleOverride.state()Get the state property: The state of the managed rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ManagedRuleEnabledStateModifier and TypeMethodDescriptionstatic Collection<ManagedRuleEnabledState> ManagedRuleEnabledState.values()Gets known ManagedRuleEnabledState values.Methods in com.azure.resourcemanager.network.models with parameters of type ManagedRuleEnabledStateModifier and TypeMethodDescriptionManagedRuleOverride.withState(ManagedRuleEnabledState state) Set the state property: The state of the managed rule.