Condividi tramite


ArmNginxModelFactory.NginxDeploymentWafPolicyApplyingStatus Method

Definition

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

code
Nullable<NginxDeploymentWafPolicyApplyingStatusCode>

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.

Applies to