Delen via


WebApplicationFirewallRuleType Struct

Definition

The rule type.

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

Constructors

WebApplicationFirewallRuleType(String)

Initializes a new instance of WebApplicationFirewallRuleType.

Properties

Invalid

Invalid.

MatchRule

MatchRule.

RateLimitRule

RateLimitRule.

Methods

Equals(WebApplicationFirewallRuleType)

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

Determines if two WebApplicationFirewallRuleType values are the same.

Implicit(String to WebApplicationFirewallRuleType)

Converts a string to a WebApplicationFirewallRuleType.

Inequality(WebApplicationFirewallRuleType, WebApplicationFirewallRuleType)

Determines if two WebApplicationFirewallRuleType values are not the same.

Applies to