Share via


WebApplicationFirewallStatus Class

Definition

The status of the NGINX App Protect Web Application Firewall.

public class WebApplicationFirewallStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Nginx.Models.WebApplicationFirewallStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Nginx.Models.WebApplicationFirewallStatus>
type WebApplicationFirewallStatus = class
    interface IJsonModel<WebApplicationFirewallStatus>
    interface IPersistableModel<WebApplicationFirewallStatus>
Public Class WebApplicationFirewallStatus
Implements IJsonModel(Of WebApplicationFirewallStatus), IPersistableModel(Of WebApplicationFirewallStatus)
Inheritance
WebApplicationFirewallStatus
Implements

Properties

AttackSignaturesPackage

Package containing attack signatures for the NGINX App Protect Web Application Firewall (WAF).

BotSignaturesPackage

Package containing bot signatures for the NGINX App Protect Web Application Firewall (WAF).

ComponentVersions

Versions of the NGINX App Protect Web Application Firewall (WAF) components.

ThreatCampaignsPackage

Package containing threat campaigns for the NGINX App Protect Web Application Firewall (WAF).

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WebApplicationFirewallStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebApplicationFirewallStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebApplicationFirewallStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebApplicationFirewallStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebApplicationFirewallStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to