ApplicationGatewayRequestRoutingRuleType 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.
Rule type.
public readonly struct ApplicationGatewayRequestRoutingRuleType : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRuleType>
type ApplicationGatewayRequestRoutingRuleType = struct
Public Structure ApplicationGatewayRequestRoutingRuleType
Implements IEquatable(Of ApplicationGatewayRequestRoutingRuleType)
- Inheritance
-
ApplicationGatewayRequestRoutingRuleType
- Implements
Constructors
ApplicationGatewayRequestRoutingRuleType(String) |
Initializes a new instance of ApplicationGatewayRequestRoutingRuleType. |
Properties
Basic |
Basic. |
PathBasedRouting |
PathBasedRouting. |
Methods
Equals(ApplicationGatewayRequestRoutingRuleType) |
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(ApplicationGatewayRequestRoutingRuleType, ApplicationGatewayRequestRoutingRuleType) |
Determines if two ApplicationGatewayRequestRoutingRuleType values are the same. |
Implicit(String to ApplicationGatewayRequestRoutingRuleType) |
Converts a string to a ApplicationGatewayRequestRoutingRuleType. |
Inequality(ApplicationGatewayRequestRoutingRuleType, ApplicationGatewayRequestRoutingRuleType) |
Determines if two ApplicationGatewayRequestRoutingRuleType values are not the same. |
Applies to
Azure SDK for .NET