ApplicationGatewayTierType 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.
Compatibility declaration for the ApplicationGatewayTierType type.
public readonly struct ApplicationGatewayTierType : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayTierType>
type ApplicationGatewayTierType = struct
Public Structure ApplicationGatewayTierType
Implements IEquatable(Of ApplicationGatewayTierType)
- Inheritance
-
ApplicationGatewayTierType
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayTierType(String) |
Initializes a new instance of ApplicationGatewayTierType. |
Properties
| Name | Description |
|---|---|
| Standard |
Standard. |
| StandardV2 |
Standard_v2. |
| Waf |
Gets or sets the Waf compatibility property. |
| WAF |
WAF. |
| WafV2 |
Gets or sets the WafV2 compatibility property. |
| WAFV2 |
WAF_v2. |
Methods
| Name | Description |
|---|---|
| Equals(ApplicationGatewayTierType) |
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(ApplicationGatewayTierType, ApplicationGatewayTierType) |
Determines if two ApplicationGatewayTierType values are the same. |
| Implicit(String to ApplicationGatewayTierType) |
Converts a string to a ApplicationGatewayTierType. |
| Implicit(String to Nullable<ApplicationGatewayTierType>) | |
| Inequality(ApplicationGatewayTierType, ApplicationGatewayTierType) |
Determines if two ApplicationGatewayTierType values are not the same. |