WebApplicationFirewallAction 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.
Type of Actions.
public readonly struct WebApplicationFirewallAction : IEquatable<Azure.ResourceManager.Network.Models.WebApplicationFirewallAction>
type WebApplicationFirewallAction = struct
Public Structure WebApplicationFirewallAction
Implements IEquatable(Of WebApplicationFirewallAction)
- Inheritance
-
WebApplicationFirewallAction
- Implements
Constructors
WebApplicationFirewallAction(String) |
Initializes a new instance of WebApplicationFirewallAction. |
Properties
Allow |
Allow. |
Block |
Block. |
JSChallenge |
JSChallenge. |
Log |
Log. |
Methods
Equals(WebApplicationFirewallAction) |
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(WebApplicationFirewallAction, WebApplicationFirewallAction) |
Determines if two WebApplicationFirewallAction values are the same. |
Implicit(String to WebApplicationFirewallAction) |
Converts a string to a WebApplicationFirewallAction. |
Inequality(WebApplicationFirewallAction, WebApplicationFirewallAction) |
Determines if two WebApplicationFirewallAction values are not the same. |
Applies to
Azure SDK for .NET