Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAvailableWafRuleSetsResultInner
Packages that use ApplicationGatewayAvailableWafRuleSetsResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
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 ApplicationGatewayAvailableWafRuleSetsResultInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.listAvailableWafRuleSets()Lists all available web application firewall rule sets.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ApplicationGatewayAvailableWafRuleSetsResultInnerModifier and TypeMethodDescriptionApplicationGatewaysClient.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 ApplicationGatewayAvailableWafRuleSetsResultInnerModifier and TypeMethodDescriptionApplicationGatewayAvailableWafRuleSetsResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayAvailableWafRuleSetsResultInner from the JsonReader.ApplicationGatewayAvailableWafRuleSetsResultInner.withValue(List<ApplicationGatewayFirewallRuleSet> value) Set the value property: The list of application gateway rule sets.