Interface WebApplicationFirewallPolicy
public interface WebApplicationFirewallPolicy
An immutable client-side representation of WebApplicationFirewallPolicy.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the WebApplicationFirewallPolicy definition.static interface
The WebApplicationFirewallPolicy definition stages.static interface
The template for WebApplicationFirewallPolicy update.static interface
The WebApplicationFirewallPolicy update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the customRules property: Describes custom rules inside the policy.etag()
Gets the etag property: Gets a unique read-only string that changes whenever the resource is updated.Gets the frontendEndpointLinks property: Describes Frontend Endpoints associated with this Web Application Firewall policy.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.WebApplicationFirewallPolicyInner object.location()
Gets the location property: The geo-location where the resource lives.Gets the managedRules property: Describes managed rules inside the policy.name()
Gets the name property: The name of the resource.Gets the policySettings property: Describes settings for the policy.Gets the provisioningState property: Provisioning state of the policy.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.com.azure.core.management.Region
region()
Gets the region of the resource.Gets the name of the resource region.Gets the name of the resource group.Gets the resourceState property: Resource status of the policy.Gets the routingRuleLinks property: Describes Routing Rules associated with this Web Application Firewall policy.Gets the securityPolicyLinks property: Describes Security Policy associated with this Web Application Firewall policy.sku()
Gets the sku property: The pricing tier of web application firewall policy.tags()
Gets the tags property: Resource tags.type()
Gets the type property: The type of the resource.update()
Begins update for the WebApplicationFirewallPolicy resource.
-
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
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
WebApplicationFirewallPolicyInner innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.WebApplicationFirewallPolicyInner object.- Returns:
- the inner object.
-
update
WebApplicationFirewallPolicy.Update update()Begins update for the WebApplicationFirewallPolicy resource.- Returns:
- the stage of resource update.
-
refresh
WebApplicationFirewallPolicy refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-