public class ApplicationGatewayFirewallRuleSet
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ApplicationGatewayFirewallRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Resource ID.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the web application firewall rule set.
|
List<ApplicationGatewayFirewallRuleGroup> |
ruleGroups()
Get the ruleGroups property: The rule groups of the web application firewall rule set.
|
String |
ruleSetType()
Get the ruleSetType property: The type of the web application firewall rule set.
|
String |
ruleSetVersion()
Get the ruleSetVersion property: The version of the web application firewall rule set type.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayFirewallRuleSet |
withId(String id)
Set the id property: Resource ID.
|
ApplicationGatewayFirewallRuleSet |
withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)
Set the ruleGroups property: The rule groups of the web application firewall rule set.
|
ApplicationGatewayFirewallRuleSet |
withRuleSetType(String ruleSetType)
Set the ruleSetType property: The type of the web application firewall rule set.
|
ApplicationGatewayFirewallRuleSet |
withRuleSetVersion(String ruleSetVersion)
Set the ruleSetVersion property: The version of the web application firewall rule set type.
|
public ProvisioningState provisioningState()
public String ruleSetType()
public ApplicationGatewayFirewallRuleSet withRuleSetType(String ruleSetType)
ruleSetType - the ruleSetType value to set.public String ruleSetVersion()
public ApplicationGatewayFirewallRuleSet withRuleSetVersion(String ruleSetVersion)
ruleSetVersion - the ruleSetVersion value to set.public List<ApplicationGatewayFirewallRuleGroup> ruleGroups()
public ApplicationGatewayFirewallRuleSet withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)
ruleGroups - the ruleGroups value to set.public String id()
id in class com.azure.core.management.ProxyResourcepublic ApplicationGatewayFirewallRuleSet withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.