Class FirewallPolicyRuleCondition
java.lang.Object
com.microsoft.azure.management.network.FirewallPolicyRuleCondition
- Direct Known Subclasses:
ApplicationRuleCondition
,NetworkRuleCondition
Properties of a rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet description of the rule condition.name()
Get name of the rule condition.withDescription
(String description) Set description of the rule condition.Set name of the rule condition.
-
Constructor Details
-
FirewallPolicyRuleCondition
public FirewallPolicyRuleCondition()
-
-
Method Details
-
name
Get name of the rule condition.- Returns:
- the name value
-
withName
Set name of the rule condition.- Parameters:
name
- the name value to set- Returns:
- the FirewallPolicyRuleCondition object itself.
-
description
Get description of the rule condition.- Returns:
- the description value
-
withDescription
Set description of the rule condition.- Parameters:
description
- the description value to set- Returns:
- the FirewallPolicyRuleCondition object itself.
-