WebApplicationFirewallPackage Class

Definition

NGINX App Protect Web Application Firewall (WAF) Package. Contains the version and revision date of the package.

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

Properties

RevisionDatetime

The date and time of the package revision.

Version

The version of the NGINX App Protect Web Application Firewall (WAF) package.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WebApplicationFirewallPackage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebApplicationFirewallPackage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebApplicationFirewallPackage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebApplicationFirewallPackage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebApplicationFirewallPackage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to