public class FirewallPolicyRuleCollection extends Object
| Constructor and Description |
|---|
FirewallPolicyRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The name of the rule collection.
|
Integer |
priority()
Get the priority property: Priority of the Firewall Policy Rule Collection resource.
|
void |
validate()
Validates the instance.
|
FirewallPolicyRuleCollection |
withName(String name)
Set the name property: The name of the rule collection.
|
FirewallPolicyRuleCollection |
withPriority(Integer priority)
Set the priority property: Priority of the Firewall Policy Rule Collection resource.
|
public String name()
public FirewallPolicyRuleCollection withName(String name)
name - the name value to set.public Integer priority()
public FirewallPolicyRuleCollection withPriority(Integer priority)
priority - the priority value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.