WebApplicationFirewallEnabledState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET