NginxDeploymentPropertiesNginxAppProtect Class

Definition

Settings for NGINX App Protect (NAP).

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

Constructors

NginxDeploymentPropertiesNginxAppProtect(WebApplicationFirewallSettings)

Initializes a new instance of NginxDeploymentPropertiesNginxAppProtect.

Properties

WebApplicationFirewallActivationState

The activation state of the WAF. Use 'Enabled' to enable the WAF and 'Disabled' to disable it.

WebApplicationFirewallStatus

The status of the NGINX App Protect Web Application Firewall.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NginxDeploymentPropertiesNginxAppProtect>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxDeploymentPropertiesNginxAppProtect>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxDeploymentPropertiesNginxAppProtect>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxDeploymentPropertiesNginxAppProtect>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxDeploymentPropertiesNginxAppProtect>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to