Class FirewallPolicyRule
java.lang.Object
com.microsoft.azure.management.network.FirewallPolicyRule
- Direct Known Subclasses:
FirewallPolicyFilterRule
,FirewallPolicyNatRule
Properties of the rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name of the rule.priority()
Get priority of the Firewall Policy Rule resource.Set the name of the rule.withPriority
(Integer priority) Set priority of the Firewall Policy Rule resource.
-
Constructor Details
-
FirewallPolicyRule
public FirewallPolicyRule()
-
-
Method Details
-
name
Get the name of the rule.- Returns:
- the name value
-
withName
Set the name of the rule.- Parameters:
name
- the name value to set- Returns:
- the FirewallPolicyRule object itself.
-
priority
Get priority of the Firewall Policy Rule resource.- Returns:
- the priority value
-
withPriority
Set priority of the Firewall Policy Rule resource.- Parameters:
priority
- the priority value to set- Returns:
- the FirewallPolicyRule object itself.
-