public class ApplicationGatewayFirewallRuleSet
extends com.microsoft.azure.Resource
| Constructor and Description |
|---|
ApplicationGatewayFirewallRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get resource ID.
|
String |
provisioningState()
Get the provisioning state of the web application firewall rule set.
|
List<ApplicationGatewayFirewallRuleGroup> |
ruleGroups()
Get the rule groups of the web application firewall rule set.
|
String |
ruleSetType()
Get the type of the web application firewall rule set.
|
String |
ruleSetVersion()
Get the version of the web application firewall rule set type.
|
ApplicationGatewayFirewallRuleSet |
withId(String id)
Set resource ID.
|
ApplicationGatewayFirewallRuleSet |
withProvisioningState(String provisioningState)
Set the provisioning state of the web application firewall rule set.
|
ApplicationGatewayFirewallRuleSet |
withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)
Set the rule groups of the web application firewall rule set.
|
ApplicationGatewayFirewallRuleSet |
withRuleSetType(String ruleSetType)
Set the type of the web application firewall rule set.
|
ApplicationGatewayFirewallRuleSet |
withRuleSetVersion(String ruleSetVersion)
Set the version of the web application firewall rule set type.
|
public String provisioningState()
public ApplicationGatewayFirewallRuleSet withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic String ruleSetType()
public ApplicationGatewayFirewallRuleSet withRuleSetType(String ruleSetType)
ruleSetType - the ruleSetType value to setpublic String ruleSetVersion()
public ApplicationGatewayFirewallRuleSet withRuleSetVersion(String ruleSetVersion)
ruleSetVersion - the ruleSetVersion value to setpublic List<ApplicationGatewayFirewallRuleGroup> ruleGroups()
public ApplicationGatewayFirewallRuleSet withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)
ruleGroups - the ruleGroups value to setpublic String id()
id in class com.microsoft.azure.ProxyResourcepublic ApplicationGatewayFirewallRuleSet withId(String id)
id - the id 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.
*/