ArmNginxModelFactory.NginxDeploymentWafPolicyError 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.
Nginx Deployment Waf Policy Error.
public static Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyError NginxDeploymentWafPolicyError(string code = default, string field = default, string message = default);
static member NginxDeploymentWafPolicyError : string * string * string -> Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyError
Public Shared Function NginxDeploymentWafPolicyError (Optional code As String = Nothing, Optional field As String = Nothing, Optional message As String = Nothing) As NginxDeploymentWafPolicyError
Parameters
- code
- String
Error code.
- field
- String
Field that caused the error.
- message
- String
Error message.
Returns
A new NginxDeploymentWafPolicyError instance for mocking.