WebApplicationFirewallPolicyData Class

Definition

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
WebApplicationFirewallPolicyData
Implements

Constructors

WebApplicationFirewallPolicyData()

Initializes a new instance of WebApplicationFirewallPolicyData.

Properties

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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<WebApplicationFirewallPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebApplicationFirewallPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<WebApplicationFirewallPolicyData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebApplicationFirewallPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebApplicationFirewallPolicyData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to