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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET