Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAvailableWafRuleSetsResultInner
-
Packages that use ApplicationGatewayAvailableWafRuleSetsResultInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayAvailableWafRuleSetsResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ApplicationGatewayAvailableWafRuleSetsResultInner Modifier and Type Method Description ApplicationGatewayAvailableWafRuleSetsResultInnerApplicationGatewaysClient. listAvailableWafRuleSets()Lists all available web application firewall rule sets.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewayAvailableWafRuleSetsResultInner Modifier and Type Method Description Mono<ApplicationGatewayAvailableWafRuleSetsResultInner>ApplicationGatewaysClient. listAvailableWafRuleSetsAsync()Lists all available web application firewall rule sets.com.azure.core.http.rest.Response<ApplicationGatewayAvailableWafRuleSetsResultInner>ApplicationGatewaysClient. listAvailableWafRuleSetsWithResponse(com.azure.core.util.Context context)Lists all available web application firewall rule sets.Mono<com.azure.core.http.rest.Response<ApplicationGatewayAvailableWafRuleSetsResultInner>>ApplicationGatewaysClient. listAvailableWafRuleSetsWithResponseAsync()Lists all available web application firewall rule sets. -
Uses of ApplicationGatewayAvailableWafRuleSetsResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayAvailableWafRuleSetsResultInner Modifier and Type Method Description ApplicationGatewayAvailableWafRuleSetsResultInnerApplicationGatewayAvailableWafRuleSetsResultInner. withValue(List<ApplicationGatewayFirewallRuleSet> value)Set the value property: The list of application gateway rule sets.
-