public class FirewallPolicyRule extends Object
| Constructor and Description |
|---|
FirewallPolicyRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of the rule.
|
Integer |
priority()
Get priority of the Firewall Policy Rule resource.
|
FirewallPolicyRule |
withName(String name)
Set the name of the rule.
|
FirewallPolicyRule |
withPriority(Integer priority)
Set priority of the Firewall Policy Rule resource.
|
public String name()
public FirewallPolicyRule withName(String name)
name - the name value to setpublic Integer priority()
public FirewallPolicyRule withPriority(Integer priority)
priority - the priority value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/