Share via


ApplicationGatewayWafRuleStateType Struct

Definition

The string representation of the web application firewall rule state.

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

Constructors

ApplicationGatewayWafRuleStateType(String)

Initializes a new instance of ApplicationGatewayWafRuleStateType.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(ApplicationGatewayWafRuleStateType)

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

Equality(ApplicationGatewayWafRuleStateType, ApplicationGatewayWafRuleStateType)

Determines if two ApplicationGatewayWafRuleStateType values are the same.

Implicit(String to ApplicationGatewayWafRuleStateType)

Converts a string to a ApplicationGatewayWafRuleStateType.

Inequality(ApplicationGatewayWafRuleStateType, ApplicationGatewayWafRuleStateType)

Determines if two ApplicationGatewayWafRuleStateType values are not the same.

Applies to