ArmNginxModelFactory.NginxDeploymentWafPolicyApplyingStatus 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 Applying Status.
public static Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyApplyingStatus NginxDeploymentWafPolicyApplyingStatus(Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyApplyingStatusCode? code = default, string displayStatus = default, string time = default);
static member NginxDeploymentWafPolicyApplyingStatus : Nullable<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyApplyingStatusCode> * string * string -> Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyApplyingStatus
Public Shared Function NginxDeploymentWafPolicyApplyingStatus (Optional code As Nullable(Of NginxDeploymentWafPolicyApplyingStatusCode) = Nothing, Optional displayStatus As String = Nothing, Optional time As String = Nothing) As NginxDeploymentWafPolicyApplyingStatus
Parameters
Machine readable code indicating the applying status code of a WAF Policy.
- displayStatus
- String
A readable string of the current status, and sometimes have the reason for the current state.
- time
- String
The date and time in UTC the current applying status was set.
Returns
A new NginxDeploymentWafPolicyApplyingStatus instance for mocking.