Freigeben über


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

Name Description
WebApplicationRuleType(String)

Initializes a new instance of WebApplicationRuleType.

Properties

Name Description
MatchRule

MatchRule.

RateLimitRule

RateLimitRule.

Methods

Name Description
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

Name Description
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