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 struct WebApplicationFirewallEnabledState : IEquatable<Azure.ResourceManager.Network.Models.WebApplicationFirewallEnabledState>
type WebApplicationFirewallEnabledState = struct
Public Structure WebApplicationFirewallEnabledState
Implements IEquatable(Of WebApplicationFirewallEnabledState)
- Inheritance
-
System.ValueTypeWebApplicationFirewallEnabledState
- Implements
-
System.IEquatable<WebApplicationFirewallEnabledState>
Constructors
WebApplicationFirewallEnabledState(String) |
Determines if two WebApplicationFirewallEnabledState values are the same. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(WebApplicationFirewallEnabledState) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
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. |