Freigeben über


NginxDeploymentWafPolicyCompilingStatusCode Struct

Definition

Machine readable code indicating the compilation status of a WAF Policy.

public readonly struct NginxDeploymentWafPolicyCompilingStatusCode : IEquatable<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode>
type NginxDeploymentWafPolicyCompilingStatusCode = struct
Public Structure NginxDeploymentWafPolicyCompilingStatusCode
Implements IEquatable(Of NginxDeploymentWafPolicyCompilingStatusCode)
Inheritance
NginxDeploymentWafPolicyCompilingStatusCode
Implements

Constructors

Name Description
NginxDeploymentWafPolicyCompilingStatusCode(String)

Initializes a new instance of NginxDeploymentWafPolicyCompilingStatusCode.

Properties

Name Description
Failed

The compilation of the custom waf policy failed.

InProgress

The compilation of the custom waf policy is in progress.

NotStarted

The compilation of the custom waf policy has not started.

Succeeded

The compilation of the custom waf policy is completed successfully and can now be referenced in the nginx config.

Methods

Name Description
Equals(NginxDeploymentWafPolicyCompilingStatusCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NginxDeploymentWafPolicyCompilingStatusCode, NginxDeploymentWafPolicyCompilingStatusCode)

Determines if two NginxDeploymentWafPolicyCompilingStatusCode values are the same.

Implicit(String to NginxDeploymentWafPolicyCompilingStatusCode)

Converts a string to a NginxDeploymentWafPolicyCompilingStatusCode.

Implicit(String to Nullable<NginxDeploymentWafPolicyCompilingStatusCode>)
Inequality(NginxDeploymentWafPolicyCompilingStatusCode, NginxDeploymentWafPolicyCompilingStatusCode)

Determines if two NginxDeploymentWafPolicyCompilingStatusCode values are not the same.

Applies to