WebApplicationRuleType Struct

Definition

Describes type of rule.

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

Constructors

WebApplicationRuleType(String)

Initializes a new instance of WebApplicationRuleType.

Properties

MatchRule

MatchRule.

RateLimitRule

RateLimitRule.

Methods

Equals(WebApplicationRuleType)

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

Determines if two WebApplicationRuleType values are the same.

Implicit(String to WebApplicationRuleType)

Converts a string to a WebApplicationRuleType.

Inequality(WebApplicationRuleType, WebApplicationRuleType)

Determines if two WebApplicationRuleType values are not the same.

Applies to