public class FirewallPolicyRuleCondition extends Object
| Constructor and Description |
|---|
FirewallPolicyRuleCondition() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get description of the rule condition.
|
String |
name()
Get name of the rule condition.
|
FirewallPolicyRuleCondition |
withDescription(String description)
Set description of the rule condition.
|
FirewallPolicyRuleCondition |
withName(String name)
Set name of the rule condition.
|
public String name()
public FirewallPolicyRuleCondition withName(String name)
name - the name value to setpublic String description()
public FirewallPolicyRuleCondition withDescription(String description)
description - the description 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.
*/