Delen via


WebApplicationFirewallEnabledState Struct

Definition

The state of the policy.

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

Constructors

WebApplicationFirewallEnabledState(String)

Initializes a new instance of WebApplicationFirewallEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(WebApplicationFirewallEnabledState)

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

Determines if two WebApplicationFirewallEnabledState values are the same.

Implicit(String to WebApplicationFirewallEnabledState)

Converts a string to a WebApplicationFirewallEnabledState.

Inequality(WebApplicationFirewallEnabledState, WebApplicationFirewallEnabledState)

Determines if two WebApplicationFirewallEnabledState values are not the same.

Applies to