Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.WebApplicationFirewallPolicyInner
Packages that use WebApplicationFirewallPolicyInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of WebApplicationFirewallPolicyInner in com.azure.resourcemanager.frontdoor.fluent
Methods in com.azure.resourcemanager.frontdoor.fluent that return WebApplicationFirewallPolicyInnerModifier and TypeMethodDescriptionPoliciesClient.createOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters) Create or update policy with specified rule set name within a resource group.PoliciesClient.createOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters, com.azure.core.util.Context context) Create or update policy with specified rule set name within a resource group.PoliciesClient.getByResourceGroup(String resourceGroupName, String policyName) Retrieve protection policy with specified name within a resource group.PoliciesClient.update(String resourceGroupName, String policyName, TagsObject parameters) Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.PoliciesClient.update(String resourceGroupName, String policyName, TagsObject parameters, com.azure.core.util.Context context) Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.Methods in com.azure.resourcemanager.frontdoor.fluent that return types with arguments of type WebApplicationFirewallPolicyInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginCreateOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters) Create or update policy with specified rule set name within a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginCreateOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters) Create or update policy with specified rule set name within a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginCreateOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters, com.azure.core.util.Context context) Create or update policy with specified rule set name within a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginCreateOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters, com.azure.core.util.Context context) Create or update policy with specified rule set name within a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginUpdate(String resourceGroupName, String policyName, TagsObject parameters) Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginUpdate(String resourceGroupName, String policyName, TagsObject parameters) Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginUpdate(String resourceGroupName, String policyName, TagsObject parameters, com.azure.core.util.Context context) Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginUpdate(String resourceGroupName, String policyName, TagsObject parameters, com.azure.core.util.Context context) Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.com.azure.core.http.rest.Response<WebApplicationFirewallPolicyInner>PoliciesClient.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<WebApplicationFirewallPolicyInner>PoliciesClient.list()Lists all of the protection policies within a subscription.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicyInner>PoliciesClient.list(com.azure.core.util.Context context) Lists all of the protection policies within a subscription.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicyInner>PoliciesClient.listByResourceGroup(String resourceGroupName) Lists all of the protection policies within a resource group.com.azure.core.http.rest.PagedIterable<WebApplicationFirewallPolicyInner>PoliciesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all of the protection policies within a resource group.Methods in com.azure.resourcemanager.frontdoor.fluent with parameters of type WebApplicationFirewallPolicyInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginCreateOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters) Create or update policy with specified rule set name within a resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<WebApplicationFirewallPolicyInner>,WebApplicationFirewallPolicyInner> PoliciesClient.beginCreateOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters, com.azure.core.util.Context context) Create or update policy with specified rule set name within a resource group.PoliciesClient.createOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters) Create or update policy with specified rule set name within a resource group.PoliciesClient.createOrUpdate(String resourceGroupName, String policyName, WebApplicationFirewallPolicyInner parameters, com.azure.core.util.Context context) Create or update policy with specified rule set name within a resource group. -
Uses of WebApplicationFirewallPolicyInner in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return WebApplicationFirewallPolicyInnerModifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.withCustomRules(CustomRuleList customRules) Set the customRules property: Describes custom rules inside the policy.Set the etag property: Gets a unique read-only string that changes whenever the resource is updated.WebApplicationFirewallPolicyInner.withLocation(String location) WebApplicationFirewallPolicyInner.withManagedRules(ManagedRuleSetList managedRules) Set the managedRules property: Describes managed rules inside the policy.WebApplicationFirewallPolicyInner.withPolicySettings(PolicySettings policySettings) Set the policySettings property: Describes settings for the policy.Set the sku property: The pricing tier of web application firewall policy. -
Uses of WebApplicationFirewallPolicyInner in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return WebApplicationFirewallPolicyInnerModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.WebApplicationFirewallPolicyInner object.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type WebApplicationFirewallPolicyInnerModifier and TypeMethodDescriptionWebApplicationFirewallPolicyList.value()Get the value property: List of WebApplicationFirewallPolicies within a resource group.