FirewallPolicyRuleCondition Class
- java.
lang. Object - com.
microsoft. azure. management. network. FirewallPolicyRuleCondition
- com.
public class FirewallPolicyRuleCondition
Properties of a rule.
Constructor | Description | |
---|---|---|
Firewall |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Get description of the rule condition. |
java.lang.String |
name()
Get name of the rule condition. |
Firewall |
with Set description of the rule condition. |
Firewall |
with Set name of the rule condition. |
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
FirewallPolicyRuleCondition
public FirewallPolicyRuleCondition()
description
public String description()
Get description of the rule condition.
Returns:
the description value
name
public String name()
Get name of the rule condition.
Returns:
the name 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.
withName
public FirewallPolicyRuleCondition withName(String name)
Set name of the rule condition.
Parameters:
name
- the name value to set
Returns:
the FirewallPolicyRuleCondition object itself.