Share via


ApplicationGatewayTierType Struct

Definition

The ApplicationGatewayTierType.

public readonly struct ApplicationGatewayTierType : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayTierType>
type ApplicationGatewayTierType = struct
Public Structure ApplicationGatewayTierType
Implements IEquatable(Of ApplicationGatewayTierType)
Inheritance
ApplicationGatewayTierType
Implements

Constructors

ApplicationGatewayTierType(String)

Initializes a new instance of ApplicationGatewayTierType.

Properties

Standard

Standard.

StandardV2

Standard_v2.

Waf

WAF.

WafV2

WAF_v2.

Methods

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

Equality(ApplicationGatewayTierType, ApplicationGatewayTierType)

Determines if two ApplicationGatewayTierType values are the same.

Implicit(String to ApplicationGatewayTierType)

Converts a string to a ApplicationGatewayTierType.

Inequality(ApplicationGatewayTierType, ApplicationGatewayTierType)

Determines if two ApplicationGatewayTierType values are not the same.

Applies to