Class NetworkRuleAction


  • public final class NetworkRuleAction
    extends com.azure.core.util.ExpandableStringEnum<NetworkRuleAction>
    Defines values for NetworkRuleAction.
    • Field Detail

      • ALLOW

        public static final NetworkRuleAction ALLOW
        Static value Allow for NetworkRuleAction.
      • DENY

        public static final NetworkRuleAction DENY
        Static value Deny for NetworkRuleAction.
    • Constructor Detail

      • NetworkRuleAction

        public NetworkRuleAction()
    • Method Detail

      • fromString

        public static NetworkRuleAction fromString​(String name)
        Creates or finds a NetworkRuleAction from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding NetworkRuleAction.