Freigeben über


NginxDeploymentWafPolicyApplyingStatusCode Struct

Definition

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

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

Constructors

Name Description
NginxDeploymentWafPolicyApplyingStatusCode(String)

Initializes a new instance of NginxDeploymentWafPolicyApplyingStatusCode.

Properties

Name Description
Applying

The policy is referenced in the nginx config and is applying.

Failed

The policy is referenced in the nginx config and that config failed to apply.

NotApplied

The policy is not referenced in the nginx config and not applied.

Removing

The policy is now not referenced in the nginx config and its being removed from the applied nginx config.

Succeeded

The policy is referenced in the nginx config and that config has been successfully applied.

Methods

Name Description
Equals(NginxDeploymentWafPolicyApplyingStatusCode)

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(NginxDeploymentWafPolicyApplyingStatusCode, NginxDeploymentWafPolicyApplyingStatusCode)

Determines if two NginxDeploymentWafPolicyApplyingStatusCode values are the same.

Implicit(String to NginxDeploymentWafPolicyApplyingStatusCode)

Converts a string to a NginxDeploymentWafPolicyApplyingStatusCode.

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

Determines if two NginxDeploymentWafPolicyApplyingStatusCode values are not the same.

Applies to