Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.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
Modifier 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.Modifier 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.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.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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionWebApplicationFirewallPolicy.innerModel()
Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.WebApplicationFirewallPolicyInner object.Modifier and TypeMethodDescriptionWebApplicationFirewallPolicyList.value()
Get the value property: List of WebApplicationFirewallPolicies within a resource group.