ArmNginxModelFactory.NginxDeploymentPropertiesNginxAppProtect Method
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.
Initializes a new instance of NginxDeploymentPropertiesNginxAppProtect.
public static Azure.ResourceManager.Nginx.Models.NginxDeploymentPropertiesNginxAppProtect NginxDeploymentPropertiesNginxAppProtect (Azure.ResourceManager.Nginx.Models.WebApplicationFirewallActivationState? webApplicationFirewallActivationState = default, Azure.ResourceManager.Nginx.Models.WebApplicationFirewallStatus webApplicationFirewallStatus = default);
static member NginxDeploymentPropertiesNginxAppProtect : Nullable<Azure.ResourceManager.Nginx.Models.WebApplicationFirewallActivationState> * Azure.ResourceManager.Nginx.Models.WebApplicationFirewallStatus -> Azure.ResourceManager.Nginx.Models.NginxDeploymentPropertiesNginxAppProtect
Public Shared Function NginxDeploymentPropertiesNginxAppProtect (Optional webApplicationFirewallActivationState As Nullable(Of WebApplicationFirewallActivationState) = Nothing, Optional webApplicationFirewallStatus As WebApplicationFirewallStatus = Nothing) As NginxDeploymentPropertiesNginxAppProtect
Parameters
- webApplicationFirewallActivationState
- Nullable<WebApplicationFirewallActivationState>
Settings for the NGINX App Protect Web Application Firewall (WAF).
- webApplicationFirewallStatus
- WebApplicationFirewallStatus
The status of the NGINX App Protect Web Application Firewall.
Returns
A new NginxDeploymentPropertiesNginxAppProtect instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET