Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayFirewallRule
-
Packages that use ApplicationGatewayFirewallRule Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayFirewallRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayFirewallRule Modifier and Type Method Description ApplicationGatewayFirewallRuleApplicationGatewayFirewallRule. withDescription(String description)Set the description value.ApplicationGatewayFirewallRuleApplicationGatewayFirewallRule. withRuleId(int ruleId)Set the ruleId value.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayFirewallRule Modifier and Type Method Description List<ApplicationGatewayFirewallRule>ApplicationGatewayFirewallRuleGroup. rules()Get the rules value.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayFirewallRule Modifier and Type Method Description ApplicationGatewayFirewallRuleGroupApplicationGatewayFirewallRuleGroup. withRules(List<ApplicationGatewayFirewallRule> rules)Set the rules value.
-