Share via


WebApplicationFirewallState Struct

Definition

Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.

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

Constructors

WebApplicationFirewallState(String)

Initializes a new instance of WebApplicationFirewallState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(WebApplicationFirewallState)

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

Determines if two WebApplicationFirewallState values are the same.

Implicit(String to WebApplicationFirewallState)

Converts a string to a WebApplicationFirewallState.

Inequality(WebApplicationFirewallState, WebApplicationFirewallState)

Determines if two WebApplicationFirewallState values are not the same.

Applies to