FirewallPolicyRuleCondition Class

  • java.lang.Object
    • com.microsoft.azure.management.network.FirewallPolicyRuleCondition

public class FirewallPolicyRuleCondition

Properties of a rule.

Constructor Summary

Constructor Description
FirewallPolicyRuleCondition()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get description of the rule condition.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

FirewallPolicyRuleCondition

public FirewallPolicyRuleCondition()

Method Details

description

public String description()

Get description of the rule condition.

Returns:

the description value

name

public String name()

Get name of the rule condition.

Returns:

the name value

withDescription

public FirewallPolicyRuleCondition withDescription(String description)

Set description of the rule condition.

Parameters:

description - the description value to set

Returns:

the FirewallPolicyRuleCondition object itself.

withName

public FirewallPolicyRuleCondition withName(String name)

Set name of the rule condition.

Parameters:

name - the name value to set

Returns:

the FirewallPolicyRuleCondition object itself.

Applies to