ApplicationGatewayAdvancedRoutingConditionType 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.
The type of request property that an advanced routing condition is evaluated against.
public readonly struct ApplicationGatewayAdvancedRoutingConditionType : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingConditionType>
type ApplicationGatewayAdvancedRoutingConditionType = struct
Public Structure ApplicationGatewayAdvancedRoutingConditionType
Implements IEquatable(Of ApplicationGatewayAdvancedRoutingConditionType)
- Inheritance
-
ApplicationGatewayAdvancedRoutingConditionType
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayAdvancedRoutingConditionType(String) |
Initializes a new instance of ApplicationGatewayAdvancedRoutingConditionType. |
Properties
| Name | Description |
|---|---|
| ClientIP |
The condition is evaluated against the client IP address. propertyName and propertyValueMatcher are not applicable. |
| Header |
The condition is evaluated against an HTTP request header identified by propertyName. |
| Method |
The condition is evaluated against the HTTP method. propertyName and propertyValueMatcher are not applicable. |
| Path |
The condition is evaluated against the request path. propertyName is not applicable. |
| QueryString |
The condition is evaluated against a query string argument identified by propertyName. |
Methods
| Name | Description |
|---|---|
| Equals(ApplicationGatewayAdvancedRoutingConditionType) |
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(ApplicationGatewayAdvancedRoutingConditionType, ApplicationGatewayAdvancedRoutingConditionType) |
Determines if two ApplicationGatewayAdvancedRoutingConditionType values are the same. |
| Implicit(String to ApplicationGatewayAdvancedRoutingConditionType) |
Converts a string to a ApplicationGatewayAdvancedRoutingConditionType. |
| Implicit(String to Nullable<ApplicationGatewayAdvancedRoutingConditionType>) | |
| Inequality(ApplicationGatewayAdvancedRoutingConditionType, ApplicationGatewayAdvancedRoutingConditionType) |
Determines if two ApplicationGatewayAdvancedRoutingConditionType values are not the same. |