ApplicationGatewaySkuName Class

Definition

Defines values for ApplicationGatewaySkuName.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySkuName>))]
public class ApplicationGatewaySkuName : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySkuName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySkuName>))>]
type ApplicationGatewaySkuName = class
    inherit ExpandableStringEnum<ApplicationGatewaySkuName>
Public Class ApplicationGatewaySkuName
Inherits ExpandableStringEnum(Of ApplicationGatewaySkuName)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ApplicationGatewaySkuName()

Fields

StandardLarge
StandardMedium
StandardSmall
StandardV2
WAFLarge
WAFMedium
WAFV2

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to