WebApplicationFirewallPolicyData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the WebApplicationFirewallPolicy data model. Defines web application firewall policy.
public class WebApplicationFirewallPolicyData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.WebApplicationFirewallPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.WebApplicationFirewallPolicyData>
public class WebApplicationFirewallPolicyData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type WebApplicationFirewallPolicyData = class
inherit NetworkTrackedResourceData
interface IJsonModel<WebApplicationFirewallPolicyData>
interface IPersistableModel<WebApplicationFirewallPolicyData>
type WebApplicationFirewallPolicyData = class
inherit NetworkTrackedResourceData
Public Class WebApplicationFirewallPolicyData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of WebApplicationFirewallPolicyData), IPersistableModel(Of WebApplicationFirewallPolicyData)
Public Class WebApplicationFirewallPolicyData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
WebApplicationFirewallPolicyData() |
Initializes a new instance of WebApplicationFirewallPolicyData. |
Properties
ApplicationGatewayForContainers |
A collection of references to application gateway for containers. |
ApplicationGateways |
A collection of references to application gateways. |
CustomRules |
The custom rules inside the policy. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
HttpListeners |
A collection of references to application gateway http listeners. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
ManagedRules |
Describes the managedRules structure. |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
PathBasedRules |
A collection of references to application gateway path rules. |
PolicySettings |
The PolicySettings for policy. |
ProvisioningState |
The provisioning state of the web application firewall policy resource. |
ResourceState |
Resource status of the policy. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET