Class NWRuleSetIpRules

java.lang.Object
com.microsoft.azure.management.eventhub.NWRuleSetIpRules

public class NWRuleSetIpRules extends Object
Description of NetWorkRuleSet - IpRules resource.
  • Constructor Details

    • NWRuleSetIpRules

      public NWRuleSetIpRules()
  • Method Details

    • ipMask

      public String ipMask()
      Get iP Mask.
      Returns:
      the ipMask value
    • withIpMask

      public NWRuleSetIpRules withIpMask(String ipMask)
      Set iP Mask.
      Parameters:
      ipMask - the ipMask value to set
      Returns:
      the NWRuleSetIpRules object itself.
    • action

      public NetworkRuleIPAction action()
      Get the IP Filter Action. Possible values include: 'Allow'.
      Returns:
      the action value
    • withAction

      public NWRuleSetIpRules withAction(NetworkRuleIPAction action)
      Set the IP Filter Action. Possible values include: 'Allow'.
      Parameters:
      action - the action value to set
      Returns:
      the NWRuleSetIpRules object itself.