ApplicationGatewayTier 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.
Tier of an application gateway.
public struct ApplicationGatewayTier : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayTier>
type ApplicationGatewayTier = struct
Public Structure ApplicationGatewayTier
Implements IEquatable(Of ApplicationGatewayTier)
- Inheritance
-
System.ValueTypeApplicationGatewayTier
- Implements
-
System.IEquatable<ApplicationGatewayTier>
Constructors
ApplicationGatewayTier(String) |
Determines if two ApplicationGatewayTier values are the same. |
Properties
Standard |
Standard. |
StandardV2 |
Standard_v2. |
WAF |
WAF. |
WAFV2 |
WAF_v2. |
Methods
Equals(ApplicationGatewayTier) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(ApplicationGatewayTier, ApplicationGatewayTier) |
Determines if two ApplicationGatewayTier values are the same. |
Implicit(String to ApplicationGatewayTier) |
Converts a string to a ApplicationGatewayTier. |
Inequality(ApplicationGatewayTier, ApplicationGatewayTier) |
Determines if two ApplicationGatewayTier values are not the same. |