Interface WebApplicationFirewallPolicy


public interface WebApplicationFirewallPolicy
An immutable client-side representation of WebApplicationFirewallPolicy.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • etag

      String etag()
      Gets the etag property: Gets a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value.
    • sku

      Sku sku()
      Gets the sku property: The pricing tier of web application firewall policy. Defaults to Classic_AzureFrontDoor if not specified.
      Returns:
      the sku value.
    • policySettings

      PolicySettings policySettings()
      Gets the policySettings property: Describes settings for the policy.
      Returns:
      the policySettings value.
    • customRules

      CustomRuleList customRules()
      Gets the customRules property: Describes custom rules inside the policy.
      Returns:
      the customRules value.
    • managedRules

      ManagedRuleSetList managedRules()
      Gets the managedRules property: Describes managed rules inside the policy.
      Returns:
      the managedRules value.
    • frontendEndpointLinks

      List<FrontendEndpointLink> frontendEndpointLinks()
      Gets the frontendEndpointLinks property: Describes Frontend Endpoints associated with this Web Application Firewall policy.
      Returns:
      the frontendEndpointLinks value.
    • routingRuleLinks

      List<RoutingRuleLink> routingRuleLinks()
      Gets the routingRuleLinks property: Describes Routing Rules associated with this Web Application Firewall policy.
      Returns:
      the routingRuleLinks value.
    • securityPolicyLinks

      List<SecurityPolicyLink> securityPolicyLinks()
      Gets the securityPolicyLinks property: Describes Security Policy associated with this Web Application Firewall policy.
      Returns:
      the securityPolicyLinks value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: Provisioning state of the policy.
      Returns:
      the provisioningState value.
    • resourceState

      PolicyResourceState resourceState()
      Gets the resourceState property: Resource status of the policy.
      Returns:
      the resourceState value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.WebApplicationFirewallPolicyInner object.
      Returns:
      the inner object.
    • update

      Begins update for the WebApplicationFirewallPolicy resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      WebApplicationFirewallPolicy refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.