Uses of Interface
com.azure.resourcemanager.frontdoor.models.WebApplicationFirewallPolicy
Packages that use WebApplicationFirewallPolicy
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of WebApplicationFirewallPolicy in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return WebApplicationFirewallPolicyModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.Update.apply()Executes the update request.WebApplicationFirewallPolicy.Update.apply(com.azure.core.util.Context context) Executes the update request.WebApplicationFirewallPolicy.DefinitionStages.WithCreate.create()Executes the create request.WebApplicationFirewallPolicy.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Retrieve protection policy with specified name within a resource group.Policies.getByResourceGroup(String resourceGroupName, String policyName) Retrieve protection policy with specified name within a resource group.WebApplicationFirewallPolicy.refresh()Refreshes the resource to sync with Azure.WebApplicationFirewallPolicy.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type WebApplicationFirewallPolicyModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WebApplicationFirewallPolicy>Policies.getByIdWithResponse(String id, com.azure.core.util.Context context) Retrieve protection policy with specified name within a resource group.com.azure.core.http.rest.Response<WebApplicationFirewallPolicy>Policies.getByResourceGroupWithResponse(String resourceGroupName, String policyName, com.azure.core.util.Context context) Retrieve protection policy with specified name within a resource group.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicy>Policies.list()Lists all of the protection policies within a subscription.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicy>Policies.list(com.azure.core.util.Context context) Lists all of the protection policies within a subscription.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicy>Policies.listByResourceGroup(String resourceGroupName) Lists all of the protection policies within a resource group.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicy>Policies.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all of the protection policies within a resource group.