WebApplicationFirewallPolicyData Class

Definition

Compatibility declaration for the WebApplicationFirewallPolicyData type.

public class WebApplicationFirewallPolicyData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.WebApplicationFirewallPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.WebApplicationFirewallPolicyData>
type WebApplicationFirewallPolicyData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<WebApplicationFirewallPolicyData>
    interface IPersistableModel<WebApplicationFirewallPolicyData>
Public Class WebApplicationFirewallPolicyData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of WebApplicationFirewallPolicyData), IPersistableModel(Of WebApplicationFirewallPolicyData)
Inheritance
WebApplicationFirewallPolicyData
Implements

Constructors

Name Description
WebApplicationFirewallPolicyData()

Initializes a new instance of WebApplicationFirewallPolicyData.

Properties

Name Description
ApplicationGatewayForContainers

Gets or sets the ApplicationGatewayForContainers compatibility property.

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

Gets or sets the HttpListeners compatibility property.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
ManagedRules

Describes the managedRules structure.

Name

Resource name.

(Inherited from NetworkTrackedResourceData)
PathBasedRules

Gets or sets the PathBasedRules compatibility property.

PolicySettings

The PolicySettings for policy.

ProvisioningState

The provisioning state of the web application firewall policy resource.

ResourceState

Resource status of the policy.

ResourceType

Compatibility member.

(Inherited from NetworkTrackedResourceData)
Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
Type

Resource type.

(Inherited from NetworkTrackedResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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