ArmNginxModelFactory.NginxDeploymentWafPolicyAnalysisResult 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.
public static Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyAnalysisResult NginxDeploymentWafPolicyAnalysisResult(string status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyError> dataErrors = default);
static member NginxDeploymentWafPolicyAnalysisResult : string * seq<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyError> -> Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyAnalysisResult
Public Shared Function NginxDeploymentWafPolicyAnalysisResult (Optional status As String = Nothing, Optional dataErrors As IEnumerable(Of NginxDeploymentWafPolicyError) = Nothing) As NginxDeploymentWafPolicyAnalysisResult
Parameters
- status
- String
The status of the analysis. The possible values can be arbitrary.
- dataErrors
- IEnumerable<NginxDeploymentWafPolicyError>
List of errors found during analysis.
Returns
A new NginxDeploymentWafPolicyAnalysisResult instance for mocking.