ApplicationGatewayFirewallRule Class

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

public class ApplicationGatewayFirewallRule

A web application firewall rule.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

int ruleId()

Get the ruleId value.

ApplicationGatewayFirewallRule withDescription(String description)

Set the description value.

ApplicationGatewayFirewallRule withRuleId(int ruleId)

Set the ruleId value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

ruleId

public int ruleId()

Get the ruleId value.

Returns:

the ruleId value

withDescription

public ApplicationGatewayFirewallRule withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ApplicationGatewayFirewallRule object itself.

withRuleId

public ApplicationGatewayFirewallRule withRuleId(int ruleId)

Set the ruleId value.

Parameters:

ruleId - the ruleId value to set

Returns:

the ApplicationGatewayFirewallRule object itself.

Applies to