Class FirewallPolicyRuleCondition

java.lang.Object
com.microsoft.azure.management.network.FirewallPolicyRuleCondition
Direct Known Subclasses:
ApplicationRuleCondition, NetworkRuleCondition

public class FirewallPolicyRuleCondition extends Object
Properties of a rule.
  • Constructor Details

    • FirewallPolicyRuleCondition

      public FirewallPolicyRuleCondition()
  • Method Details

    • name

      public String name()
      Get name of the rule condition.
      Returns:
      the name value
    • withName

      public FirewallPolicyRuleCondition withName(String name)
      Set name of the rule condition.
      Parameters:
      name - the name value to set
      Returns:
      the FirewallPolicyRuleCondition object itself.
    • description

      public String description()
      Get description of the rule condition.
      Returns:
      the description value
    • withDescription

      public FirewallPolicyRuleCondition withDescription(String description)
      Set description of the rule condition.
      Parameters:
      description - the description value to set
      Returns:
      the FirewallPolicyRuleCondition object itself.