WebApplicationFirewallComponentVersions 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.
Versions of the NGINX App Protect Web Application Firewall (WAF) components.
public class WebApplicationFirewallComponentVersions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Nginx.Models.WebApplicationFirewallComponentVersions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Nginx.Models.WebApplicationFirewallComponentVersions>
type WebApplicationFirewallComponentVersions = class
interface IJsonModel<WebApplicationFirewallComponentVersions>
interface IPersistableModel<WebApplicationFirewallComponentVersions>
Public Class WebApplicationFirewallComponentVersions
Implements IJsonModel(Of WebApplicationFirewallComponentVersions), IPersistableModel(Of WebApplicationFirewallComponentVersions)
- Inheritance
-
WebApplicationFirewallComponentVersions
- Implements
Properties
WafEngineVersion |
The version of the NGINX App Protect Web Application Firewall (WAF) engine. |
WafNginxVersion |
The version of the NGINX App Protect Web Application Firewall (WAF) module for NGINX. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<WebApplicationFirewallComponentVersions>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WebApplicationFirewallComponentVersions>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WebApplicationFirewallComponentVersions>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WebApplicationFirewallComponentVersions>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WebApplicationFirewallComponentVersions>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET