Class ApplicationGatewayFirewallRuleSet
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleSet
public class ApplicationGatewayFirewallRuleSet
extends com.microsoft.azure.Resource
A web application firewall rule set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()
Get resource ID.Get the provisioning state of the web application firewall rule set.Get the rule groups of the web application firewall rule set.Get the type of the web application firewall rule set.Get the version of the web application firewall rule set type.Set resource ID.withRuleGroups
(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the rule groups of the web application firewall rule set.withRuleSetType
(String ruleSetType) Set the type of the web application firewall rule set.withRuleSetVersion
(String ruleSetVersion) Set the version of the web application firewall rule set type.Methods inherited from class com.microsoft.azure.Resource
getTags, location, withLocation, withTags
Methods inherited from class com.microsoft.azure.ProxyResource
name, type
-
Constructor Details
-
ApplicationGatewayFirewallRuleSet
public ApplicationGatewayFirewallRuleSet()
-
-
Method Details
-
provisioningState
Get the provisioning state of the web application firewall rule set. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
ruleSetType
Get the type of the web application firewall rule set.- Returns:
- the ruleSetType value
-
withRuleSetType
Set the type of the web application firewall rule set.- Parameters:
ruleSetType
- the ruleSetType value to set- Returns:
- the ApplicationGatewayFirewallRuleSet object itself.
-
ruleSetVersion
Get the version of the web application firewall rule set type.- Returns:
- the ruleSetVersion value
-
withRuleSetVersion
Set the version of the web application firewall rule set type.- Parameters:
ruleSetVersion
- the ruleSetVersion value to set- Returns:
- the ApplicationGatewayFirewallRuleSet object itself.
-
ruleGroups
Get the rule groups of the web application firewall rule set.- Returns:
- the ruleGroups value
-
withRuleGroups
public ApplicationGatewayFirewallRuleSet withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the rule groups of the web application firewall rule set.- Parameters:
ruleGroups
- the ruleGroups value to set- Returns:
- the ApplicationGatewayFirewallRuleSet object itself.
-
id
Get resource ID.- Overrides:
id
in classcom.microsoft.azure.ProxyResource
- Returns:
- the id value
-
withId
Set resource ID.- Parameters:
id
- the id value to set- Returns:
- the ApplicationGatewayFirewallRuleSet object itself.
-