Class ApplicationGatewaySkuName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationGatewaySkuName>
com.azure.resourcemanager.network.models.ApplicationGatewaySkuName
public final class ApplicationGatewaySkuName
extends com.azure.core.util.ExpandableStringEnum<ApplicationGatewaySkuName>
Name of an application gateway SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApplicationGatewaySkuNameStatic value Basic for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameDeprecated.Application Gateway V1 is officially deprecated on April 28, 2023.static final ApplicationGatewaySkuNameDeprecated.Application Gateway V1 is officially deprecated on April 28, 2023.static final ApplicationGatewaySkuNameDeprecated.Application Gateway V1 is officially deprecated on April 28, 2023.static final ApplicationGatewaySkuNameStatic value Standard_v2 for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameDeprecated.Application Gateway V1 is officially deprecated on April 28, 2023.static final ApplicationGatewaySkuNameDeprecated.Application Gateway V1 is officially deprecated on April 28, 2023.static final ApplicationGatewaySkuNameStatic value WAF_v2 for ApplicationGatewaySkuName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationGatewaySkuNamefromString(String name) Creates or finds a ApplicationGatewaySkuName from its string representation.static Collection<ApplicationGatewaySkuName>values()Gets known ApplicationGatewaySkuName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STANDARD_SMALL
Deprecated.Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.Static value Standard_Small for ApplicationGatewaySkuName. -
STANDARD_MEDIUM
Deprecated.Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.Static value Standard_Medium for ApplicationGatewaySkuName. -
STANDARD_LARGE
Deprecated.Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.Static value Standard_Large for ApplicationGatewaySkuName. -
WAF_MEDIUM
Deprecated.Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.Static value WAF_Medium for ApplicationGatewaySkuName. -
WAF_LARGE
Deprecated.Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.Static value WAF_Large for ApplicationGatewaySkuName. -
STANDARD_V2
Static value Standard_v2 for ApplicationGatewaySkuName. -
WAF_V2
Static value WAF_v2 for ApplicationGatewaySkuName. -
BASIC
Static value Basic for ApplicationGatewaySkuName.
-
-
Constructor Details
-
ApplicationGatewaySkuName
Deprecated.Use thefromString(String)factory method.Creates a new instance of ApplicationGatewaySkuName value.
-
-
Method Details
-
fromString
Creates or finds a ApplicationGatewaySkuName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ApplicationGatewaySkuName.
-
values
Gets known ApplicationGatewaySkuName values.- Returns:
- known ApplicationGatewaySkuName values.
-