Class NetworkRuleIpAction


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

      • ALLOW

        public static final NetworkRuleIpAction ALLOW
        Static value Allow for NetworkRuleIpAction.
    • Constructor Detail

      • NetworkRuleIpAction

        public NetworkRuleIpAction()
    • Method Detail

      • fromString

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