public class ApplicationGatewayFirewallRule extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallRule() |
| 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.
|
public int ruleId()
public ApplicationGatewayFirewallRule withRuleId(int ruleId)
ruleId - the ruleId value to setpublic String description()
public ApplicationGatewayFirewallRule 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.
*/