WebApplicationRuleMatchVariable 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.
Request variable to compare with.
public readonly struct WebApplicationRuleMatchVariable : IEquatable<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchVariable>
type WebApplicationRuleMatchVariable = struct
Public Structure WebApplicationRuleMatchVariable
Implements IEquatable(Of WebApplicationRuleMatchVariable)
- Inheritance
-
WebApplicationRuleMatchVariable
- Implements
Constructors
WebApplicationRuleMatchVariable(String) |
Initializes a new instance of WebApplicationRuleMatchVariable. |
Properties
Cookies |
Cookies. |
PostArgs |
PostArgs. |
QueryString |
QueryString. |
RemoteAddr |
RemoteAddr. |
RequestBody |
RequestBody. |
RequestHeader |
RequestHeader. |
RequestMethod |
RequestMethod. |
RequestUri |
RequestUri. |
SocketAddr |
SocketAddr. |
Methods
Equals(WebApplicationRuleMatchVariable) |
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(WebApplicationRuleMatchVariable, WebApplicationRuleMatchVariable) |
Determines if two WebApplicationRuleMatchVariable values are the same. |
Implicit(String to WebApplicationRuleMatchVariable) |
Converts a string to a WebApplicationRuleMatchVariable. |
Inequality(WebApplicationRuleMatchVariable, WebApplicationRuleMatchVariable) |
Determines if two WebApplicationRuleMatchVariable values are not the same. |
Applies to
Azure SDK for .NET